diff options
author | Peter Rosin <peda@axentia.se> | 2017-05-14 15:51:05 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-06-03 06:25:40 -0400 |
commit | 256ac0375098e50d59c415fcbb561f2927fa8780 (patch) | |
tree | 914131a19de728bb8e14ef039a8589b6c67480da /MAINTAINERS | |
parent | b594b10144f631130110b424d9d5e4f152f14e0c (diff) |
dt-bindings: document devicetree bindings for mux-controllers and gpio-mux
Allow specifying that a single multiplexer controller can be used to
control several parallel multiplexers, thus enabling sharing of the
multiplexer controller by different consumers.
Add a binding for a first mux controller in the form of a GPIO based mux
controller.
Acked-by: Jonathan Cameron <jic23@kernel.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Peter Rosin <peda@axentia.se>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 9e984645c4b0..b2cc32caabb9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -8716,6 +8716,12 @@ S: Orphan | |||
8716 | F: drivers/mmc/host/mmc_spi.c | 8716 | F: drivers/mmc/host/mmc_spi.c |
8717 | F: include/linux/spi/mmc_spi.h | 8717 | F: include/linux/spi/mmc_spi.h |
8718 | 8718 | ||
8719 | MULTIPLEXER SUBSYSTEM | ||
8720 | M: Peter Rosin <peda@axentia.se> | ||
8721 | S: Maintained | ||
8722 | F: Documentation/devicetree/bindings/mux/ | ||
8723 | F: include/linux/dt-bindings/mux/ | ||
8724 | |||
8719 | MULTISOUND SOUND DRIVER | 8725 | MULTISOUND SOUND DRIVER |
8720 | M: Andrew Veliath <andrewtv@usa.net> | 8726 | M: Andrew Veliath <andrewtv@usa.net> |
8721 | S: Maintained | 8727 | S: Maintained |