summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2007-12-26UBI: improve internal interfacesArtem Bityutskiy10-72/+68
2007-12-26UBI: bugfix: dont oops with NULL module parameterArtem Bityutskiy1-0/+3
2007-12-26UBI: remove ubi_devices_cntArtem Bityutskiy3-21/+27
2007-12-26UBI: create ubi_wl_entry slab on initializationArtem Bityutskiy3-44/+44
2007-12-26UBI: create ltree_entry slab on initializationArtem Bityutskiy3-67/+67
2007-12-26UBI: improve error messagesArtem Bityutskiy3-8/+19
2007-12-26UBI: remove redundant fieldArtem Bityutskiy5-16/+16
2007-12-26UBI: minor tidy-upsArtem Bityutskiy1-3/+4
2007-12-26UBI: silence a warningJesper Juhl1-2/+3
2007-12-26UBI: add ubi_leb_map interfaceArtem Bityutskiy2-5/+53
2007-12-26UBI: bugfix: allocate mandatory EBs firstArtem Bityutskiy1-9/+9
2007-12-26UBI: fix error code in ubi_io_read()Artem Bityutskiy1-0/+10
2007-12-03[MTD] mtdoops cleanupPeter Korsgaard1-5/+2
2007-12-03[MTD] mtdoops: Document usage in KconfigPeter Korsgaard1-0/+3
2007-12-03[MTD] [NAND] Marvell Orion device bus NAND controllerTzachi Perelstein3-0/+181
2007-12-03[MTD] [NOR] Attempt to clean up the JEDEC unlock address confusionDavid Woodhouse1-61/+24
2007-12-03[MTD] [NOR] Fix overflow check in jedec_probeDavid Woodhouse1-1/+1
2007-12-03[MTD] [NOR] Clean up jedec_probe, remove unlock address arraysDavid Woodhouse1-777/+624
2007-12-03[MTD] Always initialise mutex in new mtd_blktrans_dev.David Woodhouse1-1/+1
2007-11-29[MTD] [NAND] pasemi_nand driverEgor Martovetsky3-0/+250
2007-11-28[MTD] [NAND] S3C2410 correctly set nFCE over resumeBen Dooks1-0/+20
2007-11-28[MTD] fix CONFIG_MTD_SHARP_SL if CONFIG_MTD=m Stanislav Brabec1-1/+1
2007-11-28[MTD] mtd_dataflash: Incorrect compare-after-write checkAndrew Victor1-1/+1
2007-11-26[MTD] [NOR] Prevent erase command invocation on suspended chipAlexander Belyakov1-0/+15
2007-11-26[MTD] [OneNAND] Do not stop reading for ECC errorsAdrian Hunter1-10/+22
2007-11-23[MTD] [NOR] Support Intel P3x flash support with CFI version 1.5Alexey Korolev1-1/+1
2007-11-10[MTD] [NOR] Add support for the SST 39VF1601 flash chipDavid Howells1-0/+15
2007-10-30[MTD] [NOR] More CFI fixups for Atmel chipsHans-Christian Egtvedt2-1/+48
2007-10-30MTD: small physmap_of partition parsing fixesValentine Barshak1-6/+7
2007-10-30[MTD] [NAND] Add Blackfin BF52x support in bf5xx_nand driverMichael Hennerich2-3/+19
2007-10-29[MTD] Skip bad blocks when checking for RedBoot partition tableDavid Woodhouse1-5/+20
2007-10-29[MTD] [NAND] Check for RedBoot partitions on CAFÉ NANDDavid Woodhouse1-0/+19
2007-10-24Eliminate 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-21[MTD] [NAND] Replace -1 with -EBADMSG in nand error correction codeJörn Engel2-3/+3
2007-10-21[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-19Add 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