aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-24mtd: Convert from class_device to device for MTD/mtdcharTony Jones1-7/+5
2008-01-11cache invalidation error for buffered writeMassimo Cirillo1-2/+5
2007-10-23Eliminate pointless casts from void* in a few driver irq handlers.Jeff Garzik1-1/+1
2007-10-23[MTD] [NOR] Fix deadlock in Intel chip driver caused by get_chip recursionAlexey Korolev1-69/+77
2007-10-22[MTD] [OneNAND] Fix wrong free the static address in onenand_simKyungmin Park1-1/+0
2007-10-20[MTD] [NAND] Replace -1 with -EBADMSG in nand error correction codeJörn Engel2-3/+3
2007-10-20[MTD] [NAND] treat any negative return value from correct() as an errorMatt Reimer1-3/+3
2007-10-20[MTD] [NAND] nandsim: bugfix in initializationArtem Bityutskiy1-1/+1
2007-10-20[MTD] Fix typo in Alauda config option help text.Dave Jones1-1/+1
2007-10-20[MTD] [NAND] add s3c2440-specific read_buf/write_bufMatt Reimer1-0/+14
2007-10-20[MTD] [OneNAND] onenand-sim: fix kernel-doc and typosRandy Dunlap1-24/+25
2007-10-20typo fixesMatt LaPlante1-5/+5
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-1/+1
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches1-1/+1
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-2/+1
2007-10-15Reinstate lost flush_ioremap_region() fix to pxa2xx-flash driverLinus Torvalds1-2/+2
2007-10-14signedness: module_param_array nump argumentAl Viro1-1/+1
2007-10-14Merge branch 'master' of git://git.infradead.org/~dedekind/ubi-2.6David Woodhouse12-317/+274
2007-10-14[MTD] fix mtdconcat for subpage-write NANDChris Paulson-Ellis1-0/+1
2007-10-14[MTD] [OneNAND] Avoid deadlock in erase callback; release chip lock first.Adrian Hunter1-3/+4
2007-10-14[MTD] [OneNAND] Return only negative error codesAdrian Hunter1-2/+2
2007-10-14[MTD] [OneNAND] Synchronize block locking operationsAdrian Hunter1-4/+14
2007-10-14UBI: return correct error codeArtem Bityutskiy1-0/+1
2007-10-14UBI: remove useless inlinesArtem Bityutskiy1-81/+38
2007-10-14UBI: fix atomic LEB change problemsArtem Bityutskiy2-21/+33
2007-10-14UBI: use byte hexdumpArtem Bityutskiy2-3/+3
2007-10-14UBI: do not use vmalloc on I/O pathArtem Bityutskiy8-112/+119
2007-10-14UBI: allocate memory with GFP_NOFSArtem Bityutskiy6-19/+21
2007-10-14UBI: use linux print_hex_dump(), not home-grown oneArtem Bityutskiy3-38/+3
2007-10-14UBI: don't use array index before testing if it is negativeJesper Juhl1-2/+7
2007-10-14UBI: add more printsArtem Bityutskiy2-1/+5
2007-10-14UBI: fix sparse warningsArtem Bityutskiy2-41/+45
2007-10-14UBI: fix leak in ubi_scan_erase_pebFlorin Malita1-4/+4
2007-10-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse2-129/+218
2007-10-13Merge Linux 2.6.23David Woodhouse1-0/+2
2007-10-13[MTD] [NAND] Blackfin on-chip NAND Flash Controller driverBryan Wu3-0/+808
2007-10-13[MTD] [NOR] fix ctrl-alt-del can't reboot for intel flash bugKevin Hao1-3/+6
2007-10-13[MTD] [NAND] Fix compiler warning in Alauda driverakpm@linux-foundation.org1-1/+1
2007-10-13[MTD] [OneNAND] Fix typo related with recent commitKyungmin Park1-1/+1
2007-10-06[MTD] [NAND] Avoid deadlock in erase callback; release chip lock first.David Woodhouse1-3/+4
2007-10-06[MTD] [NAND] Resume method for CAFÉ NAND controllerDavid Woodhouse1-3/+39
2007-10-06[MTD] [NAND] Fix PCI ident table for CAFÉ NAND controller.David Woodhouse1-1/+7
2007-10-06Merge branch 'master' of ssh://git.infradead.org/srv/git/mtd-2.6David Woodhouse1-2/+2
2007-09-25[MTD] [NAND] s3c2410: fix arch movesBen Dooks1-2/+2
2007-09-23[MTD] [OneNAND] fix numerous racesArtem Bityutskiy1-75/+95
2007-09-23[MTD] map driver for NOR flash on the Intel Vermilion Range chipsetDavid Woodhouse3-0/+306
2007-09-23[MTD] fix CFI point method for discontiguous mapsAndy Lowe1-4/+11
2007-09-23[MTD] MAPS: Merge Lubbock and Mainstone drivers into common PXA2xx driverTodd Poynor5-365/+205
2007-09-20[POWERPC] Cleanups for physmap_of.c (v2)David Gibson1-125/+99
2007-09-19[POWERPC] Make partitions optional in physmap_ofJosh Boyer1-0/+2