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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D1395C25B4E for ; Tue, 24 Jan 2023 05:21:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:From:References:CC:To: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=fwzuue+uQtpu/c8R2R7W0gFwVpnCr82ytjh4HqaE4j0=; b=xeLs8D1MbM1Afl OGj8fU6OEba2UMqrFTwNICt/3gWo8q4jmsPjVrjTp7dU/m61Cm4WnN6mAwoKUlIHmfXoT1galJnt6 NEKGw129/U/vAXJWrlrDq5ZHBIhxbpRxLCPZm1KCC5XatAc/mu8ewcZYB0ImmQXNj4fy6Ox2BNoD7 6RMS4PZ/eN1P5YFioQwGm+EAfuIJ/P79PKnDe5TCyG0yvaaB8WRV02lhSn+i1CEZPe5SSdUG02JoL od7RhDqxfUOvrk3H82+bSBrSiWCM8p2U2vW8enSfe04B33u0BRFm/ayIHz3rGN2mACX2gldYB2bBz dOfI444dXBqd/tjubz9Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pKBkM-002MHb-Sr; Tue, 24 Jan 2023 05:21:26 +0000 Received: from ex01.ufhost.com ([61.152.239.75]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pKBkI-002ME4-5K for linux-riscv@lists.infradead.org; Tue, 24 Jan 2023 05:21:24 +0000 Received: from EXMBX165.cuchost.com (unknown [175.102.18.54]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "EXMBX165", Issuer "EXMBX165" (not verified)) by ex01.ufhost.com (Postfix) with ESMTP id DA62C24E24D; Tue, 24 Jan 2023 13:20:33 +0800 (CST) Received: from EXMBX168.cuchost.com (172.16.6.78) by EXMBX165.cuchost.com (172.16.6.75) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Tue, 24 Jan 2023 13:20:33 +0800 Received: from [192.168.125.95] (183.27.96.38) by EXMBX168.cuchost.com (172.16.6.78) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Tue, 24 Jan 2023 13:20:32 +0800 Message-ID: <820be512-c7f8-1af1-12fa-53c557532c7a@starfivetech.com> Date: Tue, 24 Jan 2023 13:20:32 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 Subject: Re: [PATCH v4 0/2] JH7110 PMU Support To: Conor Dooley , Rob Herring , Krzysztof Kozlowski , Conor Dooley , , , CC: Daire McNamara , Emil Renner Berthing , =?UTF-8?Q?Heiko_St=c3=bcbner?= , "Rafael J . Wysocki" , References: <20230119094447.21939-1-walker.chen@starfivetech.com> <167425300253.196995.6414153954346182622.b4-ty@microchip.com> Content-Language: en-US From: Walker Chen In-Reply-To: <167425300253.196995.6414153954346182622.b4-ty@microchip.com> X-Originating-IP: [183.27.96.38] X-ClientProxiedBy: EXCAS062.cuchost.com (172.16.6.22) To EXMBX168.cuchost.com (172.16.6.78) X-YovoleRuleAgent: yovoleflag X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230123_212122_436959_17152853 X-CRM114-Status: GOOD ( 12.02 ) X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org On 2023/1/21 6:21, Conor Dooley wrote: > From: Conor Dooley > > On Thu, 19 Jan 2023 17:44:45 +0800, Walker Chen wrote: >> This patchset adds PMU (Power Management Unit) controller driver for the >> StarFive JH7110 SoC. In order to meet low power requirements, PMU is >> designed for including multiple PM domains that can be used for power >> gating of selected IP blocks for power saving by reduced leakage >> current. The first patch adds device tree binding for PM domain provider >> and consumer. The second patch adds pmu driver and support JH7110 SoC. >> >> [...] > > Applied to riscv-soc-for-next, thanks! > > [1/2] dt-bindings: power: Add starfive,jh7110-pmu > https://git.kernel.org/conor/c/1fc7606d5083f79a20eb9cfd77c0dbd9299421c1 > [2/2] soc: starfive: Add StarFive JH71XX pmu driver > https://git.kernel.org/conor/c/08b9a94e8654d402bfd1f5496b077503d69aa2cf > > I modified the MAINTAINERS entry to remove the include directory that > was deleted along the way. Thank you so much for your support, Conor, Krzysztof, Emil, Heiko, Rob Herring, etc. Hopefully more and more drivers & modules of StarFive SoC will upstream to the open source community. _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv