| Commit message (Expand) | Author | Age | Files | Lines |
* | [MTD] Export nand_write_raw | Thomas Gleixner | 2006-05-23 | 1 | -0/+1 |
* | [MTD] Mark NAND drivers TOTO and PPChameleon broken | Thomas Gleixner | 2006-05-23 | 1 | -2/+2 |
* | [MTD] Remove read/write _ecc variants | Thomas Gleixner | 2006-05-23 | 12 | -381/+198 |
* | [MTD] Remove readv/readv_ecc | Thomas Gleixner | 2006-05-23 | 3 | -32/+0 |
* | [MTD] Remove nand writev support | Thomas Gleixner | 2006-05-23 | 5 | -432/+3 |
* | [MTD] ECC rework broke diskonchip | Thomas Gleixner | 2006-05-23 | 1 | -1/+1 |
* | Merge branch 'master' of /home/tglx/work/kernel/git/mtd-2.6/ | Thomas Gleixner | 2006-05-23 | 15 | -113/+112 |
|\ |
|
| * | [MTD] Introduce MTD_BIT_WRITEABLE | Joern Engel | 2006-05-22 | 4 | -5/+4 |
| * | [MTD] Merge STMicro NOR_ECC code with Intel Sibley code | Joern Engel | 2006-05-22 | 1 | -2/+2 |
| * | [MTD] Introduce writesize | Joern Engel | 2006-05-22 | 14 | -108/+108 |
* | | [MTD] NAND modularize ECC | Thomas Gleixner | 2006-05-23 | 15 | -136/+98 |
* | | [MTD] NAND cleanup nand_scan | Thomas Gleixner | 2006-05-23 | 1 | -174/+233 |
* | | [MTD] NAND consolidate data types | Thomas Gleixner | 2006-05-23 | 1 | -53/+53 |
* | | [MTD] NAND whitespace and formatting cleanup | Thomas Gleixner | 2006-05-23 | 1 | -42/+62 |
* | | [MTD] Add support for NDFC NAND controller | Thomas Gleixner | 2006-05-23 | 3 | -0/+324 |
* | | [MTD] Simplify NAND locking | Thomas Gleixner | 2006-05-23 | 1 | -38/+43 |
* | | [MTD] Improve software ECC calculation | Thomas Gleixner | 2006-05-23 | 2 | -134/+96 |
|/ |
|
* | [MTD] Account for MODULE_SYMBOL_PREFIX when requesting NOR chip driver | David Woodhouse | 2006-05-21 | 1 | -3/+3 |
* | [MTD] Use symbol_request() in old DiskOnChip probe code to find actual driver | David Woodhouse | 2006-05-21 | 1 | -42/+5 |
* | [MTD] Add Amstrad Delta NAND support | Jonathan McDowell | 2006-05-21 | 3 | -0/+245 |
* | [MTD] Avoid 64-bit division in mtdconcat | Andrew Morton | 2006-05-20 | 1 | -2/+6 |
* | [MTD] Use __symbol_get() instead of symbol_get() in NOR chip probe | David Woodhouse | 2006-05-20 | 1 | -2/+2 |
* | git-mtd: symbol_get() fix | Andrew Morton | 2006-05-20 | 1 | -2/+2 |
* | [MTD] Fix printk format error in gen_probe.c | David Woodhouse | 2006-05-17 | 1 | -1/+1 |
* | [MTD] Fix mtdconcat build. We didn't introduce mtd->writesize yet. | David Woodhouse | 2006-05-17 | 1 | -2/+2 |
* | MTD: mtdconcat NAND/Sibley support (rev.2) | Alexander Belyakov | 2006-05-17 | 1 | -5/+164 |
* | LASAT depends on MTD_CFI | Martin Michlmayr | 2006-05-17 | 1 | -2/+2 |
* | Re-add module description for ms02-nv to Kconfig | Martin Michlmayr | 2006-05-17 | 1 | -0/+5 |
* | [MTD] RFD FTL: Be noisier, and don't assume block without RFD magic are erased | Sean Young | 2006-05-17 | 1 | -23/+25 |
* | [MTD] generic: propagate oobavail to MTD partitions | Vitaly Wool | 2006-05-17 | 1 | -0/+1 |
* | [PCMCIA MTD] Fix leak and crash on reboot | Sean Young | 2006-05-17 | 1 | -0/+1 |
* | cfi_cmdset_0001: factorize code to wait for flash status | Nicolas Pitre | 2006-05-17 | 1 | -264/+157 |
* | cfi-cmdset-0001: always update the chip status | Nicolas Pitre | 2006-05-17 | 1 | -1/+3 |
* | CHIPS: Fix potential starvation in cfi_cmdset_0001 | Josh Boyer | 2006-05-17 | 1 | -0/+5 |
* | NAND: Fix NAND ECC errors on AMD Au1550 | Sergei Shtylyov | 2006-05-16 | 1 | -0/+139 |
* | [MTD] Fix build warnings in RedBoot MTD partition parser. | Ben Dooks | 2006-05-16 | 1 | -9/+9 |
* | NAND: AMD Au1550 driver reads write-only register | Sergei Shtylyov | 2006-05-16 | 1 | -4/+2 |
* | [MTD NAND] Make various initfuncs static, remove #ifdef MODULE from exitfuncs | David Woodhouse | 2006-05-16 | 7 | -17/+7 |
* | drivers/mtd/devices/docprobe.c: correct #if's | Adrian Bunk | 2006-05-16 | 1 | -3/+3 |
* | [MTD] Add help text for MTD_NAND_CS553X option. | David Woodhouse | 2006-05-16 | 1 | -2/+11 |
* | [MTD NAND] Modify check for modules registering NAND devices without ->owner | David Woodhouse | 2006-05-14 | 1 | -6/+11 |
* | [MTD] Remove gratuitous inclusion of ARM-only header from physmap.c | David Woodhouse | 2006-05-14 | 1 | -1/+0 |
* | [MTD] Fix legacy character sets throughout drivers/mtd, include/linux/mtd | David Woodhouse | 2006-05-14 | 10 | -16/+16 |
* | [MTD] Deal correctly with NOR chips which are smaller than the map window | David Woodhouse | 2006-05-14 | 1 | -2/+14 |
* | mtd: fix memory leak in block2mtd_setup() | Jesper Juhl | 2006-05-14 | 1 | -3/+6 |
* | [MTD] Fix module refcounting in NAND board drivers. | David Woodhouse | 2006-05-14 | 14 | -4/+27 |
* | mtd: fix memory leaks in phram_setup | Jesper Juhl | 2006-05-14 | 1 | -2/+6 |
* | [MTD NAND] Indent all of drivers/mtd/nand/*.c. | David Woodhouse | 2006-05-13 | 17 | -1292/+1217 |
* | [MTD NAND] Reduce paranoia level when scanning for bad blocks on virgin chips | David Woodhouse | 2006-05-13 | 1 | -2/+2 |
* | [MTD NAND] Update CS553x NAND driver: Hardware ECC support, optimisations. | David Woodhouse | 2006-05-13 | 1 | -27/+75 |