Re: OMAP 4430 SDP: rather sick with recent kernels

2015-01-15 Thread Russell King - ARM Linux
On Wed, Jan 14, 2015 at 11:10:08PM +, Russell King - ARM Linux wrote: On Wed, Jan 14, 2015 at 11:09:26AM -0800, Tony Lindgren wrote: This seems like it could be a similar issue to what we were seeing on omap3 where the legacy IRQ mappings went wrong without using the

Re: OMAP 4430 SDP: rather sick with recent kernels

2015-01-14 Thread Tony Lindgren
* Russell King - ARM Linux li...@arm.linux.org.uk [150114 09:54]: On Wed, Dec 17, 2014 at 09:52:52AM +, Russell King - ARM Linux wrote: The combined kernel boot follows a similar pattern, but yets a bit further before oopsing, with ASoC DAPM code printing random bits of kernel memory.

Re: OMAP 4430 SDP: rather sick with recent kernels

2015-01-14 Thread Russell King - ARM Linux
On Wed, Jan 14, 2015 at 11:09:26AM -0800, Tony Lindgren wrote: * Russell King - ARM Linux li...@arm.linux.org.uk [150114 09:54]: On Wed, Dec 17, 2014 at 09:52:52AM +, Russell King - ARM Linux wrote: The combined kernel boot follows a similar pattern, but yets a bit further before

Re: OMAP 4430 SDP: rather sick with recent kernels

2015-01-14 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [150114 11:16]: * Russell King - ARM Linux li...@arm.linux.org.uk [150114 09:54]: On Wed, Dec 17, 2014 at 09:52:52AM +, Russell King - ARM Linux wrote: The combined kernel boot follows a similar pattern, but yets a bit further before oopsing, with ASoC

Re: OMAP 4430 SDP: rather sick with recent kernels

2015-01-14 Thread Russell King - ARM Linux
On Wed, Dec 17, 2014 at 09:52:52AM +, Russell King - ARM Linux wrote: The combined kernel boot follows a similar pattern, but yets a bit further before oopsing, with ASoC DAPM code printing random bits of kernel memory. Note that the combined kernel (which is OMAP4 + Versatile Express) has

Re: OMAP 4430 SDP: rather sick with recent kernels

2014-12-31 Thread Peter Ujfalusi
On 12/18/2014 06:41 PM, Tony Lindgren wrote: * Tony Lindgren t...@atomide.com [141217 09:28]: And then there are these too in the current mainline that are clock related: omap4xxx_dt_clk_init: failed to configure ABE DPLL! ... clock: dpll_abe_ck failed transition to 'locked' clock:

Re: OMAP 4430 SDP: rather sick with recent kernels

2014-12-31 Thread Peter Ujfalusi
On 12/18/2014 01:49 PM, Mark Brown wrote: On Thu, Dec 18, 2014 at 10:16:18AM +, Russell King - ARM Linux wrote: So that doesn't work - but importantly, it does point towards a possible culpret - snd_soc_of_parse_audio_routing(). This is obvious when you stop and think about what it's

Re: OMAP 4430 SDP: rather sick with recent kernels

2014-12-31 Thread Mark Brown
On Wed, Dec 31, 2014 at 04:00:14PM +0200, Peter Ujfalusi wrote: On 12/18/2014 01:49 PM, Mark Brown wrote: Right, spot on - I'll send a revert for that upstream. Thanks for tracking this down. Mark, can you send the e3b1e6a19e09877b91517dfe304a2b3f6b2138fc (found it in linux-next) for

Re: OMAP 4430 SDP: rather sick with recent kernels

2014-12-18 Thread Russell King - ARM Linux
On Wed, Dec 17, 2014 at 11:08:06PM +0200, Jyri Sarha wrote: I tried booting my 4460 Panda - which is the closest thing to 4430SDP that I've got - on next-20141217, but I could not get it to the point where the omap-abe-twl6040 probed. It probably is the problem you are talking about as the

Re: OMAP 4430 SDP: rather sick with recent kernels

2014-12-18 Thread Mark Brown
On Thu, Dec 18, 2014 at 10:16:18AM +, Russell King - ARM Linux wrote: So that doesn't work - but importantly, it does point towards a possible culpret - snd_soc_of_parse_audio_routing(). This is obvious when you stop and think about what it's doing, this is truely where this bug lies,

RE: OMAP 4430 SDP: rather sick with recent kernels

2014-12-18 Thread Peter Rosin
Russel King wrote: *snip* Now, we have this call to snd_soc_of_parse_audio_routing(), which allocates some memory, copies the old routes into it, and then adds to them from DT. That explains why the pointer and number of routes are different - there's 19 routes in omap4-sdp.dts - 17 + 19 =

Re: OMAP 4430 SDP: rather sick with recent kernels

2014-12-18 Thread Jyri Sarha
On 12/18/2014 01:48 PM, Peter Rosin wrote: Russel King wrote: *snip* Now, we have this call to snd_soc_of_parse_audio_routing(), which allocates some memory, copies the old routes into it, and then adds to them from DT. That explains why the pointer and number of routes are different - there's

Re: OMAP 4430 SDP: rather sick with recent kernels

2014-12-18 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [141217 09:28]: And then there are these too in the current mainline that are clock related: omap4xxx_dt_clk_init: failed to configure ABE DPLL! ... clock: dpll_abe_ck failed transition to 'locked' clock: dpll_abe_ck failed transition to 'locked' clock:

OMAP 4430 SDP: rather sick with recent kernels

2014-12-17 Thread Russell King - ARM Linux
Tony, As the IOMMU stuff was merged last night, which removed a really quite horrid conflict resolution, I updated my nightly build tree from its previous state last Thursday. Now, SDP4430 seems to be really quite broken. ti_dt_clocks_register: failed to lookup clock node dss_fck

Re: OMAP 4430 SDP: rather sick with recent kernels

2014-12-17 Thread Tony Lindgren
Hi, * Russell King - ARM Linux li...@arm.linux.org.uk [141217 01:55]: Tony, As the IOMMU stuff was merged last night, which removed a really quite horrid conflict resolution, I updated my nightly build tree from its previous state last Thursday. Now, SDP4430 seems to be really quite

Re: OMAP 4430 SDP: rather sick with recent kernels

2014-12-17 Thread Nishanth Menon
On Wed, Dec 17, 2014 at 11:23 AM, Tony Lindgren t...@atomide.com wrote: twl: not initialized twl6030_uv_to_vsel:OUT OF RANGE! non mapped vsel for 1375000 Vs max 1316660 twl6030_uv_to_vsel:OUT OF RANGE! non mapped vsel for 1375000 Vs max 1316660 twl6030_uv_to_vsel:OUT OF RANGE! non mapped vsel

Re: OMAP 4430 SDP: rather sick with recent kernels

2014-12-17 Thread Tony Lindgren
* Nishanth Menon n...@ti.com [141217 09:35]: On Wed, Dec 17, 2014 at 11:23 AM, Tony Lindgren t...@atomide.com wrote: twl: not initialized twl6030_uv_to_vsel:OUT OF RANGE! non mapped vsel for 1375000 Vs max 1316660 twl6030_uv_to_vsel:OUT OF RANGE! non mapped vsel for 1375000 Vs max 1316660

Re: OMAP 4430 SDP: rather sick with recent kernels

2014-12-17 Thread Russell King - ARM Linux
On Wed, Dec 17, 2014 at 09:23:33AM -0800, Tony Lindgren wrote: Hi, * Russell King - ARM Linux li...@arm.linux.org.uk [141217 01:55]: Tony, As the IOMMU stuff was merged last night, which removed a really quite horrid conflict resolution, I updated my nightly build tree from its

Re: OMAP 4430 SDP: rather sick with recent kernels

2014-12-17 Thread Tony Lindgren
* Russell King - ARM Linux li...@arm.linux.org.uk [141217 10:54]: On Wed, Dec 17, 2014 at 09:23:33AM -0800, Tony Lindgren wrote: Hi, * Russell King - ARM Linux li...@arm.linux.org.uk [141217 01:55]: Tony, As the IOMMU stuff was merged last night, which removed a really quite

Re: OMAP 4430 SDP: rather sick with recent kernels

2014-12-17 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [141217 11:14]: Also, in your 3430-LDP logs, the DMA setup_irq related In-band Error is a mystery. I'm not seeing that with omap2plus_defconfig, but can reproduce it here with your LDP .config file. Got any ideas on that one? Hmm it looks like that's some

Re: OMAP 4430 SDP: rather sick with recent kernels

2014-12-17 Thread Jyri Sarha
On 12/17/2014 08:51 PM, Russell King - ARM Linux wrote: On Wed, Dec 17, 2014 at 09:23:33AM -0800, Tony Lindgren wrote: Hi, * Russell King - ARM Linux li...@arm.linux.org.uk [141217 01:55]: Tony, As the IOMMU stuff was merged last night, which removed a really quite horrid conflict