]> rtime.felk.cvut.cz Git - linux-imx.git/commit
i2c: mux: Add dt support to i2c-mux-gpio driver
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 25 Oct 2012 16:23:53 +0000 (18:23 +0200)
committerWolfram Sang <w.sang@pengutronix.de>
Fri, 16 Nov 2012 08:28:27 +0000 (09:28 +0100)
commit9b7a0c40de6c5c04371f8cdb9153a0a5a0af5243
tree02a02f2c3b38e8504d58a2eb4e4fa815804faf78
parent29fb08c300b5cb626b8a803440aab25d0983cab7
i2c: mux: Add dt support to i2c-mux-gpio driver

Allow the i2c-mux-gpio to be used by a device tree enabled device. The
bindings are inspired by the one found in the i2c-mux-pinctrl driver.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Peter Korsgaard <peter.korsgaard@barco.com>
[wsa: fixed some whitespace]

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Documentation/devicetree/bindings/i2c/i2c-mux-gpio.txt [new file with mode: 0644]
drivers/i2c/muxes/i2c-mux-gpio.c