aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-28mtd: move support for struct flash_platform_data into m25p80Rafał Miłecki1-2/+20
2014-09-22mtd: nand: Move ELM driver and rename as omap_elmEzequiel García2-580/+0
2014-08-19mtd: Fixed checkpatch seq_printf warningsSamarth Parikh1-13/+13
2014-07-21Merge tag 'v3.16-rc6' into MTD development branchBrian Norris1-0/+2
2014-07-14mtd: phram: Fix whitespace issuesRob Ward1-1/+2
2014-07-05mtd: devices: elm: fix elm_context_save() and elm_context_restore() functionsTed Juan1-0/+2
2014-07-05mtd: phram: replace kmalloc/strcpy by kstrdupFabian Frederick1-3/+1
2014-06-11Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-2/+2
2014-06-11Merge tag 'for-linus-20140610' of git://git.infradead.org/linux-mtdLinus Torvalds6-1419/+316
2014-05-28mtd: slram: fix unused variable warningBrian Norris1-3/+1
2014-05-20mtd: nand: omap: add support for BCH16_ECC - ELM driver updatespekon gupta1-0/+36
2014-05-20mtd: st_spi_fsm: Make of_device_id array constJingoo Han1-1/+1
2014-05-14drivers/mtd/devices/docg3.c: avoid world-writable sysfs files.Rusty Russell1-2/+2
2014-05-12mtd: m25p80: Revive dual read supportGeert Uytterhoeven1-0/+2
2014-05-12mtd: elm: compile suspend/resume only with PM_SLEEPWolfram Sang1-0/+2
2014-04-18Shiraz has movedViresh Kumar1-2/+2
2014-04-16mtd: st_spi_fsm: only build for ARMBrian Norris1-1/+1
2014-04-16mtd: st_spi_fsm: correct type issuesBrian Norris1-6/+6
2014-04-14mtd: st_spi_fsm: begin using spi-nor.h opcodesBrian Norris2-24/+5
2014-04-14mtd: st_spi_fsm: replace FLACH_CMD_* with SPINOR_OP_*Brian Norris2-87/+87
2014-04-14mtd: st_spi_fsm: kill duplicate CMD definitionsBrian Norris1-36/+0
2014-04-14mtd: st_spi_fsm: fixup Kconfig dependencyBrian Norris1-1/+1
2014-04-14mtd: spi-nor: shorten Kconfig namingBrian Norris1-1/+1
2014-04-14mtd: spi-nor: re-name OPCODE_* to SPINOR_OP_*Brian Norris1-2/+2
2014-04-14mtd: st_spi_fsm: Add support for Macronix MX25L3255EAngus Clark1-1/+7
2014-04-14mtd: st_spi_fsm: Add Spansion S25FL032P to device tableAngus Clark1-0/+2
2014-04-14mtd: st_spi_fsm: Refactor status register operationsAngus Clark1-84/+68
2014-04-14mtd: st_spi_fsm: Update Macronix 'QE' configurationAngus Clark1-4/+19
2014-04-14mtd: st_spi_fsm: Update Macronix 32-bit addressing supportAngus Clark1-13/+10
2014-04-14mtd: st_spi_fsm: Add Macronix MX25L25655E deviceAngus Clark1-0/+3
2014-04-14mtd: m25p80: use the SPI nor frameworkBrian Norris2-1199/+106
2014-03-25mtd: devices: elm: update DRIVER_NAME as "omap-elm"Pekon Gupta1-1/+3
2014-03-25mtd: devices: elm: configure parallel channels based on ecc_stepsPekon Gupta1-3/+5
2014-03-25mtd: devices: elm: clean elm_load_syndromePekon Gupta1-7/+11
2014-03-25mtd: devices: elm: check for hardware engine's design constraintsPekon Gupta1-1/+12
2014-03-20mtd: st_spi_fsm: Succinctly reorganise .remove()Lee Jones1-6/+1
2014-03-20mtd: st_spi_fsm: Allow loop to run at least once before giving up CPULee Jones1-2/+2
2014-03-20mtd: st_spi_fsm: Correct vendor name spelling issue - missing "M"Lee Jones1-1/+1
2014-03-20mtd: st_spi_fsm: Avoid duplicating MTD core codeLee Jones1-8/+0
2014-03-20mtd: st_spi_fsm: Remove useless consts from function argumentsLee Jones1-8/+7
2014-03-20mtd: st_spi_fsm: Convert ST SPI FSM (NOR) Flash driver to new DT partitionsLee Jones1-1/+5
2014-03-20mtd: st_spi_fsm: Move runtime configurable msg sequences into device's structLee Jones1-32/+32
2014-03-20mtd: st_spi_fsm: Supply the W25Qxxx chip specific configuration call-backLee Jones1-4/+43
2014-03-20mtd: st_spi_fsm: Supply the S25FLxxx chip specific configuration call-backLee Jones1-6/+260
2014-03-20mtd: st_spi_fsm: Supply the MX25xxx chip specific configuration call-backLee Jones1-1/+81
2014-03-20mtd: st_spi_fsm: Add the ability to write to FSM's status registerLee Jones1-0/+36
2014-03-20mtd: st_spi_fsm: Add the ability to read the FSM's statusLee Jones1-0/+24
2014-03-20mtd: st_spi_fsm: Erase partly or as a whole a Serial Flash deviceLee Jones1-1/+112
2014-03-20mtd: st_spi_fsm: Supply a busy wait for post-write statusLee Jones1-0/+221
2014-03-20mtd: st_spi_fsm: Write to Flash via the FSM FIFOLee Jones1-0/+14