| To: | "Bozic, Rade (EXT-Other - DE/Ulm)" <rade.bozic.ext@nsn.com> |
|---|---|
| Subject: | Re: [PATCH 0/3] Add I2C support for Octeon SOCs. |
| From: | David Daney <ddaney@caviumnetworks.com> |
| Date: | Thu, 07 Jan 2010 11:56:33 -0800 |
| Cc: | 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> |
| In-reply-to: | <4B463B1F.6000404@caviumnetworks.com> |
| References: | <4B463B1F.6000404@caviumnetworks.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Thunderbird 2.0.0.21 (X11/20090320) |
Bah... I forgot to include Rade Bozic on the original message. Now
included.
David Daney wrote: 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 |
| Previous by Date: | [PATCH 2/3] I2C: Add driver for Cavium OCTEON I2C ports., David Daney |
|---|---|
| Next by Date: | Re: [PATCH 1/3] MIPS: Octeon: Add I2C platform driver., Sergei Shtylyov |
| Previous by Thread: | Re: [PATCH 2/3] I2C: Add driver for Cavium OCTEON I2C ports., David Daney |
| Next by Thread: | Re: [PATCH 0/3] Add I2C support for Octeon SOCs., Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |