blob: f70a50526bf2f202d2585ec6f52c6fccae5f0e44 [file] [log] [blame]
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")
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")