[PATCH v8 02/14] mfd: omap-usb-host: Always fail on clk_get() error

2014-02-20 Thread Roger Quadros
Be more strict and always fail on clk_get() error. For OMAP3 platforms, get the 120MHz EHCI clock by its proper name 'usbhost_120m_fck' instead of its alias 'ehci_logic_fck'. CC: Lee Jones CC: Samuel Ortiz Signed-off-by: Roger Quadros --- drivers/mfd/omap-usb-host.c | 65 +

Re: [PATCH v8 02/14] mfd: omap-usb-host: Always fail on clk_get() error

2014-02-25 Thread Lee Jones
> Be more strict and always fail on clk_get() error. > > For OMAP3 platforms, get the 120MHz EHCI clock by its proper name > 'usbhost_120m_fck' instead of its alias 'ehci_logic_fck'. > > CC: Lee Jones > CC: Samuel Ortiz > Signed-off-by: Roger Quadros > --- > drivers/mfd/omap-usb-host.c | 65

Re: [PATCH v8 02/14] mfd: omap-usb-host: Always fail on clk_get() error

2014-02-25 Thread Lee Jones
On Tue, 25 Feb 2014, Lee Jones wrote: > > Be more strict and always fail on clk_get() error. > > > > For OMAP3 platforms, get the 120MHz EHCI clock by its proper name > > 'usbhost_120m_fck' instead of its alias 'ehci_logic_fck'. > > > > CC: Lee Jones > > CC: Samuel Ortiz > > Signed-off-by: Rog