Hi Ben On Tue, 31 Mar 2009, Ben Dooks wrote: > The following changes since commit 8e0ee43bc2c3e19db56a4adaa9a9b04ce885cd84: > Linus Torvalds (1): > Linux 2.6.29 Are you also intending to push this one: http://www.mail-archive.com/linux-i2c@xxxxxxxxxxxxxxx/msg00729.html Thanks Guennadi > > are available in the git repository at: > > git://aeryn.fluff.org.uk/bjdooks/linux.git i2c-for-2630 > > Ben Dooks (1): > i2c-s3c2410: sda_delay should be in ns, not clock ticks > > Daniel Silverstone (1): > i2c-s3c2410: Simplify bus frequency calculation > > Darius Augulis (2): > i2c: iMX/MXC support > i2c: imx: Add missing request_mem_region in probe() > > Mark Brown (1): > i2c: i2c-s3c2410: Initialise Samsung I2C controller early > > arch/arm/mach-s3c2410/mach-bast.c | 3 +- > arch/arm/mach-s3c2410/mach-n30.c | 3 +- > arch/arm/mach-s3c2412/mach-jive.c | 3 +- > arch/arm/plat-mxc/include/mach/i2c.h | 25 ++ > arch/arm/plat-s3c/dev-i2c0.c | 7 +- > arch/arm/plat-s3c/dev-i2c1.c | 7 +- > arch/arm/plat-s3c/include/plat/iic.h | 33 +- > drivers/i2c/busses/Kconfig | 10 + > drivers/i2c/busses/Makefile | 1 + > drivers/i2c/busses/i2c-imx.c | 625 ++++++++++++++++++++++++++++++++++ > drivers/i2c/busses/i2c-s3c2410.c | 77 ++--- > 11 files changed, 720 insertions(+), 74 deletions(-) > create mode 100644 arch/arm/plat-mxc/include/mach/i2c.h > create mode 100644 drivers/i2c/busses/i2c-imx.c > -- > 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 > --- Guennadi Liakhovetski, Ph.D. Freelance Open-Source Software Developer -- 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