Re: [PATCH 2/2] clk: Add fractional scale clock support

2016-06-17 Thread Hoan Tran
Hi Geert, On Thu, Jun 16, 2016 at 11:43 PM, Geert Uytterhoeven wrote: > On Fri, Jun 17, 2016 at 1:40 AM, Hoan Tran wrote: >> This patch adds fractional scale clock support. >> Fractional scale clock is implemented for a single register field. >> Output

Re: [PATCH 2/2] clk: Add fractional scale clock support

2016-06-17 Thread Hoan Tran
Hi Geert, On Thu, Jun 16, 2016 at 11:43 PM, Geert Uytterhoeven wrote: > On Fri, Jun 17, 2016 at 1:40 AM, Hoan Tran wrote: >> This patch adds fractional scale clock support. >> Fractional scale clock is implemented for a single register field. >> Output rate = parent_rate * scale / denominator

Re: [PATCH 2/2] clk: Add fractional scale clock support

2016-06-17 Thread Geert Uytterhoeven
On Fri, Jun 17, 2016 at 1:40 AM, Hoan Tran wrote: > This patch adds fractional scale clock support. > Fractional scale clock is implemented for a single register field. > Output rate = parent_rate * scale / denominator > For example, for 1 / 8 fractional scale, denominator will

Re: [PATCH 2/2] clk: Add fractional scale clock support

2016-06-17 Thread Geert Uytterhoeven
On Fri, Jun 17, 2016 at 1:40 AM, Hoan Tran wrote: > This patch adds fractional scale clock support. > Fractional scale clock is implemented for a single register field. > Output rate = parent_rate * scale / denominator > For example, for 1 / 8 fractional scale, denominator will be 8 and scale >

Re: [PATCH 2/2] clk: Add fractional scale clock support

2016-06-16 Thread kbuild test robot
Hi, [auto build test ERROR on clk/clk-next] [also build test ERROR on v4.7-rc3 next-20160616] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 2/2] clk: Add fractional scale clock support

2016-06-16 Thread kbuild test robot
Hi, [auto build test ERROR on clk/clk-next] [also build test ERROR on v4.7-rc3 next-20160616] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 2/2] clk: Add fractional scale clock support

2016-06-16 Thread kbuild test robot
Hi, [auto build test ERROR on clk/clk-next] [also build test ERROR on v4.7-rc3 next-20160616] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 2/2] clk: Add fractional scale clock support

2016-06-16 Thread kbuild test robot
Hi, [auto build test ERROR on clk/clk-next] [also build test ERROR on v4.7-rc3 next-20160616] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 2/2] clk: Add fractional scale clock support

2016-06-16 Thread kbuild test robot
Hi, [auto build test ERROR on clk/clk-next] [also build test ERROR on v4.7-rc3 next-20160616] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 2/2] clk: Add fractional scale clock support

2016-06-16 Thread kbuild test robot
Hi, [auto build test ERROR on clk/clk-next] [also build test ERROR on v4.7-rc3 next-20160616] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH 2/2] clk: Add fractional scale clock support

2016-06-16 Thread Hoan Tran
This patch adds fractional scale clock support. Fractional scale clock is implemented for a single register field. Output rate = parent_rate * scale / denominator For example, for 1 / 8 fractional scale, denominator will be 8 and scale will be computed and programmed accordingly. Signed-off-by:

[PATCH 2/2] clk: Add fractional scale clock support

2016-06-16 Thread Hoan Tran
This patch adds fractional scale clock support. Fractional scale clock is implemented for a single register field. Output rate = parent_rate * scale / denominator For example, for 1 / 8 fractional scale, denominator will be 8 and scale will be computed and programmed accordingly. Signed-off-by: