summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
AgeCommit message (Expand)AuthorLines
2018-10-23Merge tag 'mtd/for-4.20' of git://git.infradead.org/linux-mtdLinus Torvalds-5150/+4644
2018-10-19Merge tag 'nand/for-4.20' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon-4952/+3701
2018-10-19Merge tag 'spi-nor/for-4.20' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon-86/+882
2018-10-16mtd_blkdevs: convert to blk-mqJens Axboe-37/+63
2018-10-12mtd: spi-nor: fsl-quadspi: fix read error for flash size larger than 16MBLiu Xiang-0/+1
2018-10-12mtd: spi-nor: intel-spi: Add support for Intel Ice Lake SPI serial flashMika Westerberg-0/+1
2018-10-08mtd: maps: gpio-addr-flash: Convert to gpiodRicardo Ribalda Delgado-34/+21
2018-10-08mtd: maps: gpio-addr-flash: Replace array with an integerRicardo Ribalda Delgado-17/+17
2018-10-08mtd: maps: gpio-addr-flash: Use order instead of sizeRicardo Ribalda Delgado-18/+21
2018-10-08mtd: spi-nor: fsl-quadspi: Don't let -EINVAL on the busAhmad Fatoum-4/+10
2018-10-08mtd: devices: m25p80: Make sure WRITE_EN is issued before each writeYogesh Gaur-15/+8
2018-10-08mtd: spi-nor: Support controllers with limited TX FIFO sizeYogesh Gaur-7/+0
2018-10-08mtd: spi-nor: cadence-quadspi: Use proper enum for dma_[un]map_singleNathan Chancellor-2/+2
2018-10-08mtd: spi-nor: parse SFDP Sector Map Parameter TableTudor Ambarus-16/+303
2018-10-08mtd: spi-nor: add support to non-uniform SFDP SPI NOR flash memoriesTudor Ambarus-42/+557
2018-10-08mtd: rawnand: marvell: fix the IRQ handler complete() conditionMiquel Raynal-1/+1
2018-10-08mtd: rawnand: denali: set SPARE_AREA_SKIP_BYTES register to 8 if unsetMasahiro Yamada-4/+10
2018-10-08mtd: rawnand: r852: fix spelling mistake "card_registred" -> "card_registered"Colin Ian King-8/+8
2018-10-08mtd: rawnand: toshiba: Pass a single nand_chip object to the status helperMiquel Raynal-6/+4
2018-10-05mtd: maps: gpio-addr-flash: Use devm_* functionsRicardo Ribalda Delgado-18/+8
2018-10-05mtd: maps: gpio-addr-flash: Fix ioremapped sizeRicardo Ribalda Delgado-1/+1
2018-10-05mtd: maps: gpio-addr-flash: Replace custom printkRicardo Ribalda Delgado-7/+3
2018-10-05mtd: physmap_of: Release resources on errorRicardo Ribalda Delgado-22/+5
2018-10-04mtd: physmap_of: Remove unused struct of_device_idRicardo Ribalda Delgado-5/+0
2018-10-03mtd: rawnand: Allow selection of ECC byte ordering at runtimeBoris Brezillon-67/+76
2018-10-03mtd: rawnand: sh_flctl: Use proper enum for flctl_dma_fifo0_transferNathan Chancellor-2/+2
2018-10-03mtd: rawnand: ams-delta: Set port direction when neededJanusz Krzysztofik-17/+40
2018-10-03mtd: rawnand: ams-delta: Use private structureJanusz Krzysztofik-56/+66
2018-10-03mtd: rawnand: ams-delta: show parent device in sysfsJanusz Krzysztofik-1/+1
2018-10-03mtd: rawnand: ams-delta: use GPIO lookup tableJanusz Krzysztofik-59/+67
2018-10-03mtd: rawnand: atmel: Fix potential NULL pointer dereferenceGustavo A. R. Silva-0/+4
2018-10-03mtd: rawnand: marvell: Add support for 8kiB pages NAND chips layoutKonstantin Porotchkin-0/+2
2018-10-03mtd: rawnand: ESMT: retrieve ECC requirements from 5th id byteMarcel Ziswiler-1/+50
2018-10-03mtd: rawnand: reorder NAND manufacturer IDsMarcel Ziswiler-24/+24
2018-10-03mtd: rawnand: Move JEDEC code to nand_jedec.cBoris Brezillon-97/+118
2018-10-03mtd: rawnand: Move ONFI code to nand_onfi.cBoris Brezillon-292/+317
2018-10-03mtd: rawnand: Move legacy code to nand_legacy.cBoris Brezillon-608/+660
2018-10-03mtd: rawnand: Keep all internal stuff privateBoris Brezillon-21/+123
2018-10-03mtd: rawnand: Inline onfi_get_async_timing_mode()Boris Brezillon-2/+3
2018-10-03mtd: rawnand: Move platform_nand_xxx definitions out of rawnand.hBoris Brezillon-2/+1
2018-10-03mtd: rawnand: Get rid of a few unused definitionsBoris Brezillon-14/+0
2018-10-03mtd: rawnand: Deprecate ->chip_delayBoris Brezillon-50/+49
2018-10-03mtd: rawnand: Deprecate ->{set,get}_features() hooksBoris Brezillon-86/+62
2018-10-03mtd: rawnand: Deprecate ->erase()Boris Brezillon-3/+6
2018-10-03mtd: rawnand: Deprecate ->block_{bad,markbad}() hooksBoris Brezillon-18/+35
2018-10-03mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()Boris Brezillon-80/+82
2018-10-03mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()Boris Brezillon-125/+133
2018-10-03mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooksBoris Brezillon-185/+186
2018-10-03mtd: rawnand: Create a legacy struct and move ->IO_ADDR_{R, W} thereBoris Brezillon-126/+126
2018-10-03mtd: rawnand: Leave chip->IO_ADDR_{R, W} to NULL when unusedBoris Brezillon-7/+0