[PATCH 0/2] Add support for new property 'mux-reg-masks-state' for mmio mux

Chintan Vankar posted 2 patches 6 months, 2 weeks ago
.../devicetree/bindings/mux/reg-mux.yaml      |  32 +++-
drivers/mux/mmio.c                            | 144 ++++++++++++++----
2 files changed, 148 insertions(+), 28 deletions(-)
[PATCH 0/2] Add support for new property 'mux-reg-masks-state' for mmio mux
Posted by Chintan Vankar 6 months, 2 weeks ago
This series extends mmio-mux driver's capability to configure driver in
with extended property.

In current driver implementation (mmio.c), driver is parsing register's
offset, mask and value from two different device tree property. In order
to configure mux register, these two properties should be synchronized
with each other, and this constraint makes it complex to modify or add 
further entries for that memory region. To simplify this, add support for 
a new property, "mux-reg-masks-state", which allows offset, mask, and 
value to be specified together as a tuple, and remove the above
constraint.

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

Link to RFC series:
https://lore.kernel.org/r/20250304102306.2977836-1-c-vankar@ti.com/

Chintan Vankar (2):
  devicetree: bindings: mux: reg-mux: Add support for new property
    'mux-reg-masks-state'
  mux: mmio: Extend mmio-mux driver to configure mux with
    mux-reg-masks-state

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

-- 
2.34.1