]> git.kernelconcepts.de Git - karo-tx-linux.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)
commite443b333629f82ca0da91a05ca638050943bbedd
treed8c2cbf06e7faeef2c062b01271f8987cca23459
parentbc25a80d12ea971ddd652717150058989b1ad474
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>
13 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.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 [moved from drivers/usb/chipidea/ci13xxx_udc.c with 60% similarity]
drivers/usb/chipidea/udc.h [new file with mode: 0644]
include/linux/usb/chipidea.h [new file with mode: 0644]