Re: [PATCH v4 5/6] gpio: 104-idi-48: Implement and utilize register structures

From: Bartosz Golaszewski
Date: Wed Jul 20 2022 - 08:34:28 EST


On Tue, Jul 19, 2022 at 5:14 PM William Breathitt Gray
<william.gray@xxxxxxxxxx> wrote:
>
> Reduce magic numbers and improve code readability by implementing and
> utilizing named register data structures. The 104-IDI-48 device features
> an Intel 8255 compatible GPIO interface, so the i8255 GPIO module is
> selected and utilized as well.
>
> Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
> Cc: John Hentges <jhentges@xxxxxxxxxxx>
> Cc: Jay Dolan <jay.dolan@xxxxxxxxxxx>
> Signed-off-by: William Breathitt Gray <william.gray@xxxxxxxxxx>
> ---

William,

This patch doesn't apply to my gpio/for-next branch. Would you mind
rebasing your series on top of it?

Thanks!
Bart