From patchwork Tue Mar 5 00:02:17 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Anholt X-Patchwork-Id: 10838829 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 62D2514DE for ; Tue, 5 Mar 2019 00:02:31 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 479AA2BC31 for ; Tue, 5 Mar 2019 00:02:31 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 45B502BCD8; Tue, 5 Mar 2019 00:02:31 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id E992D2BC31 for ; Tue, 5 Mar 2019 00:02:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=Fw+fJZZWfQEhhGbufM0r8O6nQ1Ou0JeDYbfqzjluvM0=; b=TYGMiNOpUiSw8u EMzd0YivrEWGRlvXMhxsD/S8JOAS/OMdNnNHLc4eNDqxj6V109sP558hqLiS88wHdeDVfqml97Nf3 3SPgxUnidUwgmkPGkwZfhgitGOKh1zMDMdP28WQ3saZwVYAnoeM6FYz8mkil1waa/Lh+kTYahJzAr Fgs9QyP78haJQZIQS856bMmIVE1sdJVmfd+2HwXluJHlxm4LJdMEit7nqW9xnA3wDK4qS0n7qiAVn vb/H0ySK71fTnxQzt1uv0yGCW/ID5vVVV00C7Bu77FUAJjHUjddOlqw3pr02Z0p8vOHSHQf9+5Dx4 xHE7+H9as3ea1eFhcsKw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1h0xXN-0006QD-BD; Tue, 05 Mar 2019 00:02:25 +0000 Received: from anholt.net ([50.246.234.109]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1h0xXK-0006PZ-Su; Tue, 05 Mar 2019 00:02:24 +0000 Received: from localhost (localhost [127.0.0.1]) by anholt.net (Postfix) with ESMTP id 61E1B10A2DEF; Mon, 4 Mar 2019 16:02:21 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at anholt.net Received: from anholt.net ([127.0.0.1]) by localhost (kingsolver.anholt.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id dMUnKTnjLPIR; Mon, 4 Mar 2019 16:02:20 -0800 (PST) Received: from eliezer.anholt.net (localhost [127.0.0.1]) by anholt.net (Postfix) with ESMTP id EB09B10A2DEE; Mon, 4 Mar 2019 16:02:19 -0800 (PST) Received: by eliezer.anholt.net (Postfix, from userid 1000) id 817482FE464E; Mon, 4 Mar 2019 16:02:18 -0800 (PST) From: Eric Anholt To: Florian Fainelli Subject: [GIT PULL 1/2] bcm2835-dt-next-2019-03-04 Date: Mon, 4 Mar 2019 16:02:17 -0800 Message-Id: <20190305000218.15180-1-eric@anholt.net> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190304_160222_966846_A2E764D9 X-CRM114-Status: GOOD ( 10.31 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Stefan Wahren , linux-kernel@vger.kernel.org, Eric Anholt , bcm-kernel-feedback-list@broadcom.com, linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Hi Florian, The following changes since commit ab1b4ef966af90ad79fa3c4c124e47915cddde10: ARM: dts: bcm2835-rpi-zero-w: Drop unnecessary pinctrl (2019-02-01 11:56:32 +0100) are available in the Git repository at: git://github.com/anholt/linux tags/bcm2835-dt-next-2019-03-04 for you to fetch changes up to 544e784188f1dd7c797c70b213385e67d92005b6: ARM: dts: bcm283x: Fix hdmi hpd gpio pull (2019-03-04 15:50:10 -0800) ---------------------------------------------------------------- This pull request brings in a fix for detecting HDMI on the Pi B rev 2. ---------------------------------------------------------------- Helen Koike (1): ARM: dts: bcm283x: Fix hdmi hpd gpio pull arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) From patchwork Tue Mar 5 00:02:18 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Anholt X-Patchwork-Id: 10838831 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id C978814DE for ; Tue, 5 Mar 2019 00:02:35 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B5B0B2BBF7 for ; Tue, 5 Mar 2019 00:02:35 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id AA0702BCBB; Tue, 5 Mar 2019 00:02:35 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 504222BCAF for ; Tue, 5 Mar 2019 00:02:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=1ZFH49SLSIZZlPL9GBsdPUflgcz8/B58XFTXsuo9zGk=; b=P0m17Ur7BBSts3 4LyaL8ZU0u2WvhLekJXYpUzv5l7tRoKVQzVpPwz4GDL5ElRcwoLm4Q6ksi6+CIal5pf6bhYYzn7Mp jnAl7R7kyPT1UewknWkbrlFHsjA1JTvZDf/D8/wR32RAKoEkxbcb0XDVNo9vR1aNMybS9j70e8qHz QWUidEuz8IdDQDlM83TURR+sMUOyRa0nf9YtZAr8GT7VLsgNIYeqmAd2N5Gw3KQIupGLjrcjONrSO lhcDqLwb7R7xkRdQHgYMlNhG8O8kjcwXbuPQKFAycv0BnFCLIKQ9dHZxQbX+nvKzlOWNr45DBdYyw N28MMKszl99FXNyKHVFA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1h0xXV-0006bn-DW; Tue, 05 Mar 2019 00:02:33 +0000 Received: from anholt.net ([50.246.234.109]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1h0xXL-0006Pn-NS; Tue, 05 Mar 2019 00:02:24 +0000 Received: from localhost (localhost [127.0.0.1]) by anholt.net (Postfix) with ESMTP id 4C95910A2DEE; Mon, 4 Mar 2019 16:02:22 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at anholt.net Received: from anholt.net ([127.0.0.1]) by localhost (kingsolver.anholt.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 4hfPdx2TM_pS; Mon, 4 Mar 2019 16:02:20 -0800 (PST) Received: from eliezer.anholt.net (localhost [127.0.0.1]) by anholt.net (Postfix) with ESMTP id E677510A2A7A; Mon, 4 Mar 2019 16:02:19 -0800 (PST) Received: by eliezer.anholt.net (Postfix, from userid 1000) id 844442FE464D; Mon, 4 Mar 2019 16:02:18 -0800 (PST) From: Eric Anholt To: Florian Fainelli Subject: [GIT PULL 2/2] bcm2835-drivers-next-2019-03-04 Date: Mon, 4 Mar 2019 16:02:18 -0800 Message-Id: <20190305000218.15180-2-eric@anholt.net> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190305000218.15180-1-eric@anholt.net> References: <20190305000218.15180-1-eric@anholt.net> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190304_160223_791532_3D44292F X-CRM114-Status: UNSURE ( 9.36 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Stefan Wahren , linux-kernel@vger.kernel.org, Eric Anholt , bcm-kernel-feedback-list@broadcom.com, linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP The following changes since commit e1dc2b2e1bef7237fd8fc055fe1ec2a6ff001f91: ARM: bcm283x: Switch V3D over to using the PM driver instead of firmware. (2019-02-01 10:34:32 +0100) are available in the Git repository at: git://github.com/anholt/linux tags/bcm2835-drivers-next-2019-03-04 for you to fetch changes up to 4deabfae643d8852c643664d9088a647abfaa5d0: soc: bcm: bcm2835-pm: Fix error paths of initialization. (2019-03-04 15:33:14 -0800) ---------------------------------------------------------------- This pull request brings in two fixes for the new native bcm2835 power domains driver. ---------------------------------------------------------------- Eric Anholt (2): soc: bcm: bcm2835-pm: Fix PM_IMAGE_PERI power domain support. soc: bcm: bcm2835-pm: Fix error paths of initialization. drivers/soc/bcm/bcm2835-power.c | 49 +++++++++++++++++++++++++++++++++++------ 1 file changed, 42 insertions(+), 7 deletions(-)