]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dwc3: core: change probe and remove to uboot init and uboot exit code
authorKishon Vijay Abraham I <kishon@ti.com>
Mon, 23 Feb 2015 13:10:04 +0000 (18:40 +0530)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 19:47:10 +0000 (21:47 +0200)
commit6f6f6c32aeaab65cdf5cf8817efe999f1824f51a
treecb98bac4c4057099b3c91f5a89af48c2ab3630cc
parentfccc452d8eedc15ed30b932d60404bba22c63cde
dwc3: core: change probe and remove to uboot init and uboot exit code

Removed probe and remove that are specific to linux and replaced it with
uboot init and uboot exit. These functions will be invoked from boardfile.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Reviewed-by: Lukasz Majewski <l.majewski@samsung.com>
drivers/usb/dwc3/core.c