summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2015-05-27mtd: cfi: deinline large functionsDenys Vlasenko1-0/+188
2015-05-27mtd: lantiq-flash: use default partition parsersBrian Norris1-3/+1
2015-05-27mtd: plat_nand: use default partition probeBrian Norris2-7/+1
2015-05-22mtd: nand: correct indentation within conditionalBrian Norris1-1/+1
2015-05-22mtd: remove incorrect file nameBrian Norris5-10/+2
2015-05-21mtd: blktrans: use better error code for unimplemented ioctl()Brian Norris1-1/+1
2015-05-21mtd: maps: Spelling s/reseved/reserved/Geert Uytterhoeven3-3/+3
2015-05-21mtd: blktrans: change blktrans_getgeo return valueWenlin Kang1-1/+1
2015-05-21mtd: mxc_nand: generate nand_ecclayout for 8 bit ECCBaruch Siach1-1/+21
2015-05-21mtd: spi-nor: Properly set SECT_4K for recently added flashesRafał Miłecki1-3/+10
2015-05-21mtd: spi-nor: Add support for Spansion S25FL164KRafał Miłecki1-0/+1
2015-05-21mtd: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven2-2/+2
2015-05-21mtd: mxc_nand: fix truncate of unaligned oob copyingBaruch Siach1-4/+36
2015-05-21mtd: mxc_nand: limit the size of used oobBaruch Siach1-3/+13
2015-05-21mtd: mxc_nand: cleanup copy_spare functionUwe Kleine-König1-15/+31
2015-05-18mtd: brcmnand: do not make local variable staticHauke Mehrtens1-1/+1
2015-05-18mtd: brcmnand: remove double new line from printHauke Mehrtens1-1/+1
2015-05-18Merge tag 'v4.1-rc4' into MTD's -nextBrian Norris3-5/+9
2015-05-18Merge tag 'for-linus-20150516' of git://git.infradead.org/linux-mtdLinus Torvalds2-5/+7
2015-05-15mtd: brcmnand: add BCM63138 supportBrian Norris2-0/+112
2015-05-15mtd: brcmnand: add support for Broadcom's IPROC familyBrian Norris2-0/+153
2015-05-15mtd: brcmnand: add extra SoC support to libraryBrian Norris2-5/+71
2015-05-15mtd: brcmnand: add support for STB chipsBrian Norris2-0/+45
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-12mtd: 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-07mtd: fsmc_nand: match wait_for_completion_timeout return typeNicholas Mc Guire1-2/+3
2015-05-07mtd: fsmc_nand: fix handling of wait_for_completion_timeout return valueNicholas Mc Guire1-3/+2
2015-05-07mtd: nand: Remove in vain memset() in nand_onfi_get_features()Richard Weinberger1-3/+0
2015-05-07mtd: constify of_device_id arrayFabian Frederick4-5/+5
2015-05-07mtd: nand_bbt: fix theoretical integer overflow in BBT writeBrian Norris1-1/+1
2015-05-07mtd: nand_bbt: unify/fix error handling in nand_scan_bbt()Brian Norris1-7/+12
2015-05-07mtd: nand_bbt: make nand_scan_bbt() staticBrian Norris1-1/+1
2015-05-07mtd: diskonchip: don't call nand_scan_bbt() directlyBrian Norris1-11/+16
2015-05-07mtd: nand_bbt: drop unnecessary headerBrian Norris1-1/+0
2015-05-06UBI: block: Add missing cache flushesKevin Cernekee1-0/+2
2015-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus 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