From: Peter Chen Date: Fri, 24 May 2013 06:30:16 +0000 (+0800) Subject: usb: dwc3: exynos: PHY should be deleted later than dwc3 core X-Git-Tag: v3.10-rc5~20^2~22^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=022d0547aa8b00ff5035ba6207ebc2c08ea0a51f;p=pandora-kernel.git usb: dwc3: exynos: PHY should be deleted later than dwc3 core If the glue layer is removed first (core layer later), it deletes the phy device first, then the core device. But at core's removal, it still uses PHY's resources, it may cause kernel's oops. It is much like the problem Paul Zimmerman reported at: http://marc.info/?l=linux-usb&m=136547502011472&w=2. Besides, it is reasonable the PHY is deleted at last as the controller is the PHY's user. Signed-off-by: Peter Chen Cc: Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed