summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mtd: spi-nor: fix NULL dereference when no match found in spi_nor_ids[]Brian Norris2015-09-031-1/+1
* mtd: spi-nor: s25sl064p supports both dual and quad I/OJoachim Eastwood2015-09-021-1/+1
* mtd: spi-nor: allow dual/quad reads on S25FL129PJonas Gorski2015-09-021-2/+2
* mtd: nand: omap2: Rename shippable module to omap2_nandRoger Quadros2015-09-021-1/+2
* mtd: spi-nor: Add support for sst25wf020aAlexis Ballier2015-09-021-0/+1
* mtd: spi-nor: Add support for Micron n25q064a serial flashMika Westerberg2015-09-021-0/+1
* mtd: mtd_oobtest: Fix the address offset with vary_offset caseRoger Quadros2015-08-281-6/+12
* mtd: blkdevs: fix switch-bool compilation warningTomer Barletz2015-08-251-6/+2
* mtd: spi-nor: stop (ab)using struct spi_device_idRafał Miłecki2015-08-251-35/+27
* mtd: nand: add Toshiba TC58NVG0S3E to nand_ids tableOleksij Rempel2015-08-251-0/+4
* mtd: dataflash: Export OF module alias informationJavier Martinez Canillas2015-08-221-0/+1
* nand: pxa3xx: Increase READ_ID buffer and make the size staticEzequiel García2015-08-201-21/+10
* mtd: nand: pxa3xx-nand: fix random command timeoutsRobert Jarzmik2015-08-201-3/+7
* mtd: nand: pxa3xx_nand: fix early spurious interruptRobert Jarzmik2015-08-201-1/+1
* mtd: pxa3xx_nand: add a default chunk sizeAntoine Ténart2015-08-191-0/+3
* mtd: omap_elm: Fix module aliasAxel Lin2015-08-191-1/+1
* mtd: physmap_of: fix null pointer deference when kzalloc returns nullColin Ian King2015-08-191-0/+6
* mtd: nettel: do not ignore mtd_device_register() failure in nettel_init()Alexey Khoroshilov2015-08-191-3/+10
* mtd: denali_pci: switch to dev_err()Andy Shevchenko2015-08-191-4/+4
* mtd: denali_pci: refactor driver using devres APIAndy Shevchenko2015-08-191-17/+6
* mtd: denali_pci: use module_pci_driver() macroAndy Shevchenko2015-08-191-11/+1
* mtd: denali: hide core part from user in KconfigAndy Shevchenko2015-08-191-8/+5
* mtd: spi-nor: add Spansion S25FL204K supportAntony Pavlov2015-08-141-0/+1
* mtd: spi-nor: Improve Kconfig help text for SPI_FSL_QUADSPIFabio Estevam2015-08-141-1/+2
* mtd: spi-nor: add driver for NXP SPI Flash Interface (SPIFI)Joachim Eastwood2015-08-143-0/+494
* doc: dt: add documentation for nxp,lpc1773-spifiJoachim Eastwood2015-08-141-0/+58
* nand: pxa3xx: Increase initial buffer sizeEzequiel Garcia2015-08-141-6/+9
* mtd: brcmnand: Fix misuse of IS_ENABLEDAxel Lin2015-08-081-2/+2
* mtd: spi-nor: fsl-quadspi: fix unsupported cmd when run flash_eraseFrank Li2015-08-061-8/+4
* mtd: spi-nor: fsl-quadspi: reset the module in the probeFrank Li2015-08-061-0/+8
* mtd: spi-nor: fsl-quadspi: workaround qspi can't wakeup from wait modeFrank Li2015-08-061-5/+21
* mtd: spi-nor: fsl-quadspi: i.MX6SX: fixed the random QSPI access failed issueAllen Xu2015-08-061-25/+56
* Documentation: fsl-quadspi: Add fsl, imx6ul-qspi compatible stringFrank Li2015-08-061-1/+1
* mtd: spi-nor: fsl-quadspi: add i.mx6ul supportFrank Li2015-08-061-0/+11
* Documentation: fsl-quadspi: Add fsl, imx7d-qspi compatible stringFrank Li2015-08-061-1/+2
* mtd: spi-nor: fsl-quadspi: add imx7d supportFrank Li2015-08-061-0/+26
* mtd: spi-nor: fsl-quadspi: use quirk to distinguish different qspi versionHan Xu2015-08-061-8/+16
* mtd: spi-nor: fsl-quadspi: dynamically map memory space for AHB readHan Xu2015-08-061-7/+48
* mtd: m25p80: allow arbitrary OF matching for "jedec,spi-nor"Brian Norris2015-07-212-11/+15
* mtd: nand: sunxi: Set serial access mode correctlyRoy Spliet2015-07-201-5/+12
* mtd: nand: sunxi: Replace failsafe timing cfg with calculated valueRoy Spliet2015-07-201-5/+68
* mtd: spi-nor: set SECT_4K for n25q064 SPI flashAlexey Firago2015-07-201-1/+1
* mtd: fsl-quadspi: Actually clear TX FIFO upon writeAlexander Stein2015-07-201-1/+1
* mtd: r852: make ecc_reg 32-bit in r852_ecc_correctNicolas Iooss2015-07-201-1/+1
* nand: davinci: add support for 4K page size nand devicesSandeep Paulraj2015-07-201-11/+31
* Merge MTD 4.2-rc fixes into MTD -nextBrian Norris2015-07-072-5/+11
|\
| * mtd: nand: Fix NAND_USE_BOUNCE_BUFFER flag conflictScott Wood2015-07-071-5/+5
| * MAINTAINERS: mtd: docg3: add docg3 maintainerRobert Jarzmik2015-07-061-0/+6
* | mtd: nandsim: fix double freeshengyong2015-07-071-18/+7
* | mtd: nandsim: fix free of NULL pointershengyong2015-07-071-1/+2