From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from TX2EHSOBE006.bigfish.com (tx2ehsobe003.messaging.microsoft.com [65.55.88.13]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client CN "mail.global.frontbridge.com", Issuer "Cybertrust SureServer Standard Validation CA" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id 321ADB70A3 for ; Tue, 21 Dec 2010 18:28:43 +1100 (EST) Subject: Re: [PATCH] I2C: Add support for 64bit system. From: xulei To: Ben Dooks In-Reply-To: <20101220145954.GA1126@trinity.fluff.org> References: <1292830654-7056-1-git-send-email-B33228@freescale.com> <20101220145954.GA1126@trinity.fluff.org> Content-Type: text/plain; charset="UTF-8" Date: Tue, 21 Dec 2010 15:32:01 +0800 Message-ID: <1292916721.1738.85.camel@xulei-desktop> MIME-Version: 1.0 Cc: linuxppc-dev@ozlabs.org, linux-i2c@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , yes, it has been built and could access the RTC well. On =E4=B8=80, 2010-12-20 at 14:59 +0000, Ben Dooks wrote: > On Mon, Dec 20, 2010 at 03:37:34PM +0800, Xulei wrote: > > Currently I2C_MPC supports 32bit system only, then this > > modification makes it support 32bit and 64bit system both. > >=20 > > Signed-off-by: Xulei >=20 > This been build or run tested? >=20 > > --- > > drivers/i2c/busses/Kconfig | 2 +- > > 1 files changed, 1 insertions(+), 1 deletions(-) > >=20 > > diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig > > index 9c6170c..3392f4b 100644 > > --- a/drivers/i2c/busses/Kconfig > > +++ b/drivers/i2c/busses/Kconfig > > @@ -422,7 +422,7 @@ config I2C_IXP2000 > > =20 > > config I2C_MPC > > tristate "MPC107/824x/85xx/512x/52xx/83xx/86xx" > > - depends on PPC32 > > + depends on PPC32 || PPC64 > > help > > If you say yes to this option, support will be included for the > > built-in I2C interface on the MPC107, Tsi107, MPC512x, MPC52xx, > > --=20 > > 1.7.0.4 > >=20 > >=20 > > -- > > To unsubscribe from this list: send the line "unsubscribe linux-i2c" = in > > the body of a message to majordomo@vger.kernel.org > > More majordomo info at http://vger.kernel.org/majordomo-info.html >=20