• Pawel Laszczak's avatar
    usb: cdns3: Refactoring names in reusable code · 0b490046
    Pawel Laszczak authored
    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: default avatarPawel Laszczak <pawell@cadence.com>
    Tested-by: default avatarAswath Govindraju <a-govindraju@ti.com>
    Signed-off-by: default avatarPeter Chen <peter.chen@nxp.com>
    0b490046
cdns3-plat.c 6.88 KB