Re: [PATCH] I2C: Add support for 64bit system.

2011-03-15 Thread Kumar Gala
On Mar 15, 2011, at 10:56 AM, Timur Tabi wrote: > On Tue, Mar 15, 2011 at 10:44 AM, Kumar Gala > wrote: >> >> On Dec 20, 2010, at 8:59 AM, Ben Dooks wrote: >> >>> On Mon, Dec 20, 2010 at 03:37:34PM +0800, Xulei wrote: Currently I2C_MPC supports 32bit system only, then this modificat

Re: [PATCH] I2C: Add support for 64bit system.

2011-03-15 Thread Timur Tabi
On Tue, Mar 15, 2011 at 10:44 AM, Kumar Gala wrote: > > On Dec 20, 2010, at 8:59 AM, 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. >>> >>> Signe

Re: [PATCH] I2C: Add support for 64bit system.

2011-03-15 Thread Kumar Gala
On Dec 20, 2010, at 8:59 AM, 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. >> >> Signed-off-by: Xulei > > This been build or run tested? Yes, An

Re: [PATCH] I2C: Add support for 64bit system.

2010-12-20 Thread xulei
yes, it has been built and could access the RTC well. On δΈ€, 2010-12-20 at 14:59 +, 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. > > > > Signe

Re: [PATCH] I2C: Add support for 64bit system.

2010-12-20 Thread Ben Dooks
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. > > Signed-off-by: Xulei This been build or run tested? > --- > drivers/i2c/busses/Kconfig |2 +- > 1 files changed,

[PATCH] I2C: Add support for 64bit system.

2010-12-20 Thread Xulei
Currently I2C_MPC supports 32bit system only, then this modification makes it support 32bit and 64bit system both. Signed-off-by: Xulei --- drivers/i2c/busses/Kconfig |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig