Re: [PATCH RESEND] ARM: OMAP3: USB: Fix the EHCI ULPI PHY reset issue

2012-04-22 Thread Igor Grinberg
Hi Samuel, On 04/16/12 19:46, Samuel Ortiz wrote: Hi Keshava, On Wed, Apr 11, 2012 at 05:15:03PM +0530, Munegowda, Keshava wrote: On Tue, Mar 27, 2012 at 8:40 PM, Igor Grinberg grinb...@compulab.co.il wrote: On 03/19/12 08:42, Keshava Munegowda wrote: From: Keshava Munegowda

[PATCH] Fix build breakage in omap-usb-host.c

2012-04-22 Thread Russ Dill
'ARM: OMAP3: USB: Fix the EHCI ULPI PHY reset issue' removes the include for linux/gpio.h from omap-usb-host.c. This include indirectly includes plat/cpu.h which is required by omap-usb-host.c. Fix the build breakage by including it directly. Signed-off-by: Russ Dill russ.d...@ti.com ---

Re: [PATCH] Fix build breakage in omap-usb-host.c

2012-04-22 Thread Russ Dill
On Sun, Apr 22, 2012 at 1:48 AM, Russ Dill russ.d...@ti.com wrote: 'ARM: OMAP3: USB: Fix the EHCI ULPI PHY reset issue' removes the include for linux/gpio.h from omap-usb-host.c. This include indirectly includes plat/cpu.h which is required by omap-usb-host.c. Fix the build breakage by

tidspbridge in drivers/staging

2012-04-22 Thread Russell King - ARM Linux
I've noticed these failure from time to time in my omap4 randconfig builds: drivers/staging/tidspbridge/core/tiomap3430.c: In function 'bridge_brd_start': drivers/staging/tidspbridge/core/tiomap3430.c:425: error: implicit declaration of function 'OMAP2_L4_IO_ADDRESS'

Re: [PATCH] mtd: omap2: fix resource leak in prefetch-busy path

2012-04-22 Thread Artem Bityutskiy
On Wed, 2012-04-11 at 04:04 +0300, Grazvydas Ignotas wrote: If prefetch engine is busy, current code forgets to call dma_unmap_single(), which results in a deadlock later, so add it. Signed-off-by: Grazvydas Ignotas nota...@gmail.com Pushed to l2-mtd.git, thanks! -- Best Regards, Artem

RE: YUV422 input to CPI?

2012-04-22 Thread Hiremath, Vaibhav
On Fri, Apr 20, 2012 at 15:56:46, Enrico wrote: On Thu, Apr 19, 2012 at 11:56 PM, Simon Knopp simon.kn...@pg.canterbury.ac.nz wrote: Hi all, I have a camera module capable of outputting YUV422 over a parallel interface. I've been having some issues interfacing this to a Gumstix.

Re: [PATCH 5/8] mmc: omap_hsmmc: release correct resource

2012-04-22 Thread Chris Ball
Hi, On Sat, Apr 21 2012, Russell King - ARM Linux wrote: Thanks, pushed to mmc-next for 3.4. (Actually, that's premature of me, sorry -- just noticed that this is part of an RFC patchset. I'll wait for the rest of the patches.) It was previously posted as an entirely separate patch - the

Re: tidspbridge in drivers/staging

2012-04-22 Thread Greg KH
On Sun, Apr 22, 2012 at 10:57:17AM +0100, Russell King - ARM Linux wrote: I've noticed these failure from time to time in my omap4 randconfig builds: drivers/staging/tidspbridge/core/tiomap3430.c: In function 'bridge_brd_start': drivers/staging/tidspbridge/core/tiomap3430.c:425: error:

Re: tidspbridge in drivers/staging

2012-04-22 Thread Greg KH
On Sun, Apr 22, 2012 at 11:28:52PM +0300, Felipe Contreras wrote: Hi, Russell King - ARM Linux wrote: I've noticed these failure from time to time in my omap4 randconfig builds: drivers/staging/tidspbridge/core/tiomap3430.c: In function 'bridge_brd_start':

Test: please ignore

2012-04-22 Thread Felipe Contreras
Greg KH wrote: On Sun, Apr 22, 2012 at 10:57:17AM +0100, Russell King - ARM Linux wrote: I've noticed these failure from time to time in my omap4 randconfig builds: drivers/staging/tidspbridge/core/tiomap3430.c: In function 'bridge_brd_start':

Re: YUV422 input to CPI?

2012-04-22 Thread Simon Knopp
On 23/04/2012, at 2:11 AM, Hiremath, Vaibhav wrote: On Fri, Apr 20, 2012 at 15:56:46, Enrico wrote: Yes it's possible but yuv support is still not in mainline kernel. Have a look at the linux-media ml archive to know what is the current status, problems etc...basically if you don't need

Re: [PATCH V3 3/3] OMAPDSS: DISPC: Correct DISPC functional clock usage

2012-04-22 Thread Mahapatra, Chandrabhanu
On Fri, Apr 20, 2012 at 7:59 PM, Tomi Valkeinen tomi.valkei...@ti.com wrote: On Fri, 2012-04-20 at 19:01 +0530, Chandrabhanu Mahapatra wrote: DISPC_FCLK is incorrectly used as functional clock of DISPC in scaling calculations. So, DISPC_CORE_CLK replaces as functional clock of DISPC.

RE: YUV422 input to CPI?

2012-04-22 Thread Hiremath, Vaibhav
On Mon, Apr 23, 2012 at 08:48:35, Simon Knopp wrote: On 23/04/2012, at 2:11 AM, Hiremath, Vaibhav wrote: On Fri, Apr 20, 2012 at 15:56:46, Enrico wrote: Yes it's possible but yuv support is still not in mainline kernel. Have a look at the linux-media ml archive to know what is the