]> git.baikalelectronics.ru Git - kernel.git/commit
usb: chipidea: split the driver code into units
authorAlexander Shishkin <alexander.shishkin@linux.intel.com>
Fri, 11 May 2012 14:25:46 +0000 (17:25 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 May 2012 23:49:51 +0000 (16:49 -0700)
commit8e2e21a2df3f8c578e433fa68547ebe7af9936cb
treed8c2cbf06e7faeef2c062b01271f8987cca23459
parentbeb14bd5d797ecbe00fda354c822c0cb3087efc4
usb: chipidea: split the driver code into units

Split the driver into the following parts:
  * core  -- resources, register access, capabilities, etc;
  * udc   -- device controller functionality;
  * debug -- logging events.

Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
14 files changed:
drivers/usb/chipidea/Kconfig
drivers/usb/chipidea/Makefile
drivers/usb/chipidea/bits.h [new file with mode: 0644]
drivers/usb/chipidea/ci.h [new file with mode: 0644]
drivers/usb/chipidea/ci13xxx_msm.c
drivers/usb/chipidea/ci13xxx_pci.c
drivers/usb/chipidea/ci13xxx_udc.c [deleted file]
drivers/usb/chipidea/ci13xxx_udc.h [deleted file]
drivers/usb/chipidea/core.c [new file with mode: 0644]
drivers/usb/chipidea/debug.c [new file with mode: 0644]
drivers/usb/chipidea/debug.h [new file with mode: 0644]
drivers/usb/chipidea/udc.c [new file with mode: 0644]
drivers/usb/chipidea/udc.h [new file with mode: 0644]
include/linux/usb/chipidea.h [new file with mode: 0644]