[U-Boot-Users] [Patch 4/9] U-boot-V2:I2C: Introduce core

First part of this patch introduces i2c-core and i2c-dev interface. The codebase is sourced from 2.6.26 rc5 kernel
Signed-off-by: Nishanth Menon x0nishan@ti.com
--- drivers/Kconfig | 1 drivers/Makefile | 1 drivers/i2c/Kconfig | 70 ++ drivers/i2c/Makefile | 12 drivers/i2c/busses/Kconfig | 7 drivers/i2c/busses/Makefile | 9 drivers/i2c/chips/Kconfig | 7 drivers/i2c/chips/Makefile | 16 drivers/i2c/i2c-boardinfo.c | 99 +++ drivers/i2c/i2c-core.c | 1438 ++++++++++++++++++++++++++++++++++++++++++++ drivers/i2c/i2c-core.h | 47 + drivers/i2c/i2c-dev.c | 568 +++++++++++++++++ include/driver.h | 4 include/linux/i2c-dev.h | 85 ++ include/linux/i2c-id.h | 184 +++++ include/linux/i2c.h | 564 +++++++++++++++++ 16 files changed, 3111 insertions(+), 1 deletion(-)
This patch is too big to fit to mailing list size limits. Please see: http://linux.omap.com/pub/patches/rfc/u-boot-v2/i2c-20080617/004-i2c-add-cor...
Regards, Nishanth Menon
participants (1)
-
Menon, Nishanth