Re: [PATCH] mdio_bus: Simplify reset handling and extend to non-DT systems

From: David Miller
Date: Tue Jan 14 2020 - 14:03:52 EST


From: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
Date: Mon, 13 Jan 2020 14:05:29 +0100

> Convert mdiobus_register_reset() from open-coded DT-only optional reset
> handling to reset_control_get_optional_exclusive(). This not only
> simplifies the code, but also adds support for lookup-based resets on
> non-DT systems.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>

Applied to net-next, thanks.