Re: [PATCH 0/3] xhci: get rid of platform data

2016-04-21 Thread Heikki Krogerus
On Thu, Apr 21, 2016 at 02:02:38PM +0300, Felipe Balbi wrote: > > Hi, > > Heikki Krogerus writes: > > Hi, > > > > This depends on API change the device property framework in Rafael's > > linux-pm tree. > > > > Branch linux-next in > > git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

Re: [PATCH 0/3] xhci: get rid of platform data

2016-04-21 Thread Felipe Balbi
Hi, Heikki Krogerus writes: > Hi, > > This depends on API change the device property framework in Rafael's > linux-pm tree. > > Branch linux-next in > git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git same comment as other series: should we wait for v4.8 ? -- balbi signature

[PATCH 0/3] xhci: get rid of platform data

2016-04-19 Thread Heikki Krogerus
Hi, This depends on API change the device property framework in Rafael's linux-pm tree. Branch linux-next in git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git Heikki Krogerus (3): xhci: plat: adapt to unified device property interface usb: dwc3: host: use build-in property i

[PATCH 0/3] xhci: get rid of platform data

2016-01-25 Thread Heikki Krogerus
We really need to favour build-in properties over platform data in general, but especially with individual flags like "usb3-lpm-capable". Heikki Krogerus (3): xhci: plat: adapt to unified device properties interface usb: dwc3: host: use build-in property instead of platform data xhci: get r