Re: [PATCH v2 11/30] usb: ehci-omap: Remove PHY reset handling code

2013-02-05 Thread Felipe Balbi
On Mon, Jan 28, 2013 at 12:34:16PM -0500, Alan Stern wrote: > On Mon, 28 Jan 2013, Roger Quadros wrote: > > > Reset GPIO handling for the PHY must be done in the PHY > > driver. We use the PHY helpers instead to reset the PHY. > > > > Signed-off-by: Roger Quadros > > Acked-by: Alan Stern Acke

Re: [PATCH v2 11/30] usb: ehci-omap: Remove PHY reset handling code

2013-01-28 Thread Alan Stern
On Mon, 28 Jan 2013, Roger Quadros wrote: > Reset GPIO handling for the PHY must be done in the PHY > driver. We use the PHY helpers instead to reset the PHY. > > Signed-off-by: Roger Quadros Acked-by: Alan Stern -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in th

[PATCH v2 11/30] usb: ehci-omap: Remove PHY reset handling code

2013-01-28 Thread Roger Quadros
Reset GPIO handling for the PHY must be done in the PHY driver. We use the PHY helpers instead to reset the PHY. Signed-off-by: Roger Quadros --- drivers/usb/host/ehci-omap.c | 70 + 1 files changed, 9 insertions(+), 61 deletions(-) diff --git a/drivers