Re: [PATCH 3/5] gpio/omap: Add DT support to GPIO driver

2013-03-22 Thread Linus Walleij
On Fri, Mar 15, 2013 at 12:21 PM, Javier Martinez Canillas martinez.jav...@gmail.com wrote: diff --git a/drivers/gpio/gpio-omap.c b/drivers/gpio/gpio-omap.c index 159f5c5..f5feb43 100644 --- a/drivers/gpio/gpio-omap.c +++ b/drivers/gpio/gpio-omap.c @@ -807,6 +807,13 @@ static void

Display related board specific boot args

2013-03-22 Thread Tomi Valkeinen
Hi Tony, As you probably know, Overo is a very basic omap board to which you can attach different add-on modules, like LCD module. In the current overo board file we always add multiple LCD devices, of which the user should only use one (the one on his module). This model of allowing multiple LCD

Re: [RFC 1/8] RFC: CLK: OMAP: Add basic infrastructure for OMAP clocks

2013-03-22 Thread Tero Kristo
On Thu, 2013-03-21 at 11:50 -0700, Mike Turquette wrote: Quoting Tero Kristo (2013-03-21 10:35:40) This patch adds basic infrastructure support for registering clocks under common clock framework. This patch is done in preparation for moving clock data from arch/arm/mach-omap2/ folder under

Re: [BUG] bisected: PandaBoard smsc95xx ethernet driver error from USB timeout

2013-03-22 Thread Roger Quadros
Hi Frank, On 03/22/2013 04:45 AM, Frank Rowand wrote: On 03/21/13 07:41, Alan Stern wrote: On Wed, 20 Mar 2013, Frank Rowand wrote: Hi All, Not quite sure quite where the problem is (USB, OMAP, smsc95xx driver, other???), so casting the nets wide... The PandaBoard frequently fails to

channel swapping issue on OMAP3/TWL4030 is back

2013-03-22 Thread Peter Meerwald
Hello, I'm running Linux 3.7 on a beagle-xm and observe very reproducible stereo channel swapping issue on playback of a stereo stream (one channel has a sine, the other is zero); the channel swap occurs on starting the playback with a scope I have observed that the audio data indeed swaps

Re: [alsa-devel] channel swapping issue on OMAP3/TWL4030 is back

2013-03-22 Thread Daniel Mack
On 22.03.2013 09:48, Peter Meerwald wrote: I'm running Linux 3.7 on a beagle-xm and observe very reproducible stereo channel swapping issue on playback of a stereo stream (one channel has a sine, the other is zero); the channel swap occurs on starting the playback Always? Or in like 50% of

Re: [alsa-devel] channel swapping issue on OMAP3/TWL4030 is back

2013-03-22 Thread Peter Meerwald
I'm running Linux 3.7 on a beagle-xm and observe very reproducible stereo channel swapping issue on playback of a stereo stream (one channel has a sine, the other is zero); the channel swap occurs on starting the playback Always? Or in like 50% of the runs? And is the record stream

Re: [alsa-devel] channel swapping issue on OMAP3/TWL4030 is back

2013-03-22 Thread Daniel Mack
On 22.03.2013 10:03, Peter Meerwald wrote: I'm running Linux 3.7 on a beagle-xm and observe very reproducible stereo channel swapping issue on playback of a stereo stream (one channel has a sine, the other is zero); the channel swap occurs on starting the playback Always? Or in like 50%

Re: [PATCH v3 5/6] ARM: dts: omap: update usb_otg_hs data

2013-03-22 Thread Kishon Vijay Abraham I
Hi, On Thursday 21 March 2013 10:40 PM, Stephen Warren wrote: On 03/21/2013 12:23 AM, kishon wrote: Hi, On Thursday 21 March 2013 02:29 AM, Stephen Warren wrote: On 03/20/2013 03:12 AM, Kishon Vijay Abraham I wrote: Updated the usb_otg_hs dt data to include the *phy* and *phy-names* binding

Re: [RFC 0/8]: omap4: clk: move clock data under drivers/clk

2013-03-22 Thread Tero Kristo
On Fri, 2013-03-22 at 10:58 +0530, Rajendra Nayak wrote: Tero, On Thursday 21 March 2013 11:05 PM, Tero Kristo wrote: Hi, This is an RFC version of the clock data move under drivers/clk. Tested under 3.8 and boots fine, but don't try this out unless you are experimental sort (I

Re: [alsa-devel] channel swapping issue on OMAP3/TWL4030 is back

2013-03-22 Thread Peter Meerwald
I'm running Linux 3.7 on a beagle-xm and observe very reproducible stereo channel swapping issue on playback of a stereo stream (one channel has a sine, the other is zero); the channel swap occurs on starting the playback it appears that the swapping issue is back, probably due to the DMA

Re: [BUG] bisected: PandaBoard smsc95xx ethernet driver error from USB timeout

2013-03-22 Thread Mats Liljegren
Frank Rowand wrote: On 03/21/13 07:41, Alan Stern wrote: On Wed, 20 Mar 2013, Frank Rowand wrote: Hi All, Not quite sure quite where the problem is (USB, OMAP, smsc95xx driver, other???), so casting the nets wide... The PandaBoard frequently fails to boot with an eth0 error

Re: [alsa-devel] channel swapping issue on OMAP3/TWL4030 is back

2013-03-22 Thread Daniel Mack
On 22.03.2013 10:56, Peter Meerwald wrote: I'm running Linux 3.7 on a beagle-xm and observe very reproducible stereo channel swapping issue on playback of a stereo stream (one channel has a sine, the other is zero); the channel swap occurs on starting the playback it appears that the

Re: [alsa-devel] channel swapping issue on OMAP3/TWL4030 is back

2013-03-22 Thread Peter Meerwald
I'm running Linux 3.7 on a beagle-xm and observe very reproducible stereo channel swapping issue on playback of a stereo stream (one channel has a sine, the other is zero); the channel swap occurs on starting the playback it appears that the swapping issue is back, probably due to

Re: [alsa-devel] channel swapping issue on OMAP3/TWL4030 is back

2013-03-22 Thread Peter Ujfalusi
Hi, On 03/22/2013 01:49 PM, Peter Meerwald wrote: I'm running Linux 3.7 on a beagle-xm and observe very reproducible stereo channel swapping issue on playback of a stereo stream (one channel has a sine, the other is zero); the channel swap occurs on starting the playback it appears that

Re: Display related board specific boot args

2013-03-22 Thread Tony Lindgren
* Tomi Valkeinen tomi.valkei...@ti.com [130322 01:30]: Hi Tony, As you probably know, Overo is a very basic omap board to which you can attach different add-on modules, like LCD module. In the current overo board file we always add multiple LCD devices, of which the user should only use one

Re: Display related board specific boot args

2013-03-22 Thread Tomi Valkeinen
On 2013-03-22 17:18, Tony Lindgren wrote: * Tomi Valkeinen tomi.valkei...@ti.com [130322 01:30]: Hi Tony, As you probably know, Overo is a very basic omap board to which you can attach different add-on modules, like LCD module. In the current overo board file we always add multiple LCD

Re: [PATCH 3/5] gpio/omap: Add DT support to GPIO driver

2013-03-22 Thread Stephen Warren
On 03/22/2013 02:10 AM, Linus Walleij wrote: On Fri, Mar 15, 2013 at 12:21 PM, Javier Martinez Canillas martinez.jav...@gmail.com wrote: diff --git a/drivers/gpio/gpio-omap.c b/drivers/gpio/gpio-omap.c index 159f5c5..f5feb43 100644 --- a/drivers/gpio/gpio-omap.c +++

Re: Display related board specific boot args

2013-03-22 Thread Tony Lindgren
* Tomi Valkeinen tomi.valkei...@ti.com [130322 08:34]: On 2013-03-22 17:18, Tony Lindgren wrote: * Tomi Valkeinen tomi.valkei...@ti.com [130322 01:30]: Hi Tony, As you probably know, Overo is a very basic omap board to which you can attach different add-on modules, like LCD module. In

Re: [PATCH] mmc: omap_hsmmc: support deferred probing for GPIOs

2013-03-22 Thread Chris Ball
Hi, On Thu, Feb 14 2013, Balaji T K wrote: On Thursday 14 February 2013 04:13 PM, Jan Lübbe wrote: On Wed, 2013-01-30 at 10:07 +0100, Jan Luebbe wrote: If the CD/WP-GPIOs are not provided by the SoC's GPIO controller, we need to handle the case where omap_hsmmc is probed earlier than the

Re: Display related board specific boot args

2013-03-22 Thread Andy Gross
On 03/22/2013 10:36 AM, Tony Lindgren wrote: * Tomi Valkeinen tomi.valkei...@ti.com [130322 08:34]: On 2013-03-22 17:18, Tony Lindgren wrote: * Tomi Valkeinen tomi.valkei...@ti.com [130322 01:30]: Hi Tony, As you probably know, Overo is a very basic omap board to which you can attach

Re: [alsa-devel] channel swapping issue on OMAP3/TWL4030 is back

2013-03-22 Thread Russell King - ARM Linux
On Fri, Mar 22, 2013 at 02:04:42PM +0100, Peter Ujfalusi wrote: Russell: can we remove the tasklet use from dma-omap and start the DMA right away in omap_dma_issue_pending()? This is the only way to prevent channel swap when starting audio. What I fear is that we may run up against having too

Re: [PATCH] mach_omap2: use PTR_RET instead of IS_ERR + PTR_ERR

2013-03-22 Thread Russell King - ARM Linux
On Wed, Mar 20, 2013 at 01:28:47PM -0500, Jon Hunter wrote: Sorry I am now not sure I follow you here. Someone just pointed out to me that PTR_RET() is defined as ... static inline int __must_check PTR_RET(const void *ptr) { if (IS_ERR(ptr)) return PTR_ERR(ptr);

Re: [BUGFIX PATCH] ARM: OMAP: fix type of return values in omap_device_get_by_hwmod_name()

2013-03-22 Thread Russell King - ARM Linux
On Thu, Mar 21, 2013 at 01:13:10PM +0100, Lothar Waßmann wrote: The merge bda5e141fbe96295c669692114d18687730269fb erroneously changed Don't forget that commit's description as well... -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to

Re: [BUG] bisected: PandaBoard smsc95xx ethernet driver error from USB timeout

2013-03-22 Thread Frank Rowand
On 03/22/13 03:03, Mats Liljegren wrote: Frank Rowand wrote: On 03/21/13 07:41, Alan Stern wrote: On Wed, 20 Mar 2013, Frank Rowand wrote: Hi All, Not quite sure quite where the problem is (USB, OMAP, smsc95xx driver, other???), so casting the nets wide... The PandaBoard frequently

Re: [PATCH] mach_omap2: use PTR_RET instead of IS_ERR + PTR_ERR

2013-03-22 Thread Jon Hunter
On 03/22/2013 11:36 AM, Russell King - ARM Linux wrote: On Wed, Mar 20, 2013 at 01:28:47PM -0500, Jon Hunter wrote: Sorry I am now not sure I follow you here. Someone just pointed out to me that PTR_RET() is defined as ... static inline int __must_check PTR_RET(const void *ptr) { if

Re: [RFC 1/8] RFC: CLK: OMAP: Add basic infrastructure for OMAP clocks

2013-03-22 Thread Tero Kristo
On Fri, 2013-03-22 at 09:47 -0700, Mike Turquette wrote: Quoting Tero Kristo (2013-03-22 01:39:08) On Thu, 2013-03-21 at 11:50 -0700, Mike Turquette wrote: Quoting Tero Kristo (2013-03-21 10:35:40) This patch adds basic infrastructure support for registering clocks under common clock

Re: [PATCH 3/5] gpio/omap: Add DT support to GPIO driver

2013-03-22 Thread Jon Hunter
On 03/22/2013 10:33 AM, Stephen Warren wrote: On 03/22/2013 02:10 AM, Linus Walleij wrote: On Fri, Mar 15, 2013 at 12:21 PM, Javier Martinez Canillas martinez.jav...@gmail.com wrote: diff --git a/drivers/gpio/gpio-omap.c b/drivers/gpio/gpio-omap.c index 159f5c5..f5feb43 100644 ---