aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2018-12-07mtd: rawnand: ams-delta: Fix various coding style issuesBoris Brezillon1-15/+8
2018-12-07mtd: rawnand: ams-delta: Add an SPDX tag to replace the license textBoris Brezillon1-5/+2
2018-12-07mtd: rawnand: ams-delta: Allow this driver to be compiled when COMPILE_TEST=yBoris Brezillon2-6/+3
2018-12-07mtd: rawnand: Move nand_exec_op() to internal.hBoris Brezillon1-0/+9
2018-12-07mtd: rawnand: legacy: Drop useless test in nand_legacy_set_defaults()Boris Brezillon1-1/+1
2018-12-07mtd: rawnand: Reorganize code to avoid forward declarationsBoris Brezillon2-254/+246
2018-12-07mtd: rawnand: Stop passing mtd_info objects to internal functionsBoris Brezillon3-190/+184
2018-12-07mtd: spinand: Add initial support for Toshiba TC58CVG2S0HSchrempf Frieder3-1/+139
2018-12-06mtd: physmap_of_gemini: Handle pin controlLinus Walleij2-1/+110
2018-12-06mtd: maps: physmap: Leave assigned complex mappingsLinus Walleij1-2/+12
2018-12-06mtd: add support for reading MTD devices via the nvmem APIAlban Bedel2-0/+57
2018-12-03mtd: use DEFINE_SHOW_ATTRIBUTE() instead of open-coding itYangtao Li4-45/+12
2018-12-03mtd: change len type from signed to unsigned typehuijin.park1-1/+1
2018-12-02mtd: improve calculating partition boundaries when checking for alignmentRafał Miłecki1-2/+11
2018-12-02mtd: keep original flags for every struct mtd_infoRafał Miłecki2-1/+4
2018-12-02mtd: fix Coverity integer handling issueMiquel Raynal1-3/+3
2018-12-02mtd: nftl: clean up indentation, remove extraneous tabsColin Ian King1-16/+17
2018-12-01kbuild: announce removal of SUBDIRS if usedMasahiro Yamada1-7/+0
2018-11-28mtd: nand: Fix memory allocation in nanddev_bbt_init()Frieder Schrempf1-1/+2
2018-11-28mtd: spi-nor: fix erase_type array to indicate current map confTudor Ambarus1-2/+29
2018-11-27mtd: Convert to using %pOFn instead of device_node.nameRob Herring1-1/+1
2018-11-20mtd: spi-nor: fix selection of uniform erase type in flexible confTudor.Ambarus@microchip.com1-11/+36
2018-11-19mtd: spi-nor: Fix Cadence QSPI page fault kernel panicThor Thayer1-3/+16
2018-11-18mtd: rawnand: qcom: Namespace prefix some commandsOlof Johansson1-16/+16
2018-11-18mtd: rawnand: atmel: fix OF child-node lookupJohan Hovold1-4/+7
2018-11-13mtd: spi_nor: pass DMA-able buffer to spi_nor_read_raw()Tudor.Ambarus@microchip.com1-4/+11
2018-11-13mtd: spi-nor: don't overwrite errno in spi_nor_get_map_in_use()Tudor.Ambarus@microchip.com1-4/+9
2018-11-13mtd: spi-nor: fix iteration over smpt arrayTudor.Ambarus@microchip.com1-10/+30
2018-11-13mtd: spi-nor: don't drop sfdp data if optional parsers failTudor.Ambarus@microchip.com1-3/+12
2018-11-13mtd: rawnand: sh_flctl: convert to SPDX identifiersKuninori Morimoto1-15/+2
2018-11-13Merge tag 'v4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into nand/nextMiquel Raynal5-6/+15
2018-11-12mtd: partitions: Add OF support to RedBoot partitionsLinus Walleij1-1/+31
2018-11-12mtd: Move Redboot partition parserLinus Walleij5-51/+51
2018-11-09mtd: cfi_cmdset_0020: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+6
2018-11-09mtd: block2mtd: mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2018-11-09mtd: Kconfig: fix spelling mistake "partions" -> "partition"Colin Ian King1-1/+1
2018-11-07spi: Add QuadSPI driver for Atmel SAMA5D2Piotr Bugalski3-559/+0
2018-11-07mtd: spi-nor: atmel-quadspi: Remove unused code from atmel-quadspi driverPiotr Bugalski1-388/+0
2018-11-07mtd: spi-nor: atmel-quadspi: Use spi-mem interface for atmel-quadspi driverPiotr Bugalski1-73/+18
2018-11-07mtd: spi-nor: atmel-quadspi: Add spi-mem support to atmel-quadspiPiotr Bugalski1-0/+211
2018-11-07mtd: spi-nor: atmel-quaspi: Typo fixPiotr Bugalski1-2/+2
2018-11-06mtd: maps: Get rid of the latch-addr-flash driverBoris Brezillon3-239/+0
2018-11-06mtd: maps: physmap: Invert logic on if/else branchRicardo Ribalda Delgado1-8/+11
2018-11-06mtd: sa1100: avoid VLA in sa1100_setup_mtdBoris Brezillon1-1/+9
2018-11-06mtd: rawnand: Flag 1.8V AC chips with a broken GET_FEATURES(TIMINGS)Mason Yang1-0/+7
2018-11-05mtd: spi-nor: Reset nor->addr_width when SFDP parsing failedBoris Brezillon1-2/+4
2018-11-05mtd: spi-nor: cadence-quadspi: Return error code in cqspi_direct_read_execute()Christophe JAILLET1-1/+1
2018-11-05mtd: maps: Merge gpio-addr-flash.c into physmap-core.cBoris Brezillon4-294/+157
2018-11-05mtd: maps: Rename physmap_of_{versatile, gemini} into physmap-{versatile, gemini}Boris Brezillon7-10/+10
2018-11-05mtd: maps: Merge physmap_of.c into physmap-core.cBoris Brezillon4-400/+240