All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] BeagleV Starlight reset support
@ 2021-07-27  9:25 Emil Renner Berthing
  2021-07-27  9:25 ` [PATCH v2 1/4] dt-bindings: mfd: convert tps65086.txt to YAML Emil Renner Berthing
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Emil Renner Berthing @ 2021-07-27  9:25 UTC (permalink / raw)
  To: Lee Jones, Rob Herring, Sebastian Reichel
  Cc: Emil Renner Berthing, devicetree, linux-pm, linux-kernel

This series adds reset support to the BeagleV Starlight board[1], and
converts the TPS65086 PMIC device tree binding to YAML while at it.

Support for the StarFive JH7100 RISC-V SoC on the board is not yet
upstreamed, but is actively worked on so it should only be a matter of
time before that happens.

v2:
- Use generic node name in dt example, tps65086@5e -> pmic@5e.
- Andrew F. Davis' email address no longer works and noone else has
  stepped up, so add myself as dt binding maintainer since I at least
  care that it isn't removed.
- Change the mfd cell name from tps65086-restart to tps65086-reset.
- Split adding the mfd cell name to the mfd driver into its own patch.
- Add Rob and Sebastian's acks to the relevant patches.

[1] https://github.com/beagleboard/beaglev-starlight

Emil Renner Berthing (4):
  dt-bindings: mfd: convert tps65086.txt to YAML
  mfd: tps65086: Make interrupt line optional
  power: reset: Add TPS65086 restart driver
  mfd: tps65086: Add cell entry for reset driver

 .../devicetree/bindings/mfd/ti,tps65086.yaml  | 124 ++++++++++++++++++
 .../devicetree/bindings/mfd/tps65086.txt      |  54 --------
 drivers/mfd/tps65086.c                        |  22 ++--
 drivers/power/reset/Kconfig                   |   6 +
 drivers/power/reset/Makefile                  |   1 +
 drivers/power/reset/tps65086-restart.c        |  98 ++++++++++++++
 6 files changed, 241 insertions(+), 64 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/mfd/ti,tps65086.yaml
 delete mode 100644 Documentation/devicetree/bindings/mfd/tps65086.txt
 create mode 100644 drivers/power/reset/tps65086-restart.c

-- 
2.32.0


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

end of thread, other threads:[~2021-08-16 13:24 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-27  9:25 [PATCH v2 0/4] BeagleV Starlight reset support Emil Renner Berthing
2021-07-27  9:25 ` [PATCH v2 1/4] dt-bindings: mfd: convert tps65086.txt to YAML Emil Renner Berthing
2021-08-02 19:43   ` Rob Herring
2021-08-16 12:40   ` Lee Jones
2021-07-27  9:25 ` [PATCH v2 2/4] mfd: tps65086: Make interrupt line optional Emil Renner Berthing
2021-08-16 12:40   ` Lee Jones
2021-07-27  9:25 ` [PATCH v2 3/4] power: reset: Add TPS65086 restart driver Emil Renner Berthing
2021-08-16 13:13   ` Sebastian Reichel
2021-07-27  9:25 ` [PATCH v2 4/4] mfd: tps65086: Add cell entry for reset driver Emil Renner Berthing
2021-08-16 12:41   ` Lee Jones

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.