Re: [PATCH libbsd 10/11] ehci_imx: Set/clear ENHOSTDISCONNECT in USB PHY.

2020-04-02 Thread Christian Mauderer
On 02/04/2020 17:20, Gedare Bloom wrote: > On Thu, Apr 2, 2020 at 9:18 AM Christian Mauderer > wrote: >> >> On 02/04/2020 17:13, Gedare Bloom wrote: >>> Maybe file a ticket against this for the future. >> >> Problematic point is: I'm not sure when or if FreeBSD ever will have the >> necessary

Re: [PATCH libbsd 10/11] ehci_imx: Set/clear ENHOSTDISCONNECT in USB PHY.

2020-04-02 Thread Gedare Bloom
On Thu, Apr 2, 2020 at 9:18 AM Christian Mauderer wrote: > > On 02/04/2020 17:13, Gedare Bloom wrote: > > Maybe file a ticket against this for the future. > > Problematic point is: I'm not sure when or if FreeBSD ever will have the > necessary functions. So that ticket would be a candidate for

Re: [PATCH libbsd 10/11] ehci_imx: Set/clear ENHOSTDISCONNECT in USB PHY.

2020-04-02 Thread Christian Mauderer
On 02/04/2020 17:13, Gedare Bloom wrote: > Maybe file a ticket against this for the future. Problematic point is: I'm not sure when or if FreeBSD ever will have the necessary functions. So that ticket would be a candidate for being open forever. > > On Thu, Apr 2, 2020 at 8:43 AM Christian

Re: [PATCH libbsd 10/11] ehci_imx: Set/clear ENHOSTDISCONNECT in USB PHY.

2020-04-02 Thread Gedare Bloom
Maybe file a ticket against this for the future. On Thu, Apr 2, 2020 at 8:43 AM Christian Mauderer wrote: > > This is not a nice solution but it should work on all chips. As soon as > FreeBSD has a nice solution via the USB PHY driver, this should be > replaced. > > Update #3869. > --- >

[PATCH libbsd 10/11] ehci_imx: Set/clear ENHOSTDISCONNECT in USB PHY.

2020-04-02 Thread Christian Mauderer
This is not a nice solution but it should work on all chips. As soon as FreeBSD has a nice solution via the USB PHY driver, this should be replaced. Update #3869. --- freebsd/sys/dev/usb/controller/ehci_imx.c | 59 +++ 1 file changed, 59 insertions(+) diff --git