diff options
author | Michael Hennerich <michael.hennerich@analog.com> | 2017-04-11 14:16:16 +0200 |
---|---|---|
committer | Peter Rosin <peda@axentia.se> | 2017-04-12 17:10:31 +0200 |
commit | dbed8a803bd3fb64339a6180adaff2cec46242ce (patch) | |
tree | 37a998ddf791e366865558a6e5400bbdd707c121 /MAINTAINERS | |
parent | dt-bindings: i2c: mux: ltc4306: Add dt-bindings for I2C multiplexer/switch (diff) | |
download | linux-dbed8a803bd3fb64339a6180adaff2cec46242ce.tar.xz linux-dbed8a803bd3fb64339a6180adaff2cec46242ce.zip |
i2c: mux: ltc4306: LTC4306 and LTC4305 I2C multiplexer/switch
This patch adds support for the Analog Devices / Linear Technology
LTC4306 and LTC4305 4/2 Channel I2C Bus Multiplexer/Switches.
The LTC4306 optionally provides two general purpose input/output pins
(GPIOs) that can be configured as logic inputs, opendrain outputs or
push-pull outputs via the generic GPIOLIB framework.
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Peter Rosin <peda@axentia.se>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c776906f67a9..9a27a197b1f6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7698,6 +7698,14 @@ S: Maintained F: Documentation/hwmon/ltc4261 F: drivers/hwmon/ltc4261.c +LTC4306 I2C MULTIPLEXER DRIVER +M: Michael Hennerich <michael.hennerich@analog.com> +W: http://ez.analog.com/community/linux-device-drivers +L: linux-i2c@vger.kernel.org +S: Supported +F: drivers/i2c/muxes/i2c-mux-ltc4306.c +F: Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt + LTP (Linux Test Project) M: Mike Frysinger <vapier@gentoo.org> M: Cyril Hrubis <chrubis@suse.cz> |