]> git.karo-electronics.de Git - karo-tx-linux.git/commit
usb: chipidea: usbmisc_imx: delete clock information
authorPeter Chen <peter.chen@freescale.com>
Wed, 11 Feb 2015 04:44:43 +0000 (12:44 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Mar 2015 15:19:08 +0000 (16:19 +0100)
commit73dea4a912b2bfe955305de4891018f9e71e399d
tree773bea87dbec63fe44fe7a3512d283db13a2e7ce
parent560400875d56d6e5f589a25319febcb32238f004
usb: chipidea: usbmisc_imx: delete clock information

All imx usb controller's non core registers uses the same clock gate with
core registers, the usbmisc_imx is the library for imx glue driver, the
glue keeps clock on when it calls usbmisc_imx API to change non-core register.

Besides, we will support runtime pm in the future, it also needs to
close this clock when the usb is not in use.

Philipp Zabel also verifies it at imx6q platform, see
http://www.spinics.net/lists/linux-usb/msg118491.html

Cc: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Peter Chen <peter.chen@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/chipidea/usbmisc_imx.c