linux/drivers/usb/cdns3
Pawel Laszczak 0b490046d8
usb: cdns3: Refactoring names in reusable code
Patch change the functions and objects names in reusable code.
The reusable code includes core.c, core.h, drd.c and drd.h files.
It also changes the names of all references to these functions and
objects in other cdns3 files. There are a lot of changes, but all
changes are very trivial.
The reason of this patch is to avoid of mixing prefix cdns3 and cdnsp in
in cdnsp driver what could introduce some confusion in understanding
of cdnsp driver.
This patch assumes to use three different prefixes in Cadence
USB drivers:
  cdns: for common reusable code
  cdnsp: for names related only with cdnsp driver
  cdns3: for names related only with cdns3 driver

Signed-off-by: Pawel Laszczak <pawell@cadence.com>
Tested-by: Aswath Govindraju <a-govindraju@ti.com>
Signed-off-by: Peter Chen <peter.chen@nxp.com>
2020-12-29 12:36:13 +08:00
..
cdns3-imx.c usb: cdns3: Refactoring names in reusable code 2020-12-29 12:36:13 +08:00
cdns3-pci-wrap.c
cdns3-plat.c usb: cdns3: Refactoring names in reusable code 2020-12-29 12:36:13 +08:00
cdns3-ti.c
core.c usb: cdns3: Refactoring names in reusable code 2020-12-29 12:36:13 +08:00
core.h usb: cdns3: Refactoring names in reusable code 2020-12-29 12:36:13 +08:00
debug.h
drd.c usb: cdns3: Refactoring names in reusable code 2020-12-29 12:36:13 +08:00
drd.h usb: cdns3: Refactoring names in reusable code 2020-12-29 12:36:13 +08:00
ep0.c usb: cdns3: Fix on-chip memory overflow issue 2020-10-30 11:40:54 +08:00
gadget-export.h usb: cdns3: Refactoring names in reusable code 2020-12-29 12:36:13 +08:00
gadget.c usb: cdns3: Refactoring names in reusable code 2020-12-29 12:36:13 +08:00
gadget.h usb: cdns3: Fix on-chip memory overflow issue 2020-10-30 11:40:54 +08:00
host-export.h usb: cdns3: Refactoring names in reusable code 2020-12-29 12:36:13 +08:00
host.c usb: cdns3: Refactoring names in reusable code 2020-12-29 12:36:13 +08:00
Kconfig usb: cdns3: Moves reusable code to separate module 2020-12-29 12:36:13 +08:00
Makefile usb: cdns3: Moves reusable code to separate module 2020-12-29 12:36:13 +08:00
trace.c
trace.h