linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/12] hwrng: Convert to platform remove callback returning
@ 2023-12-10 22:12 Uwe Kleine-König
  2023-12-10 22:12 ` [PATCH 01/12] hwrng: atmel - Convert to platform remove callback returning void Uwe Kleine-König
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Uwe Kleine-König @ 2023-12-10 22:12 UTC (permalink / raw)
  To: Olivia Mackall, Herbert Xu
  Cc: Alexandre Belloni, Tomer Maimon, Martin Kaiser, Alexandre Torgue,
	Claudiu Beznea, Alim Akhtar, linux-stm32, Rob Herring,
	linux-samsung-soc, Benjamin Fair, openbmc, Nancy Yuen, Hadar Gat,
	Deepak Saxena, kernel, Yangtao Li, Yu Zhe, Andrei Coardos,
	Łukasz Stelmach, Tali Perry, Alexandru Ardelean,
	linux-arm-kernel, Avi Fishman, Patrick Venture,
	Krzysztof Kozlowski, linux-crypto, Maxime Coquelin,
	Gatien Chevallier

Hello,

this series converts all hwrng platform drivers to use .remove_new.
See commit 5c5a7680e67b ("platform: Provide a remove callback that
returns no value") for details and the eventual goal.

All driver conversions are trivial as all their remove callbacks return
0 (as good drivers should do).

All patches are pairwise independant. These patches should go in via the
usual hwrng tree. It's merge window material.

Best regards
Uwe

Uwe Kleine-König (12):
  hwrng: atmel - Convert to platform remove callback returning void
  hwrng: cctrng - Convert to platform remove callback returning void
  hwrng: exynos - Convert to platform remove callback returning void
  hwrng: ingenic - Convert to platform remove callback returning void
  hwrng: ks-sa - Convert to platform remove callback returning void
  hwrng: mxc - Convert to platform remove callback returning void
  hwrng: n2 - Convert to platform remove callback returning void
  hwrng: npcm - Convert to platform remove callback returning void
  hwrng: omap - Convert to platform remove callback returning void
  hwrng: stm32 - Convert to platform remove callback returning void
  hwrng: timeriomem - Convert to platform remove callback returning void
  hwrng: xgene - Convert to platform remove callback returning void

 drivers/char/hw_random/atmel-rng.c      | 6 ++----
 drivers/char/hw_random/cctrng.c         | 6 ++----
 drivers/char/hw_random/exynos-trng.c    | 6 ++----
 drivers/char/hw_random/ingenic-rng.c    | 6 ++----
 drivers/char/hw_random/ks-sa-rng.c      | 6 ++----
 drivers/char/hw_random/mxc-rnga.c       | 6 ++----
 drivers/char/hw_random/n2-drv.c         | 6 ++----
 drivers/char/hw_random/npcm-rng.c       | 6 ++----
 drivers/char/hw_random/omap-rng.c       | 6 ++----
 drivers/char/hw_random/stm32-rng.c      | 6 ++----
 drivers/char/hw_random/timeriomem-rng.c | 6 ++----
 drivers/char/hw_random/xgene-rng.c      | 6 ++----
 12 files changed, 24 insertions(+), 48 deletions(-)


base-commit: bc63de6e6ba0b16652c5fb4b9c9916b9e7ca1f23
-- 
2.42.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2023-12-15  9:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-10 22:12 [PATCH 00/12] hwrng: Convert to platform remove callback returning Uwe Kleine-König
2023-12-10 22:12 ` [PATCH 01/12] hwrng: atmel - Convert to platform remove callback returning void Uwe Kleine-König
2023-12-11  8:57   ` Nicolas Ferre
2023-12-10 22:12 ` [PATCH 03/12] hwrng: exynos " Uwe Kleine-König
     [not found]   ` <CGME20231212093133eucas1p1c19ba5aa058ca1e159bfd070aec0f306@eucas1p1.samsung.com>
2023-12-12  9:31     ` Lukasz Stelmach
2023-12-10 22:12 ` [PATCH 10/12] hwrng: stm32 " Uwe Kleine-König
2023-12-15  9:58 ` [PATCH 00/12] hwrng: Convert to platform remove callback returning Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).