summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* block: remove struct request buffer memberJens Axboe2014-04-152-3/+2
* Merge tag 'for-linus-20140405' of git://git.infradead.org/linux-mtdLinus Torvalds2014-04-0771-603/+2941
|\
| * Fix index regression in nand_read_subpageRon2014-04-041-3/+2
| * mtd: diskonchip: mem resource name is not optionalSasha Levin2014-03-311-1/+1
| * mtd: nand: fix mention to CONFIG_MTD_NAND_ECC_BCHErico Nunes2014-03-261-1/+1
| * mtd: omap2: Use devm_ioremap_resource()Jingoo Han2014-03-251-20/+3
| * mtd: denali_dt: Use devm_ioremap_resource()Jingoo Han2014-03-251-31/+8
| * 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-252-4/+18
| * 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
| * mtd: st_spi_fsm: Add a check to if the chip can handle an SoC resetLee Jones2014-03-201-0/+40
| * mtd: st_spi_fsm: Prepare read/write sequences according to configurationLee Jones2014-03-201-0/+17
| * mtd: st_spi_fsm: Provide the sequence for enabling 32bit addressing modeLee Jones2014-03-201-0/+22
| * mtd: st_spi_fsm: Provide the erase one sector sequenceLee Jones2014-03-201-0/+35
| * mtd: st_spi_fsm: Fetch boot-device from mode pinsLee Jones2014-03-201-0/+46
| * mtd: st_spi_fsm: Prepare the read/write FSM message sequence(s)Lee Jones2014-03-201-0/+69
| * mtd: st_spi_fsm: Use device size to determine address widthLee Jones2014-03-201-0/+4
| * mtd: st_spi_fsm: Search for preferred FSM message sequence configurationsLee Jones2014-03-201-0/+27
| * mtd: st_spi_fsm: Dynamically setup flash device based on JEDEC IDLee Jones2014-03-201-1/+25
| * mtd: st_spi_fsm: Provide device look-up tableLee Jones2014-03-201-0/+136
| * mtd: devices: Provide header for shared OPCODEs and SFDP commandsLee Jones2014-03-202-0/+83
| * mtd: st_spi_fsm: Add support for JEDEC ID extractionLee Jones2014-03-201-0/+55
| * mtd: st_spi_fsm: Supply a method to read from the FSM's FIFOLee Jones2014-03-201-0/+26
| * mtd: st_spi_fsm: Supply framework for device requestsLee Jones2014-03-201-0/+56
| * mtd: st_spi_fsm: Initialise and configure the FSM for normal working conditionsLee Jones2014-03-201-0/+127
| * mtd: st_spi_fsm: Supply all register address and bit logic definesLee Jones2014-03-201-0/+164
| * mtd: st_spi_fsm: Allocate resources and register with MTD frameworkLee Jones2014-03-203-0/+115