From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Thu, 13 Jun 2013 04:08:00 -0700 Subject: OMAP v3.10-rc regressions that no one's fixed In-Reply-To: <51B9A514.6020706@ti.com> References: <20130612174842.GQ8164@atomide.com> <51B9A514.6020706@ti.com> Message-ID: <20130613110759.GD8164@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Lokesh Vutla [130613 04:01]: > Hi Tony, > On Wednesday 12 June 2013 11:18 PM, Tony Lindgren wrote: > >* Paul Walmsley [130610 00:27]: > >> > >>Hi folks -- particularly TIers working on mainline, > >> > >>There are several regressions that started with v3.10-rc that no one's > >>fixed for over a month. Some of them should be quite easy: > >> > >>* 37xx EVM: boot fails > >> - as of v3.10-rc1 > >> - Cause unknown > > > >This one is probably because of broken GPIO numbering in > >the board file that uses hardcoded GPIOs for what are probably > >twl GPIOs. > > > >Does commenting out omap3_evm_display_init() in the board file > >fix the booting for you? > Yes by commenting out omap3_evm_display_init() fixes the booting. > > > >If so, we should probably mark omap3_evm_display_init() with > >CONFIG_BROKEN for now rather than add more late init callback > >functions for the twl code. > As per your suggestion I have sent a patch for marking > omap3_evm_display_init() > with CONFIG_BROKEN. OK thanks. Tony