mbox series

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

Message ID cover.1712755381.git.u.kleine-koenig@pengutronix.de
Headers show
Series sparc: Convert to platform remove callback returning void | expand

Message

Uwe Kleine-König April 10, 2024, 1:35 p.m. UTC
Hello,

this series converts the two platform drivers that have a remove callback below
arch/sparc to implement remove_new instead. 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 already.

There are no interdependencies between the two patches, so they could be picked
up individually if need be. This is merge window material.

Best regards
Uwe

Uwe Kleine-König (2):
  sparc: parport: Convert to platform remove callback returning void
  sparc: chmc: Convert to platform remove callback returning void

 arch/sparc/include/asm/parport_64.h | 6 ++----
 arch/sparc/kernel/chmc.c            | 5 ++---
 2 files changed, 4 insertions(+), 7 deletions(-)

base-commit: 6ebf211bb11dfc004a2ff73a9de5386fa309c430

Comments

Andreas Larsson April 22, 2024, 2:50 p.m. UTC | #1
On 2024-04-10 15:35, Uwe Kleine-König wrote:
> Hello,
> 
> this series converts the two platform drivers that have a remove callback below
> arch/sparc to implement remove_new instead. 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 already.
> 
> There are no interdependencies between the two patches, so they could be picked
> up individually if need be. This is merge window material.
> 
> Best regards
> Uwe
> 
> Uwe Kleine-König (2):
>   sparc: parport: Convert to platform remove callback returning void
>   sparc: chmc: Convert to platform remove callback returning void
> 
>  arch/sparc/include/asm/parport_64.h | 6 ++----
>  arch/sparc/kernel/chmc.c            | 5 ++---
>  2 files changed, 4 insertions(+), 7 deletions(-)
> 
> base-commit: 6ebf211bb11dfc004a2ff73a9de5386fa309c430

Reviewed-by: Andreas Larsson <andreas@gaisler.com>

Picking the series up to my for-next

Thanks,
Andreas