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

N900 / v3.19-rc2: nokia-modem crash

2014-12-31 Thread Aaro Koskinen
Hi, The below crash seems to be easily reproducible on N900. Just do: modprobe nokia-modem; modprobe -r nokia-modem; modprobe nokia-modem [ 139.990173] omap_ssi 48058000.ssi-controller: ssi controller 0 initialized (1 ports)! [ 140.022674] NET: Registered protocol family 35 [ 140.048797]

[PATCH] serial: omap_8250: Fix RTS handling, part B

2014-12-31 Thread Peter Hurley
Because the OMAP3 UART ignores MCR[1] (RTS) in autoRTS mode, autoRTS mode must not be enabled unless RTS is set (or port-mctrl TIOCM_RTS, which is equivalent). Fixes premature raising of RTS in omap_8250_set_termios() -- RTS was raised even before UART mode was selected. Fixes raise of RTS after