[PATCH 0/2] HSI: Convert to platform remove callback returning void

Uwe Kleine-König posted 2 patches 1 year, 10 months ago
drivers/hsi/controllers/omap_ssi_core.c | 6 ++----
drivers/hsi/controllers/omap_ssi_port.c | 6 ++----
2 files changed, 4 insertions(+), 8 deletions(-)
[PATCH 0/2] HSI: Convert to platform remove callback returning void
Posted by Uwe Kleine-König 1 year, 10 months ago
Hello,

this series converts all platform drivers below drivers/hsi/ to not use
struct platform_device::remove() any more. 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, so they can be
applied independently if needed. This is merge window material.

Best regards
Uwe


Uwe Kleine-König (2):
  HSI: omap_ssi_core: Convert to platform remove callback returning void
  HSI: omap_ssi_port: Convert to platform remove callback returning void

 drivers/hsi/controllers/omap_ssi_core.c | 6 ++----
 drivers/hsi/controllers/omap_ssi_port.c | 6 ++----
 2 files changed, 4 insertions(+), 8 deletions(-)


base-commit: 6ebf211bb11dfc004a2ff73a9de5386fa309c430
-- 
2.43.0

Re: [PATCH 0/2] HSI: Convert to platform remove callback returning void
Posted by Sebastian Reichel 1 year, 9 months ago
On Wed, 10 Apr 2024 15:41:09 +0200, Uwe Kleine-König wrote:
> this series converts all platform drivers below drivers/hsi/ to not use
> struct platform_device::remove() any more. 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.
> 
> [...]

Applied, thanks!

[1/2] HSI: omap_ssi_core: Convert to platform remove callback returning void
      commit: 94eabddc24b3ec2d9e0ff77e17722a2afb092155
[2/2] HSI: omap_ssi_port: Convert to platform remove callback returning void
      commit: c076486b6a28aa584b3e86312442bac09279a015

Best regards,
-- 
Sebastian Reichel <sebastian.reichel@collabora.com>