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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E2BADC54E94 for ; Tue, 24 Jan 2023 05:25:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232782AbjAXFZQ (ORCPT ); Tue, 24 Jan 2023 00:25:16 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59932 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231599AbjAXFZN (ORCPT ); Tue, 24 Jan 2023 00:25:13 -0500 Received: from ex01.ufhost.com (ex01.ufhost.com [61.152.239.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 62D312DE60; Mon, 23 Jan 2023 21:25:12 -0800 (PST) Received: from EXMBX166.cuchost.com (unknown [175.102.18.54]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "EXMBX166", Issuer "EXMBX166" (not verified)) by ex01.ufhost.com (Postfix) with ESMTP id 34DCE24E250; Tue, 24 Jan 2023 13:25:11 +0800 (CST) Received: from EXMBX168.cuchost.com (172.16.6.78) by EXMBX166.cuchost.com (172.16.6.76) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Tue, 24 Jan 2023 13:25:11 +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:25:10 +0800 Message-ID: Date: Tue, 24 Jan 2023 13:25:09 +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 Content-Language: en-US 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> From: Walker Chen In-Reply-To: <167425300253.196995.6414153954346182622.b4-ty@microchip.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [183.27.96.38] X-ClientProxiedBy: EXCAS066.cuchost.com (172.16.6.26) To EXMBX168.cuchost.com (172.16.6.78) X-YovoleRuleAgent: yovoleflag Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.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. Great news! Thank you so much for your support, Conor, Krzysztof, Emil, Heiko, Rob Herring and so on. Hopefully more and more drivers & modules of StarFive SoC will upstream to the open source community. Best regards, Walker Chen