Message ID | 20230119094447.21939-1-walker.chen@starfivetech.com |
---|---|
Headers | show |
Series | JH7110 PMU Support | expand |
On 2023/1/21 6:21, Conor Dooley wrote: > From: Conor Dooley <conor.dooley@microchip.com> > > 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.
On 2023/1/21 6:21, Conor Dooley wrote: > From: Conor Dooley <conor.dooley@microchip.com> > > 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