linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/5] mfd: twl: system-power-controller
@ 2024-02-17  8:20 Andreas Kemnade
  2024-02-17  8:20 ` [PATCH v4 1/5] dt-bindings: mfd: ti,twl: Document system-power-controller Andreas Kemnade
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Andreas Kemnade @ 2024-02-17  8:20 UTC (permalink / raw)
  To: lee, robh+dt, krzysztof.kozlowski+dt, conor+dt, bcousson, tony,
	andreas, devicetree, linux-kernel, linux-omap

Add system-power-controller property in the bindings and
the corresponding implementation and use it where
appropriate.
Not all cases are hit yet, there has probably to be a
separate series after going through with a brush.

Changes in v4:
- fix spelling/grammar
- drop twl4030 dts cleanup, it would need an IB
  or be postponed till next release 

Changes in v3:
- twl-core: 
   - remove repetitive verbose error messages
   - placed constants at top part of function
   - minor cleanups

Changes in v2:
- add A-By
- fix compiler warning

Andreas Kemnade (5):
  dt-bindings: mfd: ti,twl: Document system-power-controller
  twl-core: add power off implementation for twl603x
  ARM: dts: omap-embt2ws: system-power-controller for bt200
  ARM: dts: omap4-panda-common: Enable powering off the device
  mfd: twl4030-power: accept standard property for power controller

 .../devicetree/bindings/mfd/ti,twl.yaml       |  2 ++
 .../boot/dts/ti/omap/omap4-epson-embt2ws.dts  |  1 +
 .../boot/dts/ti/omap/omap4-panda-common.dtsi  |  1 +
 drivers/mfd/twl-core.c                        | 28 +++++++++++++++++++
 drivers/mfd/twl4030-power.c                   |  3 ++
 include/linux/mfd/twl.h                       |  1 +
 6 files changed, 36 insertions(+)

-- 
2.39.2


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-02-26 12:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-17  8:20 [PATCH v4 0/5] mfd: twl: system-power-controller Andreas Kemnade
2024-02-17  8:20 ` [PATCH v4 1/5] dt-bindings: mfd: ti,twl: Document system-power-controller Andreas Kemnade
2024-02-17  8:20 ` [PATCH v4 2/5] twl-core: add power off implementation for twl603x Andreas Kemnade
2024-02-17  8:20 ` [PATCH v4 3/5] ARM: dts: omap-embt2ws: system-power-controller for bt200 Andreas Kemnade
2024-02-17  8:20 ` [PATCH v4 4/5] ARM: dts: omap4-panda-common: Enable powering off the device Andreas Kemnade
2024-02-17  8:20 ` [PATCH v4 5/5] mfd: twl4030-power: accept standard property for power controller Andreas Kemnade
2024-02-23 16:12 ` (subset) [PATCH v4 0/5] mfd: twl: system-power-controller Lee Jones
2024-02-26 12:11   ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).