summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)Author
2018-12-07mtd: rawnand: ams-delta: Request data port GPIO resourceJanusz Krzysztofik
2018-12-07mtd: rawnand: Move ->setup_data_interface() to nand_controller_opsBoris Brezillon
2018-12-07mtd: rawnand: Move the ->exec_op() method to nand_controller_opsBoris Brezillon
2018-12-07mtd: rawnand: Deprecate the ->select_chip() hookBoris Brezillon
2018-12-07mtd: rawnand: ams-delta: Stop implementing ->select_chip()Boris Brezillon
2018-12-07mtd: rawnand: vf610: Stop implementing ->select_chip()Boris Brezillon
2018-12-07mtd: rawnand: tegra: Stop implementing ->select_chip()Boris Brezillon
2018-12-07mtd: rawnand: marvell: Stop implementing ->select_chip()Boris Brezillon
2018-12-07mtd: rawnand: fsmc: Stop implementing ->select_chip()Boris Brezillon
2018-12-07mtd: rawnand: Make ->select_chip() optional when ->exec_op() is implementedBoris Brezillon
2018-12-07mtd: rawnand: Pass the CS line to be selected in struct nand_operationBoris Brezillon
2018-12-07mtd: rawnand: Add nand_[de]select_target() helpersBoris Brezillon
2018-12-07mtd: rawnand: ams-delta: Explicitly inherit from nand_controllerBoris Brezillon
2018-12-07mtd: rawnand: ams-delta: Check mtd_device_register() return codeBoris Brezillon
2018-12-07mtd: rawnand: ams-delta: cleanup ams_delta_init() error pathBoris Brezillon
2018-12-07mtd: rawnand: ams-delta: Fix various coding style issuesBoris Brezillon
2018-12-07mtd: rawnand: ams-delta: Add an SPDX tag to replace the license textBoris Brezillon
2018-12-07mtd: rawnand: ams-delta: Allow this driver to be compiled when COMPILE_TEST=yBoris Brezillon
2018-12-07mtd: rawnand: Move nand_exec_op() to internal.hBoris Brezillon
2018-12-07mtd: rawnand: legacy: Drop useless test in nand_legacy_set_defaults()Boris Brezillon
2018-12-07mtd: rawnand: Reorganize code to avoid forward declarationsBoris Brezillon
2018-12-07mtd: rawnand: Stop passing mtd_info objects to internal functionsBoris Brezillon
2018-12-07mtd: spinand: Add initial support for Toshiba TC58CVG2S0HSchrempf Frieder
2018-12-06mtd: physmap_of_gemini: Handle pin controlLinus Walleij
2018-12-06mtd: maps: physmap: Leave assigned complex mappingsLinus Walleij
2018-12-06mtd: add support for reading MTD devices via the nvmem APIAlban Bedel
2018-12-03mtd: use DEFINE_SHOW_ATTRIBUTE() instead of open-coding itYangtao Li
2018-12-03mtd: change len type from signed to unsigned typehuijin.park
2018-12-02mtd: improve calculating partition boundaries when checking for alignmentRafał Miłecki
2018-12-02mtd: keep original flags for every struct mtd_infoRafał Miłecki
2018-12-02mtd: fix Coverity integer handling issueMiquel Raynal
2018-12-02mtd: nftl: clean up indentation, remove extraneous tabsColin Ian King
2018-12-01kbuild: announce removal of SUBDIRS if usedMasahiro Yamada
2018-11-28mtd: nand: Fix memory allocation in nanddev_bbt_init()Frieder Schrempf
2018-11-28mtd: spi-nor: fix erase_type array to indicate current map confTudor Ambarus
2018-11-27mtd: Convert to using %pOFn instead of device_node.nameRob Herring
2018-11-20mtd: spi-nor: fix selection of uniform erase type in flexible confTudor.Ambarus@microchip.com
2018-11-19mtd: spi-nor: Fix Cadence QSPI page fault kernel panicThor Thayer
2018-11-18mtd: rawnand: qcom: Namespace prefix some commandsOlof Johansson
2018-11-18mtd: rawnand: atmel: fix OF child-node lookupJohan Hovold
2018-11-13mtd: spi_nor: pass DMA-able buffer to spi_nor_read_raw()Tudor.Ambarus@microchip.com
2018-11-13mtd: spi-nor: don't overwrite errno in spi_nor_get_map_in_use()Tudor.Ambarus@microchip.com
2018-11-13mtd: spi-nor: fix iteration over smpt arrayTudor.Ambarus@microchip.com
2018-11-13mtd: spi-nor: don't drop sfdp data if optional parsers failTudor.Ambarus@microchip.com
2018-11-13mtd: rawnand: sh_flctl: convert to SPDX identifiersKuninori Morimoto
2018-11-13Merge tag 'v4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Miquel Raynal
2018-11-12mtd: partitions: Add OF support to RedBoot partitionsLinus Walleij
2018-11-12mtd: Move Redboot partition parserLinus Walleij
2018-11-09mtd: cfi_cmdset_0020: Mark expected switch fall-throughsGustavo A. R. Silva
2018-11-09mtd: block2mtd: mark expected switch fall-throughsGustavo A. R. Silva