Re: [PATCH] usb: phy: add R-Car R8A7779 USB phy driver.

2012-09-05 Thread Kuninori Morimoto
Hi Abraham > > EHCI/OHCI. > > Now, I'm using ohci/ehci-platform.c > > Thats a generic ehci driver. I was interested in the specific usb > controller that uses this phy. Anyways now I know its a host only > driver :-) (snip) > Yeah. We are in the process of cleaning it up. Indeed it's normal in >

Re: [PATCH] usb: phy: add R-Car R8A7779 USB phy driver.

2012-09-04 Thread ABRAHAM, KISHON VIJAY
Hi, On Wed, Sep 5, 2012 at 6:20 AM, Kuninori Morimoto wrote: > > Hi Abraham > > Thank you for checking patch > > >> > +config USB_RCAR_PHY >> > + tristate "Renesas R-Car USB phy support" >> > + depends on (USB || USB_GADGET) && ARCH_R8A7779 >> > + help >> > + Say Y here

Re: [PATCH] usb: phy: add R-Car R8A7779 USB phy driver.

2012-09-04 Thread Kuninori Morimoto
Hi Abraham Thank you for checking patch > > +config USB_RCAR_PHY > > + tristate "Renesas R-Car USB phy support" > > + depends on (USB || USB_GADGET) && ARCH_R8A7779 > > + help > > + Say Y here to add support for the Renesas R-Car USB phy driver. > > Just out of curios

Re: [PATCH] usb: phy: add R-Car R8A7779 USB phy driver.

2012-09-04 Thread ABRAHAM, KISHON VIJAY
Hi, On Tue, Sep 4, 2012 at 10:13 AM, Kuninori Morimoto wrote: > This patch adds Renesas R-Car USB phy driver. > It supports R8A7779 chip at this point. > > Signed-off-by: Kuninori Morimoto > --- > drivers/usb/phy/Kconfig| 11 > drivers/usb/phy/Makefile |1 + > drivers/usb/phy/r

[PATCH] usb: phy: add R-Car R8A7779 USB phy driver.

2012-09-03 Thread Kuninori Morimoto
This patch adds Renesas R-Car USB phy driver. It supports R8A7779 chip at this point. Signed-off-by: Kuninori Morimoto --- drivers/usb/phy/Kconfig| 11 drivers/usb/phy/Makefile |1 + drivers/usb/phy/rcar-phy.c | 137 3 files changed,