All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] MUX: Add support for mux-states
@ 2021-12-02 12:40 Aswath Govindraju
  2021-12-02 12:40 ` [PATCH v2 1/2] dt-bindings: mux: Document mux-states property Aswath Govindraju
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Aswath Govindraju @ 2021-12-02 12:40 UTC (permalink / raw)
  Cc: linux-kernel, devicetree, Rob Herring, Peter Rosin,
	Marc Kleine-Budde, Vignesh Raghavendra, Kishon Vijay Abraham I,
	Aswath Govindraju

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


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-12-20  8:50 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-02 12:40 [PATCH v2 0/2] MUX: Add support for mux-states Aswath Govindraju
2021-12-02 12:40 ` [PATCH v2 1/2] dt-bindings: mux: Document mux-states property Aswath Govindraju
2021-12-06 20:55   ` Rob Herring
2021-12-02 12:40 ` [PATCH v2 2/2] mux: Add support for reading mux state from consumer DT node Aswath Govindraju
2021-12-17  5:57 ` [PATCH v2 0/2] MUX: Add support for mux-states Peter Rosin
2021-12-17  6:26   ` Peter Rosin
2021-12-18 18:36     ` Peter Rosin
2021-12-18 18:37       ` [PATCH] mux: add missing mux_state_get Peter Rosin
2021-12-20  6:57         ` Aswath Govindraju
2021-12-20  8:50           ` Peter Rosin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.