]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00251209-4 msl-mx6: usb: Fix system hang when unload gadget module
authorPeter Chen <peter.chen@freescale.com>
Mon, 4 Mar 2013 09:19:20 +0000 (17:19 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:35:55 +0000 (08:35 +0200)
commit52011003871b4f8dd4ce79ab18804ad34e779f15
tree58fc0b61fc38d318b4a777ed14ad3fe6e0c435b3
parent0147a35844bbf6a4d763e8814a9b80237b4c14da
ENGR00251209-4 msl-mx6: usb: Fix system hang when unload gadget module

At gadget module remove function, it closes the clock, but
at platform code, it still visits register. In fact,
The PHY has already been low power mode when driver's remove
before platform code is called.

Signed-off-by: Peter Chen <peter.chen@freescale.com>
arch/arm/mach-mx6/usb_dr.c