[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220530192430.2108217-1-u.kleine-koenig@pengutronix.de>
Date: Mon, 30 May 2022 21:24:26 +0200
From: Uwe Kleine-König
<u.kleine-koenig@...gutronix.de>
To: Lee Jones <lee.jones@...aro.org>, Daniel Mack <daniel@...que.org>,
Haojian Zhuang <haojian.zhuang@...il.com>,
Robert Jarzmik <robert.jarzmik@...e.fr>
Cc: linux-kernel@...r.kernel.org, kernel@...gutronix.de,
linux-arm-kernel@...ts.infradead.org
Subject: [PATCH 0/4] mfd: Some preparations for making platform remove callbacks return void
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
Powered by blists - more mailing lists