summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | mtd: rawnand: ams-delta: Convert the driver to ->exec_op()Janusz Krzysztofik2018-11-051-44/+56
| | * | | | mtd: rawnand: ams-delta: Stop using legacy .IOADDR_R/WJanusz Krzysztofik2018-11-051-4/+2
| | * | | | mtd: rawnand: Provide helper for polling GPIO R/B pinJanusz Krzysztofik2018-11-051-0/+31
| | * | | | mtd: rawnand: fsmc: Fix unchecked return value in fsmc_read_page_hweccGustavo A. R. Silva2018-11-051-3/+4
| | * | | | mtd: spinand: winbond: Add support for W25N01GVRobert Marko2018-11-051-0/+8
| | | |_|/ | | |/| |
| * | | | mtd: physmap_of_gemini: Handle pin controlLinus Walleij2018-12-062-1/+110
| * | | | mtd: maps: physmap: Leave assigned complex mappingsLinus Walleij2018-12-061-2/+12
| * | | | mtd: use DEFINE_SHOW_ATTRIBUTE() instead of open-coding itYangtao Li2018-12-034-45/+12
| * | | | mtd: change len type from signed to unsigned typehuijin.park2018-12-031-1/+1
| * | | | mtd: improve calculating partition boundaries when checking for alignmentRafał Miłecki2018-12-021-2/+11
| * | | | mtd: keep original flags for every struct mtd_infoRafał Miłecki2018-12-022-1/+4
| * | | | mtd: fix Coverity integer handling issueMiquel Raynal2018-12-021-3/+3
| * | | | mtd: nftl: clean up indentation, remove extraneous tabsColin Ian King2018-12-021-19/+20
| * | | | mtd: partitions: Add OF support to RedBoot partitionsLinus Walleij2018-11-121-1/+31
| * | | | mtd: Move Redboot partition parserLinus Walleij2018-11-125-51/+51
| * | | | mtd: cfi_cmdset_0020: Mark expected switch fall-throughsGustavo A. R. Silva2018-11-091-0/+6
| * | | | mtd: block2mtd: mark expected switch fall-throughsGustavo A. R. Silva2018-11-091-0/+2
| * | | | mtd: Kconfig: fix spelling mistake "partions" -> "partition"Colin Ian King2018-11-091-1/+1
| * | | | mtd: maps: Get rid of the latch-addr-flash driverBoris Brezillon2018-11-063-239/+0
| * | | | mtd: maps: physmap: Invert logic on if/else branchRicardo Ribalda Delgado2018-11-061-8/+11
| * | | | mtd: maps: Merge gpio-addr-flash.c into physmap-core.cBoris Brezillon2018-11-054-294/+157
| * | | | mtd: maps: Rename physmap_of_{versatile, gemini} into physmap-{versatile, gem...Boris Brezillon2018-11-057-10/+10
| * | | | mtd: maps: Merge physmap_of.c into physmap-core.cBoris Brezillon2018-11-054-400/+240
| * | | | mtd: maps: Prepare merging of physmap and physmap_ofBoris Brezillon2018-11-052-0/+2
| * | | | mtd: maps: physmap: Fix coding style issues reported by checkpatchBoris Brezillon2018-11-051-15/+18
| * | | | mtd: maps: physmap: Return -ENOMEM directly when info allocation failsBoris Brezillon2018-11-051-4/+2
| * | | | mtd: maps: physmap: Check mtd_device_{parse_register, unregister}() ret codeBoris Brezillon2018-11-051-4/+11
| * | | | mtd: maps: physmap: Remove the MAX_RESOURCES limitationBoris Brezillon2018-11-051-17/+27
| * | | | mtd: maps: physmap: Use devm_ioremap_resource()Boris Brezillon2018-11-051-17/+6
| * | | | mtd: maps: physmap: Use dev_notice() and a %pR specifierBoris Brezillon2018-11-051-3/+2
| * | | | mtd: maps: physmap: Use platform_get_resource() to retrieve iomem resourcesBoris Brezillon2018-11-051-11/+18
| * | | | mtd: maps: physmap: Rename ->map and ->mtd into ->maps and ->mtdsBoris Brezillon2018-11-051-27/+28
| * | | | mtd: maps: physmap: Add SPDX headerBoris Brezillon2018-11-051-0/+1
| |/ / /
* | | | ubi: Do not drop UBI device reference before usingPan Bian2018-12-131-1/+1
* | | | ubi: Put MTD device after it is not usedPan Bian2018-12-131-1/+1
| |_|/ |/| |
* | | 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/+0
* | mtd: docg3: don't set conflicting BCH_CONST_PARAMS optionArnd Bergmann2018-11-051-1/+1
|/