linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Add I2C support for Octeon SOCs.
@ 2010-01-07 19:50 David Daney
       [not found] ` <4B463B1F.6000404-M3mlKVOIwJVv6pq1l3V1OdBPR1lH4CV8@public.gmane.org>
  0 siblings, 1 reply; 17+ messages in thread
From: David Daney @ 2010-01-07 19:50 UTC (permalink / raw)
  To: linux-mips, Ralf Baechle, linux-i2c-u79uwXL29TY76Z2rM5mHXA,
	Ben Dooks (embedded platforms), Jean 

This patch set adds I2C driver support for Cavium Networks' Octeon
processor family.  The Octeon is a multi-core MIPS64 based SOC.

The first patch adds platform devices for the I2C devices.  The second
patch is the main driver.  Finally the third patch registers some
devices so we have something to control with the fancy new driver.

I will reply with the three patches.

David Daney (2):
   MIPS: Octeon: Add I2C platform driver.
   MIPS: Octeon: Register some devices on the I2C bus.

Rade Bozic (1):
   I2C: Add driver for Cavium OCTEON I2C ports.

  arch/mips/cavium-octeon/octeon-platform.c |   85 +++++
  arch/mips/include/asm/octeon/octeon.h     |    5 +
  drivers/i2c/busses/Kconfig                |   10 +
  drivers/i2c/busses/Makefile               |    1 +
  drivers/i2c/busses/i2c-octeon.c           |  579 
+++++++++++++++++++++++++++++
  5 files changed, 680 insertions(+), 0 deletions(-)
  create mode 100644 drivers/i2c/busses/i2c-octeon.c

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

end of thread, other threads:[~2010-01-25 18:19 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-07 19:50 [PATCH 0/3] Add I2C support for Octeon SOCs David Daney
     [not found] ` <4B463B1F.6000404-M3mlKVOIwJVv6pq1l3V1OdBPR1lH4CV8@public.gmane.org>
2010-01-07 19:54   ` [PATCH 1/3] MIPS: Octeon: Add I2C platform driver David Daney
     [not found]     ` <1262894061-32613-1-git-send-email-ddaney-M3mlKVOIwJVv6pq1l3V1OdBPR1lH4CV8@public.gmane.org>
2010-01-07 20:35       ` Sergei Shtylyov
     [not found]         ` <4B4645A3.30401-hkdhdckH98+B+jHODAdFcQ@public.gmane.org>
2010-01-07 20:55           ` David Daney
2010-01-07 21:23             ` [PATCH 1/3] MIPS: Octeon: Add I2C platform device David Daney
2010-01-07 19:54   ` [PATCH 2/3] I2C: Add driver for Cavium OCTEON I2C ports David Daney
     [not found]     ` <1262894061-32613-2-git-send-email-ddaney-M3mlKVOIwJVv6pq1l3V1OdBPR1lH4CV8@public.gmane.org>
2010-01-24 16:00       ` Ben Dooks
2010-01-25 15:12         ` Bozic, Rade (EXT-Other - DE/Ulm)
     [not found]         ` <20100124160017.GF28675-elnMNo+KYs3pIgCt6eIbzw@public.gmane.org>
2010-01-25 11:55           ` Michael Lawnick
2010-01-25 18:19           ` David Daney
2010-01-07 19:54   ` [PATCH 3/3] MIPS: Octeon: Register some devices on the I2C bus David Daney
2010-01-07 19:56   ` [PATCH 0/3] Add I2C support for Octeon SOCs David Daney
     [not found]     ` <4B463C71.3080005-M3mlKVOIwJVv6pq1l3V1OdBPR1lH4CV8@public.gmane.org>
2010-01-11 14:44       ` Ralf Baechle
     [not found]         ` <20100111144416.GA23157-6z/3iImG2C8G8FEW9MqTrA@public.gmane.org>
2010-01-11 17:16           ` David Daney
     [not found]             ` <4B4B5CD3.4040204-M3mlKVOIwJVv6pq1l3V1OdBPR1lH4CV8@public.gmane.org>
2010-01-11 17:23               ` Jean Delvare
2010-01-13  0:49             ` Markus Gothe
     [not found]               ` <F5F1F5D1-6057-49CF-A5B3-A921E1C0EEEB-SamgB31n2u5IcsJQ0EH25Q@public.gmane.org>
2010-01-13  9:29                 ` Jean Delvare

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