Re: [PATCH RFC 2/7] mtd: spinand: Add support for clock to RX delay setting
From: Miquel Raynal
Date: Mon Mar 09 2026 - 11:15:45 EST
> +#define SPINAND_RX_SAMPLING_DELAY(__delay) \
> + .rx_sampling_delay_ns = __delay
For this macro I would be in favour of suffixing it with the unit,
ie: _NS.
Miquèl