public inbox for linux-um@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/2] um: Convert to platform remove callback returning void
@ 2024-03-10  7:52 Uwe Kleine-König
  2024-03-10  7:52 ` [PATCH 1/2] um: rtc: " Uwe Kleine-König
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Uwe Kleine-König @ 2024-03-10  7:52 UTC (permalink / raw)
  To: Richard Weinberger, Anton Ivanov, Johannes Berg; +Cc: linux-um, kernel

Hello,

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

Both conversations are trivial, because the driver's .remove() callbacks
returned zero unconditionally.

There are no interdependencies between these patches, still I'd expect
them to be picked up together.

Uwe Kleine-König (2):
  um: rtc: Convert to platform remove callback returning void
  um: virtio_uml: Convert to platform remove callback returning void

 arch/um/drivers/rtc_kern.c   | 5 ++---
 arch/um/drivers/virtio_uml.c | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

base-commit: 8ffc8b1bbd505e27e2c8439d326b6059c906c9dd
-- 
2.43.0



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

end of thread, other threads:[~2024-04-30 12:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-10  7:52 [PATCH 0/2] um: Convert to platform remove callback returning void Uwe Kleine-König
2024-03-10  7:52 ` [PATCH 1/2] um: rtc: " Uwe Kleine-König
2024-03-11  8:22   ` Geert Uytterhoeven
2024-03-10  7:52 ` [PATCH 2/2] um: virtio_uml: " Uwe Kleine-König
2024-03-11  8:22   ` Geert Uytterhoeven
2024-04-29  7:35 ` [PATCH 0/2] um: " Uwe Kleine-König
2024-04-30 12:18   ` Richard Weinberger

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