Re: [PATCHv2 06/11] CLK: omap: move part of the machine specific clock header contents to driver

2013-06-24 Thread Tero Kristo
On 06/21/2013 10:32 AM, Tony Lindgren wrote: * Tero Kristo [130619 06:25]: Some of the clock.h contents are needed by the new OMAP clock driver, including dpll_data and clk_hw_omap. Thus, move these to the generic omap header file which can be accessed by the driver. Do you mean "are only nee

Re: [PATCHv2 06/11] CLK: omap: move part of the machine specific clock header contents to driver

2013-06-21 Thread Tony Lindgren
* Tero Kristo [130619 06:25]: > Some of the clock.h contents are needed by the new OMAP clock driver, > including dpll_data and clk_hw_omap. Thus, move these to the generic > omap header file which can be accessed by the driver. Do you mean "are only needed by the new OMAP clock driver"? Otherwi

[PATCHv2 06/11] CLK: omap: move part of the machine specific clock header contents to driver

2013-06-19 Thread Tero Kristo
Some of the clock.h contents are needed by the new OMAP clock driver, including dpll_data and clk_hw_omap. Thus, move these to the generic omap header file which can be accessed by the driver. Signed-off-by: Tero Kristo --- arch/arm/mach-omap2/clock.h | 150 +