diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-24 15:46:24 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-24 15:46:24 -0400 |
commit | bdaf12b41235b0c59949914de022341e77907461 (patch) | |
tree | 2473bf0e3a28fdc2285cf830c9a259d9b85a4061 /MAINTAINERS | |
parent | 7c024e9534f9edd8d052380a1b40d376c8feb11b (diff) | |
parent | bf5d95c82692ead9ba7876af73dac2edcc8a6191 (diff) |
Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging
* 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging:
i2c-viapro: Don't log nacks
i2c/pca954x: Remove __devinit and __devexit from probe and remove functions
MAINTAINERS: Add maintainer for PCA9541 I2C bus master selector driver
i2c/mux: Driver for PCA9541 I2C Master Selector
i2c: Optimize function i2c_detect()
i2c: Discard warning message on device instantiation from user-space
i2c-amd8111: Add proper error handling
i2c: Change to new flag variable
i2c: Remove unneeded inclusions of <linux/i2c-id.h>
i2c: Let i2c_parent_is_i2c_adapter return the parent adapter
i2c: Simplify i2c_parent_is_i2c_adapter
i2c-pca-platform: Change device name of request_irq
i2c: Fix Kconfig dependencies
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 9bd4422618e9..0e265fcc103b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -4541,6 +4541,12 @@ S: Maintained | |||
4541 | F: drivers/leds/leds-pca9532.c | 4541 | F: drivers/leds/leds-pca9532.c |
4542 | F: include/linux/leds-pca9532.h | 4542 | F: include/linux/leds-pca9532.h |
4543 | 4543 | ||
4544 | PCA9541 I2C BUS MASTER SELECTOR DRIVER | ||
4545 | M: Guenter Roeck <guenter.roeck@ericsson.com> | ||
4546 | L: linux-i2c@vger.kernel.org | ||
4547 | S: Maintained | ||
4548 | F: drivers/i2c/muxes/pca9541.c | ||
4549 | |||
4544 | PCA9564/PCA9665 I2C BUS DRIVER | 4550 | PCA9564/PCA9665 I2C BUS DRIVER |
4545 | M: Wolfram Sang <w.sang@pengutronix.de> | 4551 | M: Wolfram Sang <w.sang@pengutronix.de> |
4546 | L: linux-i2c@vger.kernel.org | 4552 | L: linux-i2c@vger.kernel.org |