summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2008-07-24UBI: bugfix - do not torture PEB needlesslyArtem Bityutskiy1-1/+1
2008-07-24UBI: rework scrubbing messagesArtem Bityutskiy2-2/+12
2008-07-24UBI: implement multiple volumes renameArtem Bityutskiy5-12/+318
2008-07-24UBI: fix and re-work debugging stuffArtem Bityutskiy11-177/+206
2008-07-24UBI: amend commentariesArtem Bityutskiy9-126/+127
2008-07-24UBI: fix error messageArtem Bityutskiy1-1/+1
2008-07-24UBI: improve mkvol request validationArtem Bityutskiy2-4/+7
2008-07-24UBI: add ubi_sync() interfaceArtem Bityutskiy1-0/+24
2008-07-24UBI: fix 64-bit calculationsBruce Leonard1-1/+2
2008-07-24UBI: fix LEB lockingArtem Bityutskiy1-20/+7
2008-07-24UBI: fix memory leak on error pathArtem Bityutskiy1-4/+30
2008-07-24UBI: do not forget to free internal volumesArtem Bityutskiy1-3/+25
2008-07-24UBI: fix memory leakArtem Bityutskiy4-29/+9
2008-07-24UBI: avoid unnecessary division operationsKyungmin Park8-16/+18
2008-07-24UBI: fix buffer paddingKyungmin Park1-3/+3
2008-07-24UBI: add a commentArtem Bityutskiy1-1/+10
2008-07-24UBI: print error codeArtem Bityutskiy1-18/+21
2008-07-24Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-32/+47
2008-07-22MTD: handle pci_name() being constGreg Kroah-Hartman1-3/+5
2008-07-22device create: mtd: convert device_create to device_create_drvdataGreg Kroah-Hartman1-3/+6
2008-07-15[MIPS] MTX-1 flash partition setup move to platform devices registrationYoichi Yuasa3-103/+0
2008-07-15Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-7/+19
2008-07-15Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds2-7/+22
2008-07-15Merge commit 'v2.6.26' into bkl-removalJonathan Corbet6-14/+16
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2-11/+2
2008-07-13Merge branch 'pxa' into develRussell King1-32/+47
2008-07-13Merge branches 'pxa-ian' and 'pxa-xm270' into pxaRussell King1-32/+47
2008-07-11[MTD] Fix const assignment in the MTD command line partitioning driverDavid Howells1-1/+1
2008-07-11[MTD] [NOR] gen_probe: No debug message when debugging is disabledJean Delvare1-2/+2
2008-07-11[MTD] [NAND] remove __PPC__ hardcoded address from DiskOnChip driversMilton Miller2-4/+0
2008-07-11[MTD] [MAPS] Remove the bast-flash driver.Ben Dooks3-243/+0
2008-07-11[MTD] [NAND] fsl_elbc_nand: ecclayout cleanupsAnton Vorontsov1-6/+0
2008-07-11[MTD] [NAND] fsl_elbc_nand: implement support for flash-based BBTAnton Vorontsov1-1/+33
2008-07-11[MTD] [NAND] fsl_elbc_nand: fix OOB workability for large page NAND chipsAnton Vorontsov1-0/+15
2008-07-11[MTD] [NAND] atmel_nand can be modularDavid Brownell1-1/+1
2008-07-11[MTD] [NAND] atmel_nand: Work around AT32AP7000 ECC erratumHaavard Skinnemoen1-2/+23
2008-07-11[MTD] [NAND] atmel_nand speedup via {read,write}s{b,w}()David Brownell1-5/+41
2008-07-11[MTD] mtdchar.c remove shadowed variable warningsHarvey Harrison1-9/+9
2008-07-11[MTD] mtdchar.c silence sparse warningHarvey Harrison1-2/+2
2008-07-11[MTD] m25p80: fix bug - ATmel spi flash fails to be copied toMichael Hennerich1-0/+22
2008-07-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse9-103/+17
2008-07-10Merge branches 'at91', 'dyntick', 'ep93xx', 'iop', 'ixp', 'misc', 'orion', 'o...Russell King2-7/+19
2008-07-10[ARM] 5105/1: CM-X270: update NAND flash driver to use gpio_libMike Rapoport1-32/+47
2008-07-03ARM: OMAP: Change omap_cf.c and omap_nor.c to use omap_readw/writew instead o...Tony Lindgren1-7/+16
2008-07-01[MTD] orion_nand: add chip_delay parameterSaeed Bishara1-0/+3
2008-06-24pcmcia: (re)move {pcmcia,pccard}_get_statusDominik Brodowski1-3/+1
2008-06-24pcmcia: remove unused bulkmem.hMagnus Damm1-4/+0
2008-06-24pcmcia: simplify pccard_validate_cisDominik Brodowski1-4/+1
2008-06-21UBI: cdev lock_kernel() pushdownJonathan Corbet1-1/+6
2008-06-21mtdchar: cdev lock_kernel() pushdownJonathan Corbet1-6/+16