From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Wolfgang Grandegger To: Linux-i2c@vger.kernel.org Subject: [PATCH v3 0/3] i2c-mpc: add support for the Freescale MPC512x and other fixes Date: Tue, 26 Jan 2010 20:28:12 +0100 Message-Id: <1264534095-20777-1-git-send-email-wg@grandegger.com> Cc: Devicetree-discuss@lists.ozlabs.org, Linuxppc-dev@lists.ozlabs.org, Wolfgang Grandegger List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Wolfgang Grandegger This patch series adds support for the MPC512x from Freescale to the i2c-mpc driver. At that occasion, issues with __devinit[data] have been fixed and the doc of the FSL I2C dts bindings updated. It has been tested on a MPC5121ADS, TQM5200 and TQM8560 board Changes since v1: - use macro MPC_I2C_CLOCK_PRESERVE/SAFE for the special clock settings. - document the special DTS node "fsl,mpc5121-i2c-ctrl". - update and correct the Kconfig help. - some other minor fixes as suggested by Wolfram. Changes since v2: - use __init[data] instead of __devinit[data] for this driver. Wolfgang Wolfgang Grandegger (3): i2c-mpc: use __init[data] for initialization functions and data i2c-mpc: add support for the MPC512x processors from Freescale powerpc: doc/dts-bindings: update doc of FSL I2C bindings Documentation/powerpc/dts-bindings/fsl/i2c.txt | 30 +++- drivers/i2c/busses/Kconfig | 7 +- drivers/i2c/busses/i2c-mpc.c | 197 +++++++++++++++--------- 3 files changed, 150 insertions(+), 84 deletions(-)