summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
...
| * | [MTD] m25p80: fix bug - ATmel spi flash fails to be copied toMichael Hennerich2008-07-111-0/+22
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2008-07-119-103/+17
| |\ \
| * | | [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 branch 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6Linus Torvalds2008-07-2517-603/+940
|\ \ \ \ | | |_|/ | |/| |
| * | | UBI: always start the background threadArtem Bityutskiy2008-07-251-4/+2
| * | | UBI: fix gcc warningArtem Bityutskiy2008-07-241-1/+1
| * | | UBI: remove pre-sqnum images supportArtem Bityutskiy2008-07-245-79/+30
| * | | UBI: fix kernel-doc errors and warningsArtem Bityutskiy2008-07-248-35/+23
| * | | UBI: fix checkpatch.pl errors and warningsArtem Bityutskiy2008-07-2411-81/+78
| * | | UBI: bugfix - do not torture PEB needlesslyArtem Bityutskiy2008-07-241-1/+1
| * | | UBI: rework scrubbing messagesArtem Bityutskiy2008-07-242-2/+12
| * | | UBI: implement multiple volumes renameArtem Bityutskiy2008-07-245-12/+318
| * | | UBI: fix and re-work debugging stuffArtem Bityutskiy2008-07-2411-177/+206
| * | | UBI: amend commentariesArtem Bityutskiy2008-07-249-126/+127
| * | | UBI: fix error messageArtem Bityutskiy2008-07-241-1/+1
| * | | UBI: improve mkvol request validationArtem Bityutskiy2008-07-242-4/+7
| * | | UBI: add ubi_sync() interfaceArtem Bityutskiy2008-07-241-0/+24
| * | | UBI: fix 64-bit calculationsBruce Leonard2008-07-241-1/+2
| * | | UBI: fix LEB lockingArtem Bityutskiy2008-07-241-20/+7
| * | | UBI: fix memory leak on error pathArtem Bityutskiy2008-07-241-4/+30
| * | | UBI: do not forget to free internal volumesArtem Bityutskiy2008-07-241-3/+25
| * | | UBI: fix memory leakArtem Bityutskiy2008-07-244-29/+9
| * | | UBI: avoid unnecessary division operationsKyungmin Park2008-07-248-16/+18
OpenPOWER on IntegriCloud