summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
AgeCommit message (Expand)AuthorFilesLines
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-09-08mtd/drivers/nand: use HZ macrosDaniel Lezcano1-1/+1
2021-09-05Merge tag 'mtd/for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds8-24/+70
2021-08-23mtd: rawnand: cafe: Fix a resource leak in the error handling path of 'cafe_n...Christophe JAILLET1-1/+3
2021-08-17mtd: rawnand: intel: Fix error handling in probeEvgeny Novikov1-9/+18
2021-08-17mtd: spinand: macronix: Add Quad support for serial NAND flashJaime Liao1-8/+8
2021-08-06mtd: rawnand: remove never changed ret variableJason Wang1-2/+2
2021-08-06mtd: rawnand: omap: Fix kernel doc warning on 'calcuate' typoVladimir Molokov1-1/+1
2021-08-06mtd: spinand: core: Properly fill the OOB area.Daniel Palmer1-0/+2
2021-08-06mtd: rawnand: Fix probe failure due to of_get_nand_secure_regions()Manivannan Sadhasivam1-0/+6
2021-07-16mtd: rawnand: Fix a couple of spelling mistakes in KconfigColin Ian King1-2/+2
2021-07-16mtd: spinand: Fix commentMiquel Raynal1-1/+1
2021-07-16mtd: rawnand: nand_bbt: Skip bad blocks when searching for the BBT in NANDStefan Riedmueller1-0/+33
2021-07-16mtd: rawnand: Add a check in of_get_nand_secure_regions()Dan Carpenter1-2/+2
2021-07-05Merge tag 'mtd/for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds23-313/+2518
2021-06-29Merge tag 'nand/for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mt...Richard Weinberger22-307/+2516
2021-06-25Merge remote-tracking branch 'spi/for-5.14' into spi-nextMark Brown1-13/+32
2021-06-18mtd: rawnand: omap: Add larger page NAND chips supportMiquel Raynal2-69/+116
2021-06-18mtd: rawnand: omap: Various style fixesMiquel Raynal1-5/+7
2021-06-18mtd: rawnand: omap: Check return valuesMiquel Raynal1-9/+21
2021-06-18mtd: rawnand: omap: Rename a macroMiquel Raynal1-8/+8
2021-06-18mtd: rawnand: omap: Aggregate the HW configuration of the ELMMiquel Raynal1-19/+11
2021-06-18mtd: rawnand: pl353: Add support for the ARM PL353 SMC NAND controllerMiquel Raynal3-0/+1203
2021-06-18mtd: rawnand: qcom: avoid writing to obsolete registerMd Sadre Alam1-6/+12
2021-06-18mtd: rawnand: marvell: Minor documentation correctionSouptick Joarder1-1/+1
2021-06-18mtd: rawnand: r852: use DEVICE_ATTR_RO() helper macroZhen Lei1-4/+3
2021-06-18mtd: spinand: add SPI-NAND MTD resume handlerPatrice Chotard1-0/+17
2021-06-18mtd: spinand: Add spinand_init_flash() helperPatrice Chotard1-29/+45
2021-06-18mtd: spinand: add spinand_read_cfg() helperPatrice Chotard1-9/+20
2021-06-18mtd: rawnand: marvell: add missing clk_disable_unprepare() on error in marvel...Yang Yingliang1-1/+3
2021-06-18mtd: rawnand: arasan: Finer grain NV-DDR configurationMiquel Raynal1-2/+54
2021-06-18mtd: rawnand: arasan: Rename the data interface registerMiquel Raynal1-7/+7
2021-06-18mtd: rawnand: onfi: Fix endianness when reading NV-DDR valuesMiquel Raynal1-3/+3
2021-06-18mtd: rawnand: arasan: Use the right DMA maskMiquel Raynal1-0/+4
2021-06-11mtd: rawnand: atmel: remove unnecessary oom messageZhen Lei1-3/+1
2021-06-11mtd: rawnand: sunxi: remove unnecessary oom messageZhen Lei1-3/+1
2021-06-11mtd: spinand: Fix double counting of ECC statsMiquel Raynal1-6/+11
2021-06-03mtd: spinand: use the spi-mem poll status APIsPatrice Chotard1-13/+32
2021-05-26mtd: spinand: macronix: Add support for serial NAND flashJaime Liao1-0/+112
2021-05-26mtd: rawnand: qcom: Delete an unneeded bool conversionZhen Lei1-2/+1
2021-05-26mtd: rawnand: arasan: Leverage additional GPIO CSMiquel Raynal1-23/+125
2021-05-26mtd: rawnand: arasan: Ensure proper configuration for the asserted targetMiquel Raynal1-33/+57
2021-05-26mtd: rawnand: Add a helper to parse the gpio-cs DT propertyMiquel Raynal1-0/+39
2021-05-26mtd: rawnand: arasan: Support NV-DDR interfaceMiquel Raynal1-7/+20
2021-05-26mtd: rawnand: arasan: Workaround a misbehaving prog type with NV-DDRMiquel Raynal1-1/+18
2021-05-26mtd: rawnand: arasan: Fix a macro parameterMiquel Raynal1-1/+1
2021-05-26mtd: rawnand: Choose the best timings, NV-DDR includedMiquel Raynal2-1/+78
2021-05-26mtd: rawnand: Allow SDR timings to be nackedMiquel Raynal1-4/+4
2021-05-26mtd: rawnand: Support enabling NV-DDR through SET_FEATURESMiquel Raynal1-5/+13
2021-05-26mtd: rawnand: Add a helper to find the closest ONFI NV-DDR modeMiquel Raynal2-0/+44