aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/bcm_umi_nand.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-30Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds1-1/+9
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-27mtd: flash drivers set ecc strengthMike Dunn1-0/+8
2012-03-27mtd: do not use plain 0 as NULLArtem Bityutskiy1-1/+1
2012-01-09mtd: convert drivers/mtd/* to use module_platform_driver()Axel Lin1-12/+1
2011-09-11mtd: bcm_umi_nand: clean up error handling codeJulia Lawall1-15/+18
2011-09-11mtd: bcm_umi_nand.c: use mtd_device_parse_registerDmitry Eremin-Solenikov1-17/+2
2011-09-11mtd: bcm_umi_nand don't specify default parsing optionsDmitry Eremin-Solenikov1-5/+2
2011-09-11mtd: nand: rename NAND_USE_FLASH_BBTBrian Norris1-1/+1
2011-09-11mtd: nand: consolidate redundant flash-based BBT flagsBrian Norris1-1/+1
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-1/+1
2011-05-25mtd: bcm_umi_nand: convert to mtd_device_register()Jamie Iles1-3/+1
2010-05-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-0/+1
2010-05-10mtd/nand/bcm_umi: remove unused #include <linux/version.h>Huang Weiyi1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-2/+2
2010-02-26mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()David Woodhouse1-1/+1
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-2/+2
2009-10-20mtd: add bcmring nand driverLeo (Hao) Chen1-0/+581