[RFC PATCH 0/2] Add reset control for mfd syscon devices

Jeremy Kerr posted 2 patches 2 years, 9 months ago
There is a newer version of this series
.../devicetree/bindings/mfd/syscon.yaml       |  3 +++
drivers/mfd/syscon.c                          | 23 +++++++++++++++++++
2 files changed, 26 insertions(+)
[RFC PATCH 0/2] Add reset control for mfd syscon devices
Posted by Jeremy Kerr 2 years, 9 months ago
This RFC series adds a facility for syscon devices to control a reset
line when probed; we have instances of simple register-only syscon
resources that need deassertion of a reset line for the register set to
be accessible.

Rather than requiring a specific driver to implement this, it'd be nice
to use the generic syscon device and the generic resets linkage to do
so.

Any comments/queries/etc are most welcome.

Cheers,


Jeremy

---

Jeremy Kerr (2):
  dt-bindings: mfd/syscon: Add resets property
  mfd: syscon: allow reset control for syscon devices

 .../devicetree/bindings/mfd/syscon.yaml       |  3 +++
 drivers/mfd/syscon.c                          | 23 +++++++++++++++++++
 2 files changed, 26 insertions(+)

-- 
2.35.1