summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-20151106' of git://git.infradead.org/linux-mtdLinus Torvalds2015-11-067-22/+50
|\
| * 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-201-0/+21
| * mtd: devices: sst251: show parent device in sysfsFrans Klaver2015-10-131-2/+1Star
| * 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/+0Star
| * 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-301-21/+0Star
| * mtd: mtdram: check offs and len in mtdram->eraseDongsheng Yang2015-09-301-0/+21
| * Merge tag 'v4.3-rc1' into MTD -next developmentBrian Norris2015-09-141-1/+1
| |\
| * | mtd: spi-nor: Zap unneeded write_enable from write_regJagan Teki2015-09-121-2/+1Star
| * | mtd: spi-nor: Decouple SPI NOR's device_node from controller deviceMarek Vasut2015-09-121-0/+1
| * | mtd: spi-nor: embed struct mtd_info within struct spi_norBrian Norris2015-09-021-6/+4Star
| * | mtd: spi-nor: assign mtd->priv in spi_nor_scan()Brian Norris2015-09-021-1/+0Star
* | | spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-283-3/+0Star
| |/ |/|
* | 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-111-1/+1
* | mtd: dataflash: Export OF module alias informationJavier Martinez Canillas2015-08-221-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-261-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
|\ \
| * | mtd: powernv: Add powernv flash MTD abstraction driverCyril Bur2015-06-113-0/+294
| |/
* | mtd: docg3: Fix kasprintf() usageRichard Weinberger2015-06-171-2/+8
* | mtd: docg3: Don't leak docg3->bbt in error pathRichard Weinberger2015-06-171-2/+4
* | mtd: remove incorrect file nameBrian Norris2015-05-221-2/+2
* | Merge tag 'v4.1-rc4' into MTD's -nextBrian Norris2015-05-181-3/+3
|\ \
| * | Documentation: dt: mtd: replace "nor-jedec" binding with "jedec, spi-nor"Brian Norris2015-05-151-3/+3
| |/
* | mtd: m25p80: remove unused flash entries from id_tableRafał Miłecki2015-05-071-36/+24Star
* | mtd: constify of_device_id arrayFabian Frederick2015-05-071-1/+1
|/
* mtd: m25p80: bind to "nor-jedec" ID, for auto-detectionBrian Norris2015-04-061-3/+18
* mtd: docg3: remove invalid __exit annotationsBrian Norris2015-04-061-3/+3
* mtd: docg3: drop dead codeBrian Norris2015-03-111-4/+1Star
* mtd: block2mtd: wait until block devices are presentedFelix Fietkau2015-02-241-15/+43
* mtd: st_spi_fsm: Fix [-Wsign-compare] build warningLee Jones2015-01-131-1/+1
* mtd: st_spi_fsm: Obtain and use EMI clockLee Jones2015-01-131-2/+38
* mtd: st_spi_fsm: Extend fsm_clear_fifo to handle unwanted bytesLee Jones2015-01-131-16/+79
* Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtdLinus Torvalds2014-12-175-89/+74Star
|\
| * mtd: spi-nor: factor out write_enable() for erase commandsBrian Norris2014-12-011-6/+0Star
| * mtd: m25p80: Add support for serial flash Spansion S25FL132KKnut Wohlrab2014-11-261-3/+1Star
| * MTD: m25p80: fix inconsistency in m25p_ids compared to spi_nor_idsAlison Chaiken2014-11-261-3/+3
| * mtd: delete unnecessary checks before two function callsMarkus Elfring2014-11-261-2/+1Star
| * mtd: dataflash: Remove use of tx_dmaMark Brown2014-11-051-3/+3
| * mtd: m25p80: drop wait-till-ready checksBrian Norris2014-11-051-11/+0Star
| * mtd: spi-nor: fix the wrong dummy valueHuang Shijie2014-11-051-1/+4
| * mtd: docg3: fix 'defined but not used' warningBrian Norris2014-10-221-0/+2
| * mtd: phram: fix asm/io.h include usageRob Ward2014-10-221-1/+1
| * mtd: docg3: add device-tree supportRobert Jarzmik2014-10-221-0/+8
| * docg3: Fix miuse of seq_printf return valueJoe Perches2014-10-221-60/+52Star