On Thu, Mar 23, 2017 at 03:22:58PM +0100, michael.hennerich@xxxxxxxxxx wrote: > From: Michael Hennerich <michael.hennerich@xxxxxxxxxx> > > 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@xxxxxxxxxx> > --- > .../devicetree/bindings/i2c/i2c-mux-ltc4306.txt | 61 ++++ It's preferred to split bindings to separate patch. In any case, Acked-by: Rob Herring <robh@xxxxxxxxxx> > MAINTAINERS | 8 + > drivers/i2c/muxes/Kconfig | 10 + > drivers/i2c/muxes/Makefile | 1 + > drivers/i2c/muxes/i2c-mux-ltc4306.c | 365 +++++++++++++++++++++ > 5 files changed, 445 insertions(+) > create mode 100644 Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt > create mode 100644 drivers/i2c/muxes/i2c-mux-ltc4306.c -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html