aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-19mtd: m25p80: fix module autoloading for "jedec, spi-nor" and "spi-nor"Brian Norris1-1/+10
2015-11-19mtd: m25p80: drop erase() callbackBrian Norris1-17/+0
2015-11-15Merge v4.4-rc1 into MTD developmentBrian Norris3-3/+0
2015-11-11mtd: drop unnecessary partition parser dataBrian Norris3-10/+6
2015-11-11mtd: spi-nor: drop unnecessary partition parser dataBrian Norris1-6/+2
2015-11-11mtd: spi-nor: convert to spi_nor_{get, set}_flash_node()Brian Norris1-1/+1
2015-11-06Merge tag 'for-linus-20151106' of git://git.infradead.org/linux-mtdLinus Torvalds7-22/+50
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis3-3/+0
2015-10-26mtd: docg3: off by one in doc_register_sysfs()Dan Carpenter1-6/+16
2015-10-19mtd: mtdram: check offs and len in mtdram->eraseDongsheng Yang1-0/+21
2015-10-13mtd: devices: sst251: show parent device in sysfsFrans Klaver1-2/+1
2015-10-13mtd: devices: spear_smi: show parent device in sysfsFrans Klaver1-0/+1
2015-10-13mtd: devices: mtd_dataflash: drop owner assignmentFrans Klaver1-1/+0
2015-10-13mtd: devices: docg3: show parent device in sysfsFrans Klaver1-1/+1
2015-10-13mtd: devices: bcm47xxflash: show parent device in sysfsFrans Klaver1-3/+4
2015-09-29Revert "mtd: mtdram: check offs and len in mtdram->erase"Brian Norris1-21/+0
2015-09-29mtd: mtdram: check offs and len in mtdram->eraseDongsheng Yang1-0/+21
2015-09-13Merge tag 'v4.3-rc1' into MTD -next developmentBrian Norris1-1/+1
2015-09-11mtd: spi-nor: Zap unneeded write_enable from write_regJagan Teki1-2/+1
2015-09-11mtd: spi-nor: Decouple SPI NOR's device_node from controller deviceMarek Vasut1-0/+1
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-1/+1
2015-09-02mtd: spi-nor: embed struct mtd_info within struct spi_norBrian Norris1-6/+4
2015-09-02mtd: spi-nor: assign mtd->priv in spi_nor_scan()Brian Norris1-1/+0
2015-08-21mtd: dataflash: Export OF module alias informationJavier Martinez Canillas1-0/+1
2015-08-10arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> insteadDan Williams1-1/+1
2015-07-21mtd: m25p80: allow arbitrary OF matching for "jedec,spi-nor"Brian Norris1-7/+11
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2015-06-24Merge tag 'powerpc-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus Torvalds3-0/+294
2015-06-16mtd: docg3: Fix kasprintf() usageRichard Weinberger1-2/+8