Re: [PATCH v8 06/14] CLK: TI: OMAP3: Get rid of unused USB Host dummy clocks

2014-02-26 Thread Mike Turquette
Quoting Roger Quadros (2014-02-25 01:32:19) > Hi Mike, > > On 02/25/2014 10:43 AM, Mike Turquette wrote: > > Quoting Roger Quadros (2014-02-20 03:40:01) > >> The OMAP USB Host MFD driver no longer expects these non-existing > >> clocks from the OMAP3 platform, so get rid of them. > > > > Looks go

Re: [PATCH v8 06/14] CLK: TI: OMAP3: Get rid of unused USB Host dummy clocks

2014-02-25 Thread Roger Quadros
Hi Mike, On 02/25/2014 10:43 AM, Mike Turquette wrote: > Quoting Roger Quadros (2014-02-20 03:40:01) >> The OMAP USB Host MFD driver no longer expects these non-existing >> clocks from the OMAP3 platform, so get rid of them. > > Looks good to me. Is it OK if I squash this patch with [1] and take

Re: [PATCH v8 06/14] CLK: TI: OMAP3: Get rid of unused USB Host dummy clocks

2014-02-25 Thread Mike Turquette
Quoting Roger Quadros (2014-02-20 03:40:01) > The OMAP USB Host MFD driver no longer expects these non-existing > clocks from the OMAP3 platform, so get rid of them. Looks good to me. Regards, Mike > > CC: Tero Kristo > CC: Mike Turquette > Signed-off-by: Roger Quadros > --- > arch/arm/mach

[PATCH v8 06/14] CLK: TI: OMAP3: Get rid of unused USB Host dummy clocks

2014-02-20 Thread Roger Quadros
The OMAP USB Host MFD driver no longer expects these non-existing clocks from the OMAP3 platform, so get rid of them. CC: Tero Kristo CC: Mike Turquette Signed-off-by: Roger Quadros --- arch/arm/mach-omap2/cclock3xxx_data.c | 4 drivers/clk/ti/clk-3xxx.c | 4 2 files chan