From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean Delvare Subject: [GIT PULL] More i2c updates for 2.6.26 Date: Sun, 11 May 2008 21:12:34 +0200 Message-ID: <20080511211234.11215916@hyperion.delvare> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Sender: linux-kernel-owner@vger.kernel.org To: Linus Torvalds , Linux I2C , LKML List-Id: linux-i2c@vger.kernel.org Linus, Please pull the i2c subsystem updates for Linux 2.6.26 from: git://jdelvare.pck.nerim.net/jdelvare-2.6 i2c-for-linus You'll get more pieces of the conversion of the device/driver matching model of the i2c subsystem, blacklisting of 2 motherboards in the i2c-piix4 SMBus controller driver for safety reasons, documentation updates and a few random fixes. Documentation/i2c/functionality | 95 +++++++++++++++++++---------------- Documentation/i2c/smbus-protocol | 81 +++++++++++++++++------------- drivers/i2c/busses/i2c-mpc.c | 16 +++--- drivers/i2c/busses/i2c-piix4.c | 47 +++++++++++++++-- drivers/i2c/busses/i2c-sibyte.c | 6 +- drivers/i2c/i2c-core.c | 14 +++-- drivers/media/video/tcm825x.c | 7 +++ drivers/media/video/tlv320aic23b.c | 6 ++ drivers/media/video/tvaudio.c | 13 ++++- drivers/rtc/rtc-s35390a.c | 2 +- include/linux/i2c.h | 2 +- include/media/v4l2-i2c-drv-legacy.h | 2 + include/media/v4l2-i2c-drv.h | 2 + 13 files changed, 189 insertions(+), 104 deletions(-) --------------- David Brownell (1): i2c: Improve smbus-protocol documentation David Milburn (1): i2c-piix4: Increase the intitial delay for the ServerWorks CSB5 Jean Delvare (4): i2c-piix4: Blacklist two mainboards i2c: Improve the functionality documentation i2c: Match dummy devices by type i2c: Convert some more new-style drivers to use module aliasing Jon Smirl (1): i2c-mpc: Compare to NO_IRQ instead of zero Maciej W. Rozycki (2): i2c-sibyte: Correct a comment about frequency i2c-sibyte: Mark i2c_sibyte_add_bus() as static Thanks, -- Jean Delvare