linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] fsi: Convert to platform remove callback returning void
@ 2024-03-05 21:20 Uwe Kleine-König
  2024-03-05 21:20 ` [PATCH 1/4] fsi: master-aspeed: " Uwe Kleine-König
  2024-04-11  7:13 ` [PATCH 0/4] fsi: " Uwe Kleine-König
  0 siblings, 2 replies; 5+ messages in thread
From: Uwe Kleine-König @ 2024-03-05 21:20 UTC (permalink / raw)
  To: Jeremy Kerr, Joel Stanley
  Cc: Alistar Popple, Eddie James, Andrew Jeffery, linux-fsi,
	linux-arm-kernel, linux-aspeed, kernel

Hello,

this series converts all drivers below drivers/fsi to struct
platform_driver::remove_new(). See commit 5c5a7680e67b ("platform:
Provide a remove callback that returns no value") for an extended
explanation and the eventual goal.

All conversations are trivial, because their .remove() callbacks
returned zero unconditionally.

There are no interdependencies between these patches, so they could be
picked up individually. But I'd hope that they get picked up all
together.

Best regards
Uwe

Uwe Kleine-König (4):
  fsi: master-aspeed: Convert to platform remove callback returning void
  fsi: master-ast-cf: Convert to platform remove callback returning void
  fsi: master-gpio: Convert to platform remove callback returning void
  fsi: occ: Convert to platform remove callback returning void

 drivers/fsi/fsi-master-aspeed.c | 6 ++----
 drivers/fsi/fsi-master-ast-cf.c | 6 ++----
 drivers/fsi/fsi-master-gpio.c   | 6 ++----
 drivers/fsi/fsi-occ.c           | 6 ++----
 4 files changed, 8 insertions(+), 16 deletions(-)

base-commit: 11afac187274a6177a7ac82997f8691c0f469e41
-- 
2.43.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] 5+ messages in thread

end of thread, other threads:[~2024-04-29  7:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-05 21:20 [PATCH 0/4] fsi: Convert to platform remove callback returning void Uwe Kleine-König
2024-03-05 21:20 ` [PATCH 1/4] fsi: master-aspeed: " Uwe Kleine-König
2024-04-11  7:13 ` [PATCH 0/4] fsi: " Uwe Kleine-König
2024-04-29  7:21   ` Uwe Kleine-König
2024-04-29  7:25     ` Jeremy Kerr

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).