[BUG] v3.13-rc7: freescale fec_main bugs on boot

2014-01-05 Thread Russell King - ARM Linux
So, I just forward-ported my Hummingboard patch set to v3.13-rc7 from -rc6, and upon boot I'm now seeing the following BUG(). I do have: CONFIG_PHYLIB=y CONFIG_AT803X_PHY=y enabled, which are for the AR8035. The problem causing the BUG() appears to be this path: static int

Re: [BUG] v3.13-rc7: freescale fec_main bugs on boot

2014-01-05 Thread Shawn Guo
On Sun, Jan 05, 2014 at 05:04:48PM +, Russell King - ARM Linux wrote: Second thing is this which was introduced by 7a399e3a2e05 between rc6 and rc7: + if (flags OF_GPIO_ACTIVE_LOW) + port = GPIOF_OUT_INIT_LOW; + else + port =