[PATCH 0/4] mfd: Some preparations for making platform remove callbacks return void

Uwe Kleine-König u.kleine-koenig at pengutronix.de
Mon May 30 12:24:26 PDT 2022


Hello,

this is a collection of cleanups that prepare making platform device
remove callback return void.

Note there is an interdependency between patches #2 and #3 as
arch/arm/mach-pxa/eseries.c uses a single function as disable callback
for both tc6387xb and tc6393xb. (That might be a bug, I didn't check.)

Patch #2 might be stable material.

Best regards
Uwe

Uwe Kleine-König (4):
  mfd: asic3: Make asic3_gpio_remove() return void
  mfd: t7l66xb: Drop platform disable callback
  mfd: tc6387xb: Drop disable callback that is never called
  mfd: tc6393xb: Make disable callback return void

 arch/arm/mach-pxa/eseries.c  | 4 +---
 arch/arm/mach-pxa/tosa.c     | 4 +---
 drivers/mfd/asic3.c          | 9 +++------
 drivers/mfd/t7l66xb.c        | 6 +-----
 drivers/mfd/tc6393xb.c       | 5 ++---
 include/linux/mfd/t7l66xb.h  | 1 -
 include/linux/mfd/tc6387xb.h | 1 -
 include/linux/mfd/tc6393xb.h | 2 +-
 8 files changed, 9 insertions(+), 23 deletions(-)


base-commit: 4b0986a3613c92f4ec1bdc7f60ec66fea135991f
-- 
2.36.1




More information about the linux-arm-kernel mailing list