Re: [PATCH v3 0/3] Remove <linux/of_gpio.h>
From: Jialu Xu
Date: Fri Mar 06 2026 - 22:11:44 EST
Thanks. The issues you pointed out have been fixed in v4:
- Initialized reset_gpio to NULL in nfcmrvl_parse_dt() to avoid
using uninitialized stack garbage in I2C/SPI paths.
- Used GPIOD_OUT_HIGH and inverted gpiod_set_value() arguments to
match the active-low reset line documented in marvell,nci.yaml.
- Fixed continuation line alignment in s3fwrn5.
Best regards,
Jialu