summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: Fix memory allocation in nanddev_bbt_init()Frieder Schrempf2018-11-281-1/+2
* mtd: spi-nor: fix erase_type array to indicate current map confTudor Ambarus2018-11-281-2/+29
* mtd: spi-nor: fix selection of uniform erase type in flexible confTudor.Ambarus@microchip.com2018-11-201-11/+36
* mtd: spi-nor: Fix Cadence QSPI page fault kernel panicThor Thayer2018-11-191-3/+16
* mtd: rawnand: qcom: Namespace prefix some commandsOlof Johansson2018-11-181-16/+16
* mtd: rawnand: atmel: fix OF child-node lookupJohan Hovold2018-11-181-4/+7
* mtd: spi_nor: pass DMA-able buffer to spi_nor_read_raw()Tudor.Ambarus@microchip.com2018-11-131-4/+11
* mtd: spi-nor: don't overwrite errno in spi_nor_get_map_in_use()Tudor.Ambarus@microchip.com2018-11-131-4/+9
* mtd: spi-nor: fix iteration over smpt arrayTudor.Ambarus@microchip.com2018-11-131-10/+30
* mtd: spi-nor: don't drop sfdp data if optional parsers failTudor.Ambarus@microchip.com2018-11-131-3/+12
* mtd: sa1100: avoid VLA in sa1100_setup_mtdBoris Brezillon2018-11-061-1/+9
* mtd: spi-nor: Reset nor->addr_width when SFDP parsing failedBoris Brezillon2018-11-051-2/+4
* mtd: spi-nor: cadence-quadspi: Return error code in cqspi_direct_read_execute()Christophe JAILLET2018-11-051-1/+1
* mtd: nand: drop kernel-doc notation for a deleted function parameterRandy Dunlap2018-11-051-1/+0Star
* mtd: docg3: don't set conflicting BCH_CONST_PARAMS optionArnd Bergmann2018-11-051-1/+1
* Merge tag 'tags/upstream-4.20-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2018-11-042-0/+3
|\
| * ubi: Mark expected switch fall-throughsGustavo A. R. Silva2018-10-232-0/+3
* | mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* | Merge tag 'mtd/for-4.20' of git://git.infradead.org/linux-mtdLinus Torvalds2018-10-2385-5150/+4644Star
|\ \
| * \ Merge tag 'nand/for-4.20' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon2018-10-1977-4952/+3701Star
| |\ \
| | * | 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/+4Star
| | * | mtd: rawnand: Allow selection of ECC byte ordering at runtimeBoris Brezillon2018-10-037-67/+76
| | * | 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-034-97/+118
| | * | mtd: rawnand: Move ONFI code to nand_onfi.cBoris Brezillon2018-10-034-292/+317
| | * | mtd: rawnand: Move legacy code to nand_legacy.cBoris Brezillon2018-10-034-608/+660
| | * | mtd: rawnand: Keep all internal stuff privateBoris Brezillon2018-10-0311-21/+123
| | * | mtd: rawnand: Inline onfi_get_async_timing_mode()Boris Brezillon2018-10-031-2/+3
| | * | mtd: rawnand: Move platform_nand_xxx definitions out of rawnand.hBoris Brezillon2018-10-031-2/+1Star
| | * | mtd: rawnand: Get rid of a few unused definitionsBoris Brezillon2018-10-031-14/+0Star
| | * | mtd: rawnand: Deprecate ->chip_delayBoris Brezillon2018-10-0337-50/+49Star
| | * | mtd: rawnand: Deprecate ->{set,get}_features() hooksBoris Brezillon2018-10-0310-86/+62Star
| | * | mtd: rawnand: Deprecate ->erase()Boris Brezillon2018-10-032-3/+6
| | * | mtd: rawnand: Deprecate ->block_{bad,markbad}() hooksBoris Brezillon2018-10-037-18/+35
| | * | mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()Boris Brezillon2018-10-0339-80/+82
| | * | mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()Boris Brezillon2018-10-0345-125/+133
| | * | mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooksBoris Brezillon2018-10-0340-185/+186
| | * | mtd: rawnand: Create a legacy struct and move ->IO_ADDR_{R, W} thereBoris Brezillon2018-10-0320-126/+126
| | * | mtd: rawnand: Leave chip->IO_ADDR_{R, W} to NULL when unusedBoris Brezillon2018-10-032-7/+0Star