usb: udc: lpc32xx: remove USB PLL and USB OTG clock management
authorVladimir Zapolskiy <vz@mleia.com>
Thu, 3 Mar 2016 04:52:59 +0000 (06:52 +0200)
committerFelipe Balbi <balbi@kernel.org>
Fri, 4 Mar 2016 13:14:49 +0000 (15:14 +0200)
commit59e052727e8fc197f344d4d5ec10814247049972
tree92f7766b5335bd8ff43e057bffd49ccee4898708
parentc9083dd34a9f0b39ee343d6f3d115b42e2034bfe
usb: udc: lpc32xx: remove USB PLL and USB OTG clock management

LPC32xx common clock framework driver correctly manages parent clocks
of USB device clock, so there is no need to manually enable and
disable them from the driver, which now depends only on a single USB
device clock.

Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Signed-off-by: Felipe Balbi <balbi@kernel.org>
drivers/usb/gadget/udc/lpc32xx_udc.c