[GIT PULL] mtd: spi-nor: fixes for v6.14-rc4

Pratyush Yadav pratyush at kernel.org
Mon Feb 17 06:26:14 PST 2025


Hi Miquel,

We have a regression with SST flash writes. This pull request contains
the fix.

Regards,
Pratyush Yadav

The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:

  Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/spi-nor/fixes-for-6.14-rc4

for you to fetch changes up to 539bd20352832b9244238a055eb169ccf1c41ff6:

  mtd: spi-nor: sst: Fix SST write failure (2025-02-17 14:07:09 +0000)

----------------------------------------------------------------
Fix writes on SST flashes

Commit 18bcb4aa54ea ("mtd: spi-nor: sst: Factor out common write
operation to `sst_nor_write_data()`") introduced a bug where only one
byte of data is written, regardless of the number of bytes requested.
This causes the driver to use the incorrect write size for flashes using
the SST byte programming, and to spit out a warning.

----------------------------------------------------------------
Amit Kumar Mahapatra (1):
      mtd: spi-nor: sst: Fix SST write failure

 drivers/mtd/spi-nor/sst.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the linux-mtd mailing list