Re: [RFC PATCH 3/8] usb/uhci: Move PCI-related code into a separate file

2024-11-12 Thread Cédric Le Goater
On 11/12/24 15:50, Guenter Roeck wrote: Hi Thomas, On 11/11/24 22:32, Thomas Huth wrote: On 06/09/2024 14.25, Guenter Roeck wrote: Some machines (like Aspeed ARM) only have a sysbus UHCI controller. The current UHCI implementation only supports PCI based UHCI controllers. Move the UHCI-PCI dev

Re: [RFC PATCH 3/8] usb/uhci: Move PCI-related code into a separate file

2024-11-12 Thread Guenter Roeck
Hi Thomas, On 11/11/24 22:32, Thomas Huth wrote: On 06/09/2024 14.25, Guenter Roeck wrote: Some machines (like Aspeed ARM) only have a sysbus UHCI controller. The current UHCI implementation only supports PCI based UHCI controllers. Move the UHCI-PCI device code into a separate file so that it

Re: [RFC PATCH 3/8] usb/uhci: Move PCI-related code into a separate file

2024-11-11 Thread Thomas Huth
On 06/09/2024 14.25, Guenter Roeck wrote: Some machines (like Aspeed ARM) only have a sysbus UHCI controller. The current UHCI implementation only supports PCI based UHCI controllers. Move the UHCI-PCI device code into a separate file so that it is possible to create a sysbus UHCI device without