> 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 <[email protected]> > CC: Dong Aisheng <[email protected]> > CC: Fabio Estevam <[email protected]> > Cc: Linux ARM kernel <[email protected]> > Cc: [email protected] > CC: Sascha Hauer <[email protected]> > CC: Shawn Guo <[email protected]> > Cc: Stefano Babic <[email protected]> > CC: Uwe Kleine-König <[email protected]> > Cc: Wolfgang Denk <[email protected]> > Cc: Wolfram Sang <[email protected]> Best regards, Marek Vasut -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
