]> 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>
Mon, 16 Jun 2014 16:05:57 +0000 (18:05 +0200)
commitb1e567839dd2d7c28157210d041f081624fa48a4
tree935f865c2680e8d7dc2551fba4bf167c3667c800
parent1b81dfd2f65d2cc3545bb4ade4994cb2ac65a9e4
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