From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Daney Subject: Re: [PATCH 0/3] Add I2C support for Octeon SOCs. Date: Mon, 11 Jan 2010 09:16:03 -0800 Message-ID: <4B4B5CD3.4040204@caviumnetworks.com> References: <4B463B1F.6000404@caviumnetworks.com> <4B463C71.3080005@caviumnetworks.com> <20100111144416.GA23157@linux-mips.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20100111144416.GA23157-6z/3iImG2C8G8FEW9MqTrA@public.gmane.org> Sender: linux-i2c-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Ralf Baechle , linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: "Bozic, Rade (EXT-Other - DE/Ulm)" , linux-mips , "Ben Dooks (embedded platforms)" , "Jean Delvare (PC drivers, core)" List-Id: linux-i2c@vger.kernel.org Ralf Baechle wrote: > On Thu, Jan 07, 2010 at 11:56:33AM -0800, David Daney wrote: > >> 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. > > Do you want to merge this series through the MIPS tree? > Two of the patches touch only arch/mips/cavium-octeon, so it might make sense. But the I2C maintainers may have other desires, so I would defer to them. David Daney