public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Convert regulator drivers to use devm_kmemdup_array()
@ 2025-02-28  7:20 Raag Jadav
  2025-02-28  7:20 ` [PATCH v2 1/2] regulator: devres: " Raag Jadav
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Raag Jadav @ 2025-02-28  7:20 UTC (permalink / raw)
  To: lgirdwood, broonie, bleung, groeck, andriy.shevchenko
  Cc: linux-kernel, Raag Jadav

This series converts regulator drivers to use the newly introduced[1]
devm_kmemdup_array() helper. This depends on changes available on
immutable tag[2].

[1] https://lore.kernel.org/r/20250212062513.2254767-1-raag.jadav@intel.com
[2] https://lore.kernel.org/r/Z7xGpz3Q4Zj6YHx7@black.fi.intel.com

v2: Split patch series per subsystem

Raag Jadav (2):
  regulator: devres: use devm_kmemdup_array()
  regulator: cros-ec: use devm_kmemdup_array()

 drivers/regulator/cros-ec-regulator.c | 4 ++--
 drivers/regulator/devres.c            | 5 ++---
 2 files changed, 4 insertions(+), 5 deletions(-)


base-commit: b8c38ccb2ca52b9a38cfeb9f89abab5d6e713221
-- 
2.34.1


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

end of thread, other threads:[~2025-03-06 13:22 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-28  7:20 [PATCH v2 0/2] Convert regulator drivers to use devm_kmemdup_array() Raag Jadav
2025-02-28  7:20 ` [PATCH v2 1/2] regulator: devres: " Raag Jadav
2025-02-28  7:20 ` [PATCH v2 2/2] regulator: cros-ec: " Raag Jadav
2025-02-28 21:22 ` [PATCH v2 0/2] Convert regulator drivers to " Mark Brown
2025-03-06  2:15   ` Raag Jadav
2025-03-06  9:19     ` Andy Shevchenko
2025-03-06 10:14       ` Raag Jadav
2025-03-06 11:04         ` Andy Shevchenko
2025-03-06 11:32           ` Raag Jadav
2025-03-06 12:37             ` Andy Shevchenko
2025-03-06 12:50               ` Andy Shevchenko
2025-03-06 13:22           ` Mark Brown

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