Re: [PATCH v2 04/11] ARM i.MX6q: Add audio/video PLL post dividers for i.MX6q rev 1.1

2013-03-28 Thread Shawn Guo
On Wed, Mar 27, 2013 at 06:30:38PM +0100, Philipp Zabel wrote: Query silicon revision to determine clock tree and add post dividers for newer revisions. Signed-off-by: Philipp Zabel p.za...@pengutronix.de --- arch/arm/mach-imx/clk-imx6q.c | 30 +++--- 1 file

Re: [PATCH v2 04/11] ARM i.MX6q: Add audio/video PLL post dividers for i.MX6q rev 1.1

2013-03-28 Thread Philipp Zabel
Am Donnerstag, den 28.03.2013, 15:20 +0800 schrieb Shawn Guo: On Wed, Mar 27, 2013 at 06:30:38PM +0100, Philipp Zabel wrote: Query silicon revision to determine clock tree and add post dividers for newer revisions. Signed-off-by: Philipp Zabel p.za...@pengutronix.de ---

Re: [PATCH v2 04/11] ARM i.MX6q: Add audio/video PLL post dividers for i.MX6q rev 1.1

2013-03-28 Thread Shawn Guo
On Thu, Mar 28, 2013 at 10:58:00AM +0100, Philipp Zabel wrote: In the loops in _get_table_maxdiv(), _get_table_div(), and _get_table_val(), in drivers/clk/clk-divider.c the exit condition is .div == 0, so there needs to be a sentinel with .div = 0 at the end of each clk_div_table. It's also

Re: [PATCH v2 04/11] ARM i.MX6q: Add audio/video PLL post dividers for i.MX6q rev 1.1

2013-03-28 Thread Philipp Zabel
Am Donnerstag, den 28.03.2013, 22:43 +0800 schrieb Shawn Guo: On Thu, Mar 28, 2013 at 10:58:00AM +0100, Philipp Zabel wrote: In the loops in _get_table_maxdiv(), _get_table_div(), and _get_table_val(), in drivers/clk/clk-divider.c the exit condition is .div == 0, so there needs to be a

[PATCH v2 04/11] ARM i.MX6q: Add audio/video PLL post dividers for i.MX6q rev 1.1

2013-03-27 Thread Philipp Zabel
Query silicon revision to determine clock tree and add post dividers for newer revisions. Signed-off-by: Philipp Zabel p.za...@pengutronix.de --- arch/arm/mach-imx/clk-imx6q.c | 30 +++--- 1 file changed, 23 insertions(+), 7 deletions(-) diff --git