aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-11mtd: dataflash: Replace C99 types with their kernel counterpartsAndrey Smirnov1-20/+20
2017-02-28Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-12/+12
2017-02-28ARM: 8638/1: mtd: lart: Rename partition defines to be prefixed with PART_Florian Fainelli1-12/+12
2017-02-10Merge tag 'spi-nor/for-4.11-v2' of git://github.com/spi-nor/linuxBrian Norris3-23/+21
2017-02-10mtd: spi-nor: add dt support for Everspin MRAMsUwe Kleine-König1-1/+5
2017-02-10mtd: spi-nor: rename SPINOR_OP_* macros of the 4-byte address op codesCyrille Pitchen2-21/+14
2017-02-10mtd: m25p80: consider max message size in m25p80_readHeiner Kallweit1-1/+2
2017-02-08mtd: bcm47xxsflash: support reading flash out of mapping windowRafał Miłecki2-3/+24
2017-02-08mtd: bcm47xxsflash: use platform_(set|get)_drvdataRafał Miłecki1-3/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2-2/+2
2016-11-07mtd: bcm47xxsflash: use uncached MMIO access for BCM53573Rafał Miłecki1-5/+19