Re: [PATCH 29/35] arm: omap: intc: switch over to linear irq domain

2014-07-31 Thread Tero Kristo
On 07/31/2014 09:28 AM, Tony Lindgren wrote: * Felipe Balbi [140730 09:23]: Hi, On Wed, Jul 30, 2014 at 10:45:41AM -0500, Nishanth Menon wrote: On Wed, Jul 30, 2014 at 9:40 AM, Felipe Balbi wrote: HI, On Tue, Jul 29, 2014 at 11:04:21PM -0700, Tony Lindgren wrote: * Felipe Balbi [140729 0

Re: OMAP3/AM3517 EHCI USB Issue

2014-07-31 Thread Stefan Herbrechtsmeier
Am 29.07.2014 17:20, schrieb Michael Welling: On Tue, Jul 29, 2014 at 11:59:07AM +0300, Roger Quadros wrote: Hi Michael, On 07/28/2014 09:10 PM, Felipe Balbi wrote: On Mon, Jul 28, 2014 at 12:57:39PM -0500, Michael Welling wrote: On Mon, Jul 28, 2014 at 10:57:18AM -0500, Felipe Balbi wrote:

[PATCH 1/2] dmaengine: edma: Do not change the error code returned from edma_alloc_slot

2014-07-31 Thread Peter Ujfalusi
In case of edma_alloc_slot() failure during probe we should return the error unchanged to make debugging easier. Signed-off-by: Peter Ujfalusi --- drivers/dma/edma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dma/edma.c b/drivers/dma/edma.c index 69f1f5250120..29

[PATCH 2/2] dmaengine: edma: Do not register second device when booted with DT

2014-07-31 Thread Peter Ujfalusi
DT boot does not yet support more than one edma device. To avoid issues at runtime we should not register the second device when the kernel is booted with DT. Signed-off-by: Peter Ujfalusi --- drivers/dma/edma.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/dma/ed

Re: [PATCH] ARM: dts: dra7-evm: add parallel NOR flash support

2014-07-31 Thread Roger Quadros
+Sourav for QSPI and Balaji for mmc On 07/30/2014 10:40 PM, Pekon Gupta wrote: > Hi Roger, > > On Tue, Jul 29, 2014 at 5:45 PM, Roger Quadros wrote: >> On 07/23/2014 01:58 PM, Pekon Gupta wrote: >>> This patch adds support for parallel NOR device (S29GL512S10) present on >>> J6-EVM. >>> The Fla

Re: [PATCH 1/2] dmaengine: edma: Do not change the error code returned from edma_alloc_slot

2014-07-31 Thread Vinod Koul
On Thu, Jul 31, 2014 at 01:12:37PM +0300, Peter Ujfalusi wrote: > In case of edma_alloc_slot() failure during probe we should return the error > unchanged to make debugging easier. Applied both Thanks -- ~Vinod -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the bod

Re: [PATCH 1/7] dmaengine: edma: fix two faults which happen with the 8250_dma user

2014-07-31 Thread Vinod Koul
On Tue, Jul 29, 2014 at 08:58:58PM +0200, Sebastian Andrzej Siewior wrote: > The rx path of the 8250_dma user in the RX-timeout case: > - it starts the RX transfer > - if the rx-timeout interrupt occures, it dmaengine_pause() the transfer > - step two is dmaengine_terminate_all() on this channel. O

Re: [PATCH 1/7] dmaengine: edma: fix two faults which happen with the 8250_dma user

2014-07-31 Thread Sebastian Andrzej Siewior
On 07/31/2014 02:17 PM, Vinod Koul wrote: > On Tue, Jul 29, 2014 at 08:58:58PM +0200, Sebastian Andrzej Siewior wrote: >> The rx path of the 8250_dma user in the RX-timeout case: >> - it starts the RX transfer >> - if the rx-timeout interrupt occures, it dmaengine_pause() the transfer >> - step two

Re: OMAP baseline test results for v3.16-rc4

2014-07-31 Thread Tero Kristo
On 07/30/2014 08:39 AM, Tony Lindgren wrote: 8< --- From: Tony Lindgren Date: Tue, 29 Jul 2014 22:36:59 -0700 Subject: [PATCH] ARM: dts: Enable UART wake-up events for beagleboard For device tree based booting, we need to use wake-up interrupts like we already do

Re: OMAP baseline test results for v3.16-rc4

2014-07-31 Thread Tony Lindgren
* Paul Walmsley [140730 00:55]: > On Tue, 29 Jul 2014, Tony Lindgren wrote: > > > The following patch should fix the tests above for 3530es3beagle. > > Care to test and ack as I don't have one? > > 3530es3beagle retention dynamic idle tests hang on next-20140729. (Maybe > other boards fail too

[PATCH 0/2] Manage OMAP34xx ES3.1.2 rev to resume from suspend

2014-07-31 Thread Jeremy Vial
Hi, My kernel crashed when my OMAP34xx ES3.1.2 leave suspend mode. The first patch seems to solve the issue, and the second one corrects Linux kernel coding style problems. Jeremy Vial (2): ARM: OMAP3: Fix choice of omap3_restore_es function in OMAP34XX rev3.1.2 case. ARM: OMAP3: Fix codi

[PATCH 2/2] ARM: OMAP3: Fix coding style problems in arch/arm/mach-omap2/control.c

2014-07-31 Thread Jeremy Vial
Signed-off-by: Jeremy Vial --- arch/arm/mach-omap2/control.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/arm/mach-omap2/control.c b/arch/arm/mach-omap2/control.c index acadac0..cc5d767 100644 --- a/arch/arm/mach-omap2/control.c +++ b/arch/arm/mach-omap2/control.

[PATCH 1/2] ARM: OMAP3: Fix choice of omap3_restore_es function in OMAP34XX rev3.1.2 case.

2014-07-31 Thread Jeremy Vial
According to the comment “restore_es3: applies to 34xx >= ES3.0" in "arch/arm/mach-omap2/sleep34xx.S”, omap3_restore_es3 should be used if the revision of an OMAP34xx is ES3.1.2. Signed-off-by: Jeremy Vial --- arch/arm/mach-omap2/control.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(

Re: [PATCH 29/35] arm: omap: intc: switch over to linear irq domain

2014-07-31 Thread Felipe Balbi
Hi, On Thu, Jul 31, 2014 at 10:57:09AM +0300, Tero Kristo wrote: > On 07/31/2014 09:28 AM, Tony Lindgren wrote: > >* Felipe Balbi [140730 09:23]: > >>Hi, > >> > >>On Wed, Jul 30, 2014 at 10:45:41AM -0500, Nishanth Menon wrote: > >>>On Wed, Jul 30, 2014 at 9:40 AM, Felipe Balbi wrote: > HI, >

[patch] usb: dwc3: omap: signedness bug in dwc3_omap_set_utmi_mode()

2014-07-31 Thread Dan Carpenter
"ret" should be signed. It's only used for zero and negative error codes. Signed-off-by: Dan Carpenter diff --git a/drivers/usb/dwc3/dwc3-omap.c b/drivers/usb/dwc3/dwc3-omap.c index ef4936f..9dcfbe7 100644 --- a/drivers/usb/dwc3/dwc3-omap.c +++ b/drivers/usb/dwc3/dwc3-omap.c @@ -425,7 +425,7 @@

Re: [PATCH v3 0/7] Enable L2 cache support on Exynos4210/4x12 SoCs

2014-07-31 Thread Tomasz Figa
On 17.07.2014 18:38, Tomasz Figa wrote: > This series intends to add support for L2 cache on Exynos4 SoCs on boards > running under secure firmware, which requires certain initialization steps > to be done with help of firmware, as selected registers are writable only > from secure mode. > > First

Re: OMAP baseline test results for v3.16-rc4

2014-07-31 Thread Paul Walmsley
On Thu, 31 Jul 2014, Tony Lindgren wrote: > * Paul Walmsley [140730 00:55]: > > On Tue, 29 Jul 2014, Tony Lindgren wrote: > > > > > The following patch should fix the tests above for 3530es3beagle. > > > Care to test and ack as I don't have one? > > > > 3530es3beagle retention dynamic idle test

Re: [PATCH] ARM: dts: dra7-evm: add parallel NOR flash support

2014-07-31 Thread Tony Lindgren
* Roger Quadros [140731 04:46]: > +Sourav for QSPI and Balaji for mmc > > On 07/30/2014 10:40 PM, Pekon Gupta wrote: > > Hi Roger, > > > > On Tue, Jul 29, 2014 at 5:45 PM, Roger Quadros wrote: > >> On 07/23/2014 01:58 PM, Pekon Gupta wrote: > >>> This patch adds support for parallel NOR device