linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] mfd: Some preparations for making platform remove callbacks return void
@ 2022-05-30 19:24 Uwe Kleine-König
  2022-05-30 19:24 ` [PATCH 2/4] mfd: t7l66xb: Drop platform disable callback Uwe Kleine-König
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Uwe Kleine-König @ 2022-05-30 19:24 UTC (permalink / raw)
  To: Lee Jones, Daniel Mack, Haojian Zhuang, Robert Jarzmik
  Cc: linux-kernel, kernel, linux-arm-kernel

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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-06-20  8:32 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-30 19:24 [PATCH 0/4] mfd: Some preparations for making platform remove callbacks return void Uwe Kleine-König
2022-05-30 19:24 ` [PATCH 2/4] mfd: t7l66xb: Drop platform disable callback Uwe Kleine-König
2022-06-15 21:06   ` Lee Jones
2022-05-30 19:24 ` [PATCH 3/4] mfd: tc6387xb: Drop disable callback that is never called Uwe Kleine-König
2022-06-15 21:07   ` Lee Jones
2022-06-19  8:32     ` Uwe Kleine-König
2022-06-20  8:31       ` Lee Jones
2022-05-30 19:24 ` [PATCH 4/4] mfd: tc6393xb: Make disable callback return void Uwe Kleine-König
2022-06-15 21:08   ` Lee Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).