Re: [PATCH v3 04/14] drivers: clk: st: Add fs660c32 synthesizer algorithm

2016-09-16 Thread Stephen Boyd
On 08/29, gabriel.fernan...@st.com wrote: > From: Gabriel Fernandez > > Use an algorithm instead of a table to compute clocks for fs660c32 > synthesizer. > During a video playback we need to adjust audio & video frequencies. > A table can't cover all HDMI resolutions and audio adjustment. > > Si

[PATCH v3 04/14] drivers: clk: st: Add fs660c32 synthesizer algorithm

2016-08-29 Thread gabriel.fernandez
From: Gabriel Fernandez Use an algorithm instead of a table to compute clocks for fs660c32 synthesizer. During a video playback we need to adjust audio & video frequencies. A table can't cover all HDMI resolutions and audio adjustment. Signed-off-by: Gabriel Fernandez Acked-by: Peter Griffin -