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)
commitbc25a80d12ea971ddd652717150058989b1ad474
treecefdd858d75e5125213ca038993a5ceda0710f4e
parentce9d6fbcbf4dcc481bb52a174c2e0dd22199f066
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]