The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH 0/3] auxdisplay: Convert to platform remove callback returning void
@ 2024-03-11 21:59 Uwe Kleine-König
  2024-03-11 21:59 ` [PATCH 1/3] auxdisplay: cfag12864bfb: " Uwe Kleine-König
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Uwe Kleine-König @ 2024-03-11 21:59 UTC (permalink / raw)
  To: Andy Shevchenko
  Cc: Miguel Ojeda, Geert Uytterhoeven, linux-kernel, kernel,
	Paul Burton

Hello,

this series converts all platform drivers below drivers/auxdisplay 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.

All 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. This is merge window material.

Best regards
Uwe

Uwe Kleine-König (3):
  auxdisplay: cfag12864bfb: Convert to platform remove callback
    returning void
  auxdisplay: hd44780: Convert to platform remove callback returning
    void
  auxdisplay: img-ascii-lcd: Convert to platform remove callback
    returning void

 drivers/auxdisplay/cfag12864bfb.c  | 6 ++----
 drivers/auxdisplay/hd44780.c       | 5 ++---
 drivers/auxdisplay/img-ascii-lcd.c | 5 ++---
 3 files changed, 6 insertions(+), 10 deletions(-)

base-commit: 8ffc8b1bbd505e27e2c8439d326b6059c906c9dd
-- 
2.43.0


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

end of thread, other threads:[~2024-03-12 15:38 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-11 21:59 [PATCH 0/3] auxdisplay: Convert to platform remove callback returning void Uwe Kleine-König
2024-03-11 21:59 ` [PATCH 1/3] auxdisplay: cfag12864bfb: " Uwe Kleine-König
2024-03-12  8:16   ` Geert Uytterhoeven
2024-03-12 10:47   ` Miguel Ojeda
2024-03-11 21:59 ` [PATCH 2/3] auxdisplay: hd44780: " Uwe Kleine-König
2024-03-12  8:16   ` Geert Uytterhoeven
2024-03-11 21:59 ` [PATCH 3/3] auxdisplay: img-ascii-lcd: " Uwe Kleine-König
2024-03-12  8:17   ` Geert Uytterhoeven
2024-03-12 10:27     ` Uwe Kleine-König
2024-03-12 15:36       ` Andy Shevchenko
2024-03-12 15:38 ` [PATCH 0/3] auxdisplay: " Andy Shevchenko

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