[PATCH v3] clock: more clock and PLL framework updates

2009-02-06 Thread Kevin Hilman
Updates from v1/v2: - add CLK_PSC flag (set at init for clks with 'lpsc' filled out) - blindly dropped the remaining boot-time PSC inits - more lowercase clock names, and removal of '_clk' suffix in strings and from Dave: - Add PSC_DSP flag for updating dm644x DSP and VICP clocks - When disab

Re: [PATCH v3] clock: more clock and PLL framework updates

2009-02-09 Thread Kevin Hilman
Kevin Hilman writes: > Updates from v1/v2: > - add CLK_PSC flag (set at init for clks with 'lpsc' filled out) > - blindly dropped the remaining boot-time PSC inits > - more lowercase clock names, and removal of '_clk' suffix in strings > > and from Dave: > - Add PSC_DSP flag for updating dm64