RE: [PATCH 2/4] TI816X: clock: Add clock data

2011-08-08 Thread Pedanekar, Hemant
Hi Paul, Paul Walmsley wrote on Saturday, July 16, 2011 1:36 PM: Spot-checking this... On Fri, 25 Mar 2011, Hemant Pedanekar wrote: +static struct clk uart1_fck = { +.name = uart1_fck, +.parent = sysclk10_ck, +.ops= clkops_omap2_dflt, +

Re: [PATCH 2/4] TI816X: clock: Add clock data

2011-07-16 Thread Paul Walmsley
Spot-checking this... On Fri, 25 Mar 2011, Hemant Pedanekar wrote: +static struct clk uart1_fck = { + .name = uart1_fck, + .parent = sysclk10_ck, + .ops= clkops_omap2_dflt, + .enable_reg = TI816X_CM_ALWON_UART_0_CLKCTRL, + .enable_bit

[PATCH 2/4] TI816X: clock: Add clock data

2011-03-25 Thread Hemant Pedanekar
This patch adds data for various clocks present in TI816X. Note that this data is not automatically generated and not all clocks are covered currently. Signed-off-by: Hemant Pedanekar hema...@ti.com --- arch/arm/mach-omap2/clock816x.h | 21 + arch/arm/mach-omap2/clock816x_data.c | 1131