aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices
AgeCommit message (Expand)Author
2018-11-21mtd: docg3: don't set conflicting BCH_CONST_PARAMS optionArnd Bergmann
2018-09-29mtd: devices: m25p80: Make sure the buffer passed in op is DMA-ableBoris Brezillon
2018-06-22mtd: dataflash: Use ULL suffix for 64-bit constantsGeert Uytterhoeven
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-08Merge tag 'mtd/for-4.18' of git://git.infradead.org/linux-mtdLinus Torvalds
2018-05-22mtd: devices: m25p80: Use spi_mem_set_drvdata() instead of spi_set_drvdata()Boris Brezillon
2018-05-11mtd: spi-nor: Use the spi_mem_xx() APIBoris Brezillon
2018-04-22mtd: dataflash: replace msleep with usleep_rangeLuca Ellero
2018-04-22mtd: devices: simplify getting .drvdataWolfram Sang
2018-03-21mtd: Stop updating erase_info->state and calling mtd_erase_callback()Boris Brezillon
2018-03-15mtd: Stop assuming mtd_erase() is asynchronousBoris Brezillon
2018-03-15mtd: st_spi_fsm: use %*ph to print small bufferAntonio Cardace
2018-03-15mtd: block2mtd: remove redundant initialization of 'bdev'Colin Ian King
2018-01-29Merge tag 'spi-nor/for-4.16' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon
2018-01-16mtd: Remove duplicate checks on mtd_oob_ops parameterBoris Brezillon
2018-01-16mtd: Fallback to ->_read/write_oob() when ->_read/write() is missingBoris Brezillon
2017-12-17mtd: mchp23k256: propagate return value of spi_sync()Antonio Borneo
2017-12-13mtd: m25p80: restore the status of SPI flash when exitingHou Zhiqiang
2017-11-22Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtdLinus Torvalds
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-13mtd: Avoid probe failures when mtd->dbg.dfs_dir is invalidBoris Brezillon
2017-11-13mtd: remove the get_unmapped_area methodNicolas Pitre
2017-11-13mtd: mtdram: properly handle the phys argument in the point methodNicolas Pitre
2017-11-13mtd: slram: use memremap() instead of ioremap()Roy Franz
2017-11-06mtd: constify mtd_partitionArvind Yadav
2017-11-06mtd: powernv_flash: Use opal_async_wait_response_interruptible()Cyril Bur
2017-11-06mtd: powernv_flash: Don't return -ERESTARTSYS on interrupted token acquisitionCyril Bur
2017-11-06mtd: powernv_flash: Remove pointless goto in driver initCyril Bur
2017-11-06mtd: powernv_flash: Don't treat OPAL_SUCCESS as an errorCyril Bur
2017-11-06mtd: powernv_flash: Use WARN_ON_ONCE() rather than BUG_ON()Cyril Bur
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook
2017-10-29mtd: spi-nor: Add support for mr25h128Philipp Puschmann
2017-09-01Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/nextBoris Brezillon
2017-08-23mtd: st_spi_fsm: Handle clk_prepare_enable/clk_disable_unprepare.Arvind Yadav
2017-08-15mtd: spear_smi: add NULL check on devm_kzalloc() return valueGustavo A. R. Silva
2017-07-21mtd: create per-device and module-scope debugfs entriesMario Rugiero
2017-07-07Merge tag 'spi-nor/for-4.13' into MTDBrian Norris
2017-06-27mtd: st_spi_fsm: remove SPINOR_OP_RDSR2 and use SPINOR_OP_RDCR insteadCyrille Pitchen
2017-06-08mtd: mchp23k256: Add support for mchp23lcv1024Chris Packham
2017-06-08mtd: mchp23k256: add partitioning supportChris Packham
2017-06-01mtd: mchp23k256: switch to mtd_device_register()Chris Packham
2017-06-01mtd: mchp23k256: Add OF device ID tableChris Packham
2017-05-15mtd: m25p80: add support of SPI 1-2-2 and 1-4-4 protocolsCyrille Pitchen
2017-05-15mtd: spi-nor: introduce SPI 1-2-2 and SPI 1-4-4 protocolsCyrille Pitchen
2017-05-11mtd: mchp23k256: Add driver for this SPI SRAM deviceAndrew Lunn
2017-05-11mtd: dataflash: Add flash_info for AT45DB641EAndrey Smirnov
2017-05-11mtd: dataflash: Make use of "extened device information"Andrey Smirnov