summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
AgeCommit message (Expand)Author
2020-05-24mtd: rawnand: davinci: Implement exec_op()Boris Brezillon
2020-05-24mtd: rawnand: davinci: Stop using nand_chip.legacy.IO_ADDR_{R, W}Boris Brezillon
2020-05-24mtd: rawnand: davinci: Inherit from nand_controllerBoris Brezillon
2020-05-24mtd: rawnand: brcmnand: correctly verify erased pagesÁlvaro Fernández Rojas
2020-05-24mtd: rawnand: brcmnand: improve hamming oob layoutÁlvaro Fernández Rojas
2020-05-24mtd: rawnand: brcmnand: fix hamming oob layoutÁlvaro Fernández Rojas
2020-05-24mtd: rawnand: Propage CS selection to sub operationsBoris Brezillon
2020-05-24mtd: rawnand: stm32_fmc2: use FIELD_PREP/FIELD_GET macrosChristophe Kerello
2020-05-24mtd: rawnand: stm32_fmc2: cosmetic change to use nfc instead of fmc2 where re...Christophe Kerello
2020-05-11mtd: rawnand: stm32_fmc2: use FMC2_TIMEOUT_MS for timeoutsChristophe Kerello
2020-05-11mtd: rawnand: stm32_fmc2: remove useless inline commentsChristophe Kerello
2020-05-11mtd: rawnand: stm32_fmc2: manage all errors cases at probe timeChristophe Kerello
2020-05-11mtd: rawnand: diskonchip: Get rid of the legacy interface implementationBoris Brezillon
2020-05-11mtd: rawnand: diskonchip: Implement exec_op()Boris Brezillon
2020-05-11mtd: rawnand: diskonchip: Inherit from nand_controllerBoris Brezillon
2020-05-11mtd: rawnand: diskonchip: Get rid of doc2000_readbuf_dword()Boris Brezillon
2020-05-11mtd: rawnand: diskonchip: Make sure doc2001plus_readbuf() works for single by...Boris Brezillon
2020-05-11mtd: rawnand: diskonchip: Set the NAND_NO_BBM_QUIRK flagBoris Brezillon
2020-05-11mtd: rawnand: cafe: Set the NAND_NO_BBM_QUIRK flagBoris Brezillon
2020-05-11mtd: rawnand: Add a NAND_NO_BBM_QUIRK flagBoris Brezillon
2020-05-11mtd: rawnand: micron: Allow controllers to overload raw accessorsMiquel Raynal
2020-05-11mtd: rawnand: Allow controllers to overload soft ECC hooksMiquel Raynal
2020-05-11mtd: rawnand: Expose monolithic read/write_page_raw() helpersMiquel Raynal
2020-05-11mtd: rawnand: jedec: Adapt the parameter page read to constraint controllersMiquel Raynal
2020-05-11mtd: rawnand: onfi: Adapt the parameter page read to constraint controllersMiquel Raynal
2020-05-11mtd: rawnand: Give the possibility to verify a read operation is supportedMiquel Raynal
2020-05-11mtd: rawnand: Add a helper to check supported operationsMiquel Raynal
2020-05-11mtd: rawnand: Avoid indirect access to ->data_buf()Miquel Raynal
2020-05-11mtd: rawnand: Rename the use_bufpoi variablesMiquel Raynal
2020-05-11mtd: rawnand: Fix comments about the use of bufpoiMiquel Raynal
2020-05-11mtd: rawnand: Rename a NAND chip optionMiquel Raynal
2020-05-11mtd: rawnand: toshiba: Set the pairing scheme for TC58TEG5DCLTA00Boris Brezillon
2020-05-11mtd: rawnand: Define the "distance 3" MLC pairing schemeBoris Brezillon
2020-05-11mtd: rawnand: toshiba: Add a specific init for TC58TEG5DCLTA00Boris Brezillon
2020-05-11mtd: rawnand: cs553x: Get rid of the legacy interface implementationBoris Brezillon
2020-05-11mtd: rawnand: cs553x: Implement exec_op()Boris Brezillon
2020-05-11mtd: rawnand: cs553x: Stop using chip->legacy.IO_ADDR_{R, W}Boris Brezillon
2020-05-11mtd: rawnand: cs553x: Declare controllers instead of NAND chipsBoris Brezillon
2020-05-11mtd: rawnand: jedec: Use intermediate variables to improve readabilityMiquel Raynal
2020-05-11mtd: rawnand: jedec: Define the number of parameter pagesMiquel Raynal
2020-05-11mtd: rawnand: onfi: Drop a useless parameter page readMiquel Raynal
2020-05-11mtd: rawnand: onfi: Avoid doing a copy of the parameter pageMiquel Raynal
2020-05-11mtd: rawnand: onfi: Define the number of parameter pagesMiquel Raynal
2020-05-11mtd: rawnand: onfi: Use intermediate variables to improve readabilityMiquel Raynal
2020-05-11mtd: rawnand: onfi: Fix redundancy detection checkMiquel Raynal
2020-05-11mtd: rawnand: timings: Fix default tR_max and tCCS_min timingsMiquel Raynal
2020-05-11mtd: rawnand: timings: Add mode information to the timings structureMiquel Raynal
2020-05-11mtd: rawnand: marvell: Rename the ->correct() functionMiquel Raynal
2020-05-11mtd: rawnand: marvell: Rename a function to clarifyMiquel Raynal
2020-05-11mtd: rawnand: marvell: Fix probe error pathMiquel Raynal