[U-Boot-Users] [Patch 5/9] U-boot-V2:I2C:Algos: Introduce I2c Algos

I2c Algos are broken at the moment, but they are introduced for hope of keeping the infrastructure alive and be fixed as the need arises.
The codebase is sourced from 2.6.26 rc5 kernel. This is useful for certain platforms
Signed-off-by: Nishanth Menon x0nishan@ti.com
--- drivers/i2c/Kconfig | 9 drivers/i2c/Makefile | 2 drivers/i2c/algos/Kconfig | 20 + drivers/i2c/algos/Makefile | 12 drivers/i2c/algos/i2c-algo-bit.c | 640 +++++++++++++++++++++++++++++++++++++++ drivers/i2c/algos/i2c-algo-pca.c | 425 +++++++++++++++++++++++++ drivers/i2c/algos/i2c-algo-pcf.c | 469 ++++++++++++++++++++++++++++ drivers/i2c/algos/i2c-algo-pcf.h | 76 ++++ drivers/i2c/algos/i2c-algo-sgi.c | 179 ++++++++++ include/linux/i2c-algo-bit.h | 51 +++ include/linux/i2c-algo-pca.h | 41 ++ include/linux/i2c-algo-pcf.h | 43 ++ include/linux/i2c-algo-sgi.h | 26 + 13 files changed, 1992 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/005-i2c-add-alg...
Regards, Nishanth Menon
participants (1)
-
Menon, Nishanth