public inbox for linux-clk@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/8] clk: i.MX: PLL14xx: Support dynamic rates
@ 2022-03-04 12:52 Sascha Hauer
  2022-03-04 12:52 ` [PATCH v3 1/8] clk: imx: pll14xx: Use register defines consistently Sascha Hauer
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Sascha Hauer @ 2022-03-04 12:52 UTC (permalink / raw)
  To: linux-clk
  Cc: Abel Vesa, Michael Turquette, Stephen Boyd,
	Pengutronix Kernel Team, Fabio Estevam, NXP Linux Team,
	Adrian Alonso, Mads Bligaard Nielsen, Sascha Hauer

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


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2022-03-04 13:36 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-04 12:52 [PATCH v3 0/8] clk: i.MX: PLL14xx: Support dynamic rates Sascha Hauer
2022-03-04 12:52 ` [PATCH v3 1/8] clk: imx: pll14xx: Use register defines consistently Sascha Hauer
2022-03-04 12:52 ` [PATCH v3 2/8] clk: imx: pll14xx: Drop wrong shifting Sascha Hauer
2022-03-04 12:52 ` [PATCH v3 3/8] clk: imx: pll14xx: Use FIELD_GET/FIELD_PREP Sascha Hauer
2022-03-04 12:52 ` [PATCH v3 4/8] clk: imx: pll14xx: consolidate rate calculation Sascha Hauer
2022-03-04 12:52 ` [PATCH v3 5/8] clk: imx: pll14xx: name variables after usage Sascha Hauer
2022-03-04 12:52 ` [PATCH v3 6/8] clk: imx: pll14xx: explicitly return lowest rate Sascha Hauer
2022-03-04 12:52 ` [PATCH v3 7/8] clk: imx: pll14xx: Add pr_fmt Sascha Hauer
2022-03-04 12:52 ` [PATCH v3 8/8] clk: imx: pll14xx: Support dynamic rates Sascha Hauer
2022-03-04 13:01   ` Abel Vesa
2022-03-04 13:36 ` [PATCH v3 0/8] clk: i.MX: PLL14xx: " Abel Vesa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox