Re: [PATCH] phy-rockchip-pcie: remove deassert of phy_rst from exit callback

From: Heiko Stuebner
Date: Fri Oct 28 2016 - 04:31:13 EST


Am Donnerstag, 13. Oktober 2016, 12:42:13 CEST schrieb Shawn Lin:
> The deassert of phy_rst from exit callback is incorrect as when
> doing phy_exit, we expect the phy_rst is on asserted state which was
> done by power_off callback, but not deasserted state. Meanwhile when
> disabling clk_pciephy_ref, the assert/deassert signal can't actually
> take effect on the phy. So let's fix it anyway.
>
> Signed-off-by: Shawn Lin <shawn.lin@xxxxxxxxxxxxxx>

looks ok to have that removed, as any future phy_init call will make sure it
gets asserted anyway.

Reviewed-by: Heiko Stuebner <heiko@xxxxxxxxx>