Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'mtd/fixes-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux

Pull mtd revert from Miquel Raynal:
"Very late this cycle we identified a breakage that could potentially
hit several spi controller drivers because of a change in the way the
dummy cycles validity is checked.

We do not know at the moment how to handle the situation properly, so
we prefer to revert the faulty patch for the next release"

* tag 'mtd/fixes-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux:
Revert "mtd: spi-nor: core: replace dummy buswidth from addr to data"

+1 -1
+1 -1
drivers/mtd/spi-nor/core.c
··· 89 89 op->addr.buswidth = spi_nor_get_protocol_addr_nbits(proto); 90 90 91 91 if (op->dummy.nbytes) 92 - op->dummy.buswidth = spi_nor_get_protocol_data_nbits(proto); 92 + op->dummy.buswidth = spi_nor_get_protocol_addr_nbits(proto); 93 93 94 94 if (op->data.nbytes) 95 95 op->data.buswidth = spi_nor_get_protocol_data_nbits(proto);