usb: chipidea: drop "13xxx" infix
authorAlexander Shishkin <alexander.shishkin@linux.intel.com>
Mon, 24 Jun 2013 11:46:36 +0000 (14:46 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 24 Jun 2013 23:16:55 +0000 (16:16 -0700)
commit8e22978c57087aac4d88693278db1cc3e94f1253
tree37394ec786b6e51cdc2c71d4c37aabbf969fe011
parent38dcdb3a7db757203b71faf0a49710685d897852
usb: chipidea: drop "13xxx" infix

"ci13xxx" is bad for at least the following reasons:
  * people often mistype it
  * it doesn't add any informational value to the names it's used in
  * it needlessly attracts mail filters

This patch replaces it with "ci_hdrc", "ci_udc" or "ci_hw", depending
on the situation. Modules with ci13xxx prefix are also renamed accordingly
and aliases are added for compatibility. Otherwise, no functional changes.

Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
15 files changed:
drivers/usb/chipidea/Makefile
drivers/usb/chipidea/ci.h
drivers/usb/chipidea/ci_hdrc_imx.c [moved from drivers/usb/chipidea/ci13xxx_imx.c with 83% similarity]
drivers/usb/chipidea/ci_hdrc_imx.h [moved from drivers/usb/chipidea/ci13xxx_imx.h with 100% similarity]
drivers/usb/chipidea/ci_hdrc_msm.c [moved from drivers/usb/chipidea/ci13xxx_msm.c with 58% similarity]
drivers/usb/chipidea/ci_hdrc_pci.c [moved from drivers/usb/chipidea/ci13xxx_pci.c with 73% similarity]
drivers/usb/chipidea/core.c
drivers/usb/chipidea/debug.c
drivers/usb/chipidea/debug.h
drivers/usb/chipidea/host.c
drivers/usb/chipidea/host.h
drivers/usb/chipidea/udc.c
drivers/usb/chipidea/udc.h
drivers/usb/chipidea/usbmisc_imx.c
include/linux/usb/chipidea.h