summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
AgeCommit message (Expand)AuthorFilesLines
2020-07-22mtd: rawnand: oxnas: Release all devices in the _remove() pathMiquel Raynal1-2/+6
2020-07-22mtd: rawnand: oxnas: Unregister all devices on errorMiquel Raynal1-0/+8
2020-07-22mtd: rawnand: oxnas: Keep track of registered devicesMiquel Raynal1-4/+4
2020-07-22mtd: rawnand: brcmnand: fix CS0 layoutÁlvaro Fernández Rojas1-2/+3
2020-07-22mtd: rawnand: brcmnand: correctly verify erased pagesÁlvaro Fernández Rojas1-8/+11
2020-07-22mtd: rawnand: timings: Fix default tR_max and tCCS_min timingsMiquel Raynal1-3/+2
2020-07-22mtd: rawnand: marvell: Fix probe error pathMiquel Raynal1-9/+14
2020-07-22mtd: rawnand: marvell: Use nand_cleanup() when the device is not yet registeredMiquel Raynal1-1/+1
2020-07-22mtd: rawnand: marvell: Fix the condition on a return codeMiquel Raynal1-1/+1
2020-06-22mtd: rawnand: tmio: Fix the probe error pathMiquel Raynal1-1/+1
2020-06-22mtd: rawnand: mtk: Fix the probe error pathMiquel Raynal1-1/+1
2020-06-22mtd: rawnand: pasemi: Fix the probe error pathMiquel Raynal1-1/+3
2020-06-22mtd: rawnand: plat_nand: Fix the probe error pathMiquel Raynal1-1/+1
2020-06-22mtd: rawnand: sunxi: Fix the probe error pathMiquel Raynal1-1/+1
2020-06-22mtd: rawnand: oxnas: Fix the probe error pathMiquel Raynal1-4/+4
2020-06-22mtd: rawnand: socrates: Fix the probe error pathMiquel Raynal1-1/+1
2020-06-22mtd: rawnand: orion: Fix the probe error pathMiquel Raynal1-1/+1
2020-06-22mtd: rawnand: xway: Fix the probe error pathMiquel Raynal1-1/+1
2020-06-22mtd: rawnand: ingenic: Fix the probe error pathMiquel Raynal1-1/+1
2020-06-22mtd: rawnand: sharpsl: Fix the probe error pathMiquel Raynal1-1/+1
2020-06-22mtd: rawnand: diskonchip: Fix the probe error pathMiquel Raynal1-5/+2
2020-06-22mtd: rawnand: brcmnand: fix hamming oob layoutÁlvaro Fernández Rojas1-4/+7
2020-06-22mtd: rawnand: onfi: Fix redundancy detection checkMiquel Raynal1-1/+1
2020-06-22mtd: rawnand: Fix nand_gpio_waitrdy()Boris Brezillon1-2/+8
2020-05-19mtd:rawnand: brcmnand: Fix PM resume crashKamal Dasu1-2/+1
2020-05-18mtd: spinand: Propagate ECC information to the MTD structureMiquel Raynal1-0/+4
2020-03-30mtd: Convert fallthrough comments into statementsMiquel Raynal10-25/+19
2020-03-30Merge tag 'nand/for-5.7' into mtd/nextMiquel Raynal26-427/+1347
2020-03-26mtd: rawnand: toshiba: Support reading the number of bitflips for BENAND (Bui...Yoshio Furuyama1-2/+56
2020-03-25mtd: spinand: toshiba: Support for new Kioxia Serial NANDYoshio Furuyama1-17/+111
2020-03-25mtd: spinand: toshiba: Rename function name to change suffix and prefix (8Gbit)Yoshio Furuyama1-30/+30
2020-03-25mtd: rawnand: macronix: Add support for deep power down modeMason Yang1-0/+74
2020-03-25mtd: rawnand: Add support for manufacturer specific suspend/resume operationMason Yang1-4/+13
2020-03-12mtd: spinand: micron: Add new Micron SPI NAND devices with multiple diesShivamurthy Shastri1-0/+58
2020-03-12mtd: spinand: micron: Add M70A series Micron SPI NAND devicesShivamurthy Shastri1-0/+22
2020-03-12mtd: spinand: micron: identify SPI NAND device with Continuous Read modeShivamurthy Shastri1-0/+16
2020-03-12mtd: spinand: micron: Add new Micron SPI NAND devicesShivamurthy Shastri1-0/+33
2020-03-12mtd: spinand: micron: Describe the SPI NAND device MT29F2G01ABAGDShivamurthy Shastri1-0/+1
2020-03-12mtd: spinand: micron: Generalize the OOB layout structure and function namesShivamurthy Shastri1-14/+14
2020-03-11mtd: rawnand: brcmnand: Add support for flash-edu for dma transfersKamal Dasu1-6/+287
2020-03-11mtd: rawnand: cadence: reinit completion before executing a new commandPiotr Sroka1-0/+1
2020-03-11mtd: rawnand: cadence: change bad block marker sizePiotr Sroka1-6/+3
2020-03-11mtd: rawnand: cadence: fix the calculation of the avaialble OOB sizePiotr Sroka1-1/+2
2020-03-11mtd: rawnand: cadence: get meta data size from registersPiotr Sroka1-7/+14
2020-03-11mtd: rawnand: Macronix: Add support for block protectionMason Yang1-0/+72
2020-03-11mtd: rawnand: Add support for manufacturer specific lock/unlock operationMason Yang1-2/+34
2020-03-11mtd: rawnand: ingenic: Add dependency on MIPS || COMPILE_TESTPaul Cercueil1-0/+1
2020-03-11mtd: rawnand: stm32_fmc2: Use dma_request_chan() instead dma_request_slave_ch...Peter Ujfalusi1-7/+37
2020-03-11mtd: rawnand: qcom: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi1-17/+33
2020-03-11mtd: rawnand: qcom: Release resources on failure within qcom_nandc_alloc()Peter Ujfalusi1-27/+34