The following series of patches add support for reading mux state from the device tree. changes since v1: - Made grammer corrections and added more information on the usage for mux-states and mux-controls 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 | 21 ++ .../bindings/mux/mux-controller.yaml | 26 ++- drivers/mux/core.c | 219 ++++++++++++++++-- include/linux/mux/consumer.h | 19 +- 5 files changed, 271 insertions(+), 25 deletions(-) -- 2.17.1