Hi Greg, (For Greg, this is not a resend, since I apparently forgot to include him last time [1]. My mistake, sorry about that)
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 [2]. 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://lore.kernel.org/lkml/20190430195226.8965-1-p...@axentia.se/ [2] 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