Re: [PATCH] mfd: omap-usb-host: Fix dts probe of children

2018-09-11 Thread Lee Jones
On Wed, 25 Apr 2018, Tony Lindgren wrote: > It currently only works if the parent bus uses "simple-bus". We > currently try to probe children with non-existing compatible values. > And we're missing .probe. > > I noticed this while testing devices configured to probe using ti-sysc > interconnect

Re: [PATCH] mfd: omap-usb-host: Fix dts probe of children

2018-09-10 Thread Tony Lindgren
* Lee Jones [180910 11:18]: > On Thu, 30 Aug 2018, Tony Lindgren wrote: > > > Lee, > > > > * Tony Lindgren [180425 07:31]: > > > It currently only works if the parent bus uses "simple-bus". We > > > currently try to probe children with non-existing compatible values. > > > And we're missing .pr

Re: [PATCH] mfd: omap-usb-host: Fix dts probe of children

2018-09-10 Thread Lee Jones
On Thu, 30 Aug 2018, Tony Lindgren wrote: > Lee, > > * Tony Lindgren [180425 07:31]: > > It currently only works if the parent bus uses "simple-bus". We > > currently try to probe children with non-existing compatible values. > > And we're missing .probe. > > > > I noticed this while testing de

Re: [PATCH] mfd: omap-usb-host: Fix dts probe of children

2018-08-30 Thread Tony Lindgren
Lee, * Tony Lindgren [180425 07:31]: > It currently only works if the parent bus uses "simple-bus". We > currently try to probe children with non-existing compatible values. > And we're missing .probe. > > I noticed this while testing devices configured to probe using ti-sysc > interconnect targ

Re: [PATCH] mfd: omap-usb-host: Fix dts probe of children

2018-04-26 Thread Roger Quadros
On 25/04/18 17:29, Tony Lindgren wrote: > It currently only works if the parent bus uses "simple-bus". We > currently try to probe children with non-existing compatible values. > And we're missing .probe. > > I noticed this while testing devices configured to probe using ti-sysc > interconnect tar