summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
...
| * | UBI: silence a warningJesper Juhl2007-12-261-2/+3
| * | UBI: add ubi_leb_map interfaceArtem Bityutskiy2007-12-262-5/+53
| * | UBI: bugfix: allocate mandatory EBs firstArtem Bityutskiy2007-12-261-9/+9
| * | UBI: fix error code in ubi_io_read()Artem Bityutskiy2007-12-261-0/+10
| * | [MTD] mtdoops cleanupPeter Korsgaard2007-12-031-5/+2
| * | [MTD] mtdoops: Document usage in KconfigPeter Korsgaard2007-12-031-0/+3
| * | [MTD] [NAND] Marvell Orion device bus NAND controllerTzachi Perelstein2007-12-033-0/+181
| * | [MTD] [NOR] Attempt to clean up the JEDEC unlock address confusionDavid Woodhouse2007-12-031-61/+24
| * | [MTD] [NOR] Fix overflow check in jedec_probeDavid Woodhouse2007-12-031-1/+1
| * | [MTD] [NOR] Clean up jedec_probe, remove unlock address arraysDavid Woodhouse2007-12-031-777/+624
| * | [MTD] Always initialise mutex in new mtd_blktrans_dev.David Woodhouse2007-12-031-1/+1
| * | [MTD] [NAND] pasemi_nand driverEgor Martovetsky2007-11-293-0/+250
| * | [MTD] [NAND] S3C2410 correctly set nFCE over resumeBen Dooks2007-11-281-0/+20
| * | [MTD] fix CONFIG_MTD_SHARP_SL if CONFIG_MTD=m Stanislav Brabec2007-11-281-1/+1
| * | [MTD] mtd_dataflash: Incorrect compare-after-write checkAndrew Victor2007-11-281-1/+1
| * | [MTD] [NOR] Prevent erase command invocation on suspended chipAlexander Belyakov2007-11-261-0/+15
| * | [MTD] [OneNAND] Do not stop reading for ECC errorsAdrian Hunter2007-11-261-10/+22
| * | [MTD] [NOR] Support Intel P3x flash support with CFI version 1.5Alexey Korolev2007-11-231-1/+1
| * | [MTD] [NOR] Add support for the SST 39VF1601 flash chipDavid Howells2007-11-091-0/+15
| * | [MTD] [NOR] More CFI fixups for Atmel chipsHans-Christian Egtvedt2007-10-302-1/+48
| * | MTD: small physmap_of partition parsing fixesValentine Barshak2007-10-301-6/+7
| * | [MTD] [NAND] Add Blackfin BF52x support in bf5xx_nand driverMichael Hennerich2007-10-302-3/+19
| * | [MTD] Skip bad blocks when checking for RedBoot partition tableDavid Woodhouse2007-10-281-5/+20
| * | [MTD] [NAND] Check for RedBoot partitions on CAFÉ NANDDavid Woodhouse2007-10-281-0/+19
* | | Claim maintainership for block2mtd and update email addressesJoern Engel2008-02-063-5/+5
* | | drivers/mtd/: Spelling fixesJoe Perches2008-02-038-10/+10
* | | Spelling fixes: lenght->lengthPaulius Zaleckas2008-02-031-1/+1
* | | fix typo 'the same the\>'Uwe Kleine-König2008-02-031-1/+1
| |/ |/|
* | mtd: Convert from class_device to device for MTD/mtdcharTony Jones2008-01-241-7/+5
* | cache invalidation error for buffered writeMassimo Cirillo2008-01-111-2/+5
|/
* Eliminate pointless casts from void* in a few driver irq handlers.Jeff Garzik2007-10-231-1/+1
* [MTD] [NOR] Fix deadlock in Intel chip driver caused by get_chip recursionAlexey Korolev2007-10-231-69/+77
* [MTD] [OneNAND] Fix wrong free the static address in onenand_simKyungmin Park2007-10-221-1/+0
* [MTD] [NAND] Replace -1 with -EBADMSG in nand error correction codeJörn Engel2007-10-202-3/+3
* [MTD] [NAND] treat any negative return value from correct() as an errorMatt Reimer2007-10-201-3/+3
* [MTD] [NAND] nandsim: bugfix in initializationArtem Bityutskiy2007-10-201-1/+1
* [MTD] Fix typo in Alauda config option help text.Dave Jones2007-10-201-1/+1
* [MTD] [NAND] add s3c2440-specific read_buf/write_bufMatt Reimer2007-10-201-0/+14
* [MTD] [OneNAND] onenand-sim: fix kernel-doc and typosRandy Dunlap2007-10-201-24/+25
* typo fixesMatt LaPlante2007-10-201-5/+5
* Use helpers to obtain task pid in printksPavel Emelyanov2007-10-191-1/+1
* Add missing newlines to some uses of dev_<level> messagesJoe Perches2007-10-181-1/+1
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-2/+1
* Reinstate lost flush_ioremap_region() fix to pxa2xx-flash driverLinus Torvalds2007-10-151-2/+2
* signedness: module_param_array nump argumentAl Viro2007-10-141-1/+1
* Merge branch 'master' of git://git.infradead.org/~dedekind/ubi-2.6David Woodhouse2007-10-1412-317/+274
|\
| * UBI: return correct error codeArtem Bityutskiy2007-10-141-0/+1
| * UBI: remove useless inlinesArtem Bityutskiy2007-10-141-81/+38
| * UBI: fix atomic LEB change problemsArtem Bityutskiy2007-10-142-21/+33
| * UBI: use byte hexdumpArtem Bityutskiy2007-10-142-3/+3