Re: [PATCH 2/3] USB: add of_platform glue driver for FSL USB DR controller

2010-08-02 Thread Greg KH
On Wed, Jul 28, 2010 at 11:46:47AM -0700, Greg KH wrote: > On Wed, Jul 28, 2010 at 12:14:14PM -0600, Grant Likely wrote: > > On Wed, Jul 28, 2010 at 5:58 AM, Anatolij Gustschin wrote: > > > Hi Grant, > > > > > > On Wed, 28 Jul 2010 02:16:08 -0600 > > > Grant Likely wrote: > > > > > >> On Thu, Jul

Re: [PATCH 2/3] USB: add of_platform glue driver for FSL USB DR controller

2010-07-28 Thread Greg KH
On Wed, Jul 28, 2010 at 12:14:14PM -0600, Grant Likely wrote: > On Wed, Jul 28, 2010 at 5:58 AM, Anatolij Gustschin wrote: > > Hi Grant, > > > > On Wed, 28 Jul 2010 02:16:08 -0600 > > Grant Likely wrote: > > > >> On Thu, Jul 22, 2010 at 10:25 AM, Anatolij Gustschin wrote: > >> > The driver creat

Re: [PATCH 2/3] USB: add of_platform glue driver for FSL USB DR controller

2010-07-28 Thread Grant Likely
On Wed, Jul 28, 2010 at 5:58 AM, Anatolij Gustschin wrote: > Hi Grant, > > On Wed, 28 Jul 2010 02:16:08 -0600 > Grant Likely wrote: > >> On Thu, Jul 22, 2010 at 10:25 AM, Anatolij Gustschin wrote: >> > The driver creates platform devices based on the information >> > from USB nodes in the flat d

Re: [PATCH 2/3] USB: add of_platform glue driver for FSL USB DR controller

2010-07-28 Thread Anatolij Gustschin
Hi Grant, On Wed, 28 Jul 2010 02:16:08 -0600 Grant Likely wrote: > On Thu, Jul 22, 2010 at 10:25 AM, Anatolij Gustschin wrote: > > The driver creates platform devices based on the information > > from USB nodes in the flat device tree. This is the replacement > > for old arch fsl_soc usb code r

Re: [PATCH 2/3] USB: add of_platform glue driver for FSL USB DR controller

2010-07-28 Thread Anton Vorontsov
On Wed, Jul 28, 2010 at 02:16:08AM -0600, Grant Likely wrote: [...] > > +static int __devinit fsl_usb2_mph_dr_of_probe(struct of_device *ofdev, > > +                                          const struct of_device_id *match) > > +{ > > +       struct device_node *np = ofdev->dev.of_node; > > +    

Re: [PATCH 2/3] USB: add of_platform glue driver for FSL USB DR controller

2010-07-28 Thread Grant Likely
On Thu, Jul 22, 2010 at 10:25 AM, Anatolij Gustschin wrote: > The driver creates platform devices based on the information > from USB nodes in the flat device tree. This is the replacement > for old arch fsl_soc usb code removed by the previous patch. > It uses usual of-style binding, available EH

[PATCH 2/3] USB: add of_platform glue driver for FSL USB DR controller

2010-07-22 Thread Anatolij Gustschin
The driver creates platform devices based on the information from USB nodes in the flat device tree. This is the replacement for old arch fsl_soc usb code removed by the previous patch. It uses usual of-style binding, available EHCI-HCD and UDC drivers can be bound to the created devices. The new o