Re: [PATCH v4 3/4] gpio: mpsse: add quirk support
From: Dan Carpenter
Date: Fri Oct 03 2025 - 16:29:49 EST
On Fri, Oct 03, 2025 at 03:50:35PM -0400, Mary Strodl wrote:
> Builds out a facility for specifying compatible lines directions and
> labels for MPSSE-based devices.
>
> * dir_in/out are bitmask of lines that can go in/out. 1 means
> compatible, 0 means incompatible.
> * names is an array of line names which will be exposed to userspace.
>
> Also changes the chip label format to include some more useful
> information about the device to help identify it from userspace.
>
> Signed-off-by: Mary Strodl <mstrodl@xxxxxxxxxxx>
> ---
Thanks!
Reviewed-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
regards,
dan carpenter