Hi Michael, On Fri, 09 Jul 2010 11:07:46 +0200, Michael Lawnick wrote: > Add multiplexed bus core support. I2C multiplexer and switches > like pca954x get instantiated as new adapters per port. > > Signed-off-by: Michael Lawnick <demx1175@wbit01lx.(none)> > Cc: Jean Delvare <khali@xxxxxxxxxxxx> > --- > Based on kernel 2.6.35.rc2 + > [PATCH] i2c: Move adapter locking helpers to i2c-core > by Jean Delware <20100615140218.07090c90@xxxxxxxxxxxxxxxx> > <http://article.gmane.org/gmane.linux.drivers.i2c/6226/match=i2c+move+adapter+locking+helpers+i2c+core> > > drivers/i2c/Kconfig | 11 +++ > drivers/i2c/Makefile | 1 + > drivers/i2c/i2c-core.c | 80 +++++++++++++++++---- > drivers/i2c/i2c-dev.c | 44 +++++++++++- > drivers/i2c/i2c-mux.c | 165 +++++++++++++++++++++++++++++++++++++++++++ > include/linux/i2c-mux.h | 46 ++++++++++++ > include/linux/i2c.h | 8 ++ > 7 files changed, 341 insertions(+), 14 deletions(-) > create mode 100755 drivers/i2c/i2c-mux.c > create mode 100755 include/linux/i2c-mux.h Patch applied, with two changes: * Reverted changes to i2c_sysfs_new_device(), i2c_sysfs_delete_device() and i2c_del_adapter() - no longer needed after I added a dedicated mutex for userspace client lists. * Removed locking in i2c_check_addr_busy() and i2cdev_check_addr(). It was insufficient anyway, I'll think of something better and add it later. Rodoflo, I've added your Acked-by, I hope this is fine. Resulting patch can be seen here: ftp://ftp.kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/i2c-multiplexing-core-support.patch Thanks again for your contribution and patience :) -- Jean Delvare -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html