[U-Boot] [PATCH] net: ravb: Do not shut down clock in start callback

Joe Hershberger joe.hershberger at ni.com
Mon Jun 18 21:12:21 UTC 2018


On Mon, Jun 18, 2018 at 3:07 AM, Marek Vasut <marek.vasut at gmail.com> wrote:
> Do not stop the clock in the start callback in case of failure, keep
> them running to also keep the PHY running. The failure could be ie.
> PHY failing to negotiate link and if the clock get shut down, another
> attempt at bringing the link up would fail. The clock right now are
> started in probe function and stopped in remove function, which is
> the correct behavior.
>
> Signed-off-by: Marek Vasut <marek.vasut+renesas at gmail.com>
> Cc: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
> Cc: Joe Hershberger <joe.hershberger at ni.com>

Acked-by: Joe Hershberger <joe.hershberger at ni.com>


More information about the U-Boot mailing list