summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
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
2008-12-08MTD: tests: add mtd_readtestArtem Bityutskiy1-0/+253
2008-12-08MTD: tests: add mtd_pagetestArtem Bityutskiy1-0/+632
2008-12-08MTD: tests: add mtd_oobtestArtem Bityutskiy1-0/+742
2008-12-05UBI: handle write errors in WL workerArtem Bityutskiy2-25/+44
2008-12-05UBI: fix error pathArtem Bityutskiy1-9/+18
2008-12-05UBI: some code re-structuringArtem Bityutskiy1-16/+23
2008-12-05UBI: fix deadlockArtem Bityutskiy1-7/+7
2008-12-03UBI: fix warnings when debugging is enabledArtem Bityutskiy1-8/+18
2008-12-03[MTD] [NAND] fix OOPS accessing flash operations over STM flash on PXADenis V. Lunev1-0/+1
2008-12-02Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia...Russell King1-1/+1
2008-12-02[MTD] [NAND] drivers/mtd/nand/pasemi_nand.c: Add missing pci_dev_putJulia Lawall1-0/+1
2008-12-02[ARM] pxa: explicit #include <mach/dma.h> in various driversEric Miao1-1/+1
2008-11-30Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6Linus Torvalds3-3/+4
2008-11-29Merge branch 's3c-moves2' of git://aeryn.fluff.org.uk/bjdooks/linux into develRussell King1-2/+2
2008-11-27Merge branches 'core' and 'clks' into develRussell King1-1/+1
2008-11-27[ARM] pxa: don't pass a consumer clock name for devices with unique clocksRussell King1-1/+1
2008-11-27[ARM] remove memzero()Russell King3-4/+4
2008-11-27[MTD] [NAND] fsl_upm: fix build problem with 2.6.28-rc2Wolfgang Grandegger1-3/+5
2008-11-26[MTD] physmap: fix memory leak on physmap_flash_remove by using devresAtsushi Nemoto1-17/+9
2008-11-26[MTD] m25p80: chip erase != block erase != sector eraseChen Gong1-10/+13
2008-11-26[MTD] m25p80: fix detection of m25p16 flashesMike Frysinger1-1/+1
2008-11-26[MTD] m25p80: fix detection of SPI partsMike Frysinger1-1/+2
2008-11-26[MTD] [NAND] OMAP: OneNAND: header file relocation (part 2)Adrian Hunter1-3/+2
2008-11-24[MTD] [NAND] OMAP: OneNAND: header file relocationAdrian Hunter1-6/+6
2008-11-13[ARM] cdb89712: avoid namespace clashes with SRAM_ and BOOTROM_ constantsRussell King1-1/+10
2008-11-13[ARM] cdb89712,clps7500,h720x: avoid namespace clash for FLASH_* constantsRussell King2-4/+6
2008-11-06Merge git://git.infradead.org/mtd-2.6Linus Torvalds2-19/+4
2008-11-06UBI: Don't exit from ubi_thread until kthread_should_stop() is trueVitaliy Gusev1-1/+2
2008-11-06UBI: fix EBADMSG handlingZoltan Sogor2-2/+2
2008-11-05[MTD] [NOR] Fix cfi_send_gen_cmd handling of x16 devices in x8 mode (v4)Eric W. Biederman2-19/+4
2008-11-04drivers: remove duplicated #includeJianjun Kong1-1/+0
2008-10-30[ARM] S3C: Move nand headers to arch/arm/plat-s3c/include/platBen Dooks1-2/+2
2008-10-29[MTD] sharpsl-nand: move registration to board codeDmitry Baryshkov1-86/+0
2008-10-29[MTD] sharpsl-nand: use platform_data for model-specific valuesDmitry Baryshkov1-74/+84
2008-10-29[MTD] sharpsl-nand: cleanup partitions supportDmitry Baryshkov1-4/+18
2008-10-29[MTD] sharpsl_nand: move io addr to struct sharpsl_nandDmitry Baryshkov1-27/+32