From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Wed, 12 Jan 2011 10:47:29 +0100 Subject: [U-Boot] [PATCH v4 5/8] mxc_i2c: add support for MX53 processor In-Reply-To: <1294129662-680-5-git-send-email-r64343@freescale.com> References: <1294129662-680-1-git-send-email-r64343@freescale.com> <1294129662-680-5-git-send-email-r64343@freescale.com> Message-ID: <4D2D78B1.9090305@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 01/04/2011 09:27 AM, Jason Liu wrote: > This patch add I2C support for Freescale MX53 processor > > Signed-off-by: Jason Liu > > --- > Changes for v2: > -address the comments of Heiko, add #if defined(CONFIG_MX31) > to avoid break MX31 build. Move CONFIG_HARD_I2C to the top > of the file and fix the error message from: > #error "define CONFIG_SYS_I2C_PORT to use the I2C driver" > to #error "define CONFIG_SYS_I2C_MXxx_PORTx to use the I2C driver" > > Changes for v3: > -address the comments from Albert, change #ifdef to #if defined() > for the sake of homogeneity > --- > drivers/i2c/mxc_i2c.c | 21 ++++++++++++++++++--- > 1 files changed, 18 insertions(+), 3 deletions(-) Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de =====================================================================