summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices
AgeCommit message (Expand)AuthorLines
2017-07-07Merge tag 'spi-nor/for-4.13' into MTDBrian Norris-37/+89
2017-06-27mtd: st_spi_fsm: remove SPINOR_OP_RDSR2 and use SPINOR_OP_RDCR insteadCyrille Pitchen-3/+2
2017-06-08mtd: mchp23k256: Add support for mchp23lcv1024Chris Packham-10/+56
2017-06-08mtd: mchp23k256: add partitioning supportChris Packham-0/+1
2017-06-01mtd: mchp23k256: switch to mtd_device_register()Chris Packham-3/+2
2017-06-01mtd: mchp23k256: Add OF device ID tableChris Packham-0/+8
2017-05-15mtd: m25p80: add support of SPI 1-2-2 and 1-4-4 protocolsCyrille Pitchen-23/+79
2017-05-15mtd: spi-nor: introduce SPI 1-2-2 and SPI 1-4-4 protocolsCyrille Pitchen-12/+9
2017-05-11mtd: mchp23k256: Add driver for this SPI SRAM deviceAndrew Lunn-0/+193
2017-05-11mtd: dataflash: Add flash_info for AT45DB641EAndrey Smirnov-0/+3
2017-05-11mtd: dataflash: Make use of "extened device information"Andrey Smirnov-31/+57
2017-05-11mtd: dataflash: Get rid of loop counter in jedec_probe()Andrey Smirnov-4/+4
2017-05-11mtd: dataflash: Replace pr_debug, printk with dev_* functionsAndrey Smirnov-41/+33
2017-05-11mtd: dataflash: Improve coding style in jedec_probe()Andrey Smirnov-14/+17
2017-05-11mtd: dataflash: Replace C99 types with their kernel counterpartsAndrey Smirnov-20/+20
2017-02-28Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-12/+12
2017-02-28ARM: 8638/1: mtd: lart: Rename partition defines to be prefixed with PART_Florian Fainelli-12/+12
2017-02-10Merge tag 'spi-nor/for-4.11-v2' of git://github.com/spi-nor/linuxBrian Norris-23/+21
2017-02-10mtd: spi-nor: add dt support for Everspin MRAMsUwe Kleine-König-1/+5
2017-02-10mtd: spi-nor: rename SPINOR_OP_* macros of the 4-byte address op codesCyrille Pitchen-21/+14
2017-02-10mtd: m25p80: consider max message size in m25p80_readHeiner Kallweit-1/+2
2017-02-08mtd: bcm47xxsflash: support reading flash out of mapping windowRafał Miłecki-3/+24
2017-02-08mtd: bcm47xxsflash: use platform_(set|get)_drvdataRafał Miłecki-3/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-2/+2
2016-11-07mtd: bcm47xxsflash: use uncached MMIO access for BCM53573Rafał Miłecki-5/+19
2016-08-02Merge tag 'for-linus-20160801' of git://git.infradead.org/linux-mtdLinus Torvalds-27/+26
2016-07-30Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-1/+1
2016-07-19mtd: add arch dependency for MTD_BCM47XXSFLASH symbolRafał Miłecki-1/+1
2016-07-18mtd: update description of MTD_BCM47XXSFLASH symbolRafał Miłecki-2/+2
2016-07-09mtd: Remove unused symbol CONFIG_MTDRAM_ABS_POSBen Hutchings-12/+0
2016-06-29powerpc/opal: Add inline function to get rc from an ASYNC_COMP opal_msgSuraj Jitindar Singh-1/+1
2016-06-01mtd: m25p80: read in spi_max_transfer_size chunksMichal Suchanek-1/+1
2016-06-01mtd: spi-nor: stop passing around retlenMichal Suchanek-5/+2
2016-06-01mtd: m25p80: return amount of data transferred or error in read/writeMichal Suchanek-8/+21
2016-06-01mtd: spi-nor: change return value of read/writeMichal Suchanek-2/+3
2016-05-24Merge tag 'for-linus-20160523' of git://git.infradead.org/linux-mtdLinus Torvalds-18/+84
2016-05-05Merge tag 'nand/for-4.7' of github.com:linux-nand/linuxBrian Norris-11/+35
2016-04-26mtd: pmc551: add __init attributeJulia Lawall-1/+1
2016-04-19mtd: docg3: switch to mtd_ooblayout_opsBoris Brezillon-11/+35
2016-04-19mtd: docg3: use mtd_set_ecclayout() where appropriateBoris Brezillon-1/+1
2016-04-05mtd: devices: m25p80: add support for mmap read requestVignesh R-0/+22
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov-3/+3
2016-04-04mtd: bcm47xxsflash: use ioremap_cache() instead of KSEG0ADDR()Brian Norris-6/+26
2016-03-07mtd: kill the ecclayout->oobavail fieldBoris BREZILLON-3/+2
2016-03-07mtd: mtdram: Add parameter for setting writebuf sizeAlexander Stein-1/+4
2015-11-19mtd: m25p80: replace leftover "nor-jedec" with "spi-nor" in commentsBrian Norris-3/+3
2015-11-19mtd: m25p80: fix module autoloading for "jedec, spi-nor" and "spi-nor"Brian Norris-1/+10
2015-11-19mtd: m25p80: drop erase() callbackBrian Norris-17/+0
2015-11-15Merge v4.4-rc1 into MTD developmentBrian Norris-3/+0
2015-11-11mtd: drop unnecessary partition parser dataBrian Norris-10/+6