Linux clock framework development
 help / color / mirror / Atom feed
* [PATCH 0/5] Versa3 clock driver enhancements
@ 2023-11-22 14:23 Biju Das
  2023-11-22 14:23 ` [PATCH 1/5] clk: versaclock3: Update vc3_get_div() to avoid divide by zero Biju Das
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Biju Das @ 2023-11-22 14:23 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd
  Cc: Biju Das, linux-clk, Geert Uytterhoeven, Prabhakar Mahadev Lad,
	Biju Das, linux-renesas-soc

This patch series aims to improve Versa3 clock driver.

The first patch avoids divide by zero operation
The second patch avoid unnecessary structure padding.
The third patch makes return type of callback same as return type of
struct member.
The fourth and fifth patch are cleanup patches.

Biju Das (5):
  clk: versaclock3: Update vc3_get_div() to avoid divide by zero
  clk: versaclock3: Avoid unnecessary padding
  clk: versaclock3: Use u8 return type for get_parent() callback
  clk: versaclock3: Add missing space between ')' and '{'
  clk: versaclock3: Drop ret variable

 drivers/clk/clk-versaclock3.c | 88 ++++++++++++++++-------------------
 1 file changed, 40 insertions(+), 48 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2023-12-17 23:58 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-22 14:23 [PATCH 0/5] Versa3 clock driver enhancements Biju Das
2023-11-22 14:23 ` [PATCH 1/5] clk: versaclock3: Update vc3_get_div() to avoid divide by zero Biju Das
2023-12-17 23:58   ` Stephen Boyd
2023-11-22 14:23 ` [PATCH 2/5] clk: versaclock3: Avoid unnecessary padding Biju Das
2023-12-17 23:58   ` Stephen Boyd
2023-11-22 14:23 ` [PATCH 3/5] clk: versaclock3: Use u8 return type for get_parent() callback Biju Das
2023-12-17 23:57   ` Stephen Boyd
2023-11-22 14:23 ` [PATCH 4/5] clk: versaclock3: Add missing space between ')' and '{' Biju Das
2023-12-17 23:57   ` Stephen Boyd
2023-11-22 14:23 ` [PATCH 5/5] clk: versaclock3: Drop ret variable Biju Das
2023-12-17 23:57   ` Stephen Boyd

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