Re: [PATCH V4 2/4] clk: samsung: register audio subsystem clocks using common clock framework

2013-06-03 Thread Doug Anderson
Andrew, On Mon, Jun 3, 2013 at 4:46 PM, Andrew Bresticker wrote: >> I think this is supposed to be "xxti" which might or might not be >> "fin_pll". In the exynos4 code these are two different clocks that >> are chosen by OM[0]. I'd bet that 99% of the time they are the same, >> but it seems bet

Re: [PATCH V4 2/4] clk: samsung: register audio subsystem clocks using common clock framework

2013-06-03 Thread Doug Anderson
Padmavathi, On Sun, Jun 2, 2013 at 10:19 PM, Padmavathi Venna wrote: > +static unsigned long reg_save[][2] = { > + {ASS_CLK_SRC, 0}, > + {ASS_CLK_DIV, 0}, > + {ASS_CLK_GATE, 0}, > +}; > + > +/* list of all parent clock list */ > +static const char *mout_audss_p[] = { "fin_pll

[PATCH V4 2/4] clk: samsung: register audio subsystem clocks using common clock framework

2013-06-02 Thread Padmavathi Venna
Audio subsystem is introduced in s5pv210 and exynos platforms. This has seperate clock controller which can control i2s0 and pcm0 clocks. This patch registers the audio subsystem clocks with the common clock framework on Exynos family. Signed-off-by: Padmavathi Venna Reviewed-by: Sylwester Nawroc