mbox series

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

Message ID cover.1710057753.git.u.kleine-koenig@pengutronix.de (mailing list archive)
Headers show
Series counter: Convert to platform remove callback returning void | expand

Message

Uwe Kleine-König March 10, 2024, 8:06 a.m. UTC
Hello,

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

Best regards
Uwe

Uwe Kleine-König (2):
  counter: ti-ecap-capture: Convert to platform remove callback
    returning void
  counter: ti-eqep: Convert to platform remove callback returning void

 drivers/counter/ti-ecap-capture.c | 6 ++----
 drivers/counter/ti-eqep.c         | 6 ++----
 2 files changed, 4 insertions(+), 8 deletions(-)

base-commit: 8ffc8b1bbd505e27e2c8439d326b6059c906c9dd

Comments

William Breathitt Gray March 18, 2024, 2:42 p.m. UTC | #1
From: William Breathitt Gray <wbg@kernel.org>


On Sun, 10 Mar 2024 09:06:05 +0100, Uwe Kleine-König wrote:
> this series converts all platform drivers below drivers/counter 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.
> 
> [...]

Applied, thanks!

[1/2] counter: ti-ecap-capture: Convert to platform remove callback returning void
      commit: bcc8ced4e1713bc7fa19a422321756788a58512f
[2/2] counter: ti-eqep: Convert to platform remove callback returning void
      commit: eca588187f9129300c6e44d64b819545cede463d

Best regards,