All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] mfd: lpc_ich: Simplify GPIO resource handling
@ 2025-09-03  8:12 Andy Shevchenko
  2025-09-03  8:12 ` [PATCH v1 1/2] resource: Introduce resource_rebase() helper Andy Shevchenko
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Andy Shevchenko @ 2025-09-03  8:12 UTC (permalink / raw)
  To: Andy Shevchenko, Ilpo Järvinen, linux-kernel; +Cc: Peter Tyser, Lee Jones

Introduce a helper to iopoll.h which allows to simplify GPIO resource handling
in lpc_ich driver for the starter. The helper can be used in many other cases.

Andy Shevchenko (2):
  resource: Introduce resource_rebase() helper
  mfd: lpc_ich: Convert to use resource_rebase()

 drivers/mfd/lpc_ich.c  | 38 ++++++++------------------------------
 include/linux/ioport.h |  6 ++++++
 2 files changed, 14 insertions(+), 30 deletions(-)

-- 
2.50.1


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

end of thread, other threads:[~2025-09-04  8:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-03  8:12 [PATCH v1 0/2] mfd: lpc_ich: Simplify GPIO resource handling Andy Shevchenko
2025-09-03  8:12 ` [PATCH v1 1/2] resource: Introduce resource_rebase() helper Andy Shevchenko
2025-09-03 12:29   ` Ilpo Järvinen
2025-09-03 15:20     ` Andy Shevchenko
2025-09-03  8:12 ` [PATCH v1 2/2] mfd: lpc_ich: Convert to use resource_rebase() Andy Shevchenko
2025-09-03 10:45   ` Andy Shevchenko
2025-09-03 12:19     ` Ilpo Järvinen
2025-09-04  8:08 ` [PATCH v1 0/2] mfd: lpc_ich: Simplify GPIO resource handling Andy Shevchenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.