[PATCH 0/2] MUX: Add support for mux-states

Aswath Govindraju posted 2 patches 3 years, 5 months ago
There is a newer version of this series
.../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(-)
[PATCH 0/2] MUX: Add support for mux-states
Posted by Aswath Govindraju 3 years, 5 months ago
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