diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-23 12:30:48 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-23 12:30:48 -0400 |
commit | 40aba218969914d1b225e742617adb921cf94eae (patch) | |
tree | 663ec9cdadbedec5f8eab754cbc590298c1d40be /MAINTAINERS | |
parent | b64ada6b23d4a305fb3ca59b79dd38707fc53b69 (diff) | |
parent | cfd550ed3d3bd509b475c7a9d425fc63bf843a7c (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: Clearly mark ACPI drivers as such
i2c: Add driver for SMBus Control Method Interface
i2c-pnx: Correct use of request_region/request_mem_region
MAINTAINERS: Add maintainer for AT24 and PCA9564/PCA9665
i2c-piix4: Add AMD SB900 SMBus device ID
i2c/chips: Remove deprecated pcf8574 driver
i2c/chips: Remove deprecated pca9539 driver
i2c/chips: Remove deprecated pcf8575 driver
gpio/pcf857x: Copy i2c_device_id from old pcf8574 driver
i2c/scx200_acb: Provide more information on bus errors
i2c: Provide compatibility links for i2c adapters
i2c: Convert i2c adapters to bus devices
i2c: Convert i2c clients to a device type
i2c/tsl2550: Use combined SMBus transactions
i2c-taos-evm: Switch echo off to improve performance
i2c: Drop unused i2c_driver.id field
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index e1fc32e394aa..b9a8a365418c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -895,6 +895,13 @@ F: drivers/dma/ | |||
895 | F: include/linux/dmaengine.h | 895 | F: include/linux/dmaengine.h |
896 | F: include/linux/async_tx.h | 896 | F: include/linux/async_tx.h |
897 | 897 | ||
898 | AT24 EEPROM DRIVER | ||
899 | M: Wolfram Sang <w.sang@pengutronix.de> | ||
900 | L: linux-i2c@vger.kernel.org | ||
901 | S: Maintained | ||
902 | F: drivers/misc/eeprom/at24.c | ||
903 | F: include/linux/i2c/at24.h | ||
904 | |||
898 | ATA OVER ETHERNET (AOE) DRIVER | 905 | ATA OVER ETHERNET (AOE) DRIVER |
899 | M: "Ed L. Cashin" <ecashin@coraid.com> | 906 | M: "Ed L. Cashin" <ecashin@coraid.com> |
900 | W: http://www.coraid.com/support/linux | 907 | W: http://www.coraid.com/support/linux |
@@ -3964,6 +3971,15 @@ S: Maintained | |||
3964 | F: drivers/leds/leds-pca9532.c | 3971 | F: drivers/leds/leds-pca9532.c |
3965 | F: include/linux/leds-pca9532.h | 3972 | F: include/linux/leds-pca9532.h |
3966 | 3973 | ||
3974 | PCA9564/PCA9665 I2C BUS DRIVER | ||
3975 | M: Wolfram Sang <w.sang@pengutronix.de> | ||
3976 | L: linux-i2c@vger.kernel.org | ||
3977 | S: Maintained | ||
3978 | F: drivers/i2c/algos/i2c-algo-pca.c | ||
3979 | F: drivers/i2c/busses/i2c-pca-* | ||
3980 | F: include/linux/i2c-algo-pca.h | ||
3981 | F: include/linux/i2c-pca-platform.h | ||
3982 | |||
3967 | PCI ERROR RECOVERY | 3983 | PCI ERROR RECOVERY |
3968 | M: Linas Vepstas <linas@austin.ibm.com> | 3984 | M: Linas Vepstas <linas@austin.ibm.com> |
3969 | L: linux-pci@vger.kernel.org | 3985 | L: linux-pci@vger.kernel.org |