summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* mtd: cfi-flash: fail gracefully instead of crashing on NULL pageAhmad Fatoum2021-03-011-0/+4
* Merge branch 'for-next/mtd'Sascha Hauer2021-02-221-2/+4
|\
| * mtd: nand: Fix BBT update issueYoshio Furuyama2021-02-171-2/+4
* | Merge branch 'for-next/asm-io'Sascha Hauer2021-02-221-5/+5
|\ \
| * | printk: port over Linux print_hex_dump_bytes/print_hex_dump_debugAhmad Fatoum2021-02-041-5/+5
| |/
* | drivers: replaces references to <asm-generic/*.h>Ahmad Fatoum2021-02-191-1/+1
* | treewide: include <linux/math64.h> wrapper instead of <asm-generic/div64.h>Ahmad Fatoum2021-02-193-3/+3
|/
* mtd: nand: omap_gpmc: Fix wrong length check for realSascha Hauer2021-01-251-1/+1
* mtd: nand: fix NAND_ECC_HW modeSascha Hauer2021-01-141-17/+18
* mtd:nand_mxs: Add missing includeSascha Hauer2021-01-071-0/+2
* mtd:nand_mxs:update get/set features legacy function calljameszxj2021-01-071-4/+2
* Merge branch 'for-next/mtd'Sascha Hauer2020-12-116-4/+118
|\
| * mtd: nand: Make software ECC support optionalSascha Hauer2020-12-112-0/+8
| * mtd: nand: Make support for syndrome hardware ecc optionalSascha Hauer2020-12-112-0/+8
| * mtd: spi-nor: Make write support optionalSascha Hauer2020-12-111-0/+9
| * mtd: nand: omap: Bail out when omap_gpmc_eccmode() failsSascha Hauer2020-12-111-1/+3
| * mtd: nand: omap: print error when ELM config failedSascha Hauer2020-12-111-1/+4
| * mtd: nand: denali: cope with kernel device trees without chip subnodesSascha Hauer2020-11-251-0/+57
| * mtd: Add hook to fix up kernel partitionsSascha Hauer2020-11-251-1/+29
| * mtd: Remove set but not used of_pathSascha Hauer2020-11-251-1/+0
* | mtd: nand: Make write support optionalSascha Hauer2020-12-112-4/+51
* | nand: omap: Fix BCH16 readSascha Hauer2020-12-111-4/+11
* | mtd: nand: Allow non page aligned length writesSascha Hauer2020-12-111-1/+1
|/
* mtd: nand-imx: fix passing pointer of wrong type on NAND_CMD_READOOBAhmad Fatoum2020-11-131-1/+1
* mtd: nand: Fix dependeny on CONFIG_NAND_BBTSascha Hauer2020-11-112-2/+1
* Merge branch 'for-next/mtd-nand'Sascha Hauer2020-11-1048-5271/+11736
|\
| * nand command: Print OOB informationSascha Hauer2020-11-101-0/+81
| * 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-1036-2906/+9711
| * 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: Add ecc_step_sizeSascha Hauer2020-11-091-0/+1
| * mtd: nand: move function hooks to struct nand_legacySascha Hauer2020-11-0911-325/+326
| * mtd: rename master to parentSascha Hauer2020-11-095-27/+27
| * mtd: rename class_dev to devSascha Hauer2020-11-0922-70/+70
| * mtd: Use classdev->parentSascha Hauer2020-11-0917-25/+23
| * mtd: Add underscore prefix to mtd hooksSascha Hauer2020-11-0610-101/+101
| * 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-068-41/+9