Re: [PATCH] Separate out 3430 LCD panel support from 2430 file

2008-06-13 Thread Arun KS
Felipe, I think CONFIG_MACH_OMAP_XXX is chosen in arch/arm/mach-omap2/Kconfig and not in drivers/media/video/omap. Best Regards, Arun On Thu, Jun 12, 2008 at 6:09 PM, Felipe Balbi [EMAIL PROTECTED] wrote: On Thu, 12 Jun 2008 17:24:49 +0530, Gadiyar, Anand [EMAIL PROTECTED] wrote: Separate

Re: SDMA, RAM to RAM transfer issue

2008-06-13 Thread Somnt
Hi! Brandon thanks for the reply. config register values in Hex are as follwing: Registers val CSDP: 2 Registers val CEN: 100 Registers val CFN: 1 Registers val CSSA: 87978800 Registers val CDSA: 87978c00 Registers val CCR: 5000 Registers val CSE: 1 Registers val CSF: 1 Registers val CDE: 1

[PATCH 0/4] more musb/i2c patches

2008-06-13 Thread Felipe Balbi
Basically adding module_alias and allowing some twl drivers to be dynamically linked. There's also one patch to make hdrc_cnf.h more omap3-compliant based on the musb configuration for musb ip core on omap3. Please, comment them out. Felipe Balbi (4): usb: musb: musb on omap3 has 32 endpoints

[PATCH 1/4] usb: musb: musb on omap3 has 32 endpoints

2008-06-13 Thread Felipe Balbi
Fix hdrc_cnf.h for omap3 configuration. Signed-off-by: Felipe Balbi [EMAIL PROTECTED] --- include/asm-arm/arch-omap/hdrc_cnf.h |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/asm-arm/arch-omap/hdrc_cnf.h b/include/asm-arm/arch-omap/hdrc_cnf.h index

[PATCH 3/4] i2c: allow twl modules to be built as modules

2008-06-13 Thread Felipe Balbi
Besides twl core and twl gpio, all the others can be dynamically linked. Signed-off-by: Felipe Balbi [EMAIL PROTECTED] --- drivers/i2c/chips/Kconfig |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/i2c/chips/Kconfig b/drivers/i2c/chips/Kconfig index

[PATCH 2/4] usb: musb: add MODULE_ALIAS for udev module loading

2008-06-13 Thread Felipe Balbi
platform drivers should add MODULE_ALIAS for allowing udev module loading. Signed-off-by: Felipe Balbi [EMAIL PROTECTED] --- drivers/usb/musb/musb_core.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/drivers/usb/musb/musb_core.c b/drivers/usb/musb/musb_core.c index

[PATCH 4/4] i2c: add MODULE_ALIAS to twl4030 drivers

2008-06-13 Thread Felipe Balbi
When built as module, it helps udev to probe them. Signed-off-by: Felipe Balbi [EMAIL PROTECTED] --- drivers/i2c/chips/twl4030-core.c|1 + drivers/i2c/chips/twl4030-gpio.c|1 + drivers/i2c/chips/twl4030-madc.c|1 +

[PATCH] ARM: OMAP: armv7a Makefile: change -march flag to armv7-a so gcc 4.3.x works

2008-06-13 Thread Koen Kooi
armv7a Makefile: change -march flag to armv7-a so gcc 4.3.x works, armv7a is a CSL-ism. CSL compilers accept both variants. Tested with: gcc 4.2.4, 4.3.0, 4.3.1 and csl 2007q3, 2008q1 Signed-off-by: Koen Kooi [EMAIL PROTECTED] --- arch/arm/Makefile |2 +- 1 files changed, 1 insertions(+),

RE: [PATCH] Added sleep support to UART

2008-06-13 Thread Paul Walmsley
Hi Tero, Let me begin by saying that I don't care too much about the 32-bit SCM register read change; I just happen to think that it is easier to read. That said, one comment of yours bears some additional discussion: On Thu, 12 Jun 2008, [EMAIL PROTECTED] wrote: Also, the spec says that

Re: SDMA, RAM to RAM transfer issue

2008-06-13 Thread Somnt
Hi! Brandon Thanks alot! for valuable input... i am now using flush_cache_all(); for making all memories updated for testing. and it is working :) with regards Somz On Sat, Jun 14, 2008 at 5:02 AM, Azbell, Brandon [EMAIL PROTECTED] wrote: Somz, The parameter set looks fine and