]> git.baikalelectronics.ru Git - kernel.git/commit
usb: move ci13xxx and related code to drivers/usb/chipidea
authorAlexander Shishkin <alexander.shishkin@linux.intel.com>
Fri, 11 May 2012 14:25:45 +0000 (17:25 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 May 2012 23:45:30 +0000 (16:45 -0700)
commitbeb14bd5d797ecbe00fda354c822c0cb3087efc4
treecefdd858d75e5125213ca038993a5ceda0710f4e
parentec93cd703e654650bd2031213e2b9b07bec3d553
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>
14 files changed:
drivers/usb/Kconfig
drivers/usb/Makefile
drivers/usb/chipidea/Kconfig [new file with mode: 0644]
drivers/usb/chipidea/Makefile [new file with mode: 0644]
drivers/usb/chipidea/ci13xxx_msm.c [new file with mode: 0644]
drivers/usb/chipidea/ci13xxx_pci.c [new file with mode: 0644]
drivers/usb/chipidea/ci13xxx_udc.c [new file with mode: 0644]
drivers/usb/chipidea/ci13xxx_udc.h [new file with mode: 0644]
drivers/usb/gadget/Kconfig
drivers/usb/gadget/Makefile
drivers/usb/gadget/ci13xxx_msm.c [deleted file]
drivers/usb/gadget/ci13xxx_pci.c [deleted file]
drivers/usb/gadget/ci13xxx_udc.c [deleted file]
drivers/usb/gadget/ci13xxx_udc.h [deleted file]