summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-111-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/+316
|\ \ | |/ |/|
| * mtd: slram: fix unused variable warningBrian Norris2014-05-281-3/+1
| * mtd: nand: omap: add support for BCH16_ECC - ELM driver updatespekon gupta2014-05-201-0/+36
| * mtd: st_spi_fsm: Make of_device_id array constJingoo Han2014-05-201-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-161-1/+1
| * mtd: st_spi_fsm: correct type issuesBrian Norris2014-04-161-6/+6
| * mtd: st_spi_fsm: begin using spi-nor.h opcodesBrian Norris2014-04-142-24/+5
| * mtd: st_spi_fsm: replace FLACH_CMD_* with SPINOR_OP_*Brian Norris2014-04-142-87/+87
| * mtd: st_spi_fsm: kill duplicate CMD definitionsBrian Norris2014-04-141-36/+0
| * mtd: st_spi_fsm: fixup Kconfig dependencyBrian Norris2014-04-141-1/+1
| * mtd: spi-nor: shorten Kconfig namingBrian Norris2014-04-141-1/+1
| * mtd: spi-nor: re-name OPCODE_* to SPINOR_OP_*Brian Norris2014-04-141-2/+2
| * mtd: st_spi_fsm: Add support for Macronix MX25L3255EAngus Clark2014-04-141-1/+7
| * mtd: st_spi_fsm: Add Spansion S25FL032P to device tableAngus Clark2014-04-141-0/+2
| * mtd: st_spi_fsm: Refactor status register operationsAngus Clark2014-04-141-84/+68
| * mtd: st_spi_fsm: Update Macronix 'QE' configurationAngus Clark2014-04-141-4/+19
| * mtd: st_spi_fsm: Update Macronix 32-bit addressing supportAngus Clark2014-04-141-13/+10
| * mtd: st_spi_fsm: Add Macronix MX25L25655E deviceAngus Clark2014-04-141-0/+3
| * mtd: m25p80: use the SPI nor frameworkBrian Norris2014-04-142-1199/+106
* | Shiraz has movedViresh Kumar2014-04-181-2/+2
|/
* mtd: devices: elm: update DRIVER_NAME as "omap-elm"Pekon Gupta2014-03-251-1/+3
* mtd: devices: elm: configure parallel channels based on ecc_stepsPekon Gupta2014-03-251-3/+5
* mtd: devices: elm: clean elm_load_syndromePekon Gupta2014-03-251-7/+11
* mtd: devices: elm: check for hardware engine's design constraintsPekon Gupta2014-03-251-1/+12
* mtd: st_spi_fsm: Succinctly reorganise .remove()Lee Jones2014-03-201-6/+1
* mtd: st_spi_fsm: Allow loop to run at least once before giving up CPULee Jones2014-03-201-2/+2
* mtd: st_spi_fsm: Correct vendor name spelling issue - missing "M"Lee Jones2014-03-201-1/+1
* mtd: st_spi_fsm: Avoid duplicating MTD core codeLee Jones2014-03-201-8/+0
* mtd: st_spi_fsm: Remove useless consts from function argumentsLee Jones2014-03-201-8/+7
* mtd: st_spi_fsm: Convert ST SPI FSM (NOR) Flash driver to new DT partitionsLee Jones2014-03-201-1/+5
* mtd: st_spi_fsm: Move runtime configurable msg sequences into device's structLee Jones2014-03-201-32/+32
* mtd: st_spi_fsm: Supply the W25Qxxx chip specific configuration call-backLee Jones2014-03-201-4/+43
* mtd: st_spi_fsm: Supply the S25FLxxx chip specific configuration call-backLee Jones2014-03-201-6/+260
* mtd: st_spi_fsm: Supply the MX25xxx chip specific configuration call-backLee Jones2014-03-201-1/+81
* mtd: st_spi_fsm: Add the ability to write to FSM's status registerLee Jones2014-03-201-0/+36
* mtd: st_spi_fsm: Add the ability to read the FSM's statusLee Jones2014-03-201-0/+24
* mtd: st_spi_fsm: Erase partly or as a whole a Serial Flash deviceLee Jones2014-03-201-1/+112
* mtd: st_spi_fsm: Supply a busy wait for post-write statusLee Jones2014-03-201-0/+221
* mtd: st_spi_fsm: Write to Flash via the FSM FIFOLee Jones2014-03-201-0/+14
* mtd: st_spi_fsm: Add the ability to read from a Serial Flash deviceLee Jones2014-03-201-0/+98
* mtd: st_spi_fsm: Prepare default sequences for read/write/eraseLee Jones2014-03-201-0/+36
* mtd: st_spi_fsm: Supply the N25Qxxx chip specific configuration call-backLee Jones2014-03-201-2/+82
* mtd: st_spi_fsm: Supply the N25Qxxx specific read configurationsLee Jones2014-03-201-0/+91
* mtd: st_spi_fsm: Provide the default read/write configurationsLee Jones2014-03-201-0/+27
* mtd: st_spi_fsm: Update the flash Volatile Configuration RegisterLee Jones2014-03-201-0/+32
* mtd: st_spi_fsm: Provide a method to put the chip into 32bit addressing modeLee Jones2014-03-201-0/+19
OpenPOWER on IntegriCloud