Re: svn commit: r352940 - head/sys/dev/usb/controller

2019-10-01 Thread Warner Losh
On Tue, Oct 1, 2019, 2:34 PM Emmanuel Vadot wrote: > On Tue, 01 Oct 2019 14:29:58 -0600 > Ian Lepore wrote: > > > On Tue, 2019-10-01 at 20:21 +, Emmanuel Vadot wrote: > > > Author: manu > > > Date: Tue Oct 1 20:21:49 2019 > > > New Revision: 352940 > > > URL: https://svnweb.freebsd.org/chan

Re: svn commit: r352940 - head/sys/dev/usb/controller

2019-10-01 Thread Emmanuel Vadot
On Tue, 01 Oct 2019 14:29:58 -0600 Ian Lepore wrote: > On Tue, 2019-10-01 at 20:21 +, Emmanuel Vadot wrote: > > Author: manu > > Date: Tue Oct 1 20:21:49 2019 > > New Revision: 352940 > > URL: https://svnweb.freebsd.org/changeset/base/352940 > > > > Log: > > generic_ohci: Look for the phy

Re: svn commit: r352940 - head/sys/dev/usb/controller

2019-10-01 Thread Ian Lepore
On Tue, 2019-10-01 at 20:21 +, Emmanuel Vadot wrote: > Author: manu > Date: Tue Oct 1 20:21:49 2019 > New Revision: 352940 > URL: https://svnweb.freebsd.org/changeset/base/352940 > > Log: > generic_ohci: Look for the phy based on the id > > phy-names was never in the bindings schema ev

svn commit: r352940 - head/sys/dev/usb/controller

2019-10-01 Thread Emmanuel Vadot
Author: manu Date: Tue Oct 1 20:21:49 2019 New Revision: 352940 URL: https://svnweb.freebsd.org/changeset/base/352940 Log: generic_ohci: Look for the phy based on the id phy-names was never in the bindings schema even if it was present in some DTS. Get the optional phy based on its ID.