The following series of patches add support for reading mux state from the device tree. Aswath Govindraju (2): dt-bindings: mux: Document mux-states property mux: Add support for reading mux state from consumer DT node .../devicetree/bindings/mux/gpio-mux.yaml | 11 +- .../devicetree/bindings/mux/mux-consumer.yaml | 14 ++ .../bindings/mux/mux-controller.yaml | 26 ++- drivers/mux/core.c | 213 ++++++++++++++++-- include/linux/mux/consumer.h | 19 +- 5 files changed, 260 insertions(+), 23 deletions(-) -- 2.17.1