Re: [PATCH 17/21] nfc: marvell: convert to gpio descriptors
From: Bartosz Golaszewski <hidden>
Date: 2025-08-11 07:49:53
Also in:
linux-gpio, lkml
From: Bartosz Golaszewski <hidden>
Date: 2025-08-11 07:49:53
Also in:
linux-gpio, lkml
On Fri, Aug 8, 2025 at 5:24 PM Arnd Bergmann [off-list ref] wrote:
From: Arnd Bergmann <arnd@arndb.de> 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@arndb.de> ---
Yes, please! Reviewed-by: Bartosz Golaszewski <redacted>