linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] MXS: I2C improvements
@ 2012-05-01  2:00 Marek Vasut
  2012-05-01  2:00 ` [PATCH 1/4] MXS: Allow passing i2c bus speed via platform data Marek Vasut
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Marek Vasut @ 2012-05-01  2:00 UTC (permalink / raw)
  To: linux-arm-kernel

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.

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@denx.de>
CC: Dong Aisheng <b29396@freescale.com>
CC: Fabio Estevam <fabio.estevam@freescale.com>
Cc: Linux ARM kernel <linux-arm-kernel@lists.infradead.org>
Cc: linux-i2c at vger.kernel.org
CC: Sascha Hauer <s.hauer@pengutronix.de>
CC: Shawn Guo <shawn.guo@linaro.org>
Cc: Stefano Babic <sbabic@denx.de>
CC: Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Wolfram Sang <w.sang@pengutronix.de>

-- 
1.7.10

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2012-05-12 11:36 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-01  2:00 [PATCH 0/4] MXS: I2C improvements Marek Vasut
2012-05-01  2:00 ` [PATCH 1/4] MXS: Allow passing i2c bus speed via platform data Marek Vasut
2012-05-01  2:00 ` [PATCH 2/4] MXS: Set I2C timing registers for mxs-i2c Marek Vasut
2012-05-01  2:00 ` [PATCH 3/4] MXS: Implement DMA support into mxs-i2c Marek Vasut
2012-05-01  2:00 ` [PATCH 4/4] MXS: Fix GCC4.7 complaint in mxs-i2c Marek Vasut
2012-05-01  2:05 ` [PATCH 0/4] MXS: I2C improvements Marek Vasut
2012-05-09 18:33 ` Marek Vasut
2012-05-10  7:35   ` Shawn Guo
2012-05-10 11:17     ` Marek Vasut
2012-05-10 14:37       ` Shawn Guo
2012-05-12 11:36   ` Wolfram Sang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).