RE: [PATCH v4 07/12] usb: chipidea: add a usb2 driver for ci13xxx

2014-09-11 Thread Peter Chen
> On Thu, Sep 11, 2014 at 09:07:10AM +0800, Peter Chen wrote: > > On Wed, Sep 03, 2014 at 09:48:26AM +0200, Antoine Tenart wrote: > > > + > > > +static int ci_hdrc_usb2_dt_probe(struct device *dev, > > > + struct ci_hdrc_platform_data *ci_pdata) { > > > + ci_pdata->phy =

Re: [PATCH v4 07/12] usb: chipidea: add a usb2 driver for ci13xxx

2014-09-11 Thread Antoine Tenart
Peter, On Thu, Sep 11, 2014 at 09:07:10AM +0800, Peter Chen wrote: > On Wed, Sep 03, 2014 at 09:48:26AM +0200, Antoine Tenart wrote: > > + > > +static int ci_hdrc_usb2_dt_probe(struct device *dev, > > +struct ci_hdrc_platform_data *ci_pdata) > > +{ > > + ci_pdata->phy

Re: [PATCH v4 07/12] usb: chipidea: add a usb2 driver for ci13xxx

2014-09-10 Thread Peter Chen
On Wed, Sep 03, 2014 at 09:48:26AM +0200, Antoine Tenart wrote: > Add a USB2 ChipIdea driver for ci13xxx, with optional PHY, clock > and DMA mask, to support USB2 ChipIdea controllers that don't need > specific functions. > > Tested on the Marvell Berlin SoCs USB controllers. > > Signed-off-by: A