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