linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] I2C driver support for Nomadik/Ux500
@ 2010-01-08 10:30 srinidhi kasagar
  2010-01-08 10:31 ` [PATCH 1/2] ARM nomadik: add platform specific i2c configuration structures srinidhi kasagar
  2010-01-10 13:15 ` [PATCH v2 0/2] I2C driver support for Nomadik/Ux500 Ben Dooks
  0 siblings, 2 replies; 4+ messages in thread
From: srinidhi kasagar @ 2010-01-08 10:30 UTC (permalink / raw)
  To: linux-arm-kernel

This is the v2 version of the patch which adds support for the
ST-Ericsson's I2C block found in U8500/Nomadik 8815 platforms.

---
Changelog v1->v2
- file rename from i2c-nmk.c to i2c-nomadik.c (Jean Delvare)
- remove the unnecessary return statement (Jean Delvare)
- kernel doc style comment fix & other fixes (Linus Walleij)
- Added support for 400 KHz.

- patch 1/2 : targets plat-nomadik folder
- patch v2 2/2 : fixes the above comments.
---

srinidhi kasagar (2):
  ARM nomadik: add platform specific i2c configuration structures
  i2c: Add support for Ux500/Nomadik I2C controller

 arch/arm/plat-nomadik/include/plat/i2c.h |   37 ++
 drivers/i2c/busses/Kconfig               |    7 +
 drivers/i2c/busses/Makefile              |    1 +
 drivers/i2c/busses/i2c-nomadik.c         |  980 ++++++++++++++++++++++++++++++
 4 files changed, 1025 insertions(+), 0 deletions(-)
 create mode 100644 arch/arm/plat-nomadik/include/plat/i2c.h
 create mode 100644 drivers/i2c/busses/i2c-nomadik.c

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

end of thread, other threads:[~2010-01-17 20:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-08 10:30 [PATCH v2 0/2] I2C driver support for Nomadik/Ux500 srinidhi kasagar
2010-01-08 10:31 ` [PATCH 1/2] ARM nomadik: add platform specific i2c configuration structures srinidhi kasagar
2010-01-10 13:15 ` [PATCH v2 0/2] I2C driver support for Nomadik/Ux500 Ben Dooks
2010-01-17 20:20   ` srinidhi kasagar

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).