From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9562EC43381 for ; Tue, 5 Mar 2019 00:02:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6C382206B8 for ; Tue, 5 Mar 2019 00:02:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726781AbfCEACY (ORCPT ); Mon, 4 Mar 2019 19:02:24 -0500 Received: from anholt.net ([50.246.234.109]:56898 "EHLO anholt.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726716AbfCEACW (ORCPT ); Mon, 4 Mar 2019 19:02:22 -0500 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 Cc: linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Stefan Wahren , bcm-kernel-feedback-list@broadcom.com, Eric Anholt 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 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(-)