linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Daney <ddaney@caviumnetworks.com>
To: linux-mips <linux-mips@linux-mips.org>,
	Ralf Baechle <ralf@linux-mips.org>,
	linux-i2c@vger.kernel.org,
	"Ben Dooks (embedded platforms)" <ben-linux@fluff.org>,
	"Jean Delvare (PC drivers, core)" <khali@linux-fr.org>
Subject: [PATCH 0/3] Add I2C support for Octeon SOCs.
Date: Thu, 07 Jan 2010 11:50:55 -0800	[thread overview]
Message-ID: <4B463B1F.6000404@caviumnetworks.com> (raw)

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

             reply	other threads:[~2010-01-07 19:51 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-07 19:50 David Daney [this message]
2010-01-07 19:54 ` [PATCH 1/3] MIPS: Octeon: Add I2C platform driver David Daney
2010-01-07 20:35   ` Sergei Shtylyov
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
2010-01-24 16:00   ` Ben Dooks
2010-01-25 11:55     ` Michael Lawnick
2010-01-25 15:12     ` Bozic, Rade (EXT-Other - DE/Ulm)
2010-01-25 15:12       ` Bozic, Rade (EXT-Other - DE/Ulm)
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
2010-01-11 14:44   ` Ralf Baechle
2010-01-11 17:16     ` David Daney
2010-01-11 17:23       ` Jean Delvare
2010-01-13  0:49       ` Markus Gothe
2010-01-13  9:29         ` Jean Delvare

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4B463B1F.6000404@caviumnetworks.com \
    --to=ddaney@caviumnetworks.com \
    --cc=ben-linux@fluff.org \
    --cc=khali@linux-fr.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-mips@linux-mips.org \
    --cc=ralf@linux-mips.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).