[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20140106022847.GB26128@S2101-09.ap.freescale.net>
Date: Mon, 6 Jan 2014 10:28:50 +0800
From: Shawn Guo <shawn.guo@...aro.org>
To: Russell King - ARM Linux <linux@....linux.org.uk>
CC: Sascha Hauer <kernel@...gutronix.de>,
Philipp Zabel <p.zabel@...gutronix.de>,
Fabio Estevam <fabio.estevam@...escale.com>,
<devicetree@...r.kernel.org>, <netdev@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>
Subject: Re: [BUG] v3.13-rc7: freescale fec_main bugs on boot
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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists