summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mtd/for-4.20' of git://git.infradead.org/linux-mtdLinus Torvalds2018-10-23119-5998/+5374
|\
| * Merge tag 'nand/for-4.20' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon2018-10-19346-7433/+6523
| |\
| | * mtd: rawnand: marvell: fix the IRQ handler complete() conditionMiquel Raynal2018-10-081-1/+1
| | * mtd: rawnand: denali: set SPARE_AREA_SKIP_BYTES register to 8 if unsetMasahiro Yamada2018-10-081-4/+10
| | * mtd: rawnand: r852: fix spelling mistake "card_registred" -> "card_registered"Colin Ian King2018-10-082-8/+8
| | * mtd: rawnand: toshiba: Pass a single nand_chip object to the status helperMiquel Raynal2018-10-081-6/+4
| | * mtd: rawnand: Allow selection of ECC byte ordering at runtimeBoris Brezillon2018-10-039-69/+84
| | * mtd: rawnand: sh_flctl: Use proper enum for flctl_dma_fifo0_transferNathan Chancellor2018-10-031-2/+2
| | * mtd: rawnand: ams-delta: Set port direction when neededJanusz Krzysztofik2018-10-031-17/+40
| | * mtd: rawnand: ams-delta: Use private structureJanusz Krzysztofik2018-10-031-56/+66
| | * mtd: rawnand: ams-delta: show parent device in sysfsJanusz Krzysztofik2018-10-031-1/+1
| | * mtd: rawnand: ams-delta: use GPIO lookup tableJanusz Krzysztofik2018-10-031-59/+67
| | * mtd: rawnand: atmel: Fix potential NULL pointer dereferenceGustavo A. R. Silva2018-10-031-0/+4
| | * mtd: rawnand: marvell: Add support for 8kiB pages NAND chips layoutKonstantin Porotchkin2018-10-031-0/+2
| | * mtd: rawnand: ESMT: retrieve ECC requirements from 5th id byteMarcel Ziswiler2018-10-034-1/+50
| | * mtd: rawnand: reorder NAND manufacturer IDsMarcel Ziswiler2018-10-032-24/+24
| | * mtd: rawnand: Move JEDEC code to nand_jedec.cBoris Brezillon2018-10-036-175/+210
| | * mtd: rawnand: Move ONFI code to nand_onfi.cBoris Brezillon2018-10-036-455/+496
| | * mtd: rawnand: Move legacy code to nand_legacy.cBoris Brezillon2018-10-034-608/+660
| | * mtd: rawnand: Keep all internal stuff privateBoris Brezillon2018-10-0312-117/+123
| | * mtd: rawnand: Inline onfi_get_async_timing_mode()Boris Brezillon2018-10-032-11/+3
| | * mtd: rawnand: Move platform_nand_xxx definitions out of rawnand.hBoris Brezillon2018-10-0322-95/+94
| | * mtd: rawnand: Get rid of a few unused definitionsBoris Brezillon2018-10-032-22/+0
| | * mtd: rawnand: Get rid of the duplicate nand_chip forward declarationBoris Brezillon2018-10-031-3/+0
| | * mtd: rawnand: Get rid of nand_flash_dev forward declationBoris Brezillon2018-10-031-1/+0
| | * mtd: rawnand: Move function prototypes after struct declarationsBoris Brezillon2018-10-031-12/+12
| | * mtd: rawnand: Deprecate ->chip_delayBoris Brezillon2018-10-0339-54/+53
| | * mtd: rawnand: Deprecate ->{set,get}_features() hooksBoris Brezillon2018-10-0312-94/+70
| | * mtd: rawnand: Deprecate ->erase()Boris Brezillon2018-10-033-5/+8
| | * mtd: rawnand: Deprecate ->block_{bad,markbad}() hooksBoris Brezillon2018-10-038-22/+40
| | * mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()Boris Brezillon2018-10-0342-93/+93
| | * mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()Boris Brezillon2018-10-0347-137/+144
| | * mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooksBoris Brezillon2018-10-0342-200/+200
| | * mtd: rawnand: Create a legacy struct and move ->IO_ADDR_{R, W} thereBoris Brezillon2018-10-0337-175/+190
| | * mtd: rawnand: Leave chip->IO_ADDR_{R, W} to NULL when unusedBoris Brezillon2018-10-032-7/+0
| | * mtd: rawnand: Do not treat !maxchips specially in nand_scan_with_ids()Boris Brezillon2018-10-031-8/+7
| | * mtd: rawnand: Make maxchips an unsigned intBoris Brezillon2018-10-032-5/+6
| | * ARM: pxa: palmtreo: Drop docg4 specific initBoris Brezillon2018-10-031-31/+0
| | * mtd: rawnand: Remove docg4Boris Brezillon2018-10-033-1458/+0
| | * mtd: rawnand: marvell: support 8b/512B strength for 2kiB pages layoutMiquel Raynal2018-10-031-3/+31
| | * mtd: rawnand: marvell: rework BCH engine failure pathMiquel Raynal2018-10-031-31/+42
| | * mtd: rawnand: Pass a nand_chip object nand_erase_nand()Boris Brezillon2018-10-033-7/+7
| | * mtd: rawnand: Pass a nand_chip object to all nand_xxx_bbt() helpersBoris Brezillon2018-10-033-15/+13
| | * mtd: rawnand: Pass a nand_chip object to chip->setup_data_interface()Boris Brezillon2018-10-0314-31/+21
| | * mtd: rawnand: Pass a nand_chip object to chip->setup_read_retry()Boris Brezillon2018-10-034-12/+8
| | * mtd: rawnand: Pass a nand_chip object to chip->{get, set}_features()Boris Brezillon2018-10-033-29/+20
| | * mtd: rawnand: Pass a nand_chip object to chip->erase()Boris Brezillon2018-10-034-9/+8
| | * mtd: rawnand: Pass a nand_chip object to chip->waitfunc()Boris Brezillon2018-10-0315-57/+42
| | * mtd: rawnand: Pass a nand_chip object to chip->cmdfunc()Boris Brezillon2018-10-0318-64/+64
| | * mtd: rawnand: Pass a nand_chip object to chip->dev_ready()Boris Brezillon2018-10-0337-88/+68