aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2013-07-05Merge tag 'upstream-3.11-rc1' of git://git.infradead.org/linux-ubiGravatar Linus Torvalds 2-20/+43
2013-07-03drivers: avoid parsing names as kthread_run() format stringsGravatar Kees Cook 1-1/+1
2013-07-03drivers: avoid format string in dev_set_nameGravatar Kees Cook 1-1/+1
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-44/+2
2013-07-02Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Gravatar Linus Torvalds 3-137/+0
2013-07-01UBI: support ubi_num on mtd.ubi command lineGravatar Mike Frysinger 1-11/+28
2013-06-29ubi/cdev: switch to fixed_size_llseek()Gravatar Al Viro 1-25/+1
2013-06-29mtdchar: switch to fixed_size_llseek()Gravatar Al Viro 1-19/+1
2013-06-19mtd: omap2: allow bulding as a moduleGravatar Arnd Bergmann 1-1/+1
2013-06-11ARM: clps711x: autcpu12: Special driver for handling memory is removedGravatar Alexander Shiyan 3-137/+0
2013-05-29UBI: fastmap break out of used PEB searchGravatar Brian Pomerantz 1-1/+3
2013-05-18drivers/mtd/nand: don't check resource with devm_ioremap_resourceGravatar Wolfram Sang 1-5/+0
2013-05-16UBI: do not abort init when ubi.mtd devices cannot be foundGravatar Mike Frysinger 1-1/+5
2013-05-16UBI: drop redundant "UBI error" stringGravatar Mike Frysinger 1-7/+7
2013-05-09Merge tag 'for-linus-20130509' of git://git.infradead.org/linux-mtdGravatar Linus Torvalds 77-8057/+495
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxGravatar Linus Torvalds 2-2/+2
2013-05-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-10/+6
2013-05-07Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 2-52/+2
2013-05-07block_device_operations->release() should return voidGravatar Al Viro 1-3/+2
2013-05-05mtd_blktrans_ops->release() should return voidGravatar Al Viro 3-9/+6
2013-05-05Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-3/+5
2013-05-02Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-2/+63
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+1
2013-04-29Include missing linux/slab.h inclusionsGravatar David Howells 1-0/+1
2013-04-19mtdchar: remove no-longer-used vma helpersGravatar Linus Torvalds 1-27/+0
2013-04-19vm: convert mtdchar mmap to vm_iomap_memory() helperGravatar Linus Torvalds 1-30/+2
2013-04-19mtd: onenand/samsung: make regs-onenand.h file localGravatar Arnd Bergmann 2-2/+63
2013-04-16Convert selectors of GENERIC_GPIO to GPIOLIBGravatar Alexandre Courbot 2-2/+2
2013-04-05mtd: omap2: Use module_platform_driver()Gravatar Sachin Kamat 1-13/+1
2013-04-05mtd: bf5xx_nand: Use module_platform_driver()Gravatar Sachin Kamat 1-15/+1
2013-04-05mtd: denali_dt: Remove redundant use of of_match_ptrGravatar Sachin Kamat 1-1/+1
2013-04-05mtd: denali_dt: Change return value to fix smatch warningGravatar Sachin Kamat 1-1/+1
2013-04-05mtd: denali_dt: Use module_platform_driver()Gravatar Sachin Kamat 1-11/+1
2013-04-05mtd: denali_dt: Fix incorrect error checkGravatar Sachin Kamat 1-1/+1
2013-04-05mtd: nand: subpage write support for hardware based ECC schemesGravatar Gupta, Pekon 3-17/+90
2013-04-05mtd: omap2: use msecs_to_jiffies()Gravatar Toan Pham 1-2/+2
2013-04-05mtd: nand_ids: use size macrosGravatar Artem Bityutskiy 2-55/+56
2013-04-05mtd: nand_ids: improve LEGACY_ID_NAND macro a bitGravatar Artem Bityutskiy 2-55/+55
2013-04-05mtd: add 4 Toshiba nand chips for the full-id caseGravatar Huang Shijie 1-0/+19
2013-04-05mtd: add the support to parse out the full-id nand typeGravatar Huang Shijie 1-3/+32
2013-04-05mtd: sh_flctl: Use of_match_ptr() macroGravatar Sachin Kamat 1-2/+1
2013-04-05mtd: gpio: Use of_match_ptr() macroGravatar Sachin Kamat 1-2/+1
2013-04-05mtd: gpio: Use devm_kzalloc()Gravatar Sachin Kamat 1-4/+1
2013-04-05mtd: davinci_nand: Use of_match_ptr()Gravatar Sachin Kamat 1-2/+2
2013-04-05mtd: dataflash: Use of_match_ptr() macroGravatar Sachin Kamat 1-3/+1
2013-04-05mtd: remove h720x flash supportGravatar Arnd Bergmann 3-128/+0
2013-04-05mtd: onenand: remove OneNAND simulatorGravatar Artem Bityutskiy 3-573/+0
2013-04-05mtd: merge mtdchar module with mtdcoreGravatar Artem Bityutskiy 8-40/+19
2013-04-05mtd: mtdcore: cleanup mtdcore.h a littleGravatar Artem Bityutskiy 1-17/+11
2013-04-05mtd: mtdchar: use proper kernel print levelGravatar Artem Bityutskiy 1-3/+5