summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/muxes/pca9541.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* i2c: Convert drivers/i2c/muxes/* to use module_i2c_driver()Axel Lin2012-03-261-12/+1
| | | | | | | | | | | | This patch converts the drivers in drivers/i2c/muxes/* to use the module_i2c_driver() macro which makes the code smaller and a bit simpler. Signed-off-by: Axel Lin <axel.lin@gmail.com> Acked-by: Wolfram Sang <w.sang@pengutronix.de> Cc: Guenter Roeck <guenter.roeck@ericsson.com> Cc: Michael Lawnick <ml.lawnick@gmx.de> Cc: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Jean Delvare <khali@linux-fr.org>
* i2c/mux: Driver for PCA9541 I2C Master SelectorGuenter Roeck2010-10-241-0/+411
This patch adds support for PCA9541, an I2C Bus Master Selector. The driver is modeled as single channel I2C Multiplexer to be able to utilize the I2C multiplexer framework. Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com> Reviewed-by: Tom Grennan <tom.grennan@ericsson.com> Acked-by: Jean Delvare <khali@linux-fr.org>