Re: [PATCH v5 07/11] gpio: regmap: Allow to provide init_valid_mask callback
From: Michael Walle
Date: Wed Mar 19 2025 - 03:12:34 EST
Hi,
> Allows to populate the gpio_regmap_config structure with
> init_valid_mask() callback to set on the final gpio_chip structure.
>
> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@xxxxxxxxxxx>
> ---
> - chip->request = gpiochip_generic_request;
> - chip->free = gpiochip_generic_free;
With this removed:
Reviewed-by: Michael Walle <mwalle@xxxxxxxxxx>