[PATCH 0/3] auxdisplay: Convert to platform remove callback returning void

Uwe Kleine-König posted 3 patches 1 year, 11 months ago
drivers/auxdisplay/cfag12864bfb.c  | 6 ++----
drivers/auxdisplay/hd44780.c       | 5 ++---
drivers/auxdisplay/img-ascii-lcd.c | 5 ++---
3 files changed, 6 insertions(+), 10 deletions(-)
[PATCH 0/3] auxdisplay: Convert to platform remove callback returning void
Posted by Uwe Kleine-König 1 year, 11 months ago
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

Re: [PATCH 0/3] auxdisplay: Convert to platform remove callback returning void
Posted by Andy Shevchenko 1 year, 11 months ago
On Mon, Mar 11, 2024 at 10:59:21PM +0100, Uwe Kleine-König wrote:
> 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.

Pushed to my review and testing queue, thanks!

-- 
With Best Regards,
Andy Shevchenko