mbox series

[v3,0/8] clk: i.MX: PLL14xx: Support dynamic rates

Message ID 20220304125256.2125023-1-s.hauer@pengutronix.de (mailing list archive)
Headers show
Series clk: i.MX: PLL14xx: Support dynamic rates | expand

Message

Sascha Hauer March 4, 2022, 12:52 p.m. UTC
Changes since v2:
- Check for rate in table first before doing other calculations
- Add more Reviewed-by: tags

Changes since v1:
- reword commit message for 2/8
- Add missing includes (kernel test robot)
- Fix printf format (kernel test robot)
- Add Reviewed-by: tags

Sascha Hauer (8):
  clk: imx: pll14xx: Use register defines consistently
  clk: imx: pll14xx: Drop wrong shifting
  clk: imx: pll14xx: Use FIELD_GET/FIELD_PREP
  clk: imx: pll14xx: consolidate rate calculation
  clk: imx: pll14xx: name variables after usage
  clk: imx: pll14xx: explicitly return lowest rate
  clk: imx: pll14xx: Add pr_fmt
  clk: imx: pll14xx: Support dynamic rates

 drivers/clk/imx/clk-pll14xx.c | 287 +++++++++++++++++++++++-----------
 1 file changed, 194 insertions(+), 93 deletions(-)

Comments

Abel Vesa March 4, 2022, 1:36 p.m. UTC | #1
On 22-03-04 13:52:48, Sascha Hauer wrote:

Applied all, thanks!

> Changes since v2:
> - Check for rate in table first before doing other calculations
> - Add more Reviewed-by: tags
> 
> Changes since v1:
> - reword commit message for 2/8
> - Add missing includes (kernel test robot)
> - Fix printf format (kernel test robot)
> - Add Reviewed-by: tags
> 
> Sascha Hauer (8):
>   clk: imx: pll14xx: Use register defines consistently
>   clk: imx: pll14xx: Drop wrong shifting
>   clk: imx: pll14xx: Use FIELD_GET/FIELD_PREP
>   clk: imx: pll14xx: consolidate rate calculation
>   clk: imx: pll14xx: name variables after usage
>   clk: imx: pll14xx: explicitly return lowest rate
>   clk: imx: pll14xx: Add pr_fmt
>   clk: imx: pll14xx: Support dynamic rates
> 
>  drivers/clk/imx/clk-pll14xx.c | 287 +++++++++++++++++++++++-----------
>  1 file changed, 194 insertions(+), 93 deletions(-)
> 
> -- 
> 2.30.2
>