Re: [PATCH 0/2] usb: ohci: nxp: remove direct clock management

2016-03-03 Thread Alan Stern
On Thu, 3 Mar 2016, Vladimir Zapolskiy wrote: > The change removes direct clock management from NXP LPC32xx USB OHCI > driver done by accessing platform clock control registers, also > after switching the platform to a common clock framework there is > no need to look for and enable all parent clo

[PATCH 0/2] usb: ohci: nxp: remove direct clock management

2016-03-02 Thread Vladimir Zapolskiy
The change removes direct clock management from NXP LPC32xx USB OHCI driver done by accessing platform clock control registers, also after switching the platform to a common clock framework there is no need to look for and enable all parent clocks, clock management is delegated to the CCF driver.