]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00286426-16 usb: chipidea: usbmisc_imx: remove the controller's clock info
authorPeter Chen <peter.chen@freescale.com>
Tue, 22 Oct 2013 06:17:10 +0000 (14:17 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 20 Aug 2014 08:06:39 +0000 (10:06 +0200)
commit7d9577c4327f5f27605292e71fcad656dcd427bd
tree8d8b127fb0bfa0d421f59b160704b0ff6e40abac
parent0fa4bd20d8acf070b07de3e06e62422fad3a9a4c
ENGR00286426-16 usb: chipidea: usbmisc_imx: remove the controller's clock info

Currently, the usbmisc is just an API supplier for controller
driver, the controller calls related APIs to handle different
things among the SoCs, before calling it, the clock must
be on. So the clock operation is useless for usbmisc, it also
increases the difficulties to manage the clock, especially at
runtime power management situation.

Signed-off-by: Peter Chen <peter.chen@freescale.com>
drivers/usb/chipidea/usbmisc_imx.c