Re: [PATCH v3 10/10] Usb: Move PORTSC access to PHY

2013-05-10 Thread Stephen Warren
On 05/10/2013 07:54 AM, Venu Byravarasu wrote: > Changes with this patch: > 1. As PHY is being registered as separate platform driver & EHCI Tegra > is no more calling PHY open, moved tegra_ehci_set_pts & tegra_ehci_set_phcd > functions to PHY driver, > > 2. Removed unused defines for multiple USB

[PATCH v3 10/10] Usb: Move PORTSC access to PHY

2013-05-10 Thread Venu Byravarasu
Changes with this patch: 1. As PHY is being registered as separate platform driver & EHCI Tegra is no more calling PHY open, moved tegra_ehci_set_pts & tegra_ehci_set_phcd functions to PHY driver, 2. Removed unused defines for multiple USB port base addresses Signed-off-by: Venu Byravarasu --- T