summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-044-4/+0Star
|\ \ | |/ |/|
| * mtd: devices: drop owner assignment from platform_driversWolfram Sang2014-10-204-4/+0Star
* | mtd: m25p80,spi-nor: Fix module aliases for m25p80Ben Hutchings2014-10-211-1/+51
* | mtd: spi-nor: make spi_nor_scan() take a chip type name, not spi_device_idBen Hutchings2014-10-171-3/+1Star
* | mtd: m25p80: get rid of spi_get_device_idRafał Miłecki2014-10-171-5/+5
|/
* mtd: move support for struct flash_platform_data into m25p80Rafał Miłecki2014-09-291-2/+20
* mtd: nand: Move ELM driver and rename as omap_elmEzequiel García2014-09-222-580/+0Star
* mtd: Fixed checkpatch seq_printf warningsSamarth Parikh2014-08-191-13/+13
* Merge tag 'v3.16-rc6' into MTD development branchBrian Norris2014-07-211-0/+2
|\
| * mtd: devices: elm: fix elm_context_save() and elm_context_restore() functionsTed Juan2014-07-061-0/+2
* | mtd: phram: Fix whitespace issuesRob Ward2014-07-141-1/+2
* | mtd: phram: replace kmalloc/strcpy by kstrdupFabian Frederick2014-07-061-3/+1Star
|/
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-121-2/+2
|\
| * drivers/mtd/devices/docg3.c: avoid world-writable sysfs files.Rusty Russell2014-05-141-2/+2
* | Merge tag 'for-linus-20140610' of git://git.infradead.org/linux-mtdLinus Torvalds2014-06-116-1419/+316Star
|\ \ | |/ |/|
| * mtd: slram: fix unused variable warningBrian Norris2014-05-281-3/+1Star
| * mtd: nand: omap: add support for BCH16_ECC - ELM driver updatespekon gupta2014-05-211-0/+36
| * mtd: st_spi_fsm: Make of_device_id array constJingoo Han2014-05-211-1/+1
| * mtd: m25p80: Revive dual read supportGeert Uytterhoeven2014-05-121-0/+2
| * mtd: elm: compile suspend/resume only with PM_SLEEPWolfram Sang2014-05-121-0/+2
| * mtd: st_spi_fsm: only build for ARMBrian Norris2014-04-171-1/+1
| * mtd: st_spi_fsm: correct type issuesBrian Norris2014-04-171-6/+6
| * mtd: st_spi_fsm: begin using spi-nor.h opcodesBrian Norris2014-04-142-24/+5Star