[BK PATCH] i2c driver fixes for 2.6.3-rc1

From: Greg KH
Date: Mon Feb 09 2004 - 18:18:46 EST


Hi,

Here are some i2c driver updates for 2.6.3-rc1. It's a few small
bugfixes and tree new i2c drivers. All of the bugfixes and two of the
i2c drivers have been in the last few -mm trees with no problems.

Please pull from: bk://kernel.bkbits.net/gregkh/linux/i2c-2.6

Individual patches will follow, sent to the sensors and linux-kernel
lists.

thanks,

greg k-h

MAINTAINERS | 12
drivers/i2c/busses/Kconfig | 12
drivers/i2c/busses/Makefile | 1
drivers/i2c/busses/i2c-hydra.c | 186 +++++++++++
drivers/i2c/chips/Kconfig | 22 +
drivers/i2c/chips/Makefile | 2
drivers/i2c/chips/fscher.c | 681 +++++++++++++++++++++++++++++++++++++++++
drivers/i2c/chips/gl518sm.c | 612 ++++++++++++++++++++++++++++++++++++
drivers/i2c/chips/lm85.c | 6
drivers/i2c/chips/w83l785ts.c | 63 ++-
drivers/i2c/i2c-core.c | 2
include/linux/i2c-id.h | 1
12 files changed, 1571 insertions(+), 29 deletions(-)
-----

<ender:debian.org>:
o I2C: fix typos

Geert Uytterhoeven:
o I2C: add Hydra i2c bus driver

Greg Kroah-Hartman:
o I2C: fix oops when CONFIG_I2C_DEBUG_CORE is enabled and the bttv driver is loaded

Jean Delvare:
o I2C: add new chip driver: fscher
o I2C: Update I2C maintainers entry
o I2C: add new driver, gl518sm
o I2C: Handle read errors in w83l785ts
o I2C: Bring w83l785ts in compliance with sysfs naming conventions

-
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/