From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jochen Friedrich Subject: [PATCH0/7] OF support for i2c bus drivers Date: Fri, 11 Apr 2008 16:06:20 +0200 Message-ID: <47FF705C.9040404@scram.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linuxppc-dev-bounces+glppd-linuxppc64-dev=m.gmane.org@ozlabs.org Errors-To: linuxppc-dev-bounces+glppd-linuxppc64-dev=m.gmane.org@ozlabs.org To: Kumar Gala Cc: linuxppc-dev list , "Kernel, Linux" , Scott Wood , Jean Delvare , Linux I2C List-Id: linux-i2c@vger.kernel.org This series of patches implements the framework needed by of_platform_driver i2c bus drivers. i2c-mpc is then converted to an of_platform_driver and i2c-cpm is added as new driver. This is based on earlier work by Jon Smirl and Jean Delvare. [PATCH1/7] i2c: Add support for device alias names [PATCH2/7] i2c: Convert all new-style drivers to use module aliasing [PATCH3/7] i2c: OF helpers for the i2c API [PATCH4/7] i2c: Convert PowerPC MPC i2c to of_platform_driver from platform_driver [PATCH5/7] i2c: Kill the old driver matching scheme [PATCH6/7] i2c: adds support for i2c bus on Freescale CPM1/CPM2 controllers [PATCH7/7] [POWERPC] Add i2c pins to dts and board setup Thanks, Jochen