[PATCH] musb: Add new fifo table for a OMAP3 errata

2009-12-21 Thread Ajay Kumar Gupta
We have observed MSC data read corruption when USB LAN device is also connected and it's interface is up. Silicon team has confirmed an errata where in all the active transfers should use FIFO space either in first 8K or next 8K. So far we have observed the issue in above use case scenario. As a

[PATCH 1/1] ARM: OMAP4: PM: Remove the checks preventing OMAP4 clockdomain validation

2009-12-21 Thread Abhijit Pagare
The clockdomain related code beng in place it is now not necessary to have some of the clock code commented out. This would help the validation of the clockdomain functions using the clock level interfaces. Signed-off-by: Abhijit Pagare abhijitpag...@ti.com Cc: Paul Walmsley p...@pwsan.com Cc:

Re: [PATCH] musb: Add new fifo table for a OMAP3 errata

2009-12-21 Thread Felipe Balbi
On Mon, Dec 21, 2009 at 11:12:16AM +0100, ext Gadiyar, Anand wrote: Gupta, Ajay Kumar wrote: We have observed MSC data read corruption when USB LAN device is also connected and it's interface is up. Silicon team has confirmed an errata where in all the active transfers should use FIFO space

Re: CPU consumption is going as high as 95% on ARM Cortex A8

2009-12-21 Thread Russell King - ARM Linux
On Mon, Dec 21, 2009 at 02:51:13PM +0530, Hiremath, Vaibhav wrote: On Mon, Dec 21, 2009 at 11:56:23AM +0530, Hiremath, Vaibhav wrote: vma-vm_page_prot = pgprot_noncached(vma-vm_page_prot); will result in the memory being mapped as 'Strongly Ordered', resulting in

RE: CPU consumption is going as high as 95% on ARM Cortex A8

2009-12-21 Thread Hiremath, Vaibhav
-Original Message- From: Russell King - ARM Linux [mailto:li...@arm.linux.org.uk] Sent: Monday, December 21, 2009 4:20 PM To: Hiremath, Vaibhav Cc: linux-arm-ker...@lists.infradead.org; linux...@kvack.org; linux- o...@vger.kernel.org Subject: Re: CPU consumption is going as high as

[PATCH v2 0/2] omap i2c interrupt handler fixes

2009-12-21 Thread Alexander Shishkin
Hi, This is the second version of the patchset, now addressing comments from Nishanth and changing the retry counter into a real timeout. Regards, -- Alex -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo

[PATCH v2 2/2] omap i2c: add a timeout to the busy waiting

2009-12-21 Thread Alexander Shishkin
The errata 1.153 workaround is busy waiting on XUDF bit in interrupt context, which may lead to kernel hangs. The problem can be reproduced by running the bus with wrong (too high) speed. Signed-off-by: Alexander Shishkin virtu...@slind.org CC: linux-...@vger.kernel.org CC:

RE: [PATCH] OMAP3: PM: Dynamic calculation of SDRC clock stabilization delay

2009-12-21 Thread Reddy, Teerth
Kevin, Here's an uncompiled, untested version of 'measure_sram_delay' using the DM Timer API: unsigned int measure_sram_delay(unsigned int loop) { unsigned long start, end, flags; void (*_omap3_sram_delay)(unsigned long); _omap3_sram_delay =

Re: [PATCH] omap3: ehci: Add regulator framework

2009-12-21 Thread Felipe Balbi
Hi, On Mon, Dec 21, 2009 at 12:35:38PM +0100, ext Gupta, Ajay Kumar wrote: This looks OK from a regulator API point of view. Felipe, Any update on this patch? It’s already reviewed by Mark Brown. Please add this one to your queue if there are no comments on this. [1]

[PATCH] OMAP35xx:SDIO IRQ Support for OMAP35xx

2009-12-21 Thread Phaneendra Kumar Alapati
This patch adds SDIO IRQ support for OMAP35xx. Tested on OMAP3530EVM with Marvell 88W8686 card and below are the observed throughput results (ttcp utility): 13Mbps (Downlink), 10.5 Mbps(Uplink) Signed-off-by: Phaneendra Kumar ph...@embwise.com --- drivers/mmc/host/omap_hsmmc.c | 55

[PATCH] OMAP3630:DSS2:Enable Pre-Multiplied Alpha Support

2009-12-21 Thread Y, Kishore
From 2f873819a4b9eb0bd658db1e59408d8f0aeb14b6 Mon Sep 17 00:00:00 2001 From: Sudeep Basavaraj sudeep.basava...@ti.com Date: Mon, 14 Dec 2009 18:54:51 +0530 Subject: [PATCH] OMAP3630:DSS2:Enable Pre-Multiplied Alpha Support Enables dss to process color formats with pre-mulitplied alpha values.

Re: [PATCH fixes] [OMAP1] Add missing clocks for OMAP 7xx

2009-12-21 Thread Cory Maccarrone
On Sun, Dec 20, 2009 at 3:35 PM, Paul Walmsley p...@pwsan.com wrote: Hi Cory, Thanks, queued for .33-rcX.  -- although I don't think this had anything to do with the clock_data.c conversion.  At least, git diff 6f62b58dd4e697a23a308f5b77781394949d333e.. arch/arm/mach-omap1/clock.c

Re: [PATCH] OMAP35xx:SDIO IRQ Support for OMAP35xx

2009-12-21 Thread Mike Rapoport
Hi, Phaneendra Kumar Alapati wrote: This patch adds SDIO IRQ support for OMAP35xx. Tested on OMAP3530EVM with Marvell 88W8686 card and below are the observed throughput results (ttcp utility): 13Mbps (Downlink), 10.5 Mbps(Uplink) Signed-off-by: Phaneendra Kumar ph...@embwise.com ---

Re: Anyone using an ISP1505?

2009-12-21 Thread Bill Gatliff
Pandita, Vikram wrote: -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Bill Gatliff Sent: Friday, December 18, 2009 1:11 PM To: Gadiyar, Anand Cc: linux-omap@vger.kernel.org; beaglebo...@googlegroups.com Subject: Re:

Re: Strange boot messages on mainline + omap3_defconfig

2009-12-21 Thread Tony Lindgren
* Romit Dasgupta ro...@ti.com [091218 04:35]: Gadiyar, Anand wrote: I get some mux: Unknown ball ... messages booting v2.6.33-rc1 from Linux' tree (built with the omap3_defconfig). This was on a 3630 SDP. Won't be looking at this for a while, so just reporting it. - Anand

RE: Anyone using an ISP1505?

2009-12-21 Thread Pandita, Vikram
-Original Message- From: Bill Gatliff [mailto:b...@billgatliff.com] Sent: Monday, December 21, 2009 11:07 AM To: Pandita, Vikram Cc: Gadiyar, Anand; linux-omap@vger.kernel.org; beaglebo...@googlegroups.com Subject: Re: Anyone using an ISP1505? Pandita, Vikram wrote: -Original

Re: Anyone using an ISP1505?

2009-12-21 Thread Bill Gatliff
Pandita, Vikram wrote: Bill There is a basic confusion whether you are using MUSB OTG core of omap Or are you using EHCI core of omap. Both can be connected to a ULPI PHY and so you need to be very precise? I'm on the CUS package, and the D0 pin of the PHY is tied to pad T24 of the

RE: Anyone using an ISP1505?

2009-12-21 Thread Gadiyar, Anand
Bill Gatliff wrote: Pandita, Vikram wrote: Bill There is a basic confusion whether you are using MUSB OTG core of omap Or are you using EHCI core of omap. Both can be connected to a ULPI PHY and so you need to be very precise? I'm on the CUS package, and the D0 pin of the PHY is

Re: Anyone using an ISP1505?

2009-12-21 Thread Felipe Balbi
Hi, On Mon, Dec 21, 2009 at 09:12:15PM +0100, ext Gadiyar, Anand wrote: Bill Gatliff wrote: Pandita, Vikram wrote: Bill There is a basic confusion whether you are using MUSB OTG core of omap Or are you using EHCI core of omap. Both can be connected to a ULPI PHY and so you need to be

RE: Anyone using an ISP1505?

2009-12-21 Thread Gadiyar, Anand
Felipe Balbi wrote: Hi, On Mon, Dec 21, 2009 at 09:12:15PM +0100, ext Gadiyar, Anand wrote: Bill Gatliff wrote: Pandita, Vikram wrote: Bill There is a basic confusion whether you are using MUSB OTG core of omap Or are you using EHCI core of omap. Both can be connected to

[PATCH 1/4] DSPBRIDGE: return right error codes rmgr directory

2009-12-21 Thread Guzman Lugo, Fernando
From f9f4498b9b9ff15a038d545774f4a3efbf9ba124 Mon Sep 17 00:00:00 2001 From: Fernando Guzman Lugo x0095...@ti.com Date: Fri, 18 Dec 2009 20:50:25 -0600 Subject: [PATCH] DSPBRIDGE: return right error codes rmgr directory This patch fixes the bad error codes returned by some functions, also checks

[PATCH 2/4] DSPBRIDGE: remove NLDR_Free wrapper function

2009-12-21 Thread Guzman Lugo, Fernando
From 7e60e301595911595daa466d3994be4aed1fc79e Mon Sep 17 00:00:00 2001 From: Fernando Guzman Lugo x0095...@ti.com Date: Wed, 2 Dec 2009 18:03:25 -0600 Subject: [PATCH] DSPBRIDGE: remove NLDR_Free wrapper function This patch removes the NLDR_Free which is a wrapper function Signed-off-by:

[PATCH 3/4] DSPBRIDGE: Optimize remove resource functions

2009-12-21 Thread Guzman Lugo, Fernando
From 30ff35b825462818158c03ee519820cb6580533e Mon Sep 17 00:00:00 2001 From: Fernando Guzman Lugo x0095...@ti.com Date: Wed, 2 Dec 2009 18:48:09 -0600 Subject: [PATCH] DSPBRIDGE: Optimize remove resource functions This patch optimizes the remove resource functions, i.e DMM, Stream and Nodes.

[PATCH 4/4] DSPBRIDGE: Remove unused variables.

2009-12-21 Thread Guzman Lugo, Fernando
From b2090120a5f816a788113edceb753caec25de0b2 Mon Sep 17 00:00:00 2001 From: Fernando Guzman Lugo x0095...@ti.com Date: Fri, 18 Dec 2009 21:06:07 -0600 Subject: [PATCH] DSPBRIDGE: Remove unused variables. This patch removes an unused variable and an unused parameter and also a false comment.

RE: [PATCH 2/3] ASoC: OMAP4: Add support for McPDM

2009-12-21 Thread Candelaria Villareal, Jorge
On Fri, Dec 18, 2009 at 06:01:19PM +0100, ext Candelaria Villareal, Jorge wrote: Mmm... But it _does_ have some breaks. Besides, I am still unsure that if structure should be used here. Code would be duplicated, for example, DN_IRQ_FULL and DN_IRQ_EMPTY share the same procedure to acknowledge the

[PATCH] DSPBRIDGE: Always print DSP traces.

2009-12-21 Thread Guzman Lugo, Fernando
From b2da1eae742842cd8fbc643d2038eedeed5f4d36 Mon Sep 17 00:00:00 2001 From: Fernando Guzman Lugo x0095...@ti.com Date: Mon, 21 Dec 2009 13:25:24 -0600 Subject: [PATCH] DSPBRIDGE: Always print DSP traces. This patches prints DSP traces always removing the need to compile debug version and enable

RE: [PATCH] OMAP: ZOOM2: Correcting key mapping for few keys

2009-12-21 Thread G, Manjunath Kondaiah
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Vimal Singh Sent: Friday, December 18, 2009 1:03 PM To: linux-omap@vger.kernel.org Subject: [PATCH] OMAP: ZOOM2: Correcting key mapping for few keys Applicable for

[PATCH 2/2] DSPBRIDGE: remove useless return statement

2009-12-21 Thread Omar Ramirez Luna
Remove useless return in function to set an OPP constraint. Signed-off-by: Omar Ramirez Luna omar.rami...@ti.com --- drivers/dsp/bridge/wmd/tiomap3430_pwr.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/dsp/bridge/wmd/tiomap3430_pwr.c

[PATCH 1/2] DSPBRIDGE: Avoid saving mailbox settings on constraint request

2009-12-21 Thread Omar Ramirez Luna
There is no need to save the mailbox settings if a request to set the OPP constraint comes from the DSP. Signed-off-by: Omar Ramirez Luna omar.rami...@ti.com --- drivers/dsp/bridge/wmd/tiomap3430_pwr.c |5 - 1 files changed, 0 insertions(+), 5 deletions(-) diff --git

[PATCH 0/2] Cleanup for handle constraint from DSP

2009-12-21 Thread Omar Ramirez Luna
Omar Ramirez Luna (2): DSPBRIDGE: Avoid saving mailbox settings on constraint request DSPBRIDGE: remove useless return statement drivers/dsp/bridge/wmd/tiomap3430_pwr.c |6 -- 1 files changed, 0 insertions(+), 6 deletions(-) -- To unsubscribe from this list: send the line