Message ID | 20231010174138.1888396-1-megi@xff.cz (mailing list archive) |
---|---|
Headers | show |
Series | Add support for poweroff via RK806 PMIC | expand |
Hi, On Tue, Oct 10, 2023 at 07:41:15PM +0200, Ondřej Jirman wrote: > From: Ondrej Jirman <megi@xff.cz> > > The PMIC supports powering off by twiddling some bits in a register. Add support > for it via pre-existing rockchip,system-power-controller DT property. > > The series was tested against Linux 6.6-rc4. > > Please take a look. > > Thank you, > Ondřej Jirman > > v3: > - use system-power-controller > - deprecate rockchip,system-power-controller > v2: > - add a missing driver patch > > Ondrej Jirman (4): > dt-bindings: mfd: rk8xx: Deprecate rockchip,system-power-controller > dt-bindings: mfd: rk806: Allow system-power-controller property > mfd: rk8xx: Add support for standard system-power-controller property > mfd: rk8xx: Add support for RK806 power off > > Documentation/devicetree/bindings/mfd/rockchip,rk805.yaml | 3 +++ > Documentation/devicetree/bindings/mfd/rockchip,rk806.yaml | 2 ++ > Documentation/devicetree/bindings/mfd/rockchip,rk808.yaml | 3 +++ > Documentation/devicetree/bindings/mfd/rockchip,rk809.yaml | 3 +++ > Documentation/devicetree/bindings/mfd/rockchip,rk817.yaml | 3 +++ > Documentation/devicetree/bindings/mfd/rockchip,rk818.yaml | 3 +++ > drivers/mfd/rk8xx-core.c | 7 ++++++- > 7 files changed, 23 insertions(+), 1 deletion(-) The series is Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.com> Thanks, -- Sebastian
From: Ondrej Jirman <megi@xff.cz> The PMIC supports powering off by twiddling some bits in a register. Add support for it via pre-existing rockchip,system-power-controller DT property. The series was tested against Linux 6.6-rc4. Please take a look. Thank you, Ondřej Jirman v3: - use system-power-controller - deprecate rockchip,system-power-controller v2: - add a missing driver patch Ondrej Jirman (4): dt-bindings: mfd: rk8xx: Deprecate rockchip,system-power-controller dt-bindings: mfd: rk806: Allow system-power-controller property mfd: rk8xx: Add support for standard system-power-controller property mfd: rk8xx: Add support for RK806 power off Documentation/devicetree/bindings/mfd/rockchip,rk805.yaml | 3 +++ Documentation/devicetree/bindings/mfd/rockchip,rk806.yaml | 2 ++ Documentation/devicetree/bindings/mfd/rockchip,rk808.yaml | 3 +++ Documentation/devicetree/bindings/mfd/rockchip,rk809.yaml | 3 +++ Documentation/devicetree/bindings/mfd/rockchip,rk817.yaml | 3 +++ Documentation/devicetree/bindings/mfd/rockchip,rk818.yaml | 3 +++ drivers/mfd/rk8xx-core.c | 7 ++++++- 7 files changed, 23 insertions(+), 1 deletion(-)