Re: [PATCH v2 06/12] soc/tegra: pmc: provide usb sleepwalk register map

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 8:09 PM, Thierry Reding wrote: > On Mon, Aug 31, 2020 at 12:40:37PM +0800, JC Kuo wrote: >> This commit implements a register map which grants USB (UTMI and HSIC) >> sleepwalk registers access to USB phy

Re: [PATCH v2 06/12] soc/tegra: pmc: provide usb sleepwalk register map

2020-08-31 Thread Thierry Reding
On Mon, Aug 31, 2020 at 12:40:37PM +0800, JC Kuo wrote: > This commit implements a register map which grants USB (UTMI and HSIC) > sleepwalk registers access to USB phy drivers. The USB sleepwalk logic > is in PMC hardware block but USB phy drivers have the best knowledge > of proper programming se

[PATCH v2 06/12] soc/tegra: pmc: provide usb sleepwalk register map

2020-08-30 Thread JC Kuo
This commit implements a register map which grants USB (UTMI and HSIC) sleepwalk registers access to USB phy drivers. The USB sleepwalk logic is in PMC hardware block but USB phy drivers have the best knowledge of proper programming sequence. This approach prevents using custom pmc APIs. Signed-of