aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-08Merge tag 'mtd/for-4.18' of git://git.infradead.org/linux-mtdLinus Torvalds2-3/+2
2018-05-22mtd: devices: m25p80: Use spi_mem_set_drvdata() instead of spi_set_drvdata()Boris Brezillon1-1/+1
2018-05-11mtd: spi-nor: Use the spi_mem_xx() APIBoris Brezillon2-157/+80
2018-04-22mtd: dataflash: replace msleep with usleep_rangeLuca Ellero1-1/+1
2018-04-22mtd: devices: simplify getting .drvdataWolfram Sang1-2/+1
2018-03-21mtd: Stop updating erase_info->state and calling mtd_erase_callback()Boris Brezillon13-75/+8
2018-03-15mtd: Stop assuming mtd_erase() is asynchronousBoris Brezillon1-3/+0
2018-03-15mtd: st_spi_fsm: use %*ph to print small bufferAntonio Cardace1-2/+1
2018-03-15mtd: block2mtd: remove redundant initialization of 'bdev'Colin Ian King1-1/+1
2018-01-29Merge tag 'spi-nor/for-4.16' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon1-0/+9
2018-01-16mtd: Remove duplicate checks on mtd_oob_ops parameterBoris Brezillon1-5/+0
2018-01-16mtd: Fallback to ->_read/write_oob() when ->_read/write() is missingBoris Brezillon1-65/+0
2017-12-17mtd: mchp23k256: propagate return value of spi_sync()Antonio Borneo1-4/+14
2017-12-13mtd: m25p80: restore the status of SPI flash when exitingHou Zhiqiang1-0/+9
2017-11-22Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtdLinus Torvalds5-20/+35
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-30/+53
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds2-2/+2
2017-11-13mtd: Avoid probe failures when mtd->dbg.dfs_dir is invalidBoris Brezillon1-1/+6
2017-11-13mtd: remove the get_unmapped_area methodNicolas Pitre1-14/+0
2017-11-13mtd: mtdram: properly handle the phys argument in the point methodNicolas Pitre1-0/+22
2017-11-13mtd: slram: use memremap() instead of ioremap()Roy Franz1-4/+5
2017-11-06mtd: constify mtd_partitionArvind Yadav1-1/+1
2017-11-06mtd: powernv_flash: Use opal_async_wait_response_interruptible()Cyril Bur1-22/+35
2017-11-06mtd: powernv_flash: Don't return -ERESTARTSYS on interrupted token acquisitionCyril Bur1-0/+7
2017-11-06mtd: powernv_flash: Remove pointless goto in driver initCyril Bur1-10/+6
2017-11-06mtd: powernv_flash: Don't treat OPAL_SUCCESS as an errorCyril Bur1-5/+10
2017-11-06mtd: powernv_flash: Use WARN_ON_ONCE() rather than BUG_ON()Cyril Bur1-1/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook2-2/+2
2017-10-29mtd: spi-nor: Add support for mr25h128Philipp Puschmann1-0/+1
2017-09-01Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/nextBoris Brezillon1-8/+12
2017-08-23mtd: st_spi_fsm: Handle clk_prepare_enable/clk_disable_unprepare.Arvind Yadav1-8/+12
2017-08-15mtd: spear_smi: add NULL check on devm_kzalloc() return valueGustavo A. R. Silva1-0/+2
2017-07-21mtd: create per-device and module-scope debugfs entriesMario Rugiero2-34/+17
2017-07-07Merge tag 'spi-nor/for-4.13' into MTDBrian Norris3-37/+89
2017-06-27mtd: st_spi_fsm: remove SPINOR_OP_RDSR2 and use SPINOR_OP_RDCR insteadCyrille Pitchen2-3/+2
2017-06-08mtd: mchp23k256: Add support for mchp23lcv1024Chris Packham1-10/+56
2017-06-08mtd: mchp23k256: add partitioning supportChris Packham1-0/+1
2017-06-01mtd: mchp23k256: switch to mtd_device_register()Chris Packham1-3/+2
2017-06-01mtd: mchp23k256: Add OF device ID tableChris Packham1-0/+8
2017-05-15mtd: m25p80: add support of SPI 1-2-2 and 1-4-4 protocolsCyrille Pitchen1-23/+79
2017-05-15mtd: spi-nor: introduce SPI 1-2-2 and SPI 1-4-4 protocolsCyrille Pitchen1-12/+9
2017-05-11mtd: mchp23k256: Add driver for this SPI SRAM deviceAndrew Lunn3-0/+193
2017-05-11mtd: dataflash: Add flash_info for AT45DB641EAndrey Smirnov1-0/+3
2017-05-11mtd: dataflash: Make use of "extened device information"Andrey Smirnov1-31/+57
2017-05-11mtd: dataflash: Get rid of loop counter in jedec_probe()Andrey Smirnov1-4/+4
2017-05-11mtd: dataflash: Replace pr_debug, printk with dev_* functionsAndrey Smirnov1-41/+33
2017-05-11mtd: dataflash: Improve coding style in jedec_probe()Andrey Smirnov1-14/+17