Comment 5 for bug 1860401

Revision history for this message
Ike Panhc (ikepanhc) wrote :

I am confused.

Patch ("mtd: spi-nor: Fix the writing of the Status Register on micron flashes")
fixes 39d1e3340c73 ("mtd: spi-nor: Fix clearing of QE bit on lock()/unlock()")
which depends on more patches if we want to cherry-pick them.

spi-nor provides 2 export functions but are not used in spi-hisi-sfc-v3xx driver.

$ grep EXPORT drivers/mtd/spi-nor/spi-nor.c
EXPORT_SYMBOL_GPL(spi_nor_restore);
EXPORT_SYMBOL_GPL(spi_nor_scan);

I am building kernel with "spi: Add HiSilicon v3xx SPI NOR flash controller driver"
only for test.