Re: [PATCH v2 05/12] usb: phy: add the Berlin USB PHY driver

2014-06-30 Thread Felipe Balbi
On Mon, Jun 30, 2014 at 04:52:11PM +0200, Antoine Ténart wrote: > Felipe, > > On Fri, Jun 27, 2014 at 06:04:33PM -0500, Felipe Balbi wrote: > > On Fri, Jun 27, 2014 at 06:05:57PM +0200, Antoine Ténart wrote: > > > Hi Felipe, > > > > > > On Fri, Jun 27, 2014 at 10:56:22AM -0500, Felipe Balbi wrote

Re: [PATCH v2 05/12] usb: phy: add the Berlin USB PHY driver

2014-06-30 Thread Antoine Ténart
Felipe, On Fri, Jun 27, 2014 at 06:04:33PM -0500, Felipe Balbi wrote: > On Fri, Jun 27, 2014 at 06:05:57PM +0200, Antoine Ténart wrote: > > Hi Felipe, > > > > On Fri, Jun 27, 2014 at 10:56:22AM -0500, Felipe Balbi wrote: > > > On Tue, Jun 24, 2014 at 12:35:14PM +0200, Antoine Ténart wrote: > > >

Re: [PATCH v2 05/12] usb: phy: add the Berlin USB PHY driver

2014-06-27 Thread Felipe Balbi
On Fri, Jun 27, 2014 at 06:05:57PM +0200, Antoine Ténart wrote: > Hi Felipe, > > On Fri, Jun 27, 2014 at 10:56:22AM -0500, Felipe Balbi wrote: > > On Tue, Jun 24, 2014 at 12:35:14PM +0200, Antoine Ténart wrote: > > > Add the driver driving the Marvell Berlin USB PHY. This allows to > > > initializ

Re: [PATCH v2 05/12] usb: phy: add the Berlin USB PHY driver

2014-06-27 Thread Antoine Ténart
Hi Felipe, On Fri, Jun 27, 2014 at 10:56:22AM -0500, Felipe Balbi wrote: > On Tue, Jun 24, 2014 at 12:35:14PM +0200, Antoine Ténart wrote: > > Add the driver driving the Marvell Berlin USB PHY. This allows to > > initialize the PHY and to use it from the USB driver later. > > > > Signed-off-by: A

Re: [PATCH v2 05/12] usb: phy: add the Berlin USB PHY driver

2014-06-27 Thread Felipe Balbi
On Tue, Jun 24, 2014 at 12:35:14PM +0200, Antoine Ténart wrote: > Add the driver driving the Marvell Berlin USB PHY. This allows to > initialize the PHY and to use it from the USB driver later. > > Signed-off-by: Antoine Ténart since this is a brand new driver, it should go to drivers/phy instea

[PATCH v2 05/12] usb: phy: add the Berlin USB PHY driver

2014-06-24 Thread Antoine Ténart
Add the driver driving the Marvell Berlin USB PHY. This allows to initialize the PHY and to use it from the USB driver later. Signed-off-by: Antoine Ténart --- drivers/usb/phy/Kconfig | 9 ++ drivers/usb/phy/Makefile | 1 + drivers/usb/phy/phy-berlin-usb.c | 211