Re: [RFC][DRAFT] TODO list for TI DSP BRIDGE

2008-08-19 Thread Tony Lindgren
* Trilok Soni [EMAIL PROTECTED] [080818 20:21]: Hi Vijay, On Mon, Aug 18, 2008 at 10:42 PM, Pasam, Vijay [EMAIL PROTECTED] wrote: Hi Hiroshi, Yes, dspgateway won't support OMAP3 but if I remember correctly that TWL is already in OMAP2? and also does Camera use the same mechanism of

Re: [RFC][DRAFT] TODO list for TI DSP BRIDGE

2008-08-19 Thread Tony Lindgren
* Felipe Contreras [EMAIL PROTECTED] [080818 23:09]: On Mon, Aug 18, 2008 at 10:28 PM, Kanigeri, Hari [EMAIL PROTECTED] wrote: If you mean there is separate clock infrastructure for DSPBridge other than clock framework we have for OMAP, then DSPBridge should convert to the one we have for

Re: [PATCH] Load triton2 scripts.

2008-08-19 Thread Kalle Jokiniemi
On ma, 2008-08-18 at 16:31 +0300, ext Tony Lindgren wrote: * Kalle Jokiniemi [EMAIL PROTECTED] [080807 13:10]: Hi Tony, This patch should be safe to apply now as the sys off mode pin polarity was fixed in the patch Add early init for voltage controller configuration and off mode

[PATCH 02/10] ARM: OMAP2: Powerdomain: Add OMAP2/3 common powerdomains

2008-08-19 Thread Tony Lindgren
From: Paul Walmsley [EMAIL PROTECTED] Add powerdomains common to both OMAP2 and OMAP3 (WKUP and GFX/SGX). Modify mach-omap2/io.c to initialize the powerdomain code on boot. Signed-off-by: Paul Walmsley [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] diff --git

[PATCH 03/10] ARM: OMAP2: Powerdomain: Add OMAP2 powerdomains

2008-08-19 Thread Tony Lindgren
From: Paul Walmsley [EMAIL PROTECTED] Add OMAP2-specific powerdomains. Signed-off-by: Paul Walmsley [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] diff --git a/arch/arm/mach-omap2/powerdomains.h b/arch/arm/mach-omap2/powerdomains.h index 1936df2..325e2ba 100644 ---

[PATCH 07/10] ARM: OMAP2: Clockdomain: Encode OMAP2/3 clockdomains

2008-08-19 Thread Tony Lindgren
From: Paul Walmsley [EMAIL PROTECTED] Add clockdomain definitions for OMAP24xx and OMAP34xx chips. Signed-off-by: Paul Walmsley [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] diff --git a/arch/arm/mach-omap2/clockdomains.h b/arch/arm/mach-omap2/clockdomains.h new file mode

[PATCH 08/10] ARM: OMAP2: Clockdomain: Associate clocks with clockdomains

2008-08-19 Thread Tony Lindgren
From: Paul Walmsley [EMAIL PROTECTED] Associate each OMAP24xx clock in arch/arm/mach-omap2/clock24xx.h with a clockdomain. Also move the L4 clock up higher in the file in preparation to define the SSI L4 iclk. Signed-off-by: Paul Walmsley [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL

[PATCH 10/10] ARM: OMAP2: Clock: Combine 34xx l3_icks and l4_icks

2008-08-19 Thread Tony Lindgren
From: Högander Jouni [EMAIL PROTECTED] E.g dss_l3_ick and dss_l4_ick have same gating control. Having own clock for both of them causes race condition between enable / disable. This patch combines this kind of clocks and names new clock as module_ick. Signed-off-by: Jouni Hogander [EMAIL

[PATCH] OMAP2EVM TWL4030 keypad update

2008-08-19 Thread Arun KS
Now we are passing irq number via platform_data Signed-off-by: Arun KS [EMAIL PROTECTED] --- arch/arm/mach-omap2/board-omap2evm.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board-omap2evm.c b/arch/arm/mach-omap2/board-omap2evm.c index

Re: [PATCH 2/3] usb: musb: pass configuration specifics via pdata

2008-08-19 Thread Felipe Balbi
On Mon, Aug 18, 2008 at 04:43:43PM -0700, ext Steve Sakoman wrote: Does this patch require all board files to pass in platform_data or are there reasonable defaults for boards that don't? There are reports that this patch has broken musb on beagle. It's default for SOC- and for TUSB-based

RE: [RFC][DRAFT] TODO list for TI DSP BRIDGE

2008-08-19 Thread Woodruff, Richard
I think recently some one from TI posted OMAP3 camera driver at linux-v4l2 mailing list and which I think was using camera MMU, but not the common MMU framework it seems from the description. They should first start converting to the common MMU infrastructure then.

[PATCH] TWL4030-RTC: Remove obsolete comment

2008-08-19 Thread Pakaravoor, Jagadeesh
From: Jagadeesh Bhaskar Pakaravoor [EMAIL PROTECTED] TWL4030-RTC: Remove obsolete comment. Signed-off-by: Jagadeesh Bhaskar Pakaravoor [EMAIL PROTECTED] Index: my-local-git-dir/drivers/rtc/rtc-twl4030.c === ---

Re: [PATCH 2/3] usb: musb: pass configuration specifics via pdata

2008-08-19 Thread Steve Sakoman
It's default for SOC- and for TUSB-based musb boards. Last time i sent this patch as RFC I asked people to test and everybody (including beagleboard people) had reported it was ok. I've been testing it on the Gumstix Overo board (with no board specific platform-data) and have also seen no

RE: [PATCH] TWL4030-RTC: Remove obsolete comment

2008-08-19 Thread Pakaravoor, Jagadeesh
-Original Message- From: Felipe Balbi [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 19, 2008 8:12 PM To: Pakaravoor, Jagadeesh Cc: linux-omap@vger.kernel.org Subject: Re: [PATCH] TWL4030-RTC: Remove obsolete comment On Tue, Aug 19, 2008 at 07:50:26PM +0530, ext Pakaravoor,

Re: [PATCH 01/16] ARM: OMAP2 Provide function to enable/disable uart clocks

2008-08-19 Thread Russell King - ARM Linux
On Fri, Jun 06, 2008 at 06:47:42PM -0700, Tony Lindgren wrote: This patch adds common function to enable/disable omap2/3 uart clocks. Enabled uarts are passed by bootloader in atags and clocks for these enabled uarts are touched. In some ways, this patch is a good thing, in others it's

Re: [PATCH 02/16] ARM: OMAP2: Split sleep.S into sleep242x.S and sleep243x.S

2008-08-19 Thread Russell King - ARM Linux
On Fri, Jun 06, 2008 at 07:12:28PM -0700, Tony Lindgren wrote: Some register offsets are different for 242x and 243x. This will allow compiling sleep code for both chips into the same kernel. Note that some PM patches are still missing. The PM patches will be added later on once the base

Re: [PATCH 04/16] ARM: OMAP: Fix sparse, checkpatch warnings in OMAP2/3 PRCM/PM code

2008-08-19 Thread Russell King - ARM Linux
On Fri, Jun 06, 2008 at 07:12:30PM -0700, Tony Lindgren wrote: static void omap2_clk_wait_ready(struct clk *clk) { - void __iomem *reg, *other_reg, *st_reg; - u32 bit; - - /* - * REVISIT: This code is pretty ugly. It would be nice to generalize - * it and pull it

Re: [PATCH 07/16] ARM: OMAP2: Add clkdm_get_pwrdm()

2008-08-19 Thread Russell King - ARM Linux
On Fri, Jun 06, 2008 at 07:12:33PM -0700, Tony Lindgren wrote: From: Paul Walmsley [EMAIL PROTECTED] Add clkdm_get_pwrdm() to the clockdomain code. It will return a pointer to the powerdomain struct that the clockdomain is contained within. Used by the PM code. Signed-off-by: Paul

[PATCH] Fix compile-time warning

2008-08-19 Thread Sanjeev Premi
Fixes this warning: CC arch/arm/mach-omap2/board-omap3evm-flash.o arch/arm/mach-omap2/board-omap3evm-flash.c:61: warning: initialization from incompatible pointer type Signed-off-by: Sanjeev Premi [EMAIL PROTECTED] --- arch/arm/mach-omap2/board-omap3evm-flash.c |6 +++--- 1 files

RE: [RFC][DRAFT] TODO list for TI DSP BRIDGE

2008-08-19 Thread Kanigeri, Hari
What are those __other__ modules? Could you please list out them so that other can help you why direct kernel API won't work there? --- You can check dsp bridge services folder on omap3/4+ tree for the __other__ modules :). CSL, ISR, PRCS modules can be removed. I provided an explanation on

Re: [PATCH 00/11] OMAP3 CPUidle patches - ver 2

2008-08-19 Thread Paul Walmsley
Hello Rajendra, here are a few more comments on the CPUIdle patch set. Many of these, we discussed today. A closer look at patch 11/11 reveals that it will need some additional attention. - Paul General --- 1. Please separate the context save/restore patches from the CPUIdle

Re: [PATCH 14/16] ARM: OMAP2: Misc updates from linux-omap tree

2008-08-19 Thread Russell King - ARM Linux
On Fri, Jun 06, 2008 at 07:12:40PM -0700, Tony Lindgren wrote: @@ -208,10 +365,12 @@ static int __init omap2_init_devices(void) /* please keep these calls, and their implementations above, * in alphabetical order so they're easier to sort through. */ - omap_init_i2c();

Re: [PATCH] OMAP5912: Fix omap5912 osk alsa driver [1/2]

2008-08-19 Thread Yuri Jaeger Monti
Hi Jon, I applied both yours and Jarkko's patch here and can confirm that it's working on the OSK5912. Compiled and running with no problems. Thanks guys! The AIC23 is detected fine, but I'm still having some issues with underruns though, when trying to play an audio file. Don't know what could

Re: [PATCH 00/16] Omap2 patches for post 2.6.26

2008-08-19 Thread Russell King - ARM Linux
On Fri, Jun 06, 2008 at 06:47:41PM -0700, Tony Lindgren wrote: This patch series contains various omap2 patchs from linux-omap tree. Big chunk of the patches still improve the clock code. Also more clean-up to allow compiling omap2 and omap3 support into the same kernel. The patch also adds

Re: [PATCH 01/16] ARM: OMAP2 Provide function to enable/disable uart clocks

2008-08-19 Thread Högander Jouni
ext Russell King - ARM Linux [EMAIL PROTECTED] writes: On Fri, Jun 06, 2008 at 06:47:42PM -0700, Tony Lindgren wrote: This patch adds common function to enable/disable omap2/3 uart clocks. Enabled uarts are passed by bootloader in atags and clocks for these enabled uarts are touched. In