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

Shawn Guo shawn.guo at linaro.org
Sun Jan 5 21:28:50 EST 2014


On Sun, Jan 05, 2014 at 05:04:48PM +0000, 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 = GPIOF_OUT_INIT_HIGH;
> 
> -       gpio_set_value(phy_reset, 1);
> +       gpio_set_value(phy_reset, !port);

Fabio just sent a patch to revert it, and David has queued it.  Sorry
for that I did not catch it.

Shawn




More information about the linux-arm-kernel mailing list