> This patchset implements support for adjustment of I2C bus speed via > platform data. Further, it implements support for DMA transfers into the > mxs-i2c driver. Lastly, there is a fix for GCC4.7 warning included. btw. this patchset is also available here: http://git.kernel.org/?p=linux/kernel/git/marex/linux-2.6.git;a=shortlog;h=refs/heads/mxs- i2c > > Marek Vasut (4): > MXS: Allow passing i2c bus speed via platform data > MXS: Set I2C timing registers for mxs-i2c > MXS: Implement DMA support into mxs-i2c > MXS: Fix GCC4.7 complaint in mxs-i2c > > arch/arm/mach-mxs/devices-mx28.h | 3 +- > arch/arm/mach-mxs/devices/platform-mxs-i2c.c | 14 +- > arch/arm/mach-mxs/include/mach/devices-common.h | 5 +- > arch/arm/mach-mxs/mach-apx4devkit.c | 7 +- > arch/arm/mach-mxs/mach-m28evk.c | 8 +- > arch/arm/mach-mxs/mach-mx28evk.c | 7 +- > arch/arm/mach-mxs/mach-tx28.c | 7 +- > drivers/i2c/busses/i2c-mxs.c | 304 > +++++++++++++++++++++-- include/linux/i2c/mxs-i2c.h | > 22 ++ > 9 files changed, 343 insertions(+), 34 deletions(-) > create mode 100644 include/linux/i2c/mxs-i2c.h > > Cc: Detlev Zundel <dzu@xxxxxxx> > CC: Dong Aisheng <b29396@xxxxxxxxxxxxx> > CC: Fabio Estevam <fabio.estevam@xxxxxxxxxxxxx> > Cc: Linux ARM kernel <linux-arm-kernel@xxxxxxxxxxxxxxxxxxx> > Cc: linux-i2c@xxxxxxxxxxxxxxx > CC: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> > CC: Shawn Guo <shawn.guo@xxxxxxxxxx> > Cc: Stefano Babic <sbabic@xxxxxxx> > CC: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx> > Cc: Wolfgang Denk <wd@xxxxxxx> > Cc: Wolfram Sang <w.sang@xxxxxxxxxxxxxx> Best regards, Marek Vasut -- 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