[PATCH 0/2] mux: a couple of patches for 5.2-rc1

From: Peter Rosin
Date: Tue Apr 30 2019 - 15:53:01 EST


Hi Greg,

A small addition to the mmio mux so that it can handle non-syscon
regmaps. The bindings patch should probably have had Robs tag,
but after a bit of back and forth I got the impression that it
wasn't really needed, since it's basically just a file rename
plus addition of a compatible [1]. The patches have been in -next
for a week or so.

But, if I misunderstood or if you have a tag to spare Rob, now
is the time. :-)

Cheers,
Peter

[1] https://marc.info/?l=devicetree&m=155121843503590
"That would have saved me reviewing the whole thing again..."

Pankaj Bansal (2):
dt-bindings: add register based devices' mux controller DT bindings
mux: mmio: add generic regmap bitfield-based multiplexer

Documentation/devicetree/bindings/mux/mmio-mux.txt | 60 ----------
Documentation/devicetree/bindings/mux/reg-mux.txt | 129 +++++++++++++++++++++
drivers/mux/Kconfig | 12 +-
drivers/mux/mmio.c | 6 +-
4 files changed, 140 insertions(+), 67 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/mux/mmio-mux.txt
create mode 100644 Documentation/devicetree/bindings/mux/reg-mux.txt

--
2.11.0