summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* mtd: atmel_nand: replace memcpy32_toio/memcpy32_fromio with memcpyWu, Josh2014-11-251-29/+10
* mtd: cafe_nand: drop duplicate .write_page implementationBrian Norris2014-11-251-45/+0
* mtd: m25p80: Add support for serial flash Spansion S25FL132KKnut Wohlrab2014-11-252-3/+2
* MTD: m25p80: fix inconsistency in m25p_ids compared to spi_nor_idsAlison Chaiken2014-11-251-3/+3
* mtd: spi-nor: improve wait-till-ready timeout loopBrian Norris2014-11-251-4/+9
* mtd: delete unnecessary checks before two function callsMarkus Elfring2014-11-252-4/+2
* mtd: nand: omap: Fix NAND enumeration on 3430 LDPRoger Quadros2014-11-251-7/+0
* mtd: nand: add ATO manufacturer infoBrian Norris2014-11-251-0/+1
* mtd: nand: print erase size on initRafał Miłecki2014-11-251-2/+2
* mtd: oobtest: correct printf() format specifier for 'size_t'Brian Norris2014-11-201-1/+1
* mtd: mtd_oobtest: add bitflip_limit parameterRoger Quadros2014-11-191-18/+47
* mtd: mtd_oobtest: Show the verification error location and dataRoger Quadros2014-11-191-7/+29
* fsl_ifc: Support all 8 IFC chip selectsAaron Sierra2014-11-051-6/+4
* mtd: atmel_nand: make PMECC lookup table and offset property optionalJosh Wu2014-11-052-4/+81
* mtd: mxc_nand: use __iowrite32_copy for 32 bit copyKoul, Vinod2014-11-051-7/+3
* mtd: intflmount: fix off by one error in INFTL_dumpVUchains()Dan Carpenter2014-11-051-1/+1
* mtd: spi-nor: Add support for SST spi flashHarini Katakam2014-11-051-0/+1
* mtd: spi-nor: Add support for Fujitsu MB85RS1MT FRAMRostislav Lisovy2014-11-051-0/+3
* mtd: nand: omap: Synchronize the access to the ECC engineRostislav Lisovy2014-11-051-5/+7
* mtd: spi-nor: Move n25q032 entry to Micron devices listChunhe Lan2014-11-051-1/+1
* mtd: dataflash: Remove use of tx_dmaMark Brown2014-11-051-3/+3
* mtd: spi-nor: drop replaceable wait-till-ready function pointerBrian Norris2014-11-051-18/+10
* mtd: fsl-quadspi: drop wait-till-ready checksBrian Norris2014-11-051-11/+0
* mtd: m25p80: drop wait-till-ready checksBrian Norris2014-11-051-11/+0
* mtd: spi-nor: move "wait-till-ready" checks into erase/write functionsBrian Norris2014-11-051-27/+9
* mtd: spi-nor: handle timeout errors in spi_nor_write()Brian Norris2014-11-051-2/+5
* mtd: spi-nor: eliminate duplicate spi_nor_wait_till_{, fsr}_ready() codeBrian Norris2014-11-051-32/+34
* mtd: update help of CONFIG_MTD_OF_PARTSMichal Sojka2014-11-051-1/+1
* mtd: nand: comment update, the DEPLETE1 command has goneGerhard Sittig2014-11-051-1/+1
* mtd: spi-nor: fix the wrong dummy valueHuang Shijie2014-11-052-2/+5
* mtd: nand: Base BCH ECC bytes on required strengthJordan Friendshuh2014-11-051-1/+1
* mtd: nand: gpio: improve comments about GPIO assisted operationGerhard Sittig2014-11-042-3/+7
* MTD: merge 3.18 development into -next developmentBrian Norris2014-10-292-1/+3
|\
| * mtd: cfi_cmdset_0001.c: fix resume for LH28F640BF chipsDmitry Eremin-Solenikov2014-10-291-0/+2
| * mtd: omap: fix mtd devices not showing upFrans Klaver2014-10-291-1/+1
* | mtd: nand: add sunxi NAND flash controller supportBoris BREZILLON2014-10-293-0/+1439
* | nandsim: add id_bytes module parameterAkinobu Mita2014-10-231-18/+24
* | mtd: docg3: fix 'defined but not used' warningBrian Norris2014-10-221-0/+2
* | mtd: bcm47xxpart: only register partitions if the trx header was filledHauke Mehrtens2014-10-221-6/+14
* | mtd: phram: fix asm/io.h include usageRob Ward2014-10-221-1/+1
* | mtd: fsl-quadspi: Let the clocks error path be clearerFabio Estevam2014-10-221-2/+2
* | mtd: fsl-quadspi: Propagate the error from of_modalias_node()Fabio Estevam2014-10-221-1/+2
* | mtd: orion_nand: fix error code path in probeMichael Opdenacker2014-10-221-28/+11
* | mtd: bcm47xxpart: alloc memory for more partitionsRafał Miłecki2014-10-221-2/+6
* | mtd: bfin-async-flash: Remove unused variableAaron Sierra2014-10-221-1/+0
* | mtd: docg3: add device-tree supportRobert Jarzmik2014-10-221-0/+8
* | mtd: nand: omap: Do not use global variablesRostislav Lisovy2014-10-221-4/+3
* | spi-nor: Remove spi_nor::read_id operationBen Hutchings2014-10-211-3/+1
* | docg3: Fix miuse of seq_printf return valueJoe Perches2014-10-211-60/+52
* | MTD: merge 3.18 development into -next developmentBrian Norris2014-10-213-20/+67
|\|