Re: [PATCH v2 5/6] gpio: pci-idio-16: Migrate to the regmap API

From: Bartosz Golaszewski
Date: Wed Mar 22 2023 - 12:37:58 EST


On Mon, Feb 27, 2023 at 5:54 PM William Breathitt Gray
<william.gray@xxxxxxxxxx> wrote:
>
> The regmap API supports IO port accessors so we can take advantage of
> regmap abstractions rather than handling access to the device registers
> directly in the driver. Migrate the pci-idio-16 module to the new
> idio-16 library interface leveraging the gpio-regmap API.
>
> Suggested-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
> Reviewed-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
> Signed-off-by: William Breathitt Gray <william.gray@xxxxxxxxxx>
> ---

This doesn't apply as Linus predicted with Linus' series in my for-next tree.

Can you rebase and resend?

Bart