Commit bc25a80d12ea971ddd652717150058989b1ad474
Committed by
Greg Kroah-Hartman
1 parent
ce9d6fbcbf
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
usb: move ci13xxx and related code to drivers/usb/chipidea
Since chipidea is a dual role controller, it makes sense to move it to its own directory, where we can also have host, otg and platform code related to this controller. It also makes sense to break out the driver into several compilation units like udc, host, debugging code, etc. Firstly, let's move the udc and platform code to drivers/usb/chipidea. Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Warning! This is a large diff.
To preserve performance the diff is not shown. Please, download the diff as plain diff or email patch instead.
If you still want to see the diff click this link
Showing 14 changed files with 3539 additions and 3559 deletions Side-by-side Diff
- drivers/usb/Kconfig
- drivers/usb/Makefile
- drivers/usb/chipidea/Kconfig
- drivers/usb/chipidea/Makefile
- drivers/usb/chipidea/ci13xxx_msm.c
- drivers/usb/chipidea/ci13xxx_pci.c
- drivers/usb/chipidea/ci13xxx_udc.c
- drivers/usb/chipidea/ci13xxx_udc.h
- drivers/usb/gadget/Kconfig
- drivers/usb/gadget/Makefile
- drivers/usb/gadget/ci13xxx_msm.c
- drivers/usb/gadget/ci13xxx_pci.c
- drivers/usb/gadget/ci13xxx_udc.c
- drivers/usb/gadget/ci13xxx_udc.h