Re: [PATCH v2 3/3] phy: amlogic: meson8b-usb2: fix shared reset control use

2020-12-05 Thread Martin Blumenstingl
On Tue, Dec 1, 2020 at 8:02 PM Amjad Ouled-Ameur wrote: > > Use reset_control_rearm() call if an error occurs in case > phy_meson8b_usb2_power_on() fails after reset() has been called, or in > case phy_meson8b_usb2_power_off() is called i.e the resource is no longer > used and the reset line may b

[PATCH v2 3/3] phy: amlogic: meson8b-usb2: fix shared reset control use

2020-12-01 Thread Amjad Ouled-Ameur
Use reset_control_rearm() call if an error occurs in case phy_meson8b_usb2_power_on() fails after reset() has been called, or in case phy_meson8b_usb2_power_off() is called i.e the resource is no longer used and the reset line may be triggered again by other devices. reset_control_rearm() keeps us