blob: 8a9b7e38f53d8bf2f9cf3f103aa0bbbe00897805 [file] [log] [blame]
b0e2d252f928 ("mtd: spi-nor: Set all BP bits to one when lock_len == mtd->size")
8c79fa6c44de ("mtd: spi-nor: introduce SR_BP_SHIFT define")
adf1092fa838 ("mtd: spi-nor: Support TB selection using SR bit 6")
52487e21689b ("mtd: spi-nor: Rename SR_TB to indicate the bit used")
7b678c69c0ca ("mtd: spi-nor: Merge spansion Quad Enable methods")
bb2dc7f46ad8 ("mtd: spi-nor: Rename CR_QUAD_EN_SPAN to SR2_QUAD_EN_BIT1")
4da11da15a7c ("mtd: spi-nor: Extend the SR Read Back test")
3e0930f109e7 ("mtd: spi-nor: Rework the disabling of block write protection")
39d1e3340c73 ("mtd: spi-nor: Fix clearing of QE bit on lock()/unlock()")
b24eaf5f2375 ("mtd: spi-nor: Print debug message when the read back test fails")
40b7d5cccc59 ("mtd: spi-nor: Check all the bits written, not just the BP ones")
b0db77f5aa03 ("mtd: spi-nor: Fix errno on Quad Enable methods")
6011b484f164 ("mtd: spi-nor: Drop spansion_quad_enable()")
78f1ddf7bb6e ("mtd: spi-nor: Describe all the Reg Ops")
6e3087a86329 ("mtd: spi-nor: Merge spi_nor_write_sr() and spi_nor_write_sr_cr()")
718dd9e69f7c ("mtd: spi-nor: Move the WE and wait calls inside Write SR methods")
abd494bb071f ("mtd: spi-nor: Void return type for spi_nor_clear_sr/fsr()")
bce679e5ae3a ("mtd: spi-nor: Check for errors after each Register Operation")
d1ed88eae3fb ("mtd: spi-nor: Print debug info inside Reg Ops methods")
f633ebe4879b ("mtd: spi-nor: Use dev_dbg insted of dev_err for low level info")
0aa369540d71 ("mtd: spi-nor: Print device info in case of error")
cc86f3e70598 ("mtd: spi-nor: Constify data to write to the Status Register")
70d2c6dcf8cc ("mtd: spi-nor: Drop redundant error reports in Reg Ops callers")
b662d398ccf1 ("mtd: spi-nor: Pointer parameter for CR in spi_nor_read_cr()")
5ce1b49ccb52 ("mtd: spi-nor: Pointer parameter for FSR in spi_nor_read_fsr()")
cd1718f5c49d ("mtd: spi-nor: Pointer parameter for SR in spi_nor_read_sr()")
7380f79c111c ("mtd: spi-nor: Don't overwrite errno from Reg Ops")
17ccd0e48722 ("mtd: spi-nor: Drop explicit cast to int to already int value")
ebe04bfe26dd ("mtd: spi-nor: Stop compare with negative in Reg Ops methods")
502c4b0a1445 ("mtd: spi-nor: Group all Reg Ops to avoid forward declarations")
40b04958fab5 ("mtd: spi-nor: Drop duplicated new line")
567c2983efb9 ("mtd: spi-nor: Prepend spi_nor_ to all Reg Ops methods")
453977875364 ("mtd: spi-nor: Introduce 'struct spi_nor_controller_ops'")
1a21bdfeac05 ("mtd: spi-nor: hisi-sfc: Drop nor->erase NULL assignment")