]> git.ipfire.org Git - people/ms/u-boot.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)
committerMarek Vasut <marex@denx.de>
Tue, 14 Apr 2015 03:48:09 +0000 (05:48 +0200)
commit8e1906a81f9e98ed538da393e839d6784b8b87fd
tree65dd305bf47a99f968ec5c26c14dfab07afab46d
parentda0d9e42a3cef095994efb27ae36754befcec795
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