Re: [PATCH 17/21] nfc: marvell: convert to gpio descriptors

From: Krzysztof Kozlowski
Date: Wed Aug 13 2025 - 03:50:04 EST


On 08/08/2025 17:18, Arnd Bergmann wrote:
> From: Arnd Bergmann <arnd@xxxxxxxx>
>
> The only reason this driver seems to still use the legacy gpio
> numbers is for the module parameter that lets users pass a different
> reset gpio.
>
> Since the fixed numbers are on their way out, and none of the platforms
> this driver is used on would have them any more, remove the module
> parameter and instead just use the reset information from firmware.
>
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>
> ---
> drivers/nfc/nfcmrvl/main.c | 47 +++++++++++------------------------
> drivers/nfc/nfcmrvl/nfcmrvl.h | 5 ++--
> drivers/nfc/nfcmrvl/uart.c | 5 ----
> drivers/nfc/nfcmrvl/usb.c | 1 -
> 4 files changed, 18 insertions(+), 40 deletions(-)
>


Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>

Best regards,
Krzysztof