[RESEND PATCH 03/10] usb/uhci: Move PCI-related code into a separate file

2024-11-12 Thread Guenter Roeck
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 PCI dependency. Signed-off-by: Guenter Roec

[PATCH 03/10] usb/uhci: Move PCI-related code into a separate file

2024-11-12 Thread Guenter Roeck
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 PCI dependency. Signed-off-by: Guenter Roec