All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] ThunderX i2c driver
@ 2016-02-24 14:13 Jan Glauber
  2016-02-24 14:13 ` [RFC PATCH 1/2] i2c: Split i2c-octeon driver and add ThunderX support Jan Glauber
  2016-02-24 14:13 ` [RFC PATCH 2/2] i2c: thunderx: Add smbus support Jan Glauber
  0 siblings, 2 replies; 3+ messages in thread
From: Jan Glauber @ 2016-02-24 14:13 UTC (permalink / raw)
  To: linux-i2c; +Cc: linux-kernel, Wolfram Sang, Jan Glauber

Hi,

these two patches add support for the Cavium ThunderX SOC.
The patches are on-top of the previous i2c-octeon series.

Please review, feedback welcome!

Jan

------------------------------------------------

Jan Glauber (2):
  i2c: Split i2c-octeon driver and add ThunderX support
  i2c: thunderx: Add smbus support

 drivers/i2c/busses/Kconfig             |   10 +
 drivers/i2c/busses/Makefile            |    3 +
 drivers/i2c/busses/i2c-cavium.c        |  828 +++++++++++++++++++++
 drivers/i2c/busses/i2c-cavium.h        |  191 +++++
 drivers/i2c/busses/i2c-octeon-core.c   |  302 ++++++++
 drivers/i2c/busses/i2c-octeon.c        | 1283 --------------------------------
 drivers/i2c/busses/i2c-thunderx-core.c |  294 ++++++++
 7 files changed, 1628 insertions(+), 1283 deletions(-)
 create mode 100644 drivers/i2c/busses/i2c-cavium.c
 create mode 100644 drivers/i2c/busses/i2c-cavium.h
 create mode 100644 drivers/i2c/busses/i2c-octeon-core.c
 delete mode 100644 drivers/i2c/busses/i2c-octeon.c
 create mode 100644 drivers/i2c/busses/i2c-thunderx-core.c

-- 
1.9.1

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

end of thread, other threads:[~2016-02-24 14:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-24 14:13 [RFC PATCH 0/2] ThunderX i2c driver Jan Glauber
2016-02-24 14:13 ` [RFC PATCH 1/2] i2c: Split i2c-octeon driver and add ThunderX support Jan Glauber
2016-02-24 14:13 ` [RFC PATCH 2/2] i2c: thunderx: Add smbus support Jan Glauber

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.