Re: [PATCH v3] clk: add device tree fixed-factor-clock binding support

2013-04-12 Thread Mike Turquette
Quoting Gregory CLEMENT (2013-04-12 04:57:44) > Add support for DT "fixed-factor-clock" binding to the common fixed > factor clock support. > > Signed-off-by: Gregory CLEMENT > Tested-by: Christian Ruppert Nice. Taken into clk-next. Thanks, Mike > --- >

[PATCH v3] clk: add device tree fixed-factor-clock binding support

2013-04-12 Thread Gregory CLEMENT
Hi, Since august this patch finally find a user: https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/tree/arch/arc/boot/dts/abilis_*.dtsi. So I resusrected this patch with small changed suggested by Christian Ruppert. Mike, if you still agree with this patch, you can apply it. It

[PATCH v3] clk: add device tree fixed-factor-clock binding support

2013-04-12 Thread Gregory CLEMENT
Add support for DT "fixed-factor-clock" binding to the common fixed factor clock support. Signed-off-by: Gregory CLEMENT Tested-by: Christian Ruppert --- .../bindings/clock/fixed-factor-clock.txt | 24 + drivers/clk/clk-fixed-factor.c | 36

[PATCH v3] clk: add device tree fixed-factor-clock binding support

2013-04-12 Thread Gregory CLEMENT
Add support for DT fixed-factor-clock binding to the common fixed factor clock support. Signed-off-by: Gregory CLEMENT gregory.clem...@free-electrons.com Tested-by: Christian Ruppert christian.rupp...@abilis.com --- .../bindings/clock/fixed-factor-clock.txt | 24 +

[PATCH v3] clk: add device tree fixed-factor-clock binding support

2013-04-12 Thread Gregory CLEMENT
Hi, Since august this patch finally find a user: https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/tree/arch/arc/boot/dts/abilis_*.dtsi. So I resusrected this patch with small changed suggested by Christian Ruppert. Mike, if you still agree with this patch, you can apply it. It

Re: [PATCH v3] clk: add device tree fixed-factor-clock binding support

2013-04-12 Thread Mike Turquette
Quoting Gregory CLEMENT (2013-04-12 04:57:44) Add support for DT fixed-factor-clock binding to the common fixed factor clock support. Signed-off-by: Gregory CLEMENT gregory.clem...@free-electrons.com Tested-by: Christian Ruppert christian.rupp...@abilis.com Nice. Taken into clk-next.