blob: 725f871957f03d22a030e0f85f2bca53b71192ed [file] [log] [blame]
81924dae5194 ("mtd: spi-nor: Emphasise which is the generic set_4byte_addr_mode() method")
658488ed2108 ("mtd: spi-nor: Rename Quad Enable methods")
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")
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")