public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] Extend mmio-mux driver to configure mux with
@ 2025-02-27 20:22 Chintan Vankar
  2025-02-27 20:22 ` [RFC PATCH 1/2] devicetree: bindings: mux: reg-mux: Update bindings for reg-mux for new property Chintan Vankar
  2025-02-27 20:22 ` [RFC PATCH 2/2] mux: mmio: Extend mmio-mux driver to configure mux with new DT property Chintan Vankar
  0 siblings, 2 replies; 10+ messages in thread
From: Chintan Vankar @ 2025-02-27 20:22 UTC (permalink / raw)
  To: Conor Dooley, Krzysztof Kozlowski, Rob Herring, Peter Rosin, tglx,
	gregkh, vigneshr, nm, s-vadapalli, danishanwar
  Cc: linux-kernel, devicetree, c-vankar

This series extends mmio-mux driver's capability to configure driver in
with extended property.

In current driver implementation, driver is parsing register's offset,
mask and value from two different device tree property which makes it
complex to specify a specific register or set of registers. Introducing
mux-reg-masks-states will make it easier to specify the same values for
particular register or set of registers.

This series is based on linux next tagged next-20250227.

Chintan Vankar (2):
  devicetree: bindings: mux: reg-mux: Update bindings for reg-mux for
    new property
  mux: mmio: Extend mmio-mux driver to configure mux with new DT
    property

 .../devicetree/bindings/mux/reg-mux.yaml      |  29 +++-
 drivers/mux/mmio.c                            | 148 +++++++++++++++---
 2 files changed, 149 insertions(+), 28 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2025-03-04  5:16 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-27 20:22 [RFC PATCH 0/2] Extend mmio-mux driver to configure mux with Chintan Vankar
2025-02-27 20:22 ` [RFC PATCH 1/2] devicetree: bindings: mux: reg-mux: Update bindings for reg-mux for new property Chintan Vankar
2025-02-27 21:26   ` Andrew Davis
2025-02-28 18:52     ` Conor Dooley
2025-02-28 21:38       ` Vankar, Chintan
2025-03-03 16:58         ` Conor Dooley
2025-03-03 18:45           ` Vankar, Chintan
2025-02-27 20:22 ` [RFC PATCH 2/2] mux: mmio: Extend mmio-mux driver to configure mux with new DT property Chintan Vankar
2025-02-27 21:39   ` Andrew Davis
2025-03-04  5:16     ` Vankar, Chintan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox