]> 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)
commit155b9d2b75a0be25b41470568339514174a33aa7
treecefdd858d75e5125213ca038993a5ceda0710f4e
parent7f87781bf4e44c504de470819b5d5861309ff5ce
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]