public inbox for linux-clk@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] clk: samsung: use kzalloc_flex
@ 2026-04-02  3:04 Rosen Penev
  2026-04-02  3:04 ` [PATCH 1/3] " Rosen Penev
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Rosen Penev @ 2026-04-02  3:04 UTC (permalink / raw)
  To: linux-clk
  Cc: Krzysztof Kozlowski, Sylwester Nawrocki, Chanwoo Choi,
	Alim Akhtar, Michael Turquette, Stephen Boyd, 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):
  clk: samsung: use kzalloc_flex
  clk: samsung: cpu: use kzalloc_flex
  clk: samsung: pll: use kzalloc_flex

 drivers/clk/samsung/clk-cpu.c | 30 +++++++------------
 drivers/clk/samsung/clk-pll.c | 56 ++++++++++++++++-------------------
 drivers/clk/samsung/clk.c     | 28 ++++--------------
 drivers/clk/samsung/clk.h     |  2 +-
 4 files changed, 44 insertions(+), 72 deletions(-)

--
2.53.0


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

end of thread, other threads:[~2026-04-02  3:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-02  3:04 [PATCH 0/3] clk: samsung: use kzalloc_flex Rosen Penev
2026-04-02  3:04 ` [PATCH 1/3] " Rosen Penev
2026-04-02  3:11   ` Gustavo A. R. Silva
2026-04-02  3:04 ` [PATCH 2/3] clk: samsung: cpu: " Rosen Penev
2026-04-02  3:04 ` [PATCH 3/3] clk: samsung: pll: " Rosen Penev

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