[U-Boot] [PATCH 1/3] ARM: I2C: I2C Multi byte address support

2012-01-13 Thread Patil, Rachna
Existing OMAP I2C driver does not support address length greater than one. Hence this patch is to add support for 2 byte address read/write. Signed-off-by: Philip, Avinash Signed-off-by: Hebbar, Gururaja Signed-off-by: Patil, Rachna --- drivers/i2c/omap24xx_i2c.c | 477

[U-Boot] [PATCH 2/3] ARM: AM33XX: Add AM33XX I2C driver support

2012-01-13 Thread Patil, Rachna
1. Compliant with Philips I2C specification version 2.1 2. Supports upto 100Kbps in standard mode. Signed-off-by: Chandan Nath Signed-off-by: Patil, Rachna --- drivers/i2c/omap24xx_i2c.c | 20 +--- 1 files changed, 13 insertions(+), 7 deletions(-) diff --git a/drivers/i2c

[U-Boot] [PATCH 3/3] ARM: AM33XX: Add i2c support

2012-01-13 Thread Patil, Rachna
Add i2c driver board hookup for AM335X EVM. Signed-off-by: Chandan Nath Signed-off-by: Patil, Rachna --- arch/arm/cpu/armv7/am33xx/clock.c |5 ++ arch/arm/include/asm/arch-am33xx/common_def.h |1 + arch/arm/include/asm/arch-am33xx/cpu.h|3 +- arch/arm/include

Re: [U-Boot] [PATCH 1/3] ARM: I2C: I2C Multi byte address support

2012-01-16 Thread Patil, Rachna
Hi Heiko On Fri, Jan 13, 2012 at 17:36:11, Heiko Schocher wrote: > Hello Patil, > > Patil, Rachna wrote: > > Existing OMAP I2C driver does not support address length greater than > > one. Hence this patch is to add support for 2 byte address read/write. > > > &g

Re: [U-Boot] [PATCH 3/3] ARM: AM33XX: Add i2c support

2012-01-16 Thread Patil, Rachna
Chandan, On Mon, Jan 16, 2012 at 12:37:37, Kumar Nath, Chandan wrote: > Rachna, > > > -Original Message- > > From: Patil, Rachna > > Sent: Friday, January 13, 2012 3:34 PM > > To: u-boot@lists.denx.de > > Cc: Rini, Tom; Kumar Nath, Chandan; Zhang,

[U-Boot] [PATCH v2 1/3] ARM: I2C: I2C Multi byte address support

2012-01-18 Thread Patil, Rachna
Existing OMAP I2C driver does not support address length greater than one. Hence this patch is to add support for 2 byte address read/write. Signed-off-by: Philip, Avinash Signed-off-by: Hebbar, Gururaja Signed-off-by: Patil, Rachna --- Changes for v2: Fixed review comments from Heiko Schocher

[U-Boot] [PATCH v2 2/3] ARM: AM33XX: Add AM33XX I2C driver support

2012-01-18 Thread Patil, Rachna
1. Compliant with Philips I2C specification version 2.1 2. Supports upto 100Kbps in standard mode. Signed-off-by: Chandan Nath Signed-off-by: Patil, Rachna --- Changes for v2: No change drivers/i2c/omap24xx_i2c.c | 20 +--- 1 files changed, 13 insertions(+), 7 deletions

[U-Boot] [PATCH v2 3/3] ARM: AM33XX: Add i2c support

2012-01-18 Thread Patil, Rachna
Add i2c driver board hookup for AM335X EVM. Signed-off-by: Chandan Nath Signed-off-by: Patil, Rachna --- Changes for v2: Fixed review comments from Chandan arch/arm/cpu/armv7/am33xx/clock.c |5 ++ arch/arm/include/asm/arch-am33xx/common_def.h |1 + arch/arm/include/asm

[U-Boot] [PATCH v3 1/3] ARM: I2C: I2C Multi byte address support

2012-01-23 Thread Patil, Rachna
Existing OMAP I2C driver does not support address length greater than one. Hence this patch is to add support for 2 byte address read/write. Signed-off-by: Philip, Avinash Signed-off-by: Hebbar, Gururaja Signed-off-by: Patil, Rachna --- Changes for v3: rebased, patches applied on top of master

[U-Boot] [PATCH v3 2/3] ARM: AM33XX: Add AM33XX I2C driver support

2012-01-23 Thread Patil, Rachna
1. Compliant with Philips I2C specification version 2.1 2. Supports upto 100Kbps in standard mode Signed-off-by: Chandan Nath Signed-off-by: Patil, Rachna --- Changes for v3: rebased, patches applied on top of master branch drivers/i2c/omap24xx_i2c.c | 20 +--- 1 files

[U-Boot] [PATCH v3 3/3] ARM: AM33XX: Add i2c support

2012-01-23 Thread Patil, Rachna
Add i2c driver board hookup for AM335X EVM Signed-off-by: Chandan Nath Signed-off-by: Patil, Rachna --- Changes for v3: rebased, patches applied on top of master branch arch/arm/cpu/armv7/am33xx/clock.c |5 ++ arch/arm/include/asm/arch-am33xx/common_def.h |1 + arch/arm

Re: [U-Boot] OMAP USB, beagle-xm fail

2012-02-13 Thread Patil, Rachna
commit 498cbdfe62a8330f6c89765bdd15e60328a26511 > Author: Patil, Rachna > Date: Sun Jan 22 23:46:23 2012 + > > ARM: AM33XX: Add AM33XX I2C driver support > > commit 2faa76196af4b3e93bcb9e38ed9090cbd3b06db3 > Author: Patil, Rachna > Date: Sun Jan 22 23:44:12 2012 +00

Re: [U-Boot] [PATCH v3 1/3] ARM: I2C: I2C Multi byte address support

2012-02-17 Thread Patil, Rachna
Hi Thomas, On Fri, Feb 17, 2012 at 14:32:02, Thomas Weber wrote: > Hello Rachna, > > I get multiple timeouts from wait_for_status_mask() during i2c_write(), line > 481. > > The Result is 1410h und status_mask is 7h. > > I use a devkit8000, booting from sd-card. > Currently I do not have an