RE: [PATCH v2] usb: dwc3: pci: Add "linux,sysdev_is_parent" property

2016-12-28 Thread John Youn
.@nxp.com>; Baolin Wang <baolin.w...@linaro.org>; Arnd > Bergmann <a...@arndb.de> > Subject: Re: [PATCH v2] usb: dwc3: pci: Add "linux,sysdev_is_parent" > property > > > Hi, > > John Youn <johny...@synopsys.com> writes: > > Calling platform_dev

Re: [PATCH v2] usb: dwc3: pci: Add "linux,sysdev_is_parent" property

2016-12-27 Thread Felipe Balbi
Hi, John Youn writes: > Calling platform_device_add_properties() replaces existing properties so > the "linux,sysdev_is_parent" property doesn't get set. Add this property > to each platform. > > Fixes: d64ff406e51e ("usb: dwc3: use bus->sysdev for DMA configuration") >

[PATCH v2] usb: dwc3: pci: Add "linux,sysdev_is_parent" property

2016-11-28 Thread John Youn
Calling platform_device_add_properties() replaces existing properties so the "linux,sysdev_is_parent" property doesn't get set. Add this property to each platform. Fixes: d64ff406e51e ("usb: dwc3: use bus->sysdev for DMA configuration") Signed-off-by: John Youn --- Hi