[PATCH v1 0/2] mfd: lpc_ich: Simplify GPIO resource handling

Andy Shevchenko posted 2 patches 4 weeks, 1 day ago
drivers/mfd/lpc_ich.c  | 38 ++++++++------------------------------
include/linux/ioport.h |  6 ++++++
2 files changed, 14 insertions(+), 30 deletions(-)
[PATCH v1 0/2] mfd: lpc_ich: Simplify GPIO resource handling
Posted by Andy Shevchenko 4 weeks, 1 day ago
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
Re: [PATCH v1 0/2] mfd: lpc_ich: Simplify GPIO resource handling
Posted by Andy Shevchenko 4 weeks ago
On Wed, Sep 03, 2025 at 10:12:27AM +0200, Andy Shevchenko wrote:
> 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.

After thinking a bit, this series is no go as it will regress on module unbind-bind
and I have no clear view right now how to avoid that. So self-NAK.

-- 
With Best Regards,
Andy Shevchenko