aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/muxes/pca954x.c
Commit message (Collapse)AuthorAge
* i2c/pca954x: Remove __devinit and __devexit from probe and remove functionsGuenter Roeck2010-10-24
| | | | | | | | | The underlying I2C adapter may or may not be present when this driver gets initialized, and may disappear later, so there is no safe time at which the probe and remove functions can be discarded. Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com> Signed-off-by: Jean Delvare <khali@linux-fr.org>
* i2c: I2C bus multiplexer driver pca954xMichael Lawnick2010-08-11
I2C driver for PCA954x I2C multiplexer series. Signed-off-by: Michael Lawnick <ml.lawnick@gmx.de> Acked-by: Rodolfo Giometti <giometti@linux.it> Signed-off-by: Jean Delvare <khali@linux-fr.org>