summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-20160801' of git://git.infradead.org/linux-mtdLinus Torvalds2016-08-022-27/+26
|\
| * mtd: update description of MTD_BCM47XXSFLASH symbolRafał Miłecki2016-07-181-2/+2
| * mtd: Remove unused symbol CONFIG_MTDRAM_ABS_POSBen Hutchings2016-07-091-12/+0
| * mtd: m25p80: read in spi_max_transfer_size chunksMichal Suchanek2016-06-011-1/+1
| * mtd: spi-nor: stop passing around retlenMichal Suchanek2016-06-011-5/+2
| * mtd: m25p80: return amount of data transferred or error in read/writeMichal Suchanek2016-06-011-8/+21
| * mtd: spi-nor: change return value of read/writeMichal Suchanek2016-06-011-2/+3
* | Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-07-301-1/+1
|\ \
| * | powerpc/opal: Add inline function to get rc from an ASYNC_COMP opal_msgSuraj Jitindar Singh2016-06-291-1/+1
| |/
* / mtd: add arch dependency for MTD_BCM47XXSFLASH symbolRafał Miłecki2016-07-191-1/+1
|/
* Merge tag 'for-linus-20160523' of git://git.infradead.org/linux-mtdLinus Torvalds2016-05-245-18/+84
|\
| * Merge tag 'nand/for-4.7' of github.com:linux-nand/linuxBrian Norris2016-05-051-11/+35
| |\
| | * mtd: docg3: switch to mtd_ooblayout_opsBoris Brezillon2016-04-191-11/+35
| | * mtd: docg3: use mtd_set_ecclayout() where appropriateBoris Brezillon2016-04-191-1/+1
| * | mtd: pmc551: add __init attributeJulia Lawall2016-04-261-1/+1
| * | mtd: devices: m25p80: add support for mmap read requestVignesh R2016-04-051-0/+22
| * | mtd: bcm47xxsflash: use ioremap_cache() instead of KSEG0ADDR()Brian Norris2016-04-042-6/+26
| |/
* / mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-3/+3
|/
* mtd: kill the ecclayout->oobavail fieldBoris BREZILLON2016-03-071-3/+2
* mtd: mtdram: Add parameter for setting writebuf sizeAlexander Stein2016-03-071-1/+4
* mtd: m25p80: replace leftover "nor-jedec" with "spi-nor" in commentsBrian Norris2015-11-191-3/+3
* mtd: m25p80: fix module autoloading for "jedec, spi-nor" and "spi-nor"Brian Norris2015-11-191-1/+10
* mtd: m25p80: drop erase() callbackBrian Norris2015-11-191-17/+0
* Merge v4.4-rc1 into MTD developmentBrian Norris2015-11-153-3/+0
|\
| * Merge tag 'for-linus-20151106' of git://git.infradead.org/linux-mtdLinus Torvalds2015-11-067-22/+50
| |\
| * | spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-283-3/+0
* | | mtd: drop unnecessary partition parser dataBrian Norris2015-11-113-10/+6
* | | mtd: spi-nor: drop unnecessary partition parser dataBrian Norris2015-11-111-6/+2
* | | mtd: spi-nor: convert to spi_nor_{get, set}_flash_node()Brian Norris2015-11-111-1/+1
| |/ |/|
* | mtd: docg3: off by one in doc_register_sysfs()Dan Carpenter2015-10-261-6/+16
* | mtd: mtdram: check offs and len in mtdram->eraseDongsheng Yang2015-10-191-0/+21
* | mtd: devices: sst251: show parent device in sysfsFrans Klaver2015-10-131-2/+1
* | mtd: devices: spear_smi: show parent device in sysfsFrans Klaver2015-10-131-0/+1
* | mtd: devices: mtd_dataflash: drop owner assignmentFrans Klaver2015-10-131-1/+0
* | mtd: devices: docg3: show parent device in sysfsFrans Klaver2015-10-131-1/+1
* | mtd: devices: bcm47xxflash: show parent device in sysfsFrans Klaver2015-10-131-3/+4
* | Revert "mtd: mtdram: check offs and len in mtdram->erase"Brian Norris2015-09-291-21/+0
* | mtd: mtdram: check offs and len in mtdram->eraseDongsheng Yang2015-09-291-0/+21
* | Merge tag 'v4.3-rc1' into MTD -next developmentBrian Norris2015-09-131-1/+1
|\|
| * Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-081-1/+1
| |\
| | * arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> insteadDan Williams2015-08-101-1/+1
* | | mtd: spi-nor: Zap unneeded write_enable from write_regJagan Teki2015-09-111-2/+1
* | | mtd: spi-nor: Decouple SPI NOR's device_node from controller deviceMarek Vasut2015-09-111-0/+1
* | | mtd: spi-nor: embed struct mtd_info within struct spi_norBrian Norris2015-09-021-6/+4
* | | mtd: spi-nor: assign mtd->priv in spi_nor_scan()Brian Norris2015-09-021-1/+0
|/ /
* | mtd: dataflash: Export OF module alias informationJavier Martinez Canillas2015-08-211-0/+1
* | mtd: m25p80: allow arbitrary OF matching for "jedec,spi-nor"Brian Norris2015-07-211-7/+11
|/
* Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-251-0/+1
|\
| * writeback: separate out include/linux/backing-dev-defs.hTejun Heo2015-06-021-0/+1
* | Merge tag 'powerpc-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds2015-06-243-0/+294
|\ \