summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
AgeCommit message (Expand)AuthorLines
2015-05-18Merge tag 'for-linus-20150516' of git://git.infradead.org/linux-mtdLinus Torvalds-5/+7
2015-05-15Documentation: dt: mtd: replace "nor-jedec" binding with "jedec, spi-nor"Brian Norris-3/+3
2015-05-14mtd: readtest: don't clobber error reportsBrian Norris-2/+4
2015-05-06UBI: block: Add missing cache flushesKevin Cernekee-0/+2
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-4/+4
2015-04-24Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-2/+0
2015-04-22Merge tag 'for-linus-20150422' of git://git.infradead.org/linux-mtdLinus Torvalds-293/+582
2015-04-22Merge MTD fixes from 4.0 into -nextBrian Norris-0/+1
2015-04-15Merge tag 'upstream-4.1-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds-712/+1071
2015-04-15VFS: assorted d_backing_inode() annotationsDavid Howells-4/+4
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2015-04-13UBI: power cut emulation for testingdavid.oberhollenzer@sigma-star.at-2/+120
2015-04-08Merge branch 'linus' into irq/core to get the GIC updates whichThomas Gleixner-7/+47
2015-04-05mtd: spi-nor: Add support for Macronix mx25u6435f serial flashMika Westerberg-0/+1
2015-04-05mtd: spi-nor: Add support for Winbond w25q64dw serial flashMika Westerberg-0/+1
2015-04-05mtd: spi-nor: add support for the Winbond W25X05 flashGabor Juhos-0/+1
2015-04-05mtd: spi-nor: support en25s64 deviceShengzhou Liu-0/+1
2015-04-05mtd: m25p80: bind to "nor-jedec" ID, for auto-detectionBrian Norris-3/+18
2015-04-05mtd: Make MTD tests cancelableRichard Weinberger-24/+120
2015-04-05mtd: mtd_oobtest: Fix bitflip_limit usage in test case 3Roger Quadros-27/+35
2015-04-05mtd: docg3: remove invalid __exit annotationsBrian Norris-3/+3
2015-04-05mtd: fsl_ifc_nand: use msecs_to_jiffies for time conversionNicholas Mc Guire-2/+2
2015-04-05mtd: atmel_nand: don't map the ROM table if no pmecc table offset in DTWu, Josh-7/+7
2015-04-05mtd: atmel_nand: add a definition for the oob reserved bytesJosh Wu-2/+6
2015-04-05mtd: part: Remove partition overlap checksDan Ehrenberg-20/+1
2015-04-05mtd: part: Add sysfs variable for offset of partitionDan Ehrenberg-0/+29
2015-04-05mtd: part: Create the master device node when partitionedDan Ehrenberg-21/+62
2015-03-30mtd: ts5500_flash: Fix typo in MODULE_DESCRIPTION in ts5500_flash.cMasanari Iida-1/+1
2015-03-30mtd: denali: Disable sub-page writes in Denali NAND driverGraham Moore-0/+3
2015-03-30mtd: pxa3xx_nand: cleanup wait_for_completion handlingNicholas Mc Guire-14/+10
2015-03-30mtd: nand: gpmi: Check for scan_bbt() errorFabio Estevam-1/+3
2015-03-30mtd: nand: gpmi: fixup return type of wait_for_completion_timeoutNicholas Mc Guire-6/+6
2015-03-30mtd: fsl-quadspi: cleanup wait_for_completion return handlingNicholas Mc Guire-2/+1
2015-03-30mtd: fsl-quadspi: Print the error valueFabio Estevam-4/+4
2015-03-30mtd: cfi: clean up some indentingDan Carpenter-15/+15
2015-03-30mtd: maps: sa1100-flash: remove incorrect __exit markupsDmitry Torokhov-2/+2
2015-03-30mtd: replace CONFIG_8xx by CONFIG_PPC_8xxChristophe Leroy-1/+1
2015-03-30mtd: fsmc_nand.c: Use default timings if none are provided in the dtsStefan Roese-1/+6
2015-03-30mtd: nand: Prevent possible kernel lockup in nand_command()Roger Quadros-4/+23
2015-03-27mtd: spi-nor: factor out replace-able flash_{lock,unlock}Brian Norris-19/+38
2015-03-26UBI: Fastmap: Fall back to scanning mode after ECC errorRichard Weinberger-1/+1
2015-03-26UBI: Fastmap: Remove is_fm_block()Richard Weinberger-29/+0
2015-03-26UBI: Fastmap: Add blank line after declarationsRichard Weinberger-0/+1
2015-03-26UBI: Fastmap: Remove else after return.Richard Weinberger-3/+3
2015-03-26UBI: Fastmap: Introduce may_reserve_for_fm()Richard Weinberger-6/+28
2015-03-26UBI: Fastmap: Introduce ubi_fastmap_init()Richard Weinberger-7/+8
2015-03-26UBI: Fastmap: Wire up WL accessor functionsRichard Weinberger-16/+12
2015-03-26UBI: Add accessor functions for WL data structuresRichard Weinberger-0/+36
2015-03-26UBI: Move fastmap specific functions out of wl.cRichard Weinberger-463/+476
2015-03-26UBI: Fastmap: Add new module parameter fm_debugRichard Weinberger-0/+10