Re: [PATCH v2 04/12] phy: tegra: xusb: t210: add lane_iddq operations

2020-09-06 Thread JC Kuo
Hi Thierry, Thanks for review. I will amend accordingly and submit a new patch. JC On 8/31/20 7:53 PM, Thierry Reding wrote: > On Mon, Aug 31, 2020 at 12:40:35PM +0800, JC Kuo wrote: >> As per Tegra210 TRM, before changing lane assignments, driver should >> keep lanes in IDDQ and sleep state;

Re: [PATCH v2 04/12] phy: tegra: xusb: t210: add lane_iddq operations

2020-08-31 Thread Thierry Reding
On Mon, Aug 31, 2020 at 12:40:35PM +0800, JC Kuo wrote: > As per Tegra210 TRM, before changing lane assignments, driver should > keep lanes in IDDQ and sleep state; after changing lane assignments, > driver should bring lanes out of IDDQ. > This commit implements the required operations. > >

[PATCH v2 04/12] phy: tegra: xusb: t210: add lane_iddq operations

2020-08-30 Thread JC Kuo
As per Tegra210 TRM, before changing lane assignments, driver should keep lanes in IDDQ and sleep state; after changing lane assignments, driver should bring lanes out of IDDQ. This commit implements the required operations. Signed-off-by: JC Kuo --- drivers/phy/tegra/xusb-tegra210.c | 94