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

2016-11-04 Thread Kishon Vijay Abraham I
On Friday 28 October 2016 02:01 PM, Heiko Stuebner wrote: > 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, b

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

2016-10-28 Thread Heiko Stuebner
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_r