summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAgeFilesLines
* 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
| * mtd: nand: refactor chip->block_markbad interfaceLadislav Michl2018-12-141-35/+52
* | mtd: nand: omap: unbreak BCH8 supportSascha Hauer2018-12-201-46/+67
* | mtd: nand: omap: set eccbytes correctlySascha Hauer2018-12-141-0/+4
* | mtd: nand: omap: fix bch8_hw_romcode ecc layoutSascha Hauer2018-12-141-2/+6
* | mtd: nand: omap: remove unused function argumentSascha Hauer2018-12-141-5/+5
* | mtd: nand: omap: Disable subpage reads in hardware ecc modeSascha Hauer2018-12-141-0/+1
* | mtd: nand: omap: Fix hamming correct return valuesSascha Hauer2018-12-141-4/+3
* | mtd: nand: omap: Use dev_dbg when a struct device * is availableSascha Hauer2018-12-141-2/+2
|/
* Merge branch 'for-next/mtd'Sascha Hauer2018-12-072-1/+19
|\
| * mtd: nand: denali: quiet down driverSteffen Trumtrar2018-11-291-1/+1
| * mtd: nand: fix nand_lock/unlock() functionWhite Ding2018-11-161-0/+18
* | Merge branch 'for-next/missing-prototypes'Sascha Hauer2018-12-073-2/+10
|\ \
| * | mtd: nand: omap: Add header file for bch decoderSascha Hauer2018-11-193-2/+10
| |/