[PATCH 02/21] mtd: spinand: Use more specific naming for the write enable/disable op
Tudor Ambarus
tudor.ambarus at linaro.org
Fri Mar 7 07:39:43 PST 2025
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.
More information about the linux-mtd
mailing list