summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/mtd-nand'Sascha Hauer2020-11-1033-5069/+10971
|\
| * mtd: nand: atmel: Fix pmecc ecc settingsSascha Hauer2020-11-101-42/+16
| * mtd: nand: atmel: drop dead codeSascha Hauer2020-11-101-22/+0
| * mtd: nand: atmel: Return number of bitflipsSascha Hauer2020-11-101-5/+5
| * mtd: nand: denali: Update to Linux-5.9Sascha Hauer2020-11-103-1572/+1338
| * mtd: nand: Update to Linux-5.9Sascha Hauer2020-11-1031-2873/+9172
| * mtd: nand: orion: Use nand_to_mtd()Sascha Hauer2020-11-091-1/+1
| * mtd: nand: gpmi: Use nand_to_mtd()Sascha Hauer2020-11-091-1/+1
| * mtd: nand: marvell: Use nand_to_mtd()Sascha Hauer2020-11-091-8/+18
| * mtd: nand: denali: Drop multichip supportSascha Hauer2020-11-091-16/+8
| * mtd: nand: omap_gpmc: Add missing bch16 stringSascha Hauer2020-11-091-0/+1
| * mtd: nand: omap_gpmc: Fix wrong length checkSascha Hauer2020-11-091-1/+1
| * mtd: nand: omap_gpmc: Drop unused variableSascha Hauer2020-11-091-4/+0
| * mtd: nand: move function hooks to struct nand_legacySascha Hauer2020-11-0911-325/+326
| * mtd: rename class_dev to devSascha Hauer2020-11-0910-17/+17
| * mtd: Use classdev->parentSascha Hauer2020-11-099-11/+11
| * mtd: Add underscore prefix to mtd hooksSascha Hauer2020-11-062-20/+20
| * mtd: nand: Pass struct nand_chip aroundSascha Hauer2020-11-0613-844/+786
| * mtd: nand: drop unused errstat hookSascha Hauer2020-11-061-15/+0
| * mtd: nand: drop unused erase_cmd hookSascha Hauer2020-11-061-2/+1
| * mtd: nand: remove unused header fileSascha Hauer2020-11-061-32/+0
| * mtd: Drop asynchronous erase supportSascha Hauer2020-11-061-14/+5
* | mtd: nand-imx: repair reading the oob areaUwe Kleine-König2020-10-231-3/+12
* | mtd: nand-mxs: fix out-of-bounds write on 64-bit SoCsAhmad Fatoum2020-10-091-3/+1
|/
* mtd: nand: base: fix use of uninitialized struct memberAhmad Fatoum2020-06-031-0/+1
* mtd: nand: orion: depend on ARMAhmad Fatoum2020-06-031-1/+1
* Merge branch 'for-next/misc'Sascha Hauer2020-05-141-3/+0
|\
| * treewide: remove references to CREDITSUwe Kleine-König2020-04-271-3/+0
* | drivers: mark first batch of compilable drivers for COMPILE_TESTAhmad Fatoum2020-05-081-4/+4
* | drivers: explicitly select dependency STMP_DEVICE for i.MX23/28 driversAhmad Fatoum2020-05-081-0/+1
|/
* treewide: use cpu_relax() where appropriateAhmad Fatoum2020-04-151-5/+3
* mtd: nand-imx: make sure the just created BBT is usedSascha Hauer2020-02-051-0/+4
* mtd: nand-imx: Create BBT automatically when necessarySascha Hauer2020-02-054-227/+102
* mtd: nand-imx: do not use blocks reserved for BBTSascha Hauer2020-02-052-9/+6
* mtd: nand: don't call BBT functions if BBT support isn't builtLucas Stach2019-12-021-2/+2
* mtd: nand: nand_omap_gpmc: Fix mtd_info usageTeresa Remmet2019-09-301-8/+8
* Merge branch 'for-next/omap'Sascha Hauer2019-09-124-8/+749
|\
| * mtd: nand: gpmc: Add BCH16 supportSascha Hauer2019-08-281-8/+325
| * mtd: nand: gpmc: Add support for ELMSascha Hauer2019-08-283-0/+424
* | mtd: nand: Embed struct mtd_info into struct nand_chipSascha Hauer2019-08-2610-52/+40
* | mtd: nand: denali: Add variables for mtd_info and nand_chipSascha Hauer2019-08-261-51/+52
* | mtd: nand: Add and use static inline wrapper for getting nand_chip from mtdSascha Hauer2019-08-2612-118/+118
|/
* Merge branch 'for-next/mtd-gpmi-nand'Sascha Hauer2019-08-152-118/+182
|\
| * mtd: nand-mxs: Make ecc strength configurable via device treeSascha Hauer2019-08-061-4/+21
| * mtd: nand: Add function to parse device tree propertiesSascha Hauer2019-08-061-0/+27
| * mtd: nand-mxs: inline only once used functionSascha Hauer2019-08-061-6/+1
| * mtd: nand-mxs: pass mtd_info to mxs_nand_get_mark_offset()Sascha Hauer2019-08-061-6/+5
| * mtd: nand-mxs: change API between NAND driver and fcb codeSascha Hauer2019-08-061-29/+33
| * mtd: nand-mxs: Make locally used variable staticSascha Hauer2019-08-061-3/+1
| * mtd: nand-mxs: calculate ecc_strength only onceSascha Hauer2019-08-061-12/+36