]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
usb: dwc3: Move driver under a subdirectory
authorEmmanuel Vadot <manu@FreeBSD.org>
Mon, 25 Dec 2023 20:06:41 +0000 (21:06 +0100)
committerEmmanuel Vadot <manu@FreeBSD.org>
Wed, 10 Jan 2024 18:20:24 +0000 (19:20 +0100)
commitfe75646a0234a261c0013bf1840fdac4acaf0cec
tree96b87a10dc06b69f93f905d0c137437147f01d4e
parent77f222415832c58c2e307f74f1200941efe868d9
usb: dwc3: Move driver under a subdirectory

dwc3 is big enough to have its own subdirectory.
While here only make it depend on kernel option dwc3 and rk_dwc3
without any SOC options.

Sponsored by: Beckhoff Automation GmbH & Co. KG
Differential Revision: https://reviews.freebsd.org/D43190
sys/conf/files.arm
sys/conf/files.arm64
sys/dev/usb/controller/dwc3/aw_dwc3.c [moved from sys/arm/allwinner/aw_dwc3.c with 100% similarity]
sys/dev/usb/controller/dwc3/dwc3.c [moved from sys/dev/usb/controller/dwc3.c with 99% similarity]
sys/dev/usb/controller/dwc3/dwc3.h [moved from sys/dev/usb/controller/dwc3.h with 100% similarity]
sys/dev/usb/controller/dwc3/rk_dwc3.c [moved from sys/arm64/rockchip/rk_dwc3.c with 100% similarity]