Re: [PATCH v3 05/19] clk: at91: add PMC main clock

2013-10-08 Thread boris brezillon
On 08/10/2013 10:24, Nicolas Ferre wrote: On 07/10/2013 21:11, boris brezillon : On 07/10/2013 18:51, Nicolas Ferre wrote: On 08/08/2013 07:06, Boris BREZILLON : This patch adds new at91 main oscillator clock implementation using common clk framework. If rate is not provided during clock regi

Re: [PATCH v3 05/19] clk: at91: add PMC main clock

2013-10-08 Thread Nicolas Ferre
On 07/10/2013 21:11, boris brezillon : On 07/10/2013 18:51, Nicolas Ferre wrote: On 08/08/2013 07:06, Boris BREZILLON : This patch adds new at91 main oscillator clock implementation using common clk framework. If rate is not provided during clock registration it is calculated using the slow cl

Re: [PATCH v3 05/19] clk: at91: add PMC main clock

2013-10-07 Thread boris brezillon
On 07/10/2013 18:51, Nicolas Ferre wrote: On 08/08/2013 07:06, Boris BREZILLON : This patch adds new at91 main oscillator clock implementation using common clk framework. If rate is not provided during clock registration it is calculated using the slow clock (main clk parent in this case) rate

Re: [PATCH v3 05/19] clk: at91: add PMC main clock

2013-10-07 Thread Nicolas Ferre
On 08/08/2013 07:06, Boris BREZILLON : This patch adds new at91 main oscillator clock implementation using common clk framework. If rate is not provided during clock registration it is calculated using the slow clock (main clk parent in this case) rate and MCFR register. Signed-off-by: Boris BR

[PATCH v3 05/19] clk: at91: add PMC main clock

2013-08-07 Thread Boris BREZILLON
This patch adds new at91 main oscillator clock implementation using common clk framework. If rate is not provided during clock registration it is calculated using the slow clock (main clk parent in this case) rate and MCFR register. Signed-off-by: Boris BREZILLON --- drivers/clk/at91/Makefile