summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAgeFilesLines
* 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
| * mtd: nand-mxs: consistently rename struct nand_chip * to "chip"Sascha Hauer2019-08-061-74/+74
* | mtd: nand: Add ecc parameters as device parametersSascha Hauer2019-07-181-0/+4
|/
* nand: nand_mxs: Do not zero out DMA coherent memoryAndrey Smirnov2019-05-281-3/+0
* fs: devfs: Change .lseek callbacks to return 'int'Andrey Smirnov2019-02-041-4/+3
* Revert "mtd: nand: Kill the chip->scan_bbt() hook"Sascha Hauer2019-01-214-16/+29
* Merge branch 'for-next/mtd'Sascha Hauer2019-01-157-315/+418
|\
| * mtd: nand: nand_base: Fix compile warning if CONFIG_MTD_WRITE is not enabledTeresa Remmet2018-12-181-1/+1
| * mtd: nand: detect OOB size for Toshiba 24nm raw SLCLadislav Michl2018-12-171-0/+14
| * mtd: nand: Kill cellinfoLadislav Michl2018-12-171-9/+20
| * mtd: nand: Kill the chip->scan_bbt() hookLadislav Michl2018-12-174-29/+16
| * mtd: nand_bbt: scan for next free bbt block if writing bbt failsLadislav Michl2018-12-141-6/+45
| * mtd: nand_bbt: Move BBT block selection logic out of write_bbt()Ladislav Michl2018-12-141-36/+74
| * mtd: nand_bbt: unify/fix error handling in nand_scan_bbt()Ladislav Michl2018-12-141-7/+12
| * mtd: nand_bbt: make nand_scan_bbt() staticLadislav Michl2018-12-141-1/+1
| * mtd: nand_bbt: handle error case for nand_create_badblock_pattern()Ladislav Michl2018-12-141-2/+6
| * mtd: nand_bbt: kill NAND_BBT_SCANALLPAGESLadislav Michl2018-12-142-35/+3
| * mtd: nand: simplify nand_bch_init() usageLadislav Michl2018-12-142-16/+19
| * mtd: atmel_nand: Add per board ECC setupLadislav Michl2018-12-141-0/+3
| * mtd: nand: Request strength instead of bytes for soft BCHLadislav Michl2018-12-141-7/+8
| * mtd: nand: remove NAND_BBT_SCANEMPTYLadislav Michl2018-12-142-29/+6
| * mtd: nand: hide in-memory BBT implementation detailsLadislav Michl2018-12-142-64/+113
| * mtd: nand: remove multiplied-by-2 block logicLadislav Michl2018-12-141-48/+35