From: Conor Dooley <conor.dooley@xxxxxxxxxxxxx> 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. Thanks, Conor.