summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2008-12-16[ARM] MX3: add NAND supportSascha Hauer1-1/+1
2008-12-16UBI: simplify PEB protection codeXiaochuan-Xu2-241/+162
2008-12-15Merge branch 'omap3-upstream' of git://git.kernel.org/pub/scm/linux/kernel/gi...Russell King6-46/+45
2008-12-15UBI: prepare for protection tree improvementsXiaochuan-Xu2-24/+27
2008-12-13Merge git://git.marvell.com/orion into develRussell King3-3/+4
2008-12-13[ARM] netwinder: clean up GPIO namingRussell King1-4/+3
2008-12-10ARM: OMAP: use gpio_to_irqDavid Brownell1-3/+3
2008-12-10ARM: OMAP: switch to gpio_direction_inputDavid Brownell1-1/+1
2008-12-10ARM: OMAP: switch to standard gpio get/set callsDavid Brownell1-1/+1
2008-12-10[MTD] [NAND] Set the fsl elbc ECCM according the settings in bootloader.Jason Jin1-1/+3
2008-12-10[MTD] [NAND] remove excess kernel-doc notationRandy Dunlap1-1/+0
2008-12-10[MTD] physmap: fix leak of memory returned by parse_mtd_partitionsAtsushi Nemoto1-9/+8
2008-12-10[MTD] drivers/mtd/maps/nettel.c: use ARRAY_SIZEJulia Lawall1-2/+1
2008-12-10[MTD] physmap: make physmap compat explicitMike Frysinger2-15/+18
2008-12-10Merge branch 'misc/mtd/sharpsl-nand' of git://git.kernel.org/pub/scm/linux/ke...David Woodhouse1-125/+122
2008-12-10[MTD] remove private wrapper of endian helpers in rfd_ftl.cHarvey Harrison1-4/+2
2008-12-10MTD: add MTD tests to compilationArtem Bityutskiy3-1/+16
2008-12-10MTD: tests: add mtd_torturetestArtem Bityutskiy1-0/+530
2008-12-10[MTD] Remove more strange u_intxx_t typesDavid Woodhouse1-1/+1
2008-12-10[MTD] Remove strange u_int32_t types from FTLDavid Woodhouse1-50/+50
2008-12-10[MTD] [NAND] Remove strange u_int64_t types from nandsimDavid Woodhouse1-5/+5
2008-12-10[MTD] update internal API to support 64-bit device sizeAdrian Hunter26-125/+161
2008-12-10MTD: nandsim: use less RAMAlexey Korolev1-7/+18
2008-12-10MTD: nandsim: add option to use a file to cache pagesAdrian Hunter1-24/+261
2008-12-10MTD: nandsim: suppress unnecessary warningAdrian Hunter1-7/+11
2008-12-10[MTD] Make init_impa7 staticDmitri Vorobiev1-1/+1
2008-12-10[MTD] Make init_redwood_flash function staticDmitri Vorobiev1-1/+1
2008-12-10[MTD] Make init_msp_flash function staticDmitri Vorobiev1-1/+1
2008-12-10[MTD] Make h720x_mtd_init function staticDmitri Vorobiev1-1/+1
2008-12-10[MTD] Make init_mbx function staticDmitri Vorobiev1-1/+1
2008-12-10[MTD] Make the function init_vmax301 staticDmitri Vorobiev1-1/+1
2008-12-10[MTD] Make init_fortunet function staticDmitri Vorobiev1-1/+1
2008-12-10[MTD] Make alchemy_mtd_init function staticDmitri Vorobiev1-1/+1
2008-12-10[MTD] Make ipaq_mtd_init function staticDmitri Vorobiev1-1/+1
2008-12-10[MTD] Make init_dbox2_flash staticDmitri Vorobiev1-1/+1
2008-12-10[MTD] Make init_flagadm function staticDmitri Vorobiev1-1/+1
2008-12-10[MTD] Make init_oct5066 function staticDmitri Vorobiev1-1/+1
2008-12-10[MTD] Make the init_edb7312nor function staticDmitri Vorobiev1-1/+1
2008-12-10[MTD] Make init_sbc82xx_flash function staticDmitri Vorobiev1-1/+1
2008-12-10[MTD] Make init_rpxlite function staticDmitri Vorobiev1-1/+1
2008-12-10[MTD] Make init_tqm_mtd function staticDmitri Vorobiev1-1/+1
2008-12-10[MTD] Make uclinux_mtd_cleanup and uclinux_mtd_init staticDmitri Vorobiev1-2/+2
2008-12-10[MTD] Make lart_flash_init, lart_flash_exit staticDmitri Vorobiev1-4/+2
2008-12-10[MTD] Make init_sbc8240_mtd function staticDmitri Vorobiev1-1/+1
2008-12-10[MTD] Make init_sharpsl symbol staticDmitri Vorobiev1-1/+1
2008-12-10UBI: return -ENOMEM upon failing vmallocStefan Roese1-2/+3
2008-12-09Merge git://git.infradead.org/mtd-2.6Linus Torvalds6-41/+40
2008-12-08MTD: tests: add mtd_subpagetestArtem Bityutskiy1-0/+525
2008-12-08MTD: tests: add mtd_stresstestArtem Bityutskiy1-0/+330
2008-12-08MTD: tests: add mtd_speedtestArtem Bityutskiy1-0/+502