aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2008-07-119-103/+17
|\
| * Merge git://git.infradead.org/~dwmw2/mtd-2.6.26Linus Torvalds2008-06-061-1/+3
| |\
| | * [MTD] m25p80.c mutex unlock fixChen Gong2008-06-061-1/+3
| * | Fix various old email addresses for dwmw2David Woodhouse2008-06-061-1/+1
| |/
| * [MTD] [MAPS] Fix cmdlineparse handling in mapping filesKyungmin Park2008-06-052-2/+2
| * [MTD] [NAND] pxa: fix incorrect calling of pxa3xx_nand_config() on resume pathEric Miao2008-06-041-1/+1
| * ck804rom: fix driver_data in probe table.David Woodhouse2008-05-271-9/+9
| * mtd: solutionengine flash map depends on solution engine mach group.Paul Mundt2008-05-081-1/+1
| * sh: remove the broken SH_MPC1211 supportAdrian Bunk2008-05-083-88/+0
* | [MTD] [NAND] Fix checkpatch warnings which showed up when atmel_nand.c movedDavid Woodhouse2008-06-071-3/+3
* | [MTD] [NAND] atmel_nand: make available on AVR32Håvard Skinnemoen2008-06-071-5/+5
* | [MTD] [NAND] atmel_nand: Clean up and fix probe() error pathHåvard Skinnemoen2008-06-071-19/+22
* | [MTD] [NAND] rename at91_nand -> atmel_nand: internal symbolsHåvard Skinnemoen2008-06-072-93/+93
* | [MTD] [NAND] rename at91_nand -> atmel_nand: file names and KconfigHåvard Skinnemoen2008-06-074-15/+50
* | [MTD] [NAND] at91_nand: Convert to generic GPIO APIHåvard Skinnemoen2008-06-071-7/+5
* | [MTD] [NAND] fsl_elbc_nand: fix section mismatch between probe and removeAnton Vorontsov2008-06-071-2/+2
* | [MTD] [NAND] nandsim: missing header for do_divRandy Dunlap2008-06-051-0/+1
* | [MTD] [NAND] S3C2410: Remove changelog and tidy headerBen Dooks2008-06-041-17/+3
* | [MTD] [NAND] S3C2410: Change printk() into dev_dbg()Ben Dooks2008-06-041-1/+2
* | [MTD] [MAPS] Blackfin Async Flash MapsMike Frysinger2008-06-043-0/+231
* | [MTD] Use list_for_each_entry[_safe] where appropriate.Chris Malley2008-06-043-42/+19
* | MTD/JFFS2: remove CVS keywordsAdrian Bunk2008-06-04113-224/+2
* | [MTD] [NAND] nandsim: allow for 64-bit sizeAdrian Hunter2008-06-041-14/+21
* | [MTD] [NAND] nandsim: fix overridesizeAdrian Hunter2008-06-041-0/+1
* | [MTD] [NAND] nandsim: fix size bugAdrian Hunter2008-06-041-1/+1
* | [MTD] [OneNAND] Check the ECC status first instead of controllerKyungmin Park2008-06-041-29/+25
* | [MTD] DataFlash: use proper typesDavid Woodhouse2008-06-041-16/+16
* | [MTD] DataFlash: fix bug - ATMEL AT45DF321D spi flash card fails to be copied...Michael Hennerich2008-06-041-5/+112
* | [MTD] use list_for_each_entry() in del_mtd_device()matthias@kaehlcke.net2008-06-041-3/+2
* | [MTD] use list_for_each_entry() in add_mtd_device()matthias@kaehlcke.net2008-06-041-3/+2
* | [MTD] [NAND] excite_nandflash: simplify code using ARRAY_SIZE() macro.Robert P. J. Day2008-06-041-1/+1
* | [MTD] [NAND] fix 2 "unused variable" warnings in cafe_nand.cToralf Förster2008-06-041-2/+4
* | [MTD] [NOR] Add support for Eon EN29SL800B[BT] NOR flash chipsMike Rapoport2008-06-041-0/+35
* | [MTD] [NOR] Add support for flash chips with ID in bank other than 0Mike Rapoport2008-06-041-3/+16
* | [MTD] [NOR] Add support for AMD AM29SL800D[BT] NOR flash chipsMike Rapoport2008-06-041-0/+32
* | [MTD] [NOR] Support for M50FLW080A and M50FLW080BNate Case2008-05-142-0/+36
* | [MTD] [NOR] Remove cfi_cmdset_0001.c erase suspend fixup typoAlexander Belyakov2008-05-061-1/+1
|/
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2008-05-018-58/+78
|\
| * [MTD][NOR] Add physical address to point() methodJared Hulbert2008-05-017-37/+57
| * [MTD] [NAND] at91_nand: use at91_nand_{en,dis}able consistently.Atsushi Nemoto2008-04-261-21/+21
* | drivers: fix integer as NULL pointer warningsHarvey Harrison2008-04-281-1/+1
|/
* [MTD] m25p80: Add Support for ATMEL AT25DF641 64-Megabit SPI FlashMichael Hennerich2008-04-251-0/+1
* [MTD] m25p80: add FAST_READ access support to M25PxxBryan Wu2008-04-252-10/+28
* [MTD] [NAND] bf5xx_nand: Avoid crash if bfin_mac is installed.Michael Hennerich2008-04-251-8/+8
* [MTD] [NAND] at91_nand: control NCE signalAtsushi Nemoto2008-04-251-0/+6
* [MTD] [NAND] AT91 hardware ECC compile fix for at91sam9263 / at91sam9260Richard Genoud2008-04-251-1/+1
* [MTD] [NAND] Hardware ECC controller on at91sam9263 / at91sam9260Richard Genoud2008-04-232-5/+397
* UBI: add a messageArtem Bityutskiy2008-04-231-2/+1
* Merge git://git.infradead.org/~dedekind/ubi-2.6David Woodhouse2008-04-239-59/+416
|\
| * UBI: print media information earlierArtem Bityutskiy2008-04-201-9/+10