public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] mfd: lm3533: Get rid of legacy GPIO APIs
@ 2024-05-08 10:46 Andy Shevchenko
  2024-05-08 10:46 ` [PATCH v1 1/2] mfd: lm3533: Hide legacy platform data in the driver Andy Shevchenko
  2024-05-08 10:46 ` [PATCH v1 2/2] mfd: lm3533: Move to new GPIO descriptor-based APIs Andy Shevchenko
  0 siblings, 2 replies; 12+ messages in thread
From: Andy Shevchenko @ 2024-05-08 10:46 UTC (permalink / raw)
  To: Andy Shevchenko, linux-kernel; +Cc: Lee Jones, Linus Walleij

Driver is quite outdated from Linux kernel internal APIs perspective.
Update the GPIO part in this miniseries.

The first patch to make sure noone is going to use legacy platform data.
An alternative approach is to remove completely these family of drivers.

Andy Shevchenko (2):
  mfd: lm3533: Hide legacy platform data in the driver
  mfd: lm3533: Move to new GPIO descriptor-based APIs

 drivers/mfd/lm3533-core.c  | 45 +++++++++++++++++++-------------------
 include/linux/mfd/lm3533.h | 18 ++-------------
 2 files changed, 25 insertions(+), 38 deletions(-)

-- 
2.43.0.rc1.1336.g36b5255a03ac


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

end of thread, other threads:[~2024-06-05 12:40 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-08 10:46 [PATCH v1 0/2] mfd: lm3533: Get rid of legacy GPIO APIs Andy Shevchenko
2024-05-08 10:46 ` [PATCH v1 1/2] mfd: lm3533: Hide legacy platform data in the driver Andy Shevchenko
2024-05-27 13:03   ` Linus Walleij
2024-05-31 15:00   ` Lee Jones
2024-05-31 15:08     ` Andy Shevchenko
2024-05-31 15:54       ` Lee Jones
2024-05-31 16:40         ` Andy Shevchenko
2024-05-31 16:58           ` Lee Jones
2024-05-31 17:09             ` Andy Shevchenko
2024-06-05 12:40             ` Johan Hovold
2024-05-08 10:46 ` [PATCH v1 2/2] mfd: lm3533: Move to new GPIO descriptor-based APIs Andy Shevchenko
2024-05-27 13:05   ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox