Re: [PATCH 01/14] usb: ohci-nxp: enable compile-testing

2019-07-31 Thread Greg Kroah-Hartman
On Wed, Jul 31, 2019 at 09:56:43PM +0200, Arnd Bergmann wrote: > The driver hardcodes a hardware I/O address the way one should > generally not do, and this prevents both compile-testing, and > moving the platform to CONFIG_ARCH_MULTIPLATFORM. > > Change the code to be independent of the machine h

[PATCH 01/14] usb: ohci-nxp: enable compile-testing

2019-07-31 Thread Arnd Bergmann
The driver hardcodes a hardware I/O address the way one should generally not do, and this prevents both compile-testing, and moving the platform to CONFIG_ARCH_MULTIPLATFORM. Change the code to be independent of the machine headers to allow those two. Removing the hardcoded address would be hard a