Age | Commit message (Expand) | Author | Files | Lines |
2015-05-15 | Documentation: dt: mtd: replace "nor-jedec" binding with "jedec, spi-nor" | Brian Norris | 1 | -3/+3 |
2015-04-06 | mtd: m25p80: bind to "nor-jedec" ID, for auto-detection | Brian Norris | 1 | -3/+18 |
2015-04-06 | mtd: docg3: remove invalid __exit annotations | Brian Norris | 1 | -3/+3 |
2015-03-12 | mtd: docg3: drop dead code | Brian Norris | 1 | -4/+1 |
2015-02-24 | mtd: block2mtd: wait until block devices are presented | Felix Fietkau | 1 | -15/+43 |
2015-01-13 | mtd: st_spi_fsm: Fix [-Wsign-compare] build warning | Lee Jones | 1 | -1/+1 |
2015-01-13 | mtd: st_spi_fsm: Obtain and use EMI clock | Lee Jones | 1 | -2/+38 |
2015-01-13 | mtd: st_spi_fsm: Extend fsm_clear_fifo to handle unwanted bytes | Lee Jones | 1 | -16/+79 |
2014-12-17 | Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtd | Linus Torvalds | 5 | -89/+74 |
2014-12-01 | mtd: spi-nor: factor out write_enable() for erase commands | Brian Norris | 1 | -6/+0 |
2014-11-26 | mtd: m25p80: Add support for serial flash Spansion S25FL132K | Knut Wohlrab | 1 | -3/+1 |
2014-11-26 | MTD: m25p80: fix inconsistency in m25p_ids compared to spi_nor_ids | Alison Chaiken | 1 | -3/+3 |
2014-11-26 | mtd: delete unnecessary checks before two function calls | Markus Elfring | 1 | -2/+1 |
2014-11-05 | mtd: dataflash: Remove use of tx_dma | Mark Brown | 1 | -3/+3 |
2014-11-05 | mtd: m25p80: drop wait-till-ready checks | Brian Norris | 1 | -11/+0 |
2014-11-05 | mtd: spi-nor: fix the wrong dummy value | Huang Shijie | 1 | -1/+4 |
2014-11-04 | Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke... | Greg Kroah-Hartman | 4 | -4/+0 |
2014-10-22 | mtd: docg3: fix 'defined but not used' warning | Brian Norris | 1 | -0/+2 |
2014-10-22 | mtd: phram: fix asm/io.h include usage | Rob Ward | 1 | -1/+1 |
2014-10-22 | mtd: docg3: add device-tree support | Robert Jarzmik | 1 | -0/+8 |
2014-10-22 | docg3: Fix miuse of seq_printf return value | Joe Perches | 1 | -60/+52 |
2014-10-22 | mtd: m25p80,spi-nor: Fix module aliases for m25p80 | Ben Hutchings | 1 | -1/+51 |
2014-10-20 | mtd: devices: drop owner assignment from platform_drivers | Wolfram Sang | 4 | -4/+0 |
2014-10-17 | mtd: spi-nor: make spi_nor_scan() take a chip type name, not spi_device_id | Ben Hutchings | 1 | -3/+1 |
2014-10-17 | mtd: m25p80: get rid of spi_get_device_id | Rafał Miłecki | 1 | -5/+5 |
2014-09-29 | mtd: move support for struct flash_platform_data into m25p80 | Rafał Miłecki | 1 | -2/+20 |
2014-09-22 | mtd: nand: Move ELM driver and rename as omap_elm | Ezequiel García | 2 | -580/+0 |
2014-08-19 | mtd: Fixed checkpatch seq_printf warnings | Samarth Parikh | 1 | -13/+13 |
2014-07-21 | Merge tag 'v3.16-rc6' into MTD development branch | Brian Norris | 1 | -0/+2 |
2014-07-14 | mtd: phram: Fix whitespace issues | Rob Ward | 1 | -1/+2 |
2014-07-06 | mtd: devices: elm: fix elm_context_save() and elm_context_restore() functions | Ted Juan | 1 | -0/+2 |
2014-07-06 | mtd: phram: replace kmalloc/strcpy by kstrdup | Fabian Frederick | 1 | -3/+1 |
2014-06-12 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -2/+2 |
2014-06-11 | Merge tag 'for-linus-20140610' of git://git.infradead.org/linux-mtd | Linus Torvalds | 6 | -1419/+316 |
2014-05-28 | mtd: slram: fix unused variable warning | Brian Norris | 1 | -3/+1 |
2014-05-21 | mtd: nand: omap: add support for BCH16_ECC - ELM driver updates | pekon gupta | 1 | -0/+36 |
2014-05-21 | mtd: st_spi_fsm: Make of_device_id array const | Jingoo Han | 1 | -1/+1 |
2014-05-14 | drivers/mtd/devices/docg3.c: avoid world-writable sysfs files. | Rusty Russell | 1 | -2/+2 |
2014-05-13 | mtd: m25p80: Revive dual read support | Geert Uytterhoeven | 1 | -0/+2 |
2014-05-13 | mtd: elm: compile suspend/resume only with PM_SLEEP | Wolfram Sang | 1 | -0/+2 |
2014-04-19 | Shiraz has moved | Viresh Kumar | 1 | -2/+2 |
2014-04-17 | mtd: st_spi_fsm: only build for ARM | Brian Norris | 1 | -1/+1 |
2014-04-17 | mtd: st_spi_fsm: correct type issues | Brian Norris | 1 | -6/+6 |
2014-04-14 | mtd: st_spi_fsm: begin using spi-nor.h opcodes | Brian Norris | 2 | -24/+5 |
2014-04-14 | mtd: st_spi_fsm: replace FLACH_CMD_* with SPINOR_OP_* | Brian Norris | 2 | -87/+87 |
2014-04-14 | mtd: st_spi_fsm: kill duplicate CMD definitions | Brian Norris | 1 | -36/+0 |
2014-04-14 | mtd: st_spi_fsm: fixup Kconfig dependency | Brian Norris | 1 | -1/+1 |
2014-04-14 | mtd: spi-nor: shorten Kconfig naming | Brian Norris | 1 | -1/+1 |
2014-04-14 | mtd: spi-nor: re-name OPCODE_* to SPINOR_OP_* | Brian Norris | 1 | -2/+2 |
2014-04-14 | mtd: st_spi_fsm: Add support for Macronix MX25L3255E | Angus Clark | 1 | -1/+7 |