]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
mtd: spinand: winbond: Declare the QE bit on W25NxxJW
authorMiquel Raynal <miquel.raynal@bootlin.com>
Wed, 25 Mar 2026 17:04:50 +0000 (18:04 +0100)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Fri, 10 Apr 2026 17:10:44 +0000 (19:10 +0200)
commit7866ce992cf0d3c3b50fe8bf4acb1dbb173a2304
tree1bfc6ba30a6cd6e16db5711d18a65cbb17720837
parent3b2a422e23cf1998b85ccbcb90cabff01d17422c
mtd: spinand: winbond: Declare the QE bit on W25NxxJW

Factory default for this bit is "set" (at least on the chips I have),
but we must make sure it is actually set by Linux explicitly, as the
bit is writable by an earlier stage.

Fixes: 6a804fb72de5 ("mtd: spinand: winbond: add support for serial NAND flash")
Cc: stable@vger.kernel.org
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
drivers/mtd/nand/spi/winbond.c