Re: [PATCH 1/2] usb: dwc3: pci: use build-in properties instead of platform data

2016-04-21 Thread Heikki Krogerus
On Thu, Apr 21, 2016 at 02:01:47PM +0300, Felipe Balbi wrote: > > @@ -169,20 +161,21 @@ static int dwc3_pci_probe(struct pci_dev *pci, > > return ret; > > } > > > > - pci_set_drvdata(pci, dwc3); > > - ret = dwc3_pci_quirks(pci); > > - if (ret) > > - goto err; > > -

Re: [PATCH 1/2] usb: dwc3: pci: use build-in properties instead of platform data

2016-04-21 Thread Felipe Balbi
Hi, Heikki Krogerus writes: > This should allow the core driver to drop handling of > platform data and expect the platform specific details to > always come from properties. > > The ACPI companion needs to be set before any build-in > properties are applied as setting it would otherwise > overr

[PATCH 1/2] usb: dwc3: pci: use build-in properties instead of platform data

2016-04-19 Thread Heikki Krogerus
This should allow the core driver to drop handling of platform data and expect the platform specific details to always come from properties. The ACPI companion needs to be set before any build-in properties are applied as setting it would otherwise override the build-in properties. Therefore setti