Re: [PATCH 02/21] mtd: spinand: Use more specific naming for the write enable/disable op

From: Tudor Ambarus
Date: Fri Mar 07 2025 - 10:40:15 EST




On 3/7/25 3:08 PM, Miquel Raynal wrote:
> -#define SPINAND_WR_EN_DIS_OP(enable) \
> +#define SPINAND_WR_EN_DIS_1S_0_0_OP(enable) \
> SPI_MEM_OP(SPI_MEM_OP_CMD((enable) ? 0x06 : 0x04, 1), \
> SPI_MEM_OP_NO_ADDR, \
> SPI_MEM_OP_NO_DUMMY, \

here too, I lean towards keeping the name as it was, but maybe others
can jump in.