aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-15mtd: nand: add NAND driver "library" for Broadcom STB NAND controllerBrian Norris5-0/+2263
2015-05-15Documentation: dt: mtd: replace "nor-jedec" binding with "jedec, spi-nor"Brian Norris1-3/+3
2015-05-14mtd: readtest: don't clobber error reportsBrian Norris1-2/+4
2015-05-12mtd: fix: avoid race condition when accessing mtd->usecountBrian Norris1-0/+5
2015-05-11mtd: nand: add common DT init codeBrian Norris1-0/+41
2015-05-07mtd: m25p80: remove unused flash entries from id_tableRafał Miłecki1-36/+24
2015-05-07mtd: spi-nor: add support for the ISSI SI25CD512 SPI flashGabor Juhos1-0/+3
2015-05-07mtd: spi-nor: add support for the Macronix MX25L512E SPI flash chipGabor Juhos1-0/+1
2015-05-07mtd: Switch to PM opsLars-Peter Clausen1-20/+24
2015-05-07mtd: samsung: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-05-07mtd: s3c2410: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-05-07mtd: mxc-nand: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-05-07mtd: nand: pxa3xx: fix build on ARM64Rob Herring1-11/+10
2015-05-07mtd: nand: pxa3xx: Switch FIFO draining to jiffies-based timeoutMaxime Ripard1-11/+9
2015-05-06mtd: fsmc_nand: match wait_for_completion_timeout return typeNicholas Mc Guire1-2/+3
2015-05-06mtd: fsmc_nand: fix handling of wait_for_completion_timeout return valueNicholas Mc Guire1-3/+2
2015-05-06mtd: nand: Remove in vain memset() in nand_onfi_get_features()Richard Weinberger1-3/+0
2015-05-06mtd: constify of_device_id arrayFabian Frederick4-5/+5
2015-05-06mtd: nand_bbt: fix theoretical integer overflow in BBT writeBrian Norris1-1/+1
2015-05-06mtd: nand_bbt: unify/fix error handling in nand_scan_bbt()Brian Norris1-7/+12
2015-05-06mtd: nand_bbt: make nand_scan_bbt() staticBrian Norris1-1/+1
2015-05-06mtd: diskonchip: don't call nand_scan_bbt() directlyBrian Norris1-11/+16
2015-05-06mtd: nand_bbt: drop unnecessary headerBrian Norris1-1/+0
2015-05-06UBI: block: Add missing cache flushesKevin Cernekee1-0/+2
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-4/+4
2015-04-24Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-2/+0
2015-04-22Merge tag 'for-linus-20150422' of git://git.infradead.org/linux-mtdLinus Torvalds35-293/+582
2015-04-22Merge MTD fixes from 4.0 into -nextBrian Norris1-0/+1
2015-04-15Merge tag 'upstream-4.1-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds13-712/+1071
2015-04-15VFS: assorted d_backing_inode() annotationsDavid Howells2-4/+4
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2015-04-13UBI: power cut emulation for testingdavid.oberhollenzer@sigma-star.at4-2/+120
2015-04-08Merge branch 'linus' into irq/core to get the GIC updates whichThomas Gleixner3-7/+47
2015-04-05mtd: spi-nor: Add support for Macronix mx25u6435f serial flashMika Westerberg1-0/+1
2015-04-05mtd: spi-nor: Add support for Winbond w25q64dw serial flashMika Westerberg1-0/+1
2015-04-05mtd: spi-nor: add support for the Winbond W25X05 flashGabor Juhos1-0/+1
2015-04-05mtd: spi-nor: support en25s64 deviceShengzhou Liu1-0/+1
2015-04-05mtd: m25p80: bind to "nor-jedec" ID, for auto-detectionBrian Norris1-3/+18
2015-04-05mtd: Make MTD tests cancelableRichard Weinberger10-24/+120
2015-04-05mtd: mtd_oobtest: Fix bitflip_limit usage in test case 3Roger Quadros1-27/+35
2015-04-05mtd: docg3: remove invalid __exit annotationsBrian Norris1-3/+3
2015-04-05mtd: fsl_ifc_nand: use msecs_to_jiffies for time conversionNicholas Mc Guire1-2/+2
2015-04-05mtd: atmel_nand: don't map the ROM table if no pmecc table offset in DTWu, Josh1-7/+7
2015-04-05mtd: atmel_nand: add a definition for the oob reserved bytesJosh Wu2-2/+6
2015-04-05mtd: part: Remove partition overlap checksDan Ehrenberg1-20/+1
2015-04-05mtd: part: Add sysfs variable for offset of partitionDan Ehrenberg1-0/+29
2015-04-05mtd: part: Create the master device node when partitionedDan Ehrenberg3-21/+62
2015-03-30mtd: ts5500_flash: Fix typo in MODULE_DESCRIPTION in ts5500_flash.cMasanari Iida1-1/+1
2015-03-30mtd: denali: Disable sub-page writes in Denali NAND driverGraham Moore1-0/+3
2015-03-30mtd: pxa3xx_nand: cleanup wait_for_completion handlingNicholas Mc Guire1-14/+10