aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2015-06-25Merge tag 'upstream-4.2-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds7-208/+145
2015-06-24Merge tag 'powerpc-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus Torvalds3-0/+294
2015-06-16mtd: docg3: Fix kasprintf() usageRichard Weinberger1-2/+8
2015-06-16mtd: docg3: Don't leak docg3->bbt in error pathRichard Weinberger1-2/+4
2015-06-16mtd: nandsim: Fix kasprintf() usageRichard Weinberger1-0/+10
2015-06-16mtd: cs553x_nand: Fix kasprintf() usageRichard Weinberger1-3/+9
2015-06-16mtd: r852: Fix device_create_file() usageRichard Weinberger1-1/+5
2015-06-16mtd: brcmnand: drop unnecessary initializationBrian Norris1-1/+1
2015-06-16mtd: propagate error codes from add_mtd_device()Brian Norris1-7/+11
2015-06-16mtd: diskonchip: remove two-phase partitioning / registrationBrian Norris1-8/+2
2015-06-11mtd: powernv: Add powernv flash MTD abstraction driverCyril Bur3-0/+294
2015-06-03UBI: Remove unnecessary `\'shengyong2-2/+2
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo1-0/+1
2015-06-02UBI: Use static class and attribute groupsTakashi Iwai3-142/+57
2015-06-02UBI: add a helper function for updatting on-flash layout volumesshengyong1-21/+24
2015-06-02UBI: Fastmap: Do not add vol if it already existsshengyong1-1/+8
2015-06-02UBI: Init vol->reserved_pebs by assignmentshengyong1-2/+2
2015-06-02UBI: Fastmap: Rename variables to make them meaningfulshengyong1-29/+29
2015-06-02UBI: Fastmap: Remove unnecessary `\'shengyong1-7/+7
2015-06-02UBI: Fastmap: Use max() to get the larger valueshengyong1-2/+2
2015-06-02UBI: block: Dynamically allocate minor numbersDan Ehrenberg1-2/+14
2015-05-28mtd: dc21285: use raw spinlock functions for nw_gpio_lockUwe Kleine-König1-2/+2
2015-05-28mtd: chips: fixup dependencies, to prevent build errorBrian Norris1-0/+1
2015-05-28kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez1-1/+1
2015-05-27mtd: cfi_cmdset_0002: Initialize datum before calling map_word_load_partialChristian Riesch1-1/+1
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-20mtd: mxc_nand: generate nand_ecclayout for 8 bit ECCBaruch Siach1-1/+21
2015-05-20mtd: spi-nor: Properly set SECT_4K for recently added flashesRafał Miłecki1-3/+10
2015-05-20mtd: spi-nor: Add support for Spansion S25FL164KRafał Miłecki1-0/+1
2015-05-20mtd: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven2-2/+2
2015-05-20mtd: mxc_nand: fix truncate of unaligned oob copyingBaruch Siach1-4/+36
2015-05-20mtd: mxc_nand: limit the size of used oobBaruch Siach1-3/+13
2015-05-20mtd: 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