aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-02Merge tag 'for-linus-20160801' of git://git.infradead.org/linux-mtdLinus Torvalds2-27/+26
2016-07-30Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+1
2016-07-19mtd: add arch dependency for MTD_BCM47XXSFLASH symbolRafał Miłecki1-1/+1
2016-07-18mtd: update description of MTD_BCM47XXSFLASH symbolRafał Miłecki1-2/+2
2016-07-09mtd: Remove unused symbol CONFIG_MTDRAM_ABS_POSBen Hutchings1-12/+0
2016-06-29powerpc/opal: Add inline function to get rc from an ASYNC_COMP opal_msgSuraj Jitindar Singh1-1/+1
2016-06-01mtd: m25p80: read in spi_max_transfer_size chunksMichal Suchanek1-1/+1
2016-06-01mtd: spi-nor: stop passing around retlenMichal Suchanek1-5/+2
2016-06-01mtd: m25p80: return amount of data transferred or error in read/writeMichal Suchanek1-8/+21
2016-06-01mtd: spi-nor: change return value of read/writeMichal Suchanek1-2/+3
2016-05-24Merge tag 'for-linus-20160523' of git://git.infradead.org/linux-mtdLinus Torvalds5-18/+84
2016-05-05Merge tag 'nand/for-4.7' of github.com:linux-nand/linuxBrian Norris1-11/+35
2016-04-26mtd: pmc551: add __init attributeJulia Lawall1-1/+1
2016-04-19mtd: docg3: switch to mtd_ooblayout_opsBoris Brezillon1-11/+35
2016-04-19mtd: docg3: use mtd_set_ecclayout() where appropriateBoris Brezillon1-1/+1
2016-04-05mtd: devices: m25p80: add support for mmap read requestVignesh R1-0/+22
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-3/+3
2016-04-04mtd: bcm47xxsflash: use ioremap_cache() instead of KSEG0ADDR()Brian Norris2-6/+26
2016-03-07mtd: kill the ecclayout->oobavail fieldBoris BREZILLON1-3/+2
2016-03-07mtd: mtdram: Add parameter for setting writebuf sizeAlexander Stein1-1/+4
2015-11-19mtd: m25p80: replace leftover "nor-jedec" with "spi-nor" in commentsBrian Norris1-3/+3