[GIT PULL] i2c updates for 2.6.37

From: Jean Delvare
Date: Sun Oct 24 2010 - 14:18:11 EST


Hi Linus,

Please pull i2c subsystem updates for Linux 2.6.37 from:

git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging.git i2c-for-linus

MAINTAINERS | 6 +
drivers/gpu/drm/nouveau/nouveau_i2c.h | 1 -
drivers/gpu/drm/radeon/radeon_mode.h | 1 -
drivers/i2c/Kconfig | 3 +-
drivers/i2c/Makefile | 4 +-
drivers/i2c/algos/Kconfig | 12 +
drivers/i2c/algos/Makefile | 4 +-
drivers/i2c/busses/Makefile | 4 +-
drivers/i2c/busses/i2c-amd8111.c | 163 +++++++++----
drivers/i2c/busses/i2c-ibm_iic.c | 1 -
drivers/i2c/busses/i2c-nuc900.c | 1 -
drivers/i2c/busses/i2c-pca-platform.c | 2 +-
drivers/i2c/busses/i2c-pxa.c | 1 -
drivers/i2c/busses/i2c-s3c2410.c | 1 -
drivers/i2c/busses/i2c-viapro.c | 8 +-
drivers/i2c/i2c-core.c | 45 ++--
drivers/i2c/i2c-dev.c | 13 +-
drivers/i2c/muxes/Kconfig | 10 +
drivers/i2c/muxes/Makefile | 5 +-
drivers/i2c/muxes/pca9541.c | 411 +++++++++++++++++++++++++++++++++
drivers/i2c/muxes/pca954x.c | 8 +-
drivers/video/aty/radeon_i2c.c | 1 -
drivers/video/i810/i810.h | 1 -
drivers/video/intelfb/intelfb_i2c.c | 1 -
drivers/video/savage/savagefb.h | 1 -
include/linux/i2c.h | 12 +-
26 files changed, 603 insertions(+), 117 deletions(-)
create mode 100644 drivers/i2c/muxes/pca9541.c

---------------

Guenter Roeck (3):
i2c/mux: Driver for PCA9541 I2C Master Selector
MAINTAINERS: Add maintainer for PCA9541 I2C bus master selector driver
i2c/pca954x: Remove __devinit and __devexit from probe and remove functions

Jean Delvare (7):
i2c: Fix Kconfig dependencies
i2c: Simplify i2c_parent_is_i2c_adapter
i2c: Let i2c_parent_is_i2c_adapter return the parent adapter
i2c: Remove unneeded inclusions of <linux/i2c-id.h>
i2c: Discard warning message on device instantiation from user-space
i2c: Optimize function i2c_detect()
i2c-viapro: Don't log nacks

Julia Lawall (1):
i2c-amd8111: Add proper error handling

Nobuhiro Iwamatsu (1):
i2c-pca-platform: Change device name of request_irq

matt mooney (1):
i2c: Change to new flag variable

Thanks,
--
Jean Delvare
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/