Re: n900 in 4.2-rc0: repeating oopses

2015-06-29 Thread Pali Rohár
Hi! On Monday 29 June 2015 11:11:46 Pavel Machek wrote: Hi! Just tried booting 4.2-rc0 on n900 (commit 4a10a91756ef381bced7b88cfb9232f660b92d93) and it is broken. Previous -rc0 version worked. This time, there's some output on console, but too fast for me to read. What happen after

[PATCH] watchdog: omap: fix build error

2015-06-29 Thread Felipe Balbi
Fix reference to unexistent variable in omap_wdt_probe() caused by commit 387ee4d26e5f (watchdog: omap_wdt: early_enable module parameter) Reported-by: Mark Brown broo...@kernel.org Fixes: 387ee4d26e5f (watchdog: omap_wdt: early_enable module parameter) Signed-off-by: Felipe Balbi ba...@ti.com

Re: next-20150629 build: 1 failures 74 warnings (next-20150629)

2015-06-29 Thread Mark Brown
On Mon, Jun 29, 2015 at 11:36:17AM +0100, Build bot for Mark Brown wrote: Today's -next fails to build an ARM allmodconfig due to: ../drivers/watchdog/omap_wdt.c:288:18: error: 'omap_wdt' undeclared (first use in this function) which is introduced by watchdog: omap_wdt: early_enable module

Regression with today's next

2015-06-29 Thread Felipe Balbi
fix, or revert. git bisect start # good: [b953c0d234bc72e8489d3bf51a276c5c4ec85345] Linux 4.1 git bisect good b953c0d234bc72e8489d3bf51a276c5c4ec85345 # bad: [e3984319760987beee59b1d017416671ebb89b4c] Add linux-next specific files for 20150629 git bisect bad

n900 in 4.2-rc0: repeating oopses

2015-06-29 Thread Pavel Machek
Hi! Just tried booting 4.2-rc0 on n900 (commit 4a10a91756ef381bced7b88cfb9232f660b92d93) and it is broken. Previous -rc0 version worked. This time, there's some output on console, but too fast for me to read. It seems oopses happen before mounting root. If you have serial console, they should be

Re: [GIT PULL] omap generic wakeirq for v4.2 merge window

2015-06-29 Thread Tony Lindgren
Hi, * Tony Lindgren t...@atomide.com [150616 04:48]: Hi, Here's a late pull request that would be good to get into v4.2. This series mostly just drops code that's now unnecessary, and also fixes potential interrupt re-entrancy issues that the old handling has. The series changes omap

Re: [PATCH 2/3] ARM: dts: configure regulators for Gumstix Pepper

2015-06-29 Thread Tony Lindgren
* Arun Bharadwaj a...@gumstix.com [150604 11:10]: From: Adam YH Lee adam.yh@gmail.com Boot process is halting in midway because some of the necessary voltage regulators are deemed unused and subsequently powered off, leading to a completely unresponsive system. OK that needs to be fixed