[RESUBMIT][PATCH 1/2 ][RFC] OMAP4: McBSP support for OMAP_4430SDP

2009-05-23 Thread Syed Rafiuddin
This patch creates McBSP support on OMAP4430 development platform. This patch includes corresponding base address changes for OMAP4. Signed-off-by: --- arch/arm/mach-omap2/mcbsp.c | 46 +++- arch/arm/plat-omap/include/mach/mcbsp.h | 11 ++- 2 files

[RESUBMIT] [PATCH 2/2][RFC] OMAP4: UART4 Support for OMAP_4430SDP

2009-05-23 Thread Syed Rafiuddin
This patch enables support for UART4 on OMAP4430 development platform. Updating the patch with kevin's comments. Signed-off-by: --- arch/arm/mach-omap2/board-4430sdp.c |2 +- arch/arm/mach-omap2/serial.c| 10 ++ 2 files changed, 11 insertions(+), 1 deletion(-) Index: omap4

Re: Tracking N770 breakage

2009-05-23 Thread Andrew de Quincey
Quoting Tony Lindgren : * Andrew de Quincey [090522 18:39]: Quoting Andrew de Quincey : Quoting Andrew de Quincey : Quoting Andrew de Quincey : Quoting Tony Lindgren : * Andrew de Quincey [090519 22:15]: Quoting Tony Lindgren : * Andrew de Quincey [090516 19:17]: Argh, my N770 se

Re: Tracking N770 breakage

2009-05-23 Thread Andrew de Quincey
Quoting Andrew de Quincey : Quoting Tony Lindgren : * Andrew de Quincey [090522 18:39]: Quoting Andrew de Quincey : Quoting Andrew de Quincey : Quoting Andrew de Quincey : Quoting Tony Lindgren : * Andrew de Quincey [090519 22:15]: Quoting Tony Lindgren : * Andrew de Quincey [09

[PATCH][RFC] OMAP4: GPIO Support for OMAP_4430SDP

2009-05-23 Thread Syed Rafiuddin
This patch updates register and offset address with respect to OMAP4. Signed-off-by: --- arch/arm/plat-omap/gpio.c | 133 +++--- 1 files changed, 102 insertions(+), 31 deletions(-) Index: linux-2.6/arch/arm/plat-omap/gpio.c ==

Re: Tracking N770 breakage

2009-05-23 Thread Andrew de Quincey
Quoting Andrew de Quincey : Quoting Andrew de Quincey : Quoting Tony Lindgren : * Andrew de Quincey [090522 18:39]: Quoting Andrew de Quincey : Quoting Andrew de Quincey : Quoting Andrew de Quincey : Quoting Tony Lindgren : * Andrew de Quincey [090519 22:15]: Quoting Tony Lindgre

Re: [PATCH] [RFC] OMAP4: sDMA: Update the request lines and new registers.

2009-05-23 Thread Venkatraman S
On Tue, May 12, 2009 at 6:11 PM, Santosh Shilimkar wrote: > > +#define OMAP_DMA4_CDP_REG(n)           (0x60 * (n) + 0xd0) > +#define OMAP_DMA4_CNDP_REG(n)          (0x60 * (n) + 0xd4) > +#define OMAP_DMA4_CCDN_REG(n)          (0x60 * (n) + 0xd8) > + It would be consistent with all other definitio

Re: Tracking N770 breakage

2009-05-23 Thread Andrew de Quincey
Quoting Andrew de Quincey : Quoting Andrew de Quincey : Quoting Andrew de Quincey : Quoting Tony Lindgren : * Andrew de Quincey [090522 18:39]: Quoting Andrew de Quincey : Quoting Andrew de Quincey : Quoting Andrew de Quincey : Quoting Tony Lindgren : * Andrew de Quincey [090519

I2C1 controller timed out with twl4030-powerbutton

2009-05-23 Thread pramod gurav
Hi all, I am working on omap3430 custom board with linux-omap-2.6 (2.6.28-omap1 tag) on it. I am using twl4030 power buttom. Whenever I press the power key I get i2c controller timed out. I am seeing following logs and the keypad stops responding and I have to remove the board supply completely. i

[PATCH] Select PWL4030_CORE for boards which need twl4030_i2c_* functions.

2009-05-23 Thread Ihar Hrachyshka
This fixes compilation for the following machines: MACH_OMAP_2430SDP, MACH_OMAP_LDP, MACH_OMAP2EVM, MACH_OMAP_3430SDP, MACH_OMAP3EVM, MACH_OMAP3_BEAGLE, MACH_OVERO, MACH_OMAP3_PANDORA, when PWL4030_CORE is not enabled. Signed-off-by: Ihar Hrachyshka --- arch/arm/mach-omap2/Kconfig |8 +++

[PATCH] Select PWL4030_CORE for boards which need twl4030_i2c_* functions.

2009-05-23 Thread Ihar Hrachyshka
This fixes compilation for the following machines: MACH_OMAP_2430SDP, MACH_OMAP_LDP, MACH_OMAP2EVM, MACH_OMAP_3430SDP, MACH_OMAP3EVM, MACH_OMAP3_BEAGLE, MACH_OVERO, MACH_OMAP3_PANDORA, when TWL4030_CORE is not enabled. Signed-off-by: Ihar Hrachyshka --- arch/arm/mach-omap2/Kconfig |8 +++

[PATCH] Select TWL4030_CORE for boards which need twl4030_i2c_* functions.

2009-05-23 Thread Ihar Hrachyshka
This fixes compilation for the following machines: MACH_OMAP_2430SDP, MACH_OMAP_LDP, MACH_OMAP2EVM, MACH_OMAP_3430SDP, MACH_OMAP3EVM, MACH_OMAP3_BEAGLE, MACH_OVERO, MACH_OMAP3_PANDORA, when TWL4030_CORE is not enabled. Signed-off-by: Ihar Hrachyshka --- arch/arm/mach-omap2/Kconfig |8 +++

Re: [PATCH] Select TWL4030_CORE for boards which need twl4030_i2c_* functions.

2009-05-23 Thread Ihar Hrachyshka
Sorry for the noise on ML. That was the right patch with the right log. On Sat, May 23, 2009 at 4:52 PM, Ihar Hrachyshka wrote: > This fixes compilation for the following machines: MACH_OMAP_2430SDP, > MACH_OMAP_LDP, MACH_OMAP2EVM, MACH_OMAP_3430SDP, MACH_OMAP3EVM, > MACH_OMAP3_BEAGLE, MACH_OVERO

Patch: Fix N770 MMC support

2009-05-23 Thread Andrew de Quincey
Some of the N770's MMC configuration options seem to have been dropped. This patch adds them back in again. Note that only the .ocr_mask change was /critical/, but I've added the .max_freq setting back as well, as the original sources had it. Can anyone confirm if this is unnecessary? Sec

Patch: Fix N770 brf6150 bluetooth driver

2009-05-23 Thread Andrew de Quincey
This driver has the same problem as the cbus drivers - mismatch between platform_device and non-platform driver APIs. Switching it to use platform_driver removes the random corruption and badness I was seeing on boot. commit e6dce93304c6c692e187b95eaea227cfe3cb3317 Author: Andrew de Quincey

Question about MMC cover detection

2009-05-23 Thread Andrew de Quincey
Hi, progressing futher... I've now discovered that the MMC cover detection is broken. If there's an MMC card in the device when it boots it sees it ok, but it doesn't see it being removed or re-added... or if there isn't one in there from the start. The old n770 code detected cover change