Linux clock framework development
 help / color / mirror / Atom feed
* [PATCHv2 0/3] clk: samsung: use kzalloc_flex
@ 2026-05-06 23:38 Rosen Penev
  2026-05-06 23:38 ` [PATCHv2 1/3] " Rosen Penev
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Rosen Penev @ 2026-05-06 23:38 UTC (permalink / raw)
  To: linux-clk
  Cc: Krzysztof Kozlowski, Sylwester Nawrocki, Chanwoo Choi,
	Alim Akhtar, Michael Turquette, Stephen Boyd, Brian Masney,
	Kees Cook, Gustavo A. R. Silva,
	open list:SAMSUNG SOC CLOCK DRIVERS, open list,
	open list:KERNEL HARDENING (not covered by other areas):Keyword:b__counted_by(_le|_be)?b

Switch three structs to flexible array members to combine allocations.

Rosen Penev (3):
  v2: fix compilation and reword descriptions
  clk: samsung: use kzalloc_flex
  clk: samsung: cpu: use kzalloc_flex
  clk: samsung: pll: use kzalloc_flex

 drivers/clk/samsung/clk-cpu.c | 34 +++++++++------------
 drivers/clk/samsung/clk-pll.c | 56 ++++++++++++++++-------------------
 drivers/clk/samsung/clk.c     | 11 +++----
 drivers/clk/samsung/clk.h     |  2 +-
 4 files changed, 47 insertions(+), 56 deletions(-)

-- 
2.54.0


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

end of thread, other threads:[~2026-05-07 23:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-06 23:38 [PATCHv2 0/3] clk: samsung: use kzalloc_flex Rosen Penev
2026-05-06 23:38 ` [PATCHv2 1/3] " Rosen Penev
2026-05-07 23:34   ` Brian Masney
2026-05-06 23:38 ` [PATCHv2 2/3] clk: samsung: cpu: " Rosen Penev
2026-05-06 23:38 ` [PATCHv2 3/3] clk: samsung: pll: " Rosen Penev
2026-05-07  8:32 ` [PATCHv2 0/3] clk: samsung: " Tudor Ambarus
2026-05-07  8:43   ` Rosen Penev

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