Re: [linux-sunxi] Re: [PATCH v4 1/3] clk: sunxi-ng: div: Add support for fixed post-divider

2017-08-14 Thread Chen-Yu Tsai
On Sun, Aug 13, 2017 at 10:50 AM, wrote: > 在 2017-08-12 20:43,Icenowy Zheng 写道: >> >> From: Priit Laes >> >> SATA clock on sun4i/sun7i is of type (parent) / M / 6 where >> 6 is fixed post-divider. >> >> Signed-off-by: Priit Laes > > >

Re: [linux-sunxi] Re: [PATCH v4 1/3] clk: sunxi-ng: div: Add support for fixed post-divider

2017-08-14 Thread Chen-Yu Tsai
On Sun, Aug 13, 2017 at 10:50 AM, wrote: > 在 2017-08-12 20:43,Icenowy Zheng 写道: >> >> From: Priit Laes >> >> SATA clock on sun4i/sun7i is of type (parent) / M / 6 where >> 6 is fixed post-divider. >> >> Signed-off-by: Priit Laes > > > Signed-off-by: Icenowy Zheng Applied, thanks. ChenYu

Re: [PATCH v4 1/3] clk: sunxi-ng: div: Add support for fixed post-divider

2017-08-12 Thread icenowy
在 2017-08-12 20:43,Icenowy Zheng 写道: From: Priit Laes SATA clock on sun4i/sun7i is of type (parent) / M / 6 where 6 is fixed post-divider. Signed-off-by: Priit Laes Signed-off-by: Icenowy Zheng --- It's based on the patch in v6 of the

Re: [PATCH v4 1/3] clk: sunxi-ng: div: Add support for fixed post-divider

2017-08-12 Thread icenowy
在 2017-08-12 20:43,Icenowy Zheng 写道: From: Priit Laes SATA clock on sun4i/sun7i is of type (parent) / M / 6 where 6 is fixed post-divider. Signed-off-by: Priit Laes Signed-off-by: Icenowy Zheng --- It's based on the patch in v6 of the A10/A20 CCU patchset, but with ccu_div_round_rate

Re: [PATCH v4 1/3] clk: sunxi-ng: div: Add support for fixed post-divider

2017-08-12 Thread icenowy
在 2017-08-12 20:43,Icenowy Zheng 写道: From: Priit Laes SATA clock on sun4i/sun7i is of type (parent) / M / 6 where 6 is fixed post-divider. Signed-off-by: Priit Laes Oh sorry, it misses my SoB. --- It's based on the patch in v6 of the A10/A20 CCU

Re: [PATCH v4 1/3] clk: sunxi-ng: div: Add support for fixed post-divider

2017-08-12 Thread icenowy
在 2017-08-12 20:43,Icenowy Zheng 写道: From: Priit Laes SATA clock on sun4i/sun7i is of type (parent) / M / 6 where 6 is fixed post-divider. Signed-off-by: Priit Laes Oh sorry, it misses my SoB. --- It's based on the patch in v6 of the A10/A20 CCU patchset, but with ccu_div_round_rate

[PATCH v4 1/3] clk: sunxi-ng: div: Add support for fixed post-divider

2017-08-12 Thread Icenowy Zheng
From: Priit Laes SATA clock on sun4i/sun7i is of type (parent) / M / 6 where 6 is fixed post-divider. Signed-off-by: Priit Laes --- It's based on the patch in v6 of the A10/A20 CCU patchset, but with ccu_div_round_rate fixed. drivers/clk/sunxi-ng/ccu_div.c |

[PATCH v4 1/3] clk: sunxi-ng: div: Add support for fixed post-divider

2017-08-12 Thread Icenowy Zheng
From: Priit Laes SATA clock on sun4i/sun7i is of type (parent) / M / 6 where 6 is fixed post-divider. Signed-off-by: Priit Laes --- It's based on the patch in v6 of the A10/A20 CCU patchset, but with ccu_div_round_rate fixed. drivers/clk/sunxi-ng/ccu_div.c | 22 +++---