[PATCH 6/10] ARM: OMAP3: Rename cm_regbits_34xx.h to cm-regbits-34xx.h

2008-03-12 Thread Tony Lindgren
Rename cm_regbits_34xx.h to cm-regbits-34xx.h Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap2/clock.c |2 +- arch/arm/mach-omap2/clock34xx.c |2 +- arch/arm/mach-omap2/clock34xx.h |2 +- arch/arm/mach-omap2/cm-regbits-34xx.h | 667

[PATCH 8/10] ARM: OMAP2: Rename prm_regbits_24xx.h to prm-regbits-24xx.h

2008-03-12 Thread Tony Lindgren
Rename prm_regbits_24xx.h to prm-regbits-24xx.h Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap2/clock.c|2 +- arch/arm/mach-omap2/clock24xx.c|2 +- arch/arm/mach-omap2/clock24xx.h|2 +- arch/arm/mach-omap2/pm.c |2

isp1301 build breakage

2008-03-12 Thread David Brownell
CC drivers/i2c/chips/isp1301_omap.o drivers/i2c/chips/isp1301_omap.c: In function 'isp1301_set_peripheral': drivers/i2c/chips/isp1301_omap.c:1360: error: implicit declaration of function 'machine_is_omap_h2' drivers/i2c/chips/isp1301_omap.c:1360: error: implicit declaration of function

Re: isp1301 build breakage

2008-03-12 Thread Tony Lindgren
* David Brownell [EMAIL PROTECTED] [080312 13:28]: CC drivers/i2c/chips/isp1301_omap.o drivers/i2c/chips/isp1301_omap.c: In function 'isp1301_set_peripheral': drivers/i2c/chips/isp1301_omap.c:1360: error: implicit declaration of function 'machine_is_omap_h2'

OMAP5910 I2C problem

2008-03-12 Thread Oleg Kechin
Hi! I've experienced problem with OMAP5910 I2C driver in my custom board. It freezes after some working time. When it freezes, register I2C_STAT show that XUDF (or ROVR) bit is set and SCL pin is in low state. I2C_CNT register is not zero too, but buf_len counter is zero. Attempt to use init()

[PATCH] I2C: Fix OMAP I2C status register handling in IRQ processing

2008-03-12 Thread Seth Forshee
The IRQ handler in omap-i2c.c can sometimes clear status bits without actually processing them. In particular, error status bits will be ignored if any of the ARDY, RRDY, RDR, XRDY, or XDR bits are concurrently set. Signed-off-by: Seth Forshee [EMAIL PROTECTED] --- More information: I

Re: [PATCH] I2C: Fix OMAP I2C status register handling in IRQ processing

2008-03-12 Thread Seth Forshee
On Wed, Mar 12, 2008 at 01:14:32PM -0500, Felipe Balbi wrote: - int count = 0; + int err, count = 0; int err = 0, count = 0; will be better and you avoid that err=0 before using err right below. No, the err = 0 I added is in a while loop. It needs to be reinitialized for each

Re: MTD partitions

2008-03-12 Thread Tim Chen
Thanks, David, I added the MTD partition information to board-($MYBOARD).c, But kernel didn't show any MTD partition information during booting. If I have to create the MTD partitions using MTD commands in u-boot first? My u-boot is old, no MTD support, if that's the case, I'll port the newer

Re: Re: Android on OMAP

2008-03-12 Thread Anil Sasidharan
Hi, Android is up and running on Mistral's OSK2530 EVM (based on OMAP2430 SoC). We got the HW keypad functional for Android and we are able to execute the the default applications shipped along with the m5-rc14 sdk. The next thing would be to get the touchscreen and networking

Re: Re: Android on OMAP

2008-03-12 Thread Anil Sasidharan
Hi, Android is up and running on Mistral's OSK2530 EVM (based on OMAP2430 SoC). We got the HW keypad functional for Android and we are able to execute the the default applications shipped along with the m5-rc14 sdk. The next thing would be to get the touchscreen and networking functional