staging: octeon-usb: move driver out of staging
authorArtur Bujdoso <artur.bujdoso@gmail.com>
Tue, 24 May 2022 16:25:40 +0000 (18:25 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 21 Jun 2022 14:43:37 +0000 (16:43 +0200)
commit9dbdac024d4d9f3fc234399cb8c1f1cc6d2bcb2d
tree74a043b359e7a96727b0859a2d96eeba30ede9f4
parenta111daf0c53ae91e71fd2bfe7497862d14132e3e
staging: octeon-usb: move driver out of staging

The Octeon usb driver has been in staging for a long time and used in
Ubiquiti routers for a while now.
It's been built and then tested on real hardware with several usb devices
and it is proven to be stable and ready to be moved to its proper place
in the kernel tree.

Move it to drivers/usb/host and adjust its Makefile, Kconfig and defconfig
dependencies.

Many thanks to the developers who made it happen.

Signed-off-by: Artur Bujdoso <artur.bujdoso@gmail.com>
Link: https://lore.kernel.org/r/Yo0HBIlSXOBM+//9@crux
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/mips/configs/cavium_octeon_defconfig
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/octeon-usb/Kconfig [deleted file]
drivers/staging/octeon-usb/Makefile [deleted file]
drivers/staging/octeon-usb/TODO [deleted file]
drivers/usb/host/Kconfig
drivers/usb/host/Makefile
drivers/usb/host/octeon-hcd.c [moved from drivers/staging/octeon-usb/octeon-hcd.c with 100% similarity]
drivers/usb/host/octeon-hcd.h [moved from drivers/staging/octeon-usb/octeon-hcd.h with 100% similarity]