| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | [MTD] [NOR] Read extended device ID from AMD/Spansion CFI flash chips | Trent Piepho | 2008-04-22 | 1 | -0/+5 |
* | | | [MTD] [NAND] fsl_elbc_nand: workaround for hangs during nand write | Anton Vorontsov | 2008-04-22 | 1 | -1/+10 |
* | | | [MTD] [NAND] plat_nand: set mtd->name | Hamish Moffatt | 2008-04-22 | 1 | -0/+1 |
* | | | [MTD] [NAND] corrected MPC8313 NAND fixes | Mike Hench | 2008-04-22 | 1 | -7/+2 |
* | | | [MTD] [NAND] fsl_elbc_nand: fix mtd name | Anton Vorontsov | 2008-04-22 | 1 | -0/+8 |
* | | | [MTD] AR7 mtd partition map | Matteo Croce | 2008-04-22 | 3 | -0/+153 |
* | | | [MTD] [NAND] FSL UPM NAND driver | Anton Vorontsov | 2008-04-22 | 3 | -0/+300 |
* | | | [MTD] [NAND] Fix checkpatch errors in pxa3xx_nand | David Woodhouse | 2008-04-22 | 1 | -9/+9 |
* | | | [MTD] [NOR] Add JEDEC support for the SST 36VF3203 flash chip | Andrei Dolnikov | 2008-04-22 | 1 | -0/+13 |
* | | | [MTD] [MAPS] Extend plat-ram to support a supplied probe type | Florian Fainelli | 2008-04-22 | 1 | -15/+32 |
* | | | [MTD] XIP: Use generic xip_iprefetch() instead of asm volatile (...) | Paulius Zaleckas | 2008-04-22 | 4 | -6/+6 |
* | | | [MTD] [NAND] support for pxa3xx | eric miao | 2008-04-22 | 3 | -0/+1257 |
* | | | [MTD] [OneNAND] unlikely(x) || unlikely(y) => unlikely(x || y) | Roel Kluin | 2008-04-22 | 1 | -2/+2 |
* | | | [MTD] fix minor typo in the MTD map driver for SHARP SL series | Thomas Petazzoni | 2008-04-22 | 1 | -1/+1 |
* | | | [MTD] cmdlinepart: Missing partition info is not an error | Peter Korsgaard | 2008-04-22 | 1 | -4/+1 |
* | | | [MTD] [MAPS] add support for Nvidia MCP55 to ck804xrom | Carl-Daniel Hailfinger | 2008-04-22 | 1 | -27/+62 |
* | | | [MTD] make struct rfd_ftl_tr static | Adrian Bunk | 2008-04-22 | 1 | -1/+1 |
* | | | [MTD] [OneNAND] proper onenand_bbt_read_oob() prototype | Adrian Bunk | 2008-04-22 | 1 | -3/+0 |
* | | | [MTD] [NOR] cfi_cmdset_0020.c: make a function static | Adrian Bunk | 2008-04-22 | 1 | -1/+2 |
* | | | [MTD] ftl.c: make code static | Adrian Bunk | 2008-04-22 | 1 | -4/+2 |
* | | | [MTD] cmdlinepart.c: don't compare pointers with 0 | Adrian Bunk | 2008-04-22 | 1 | -4/+6 |
* | | | [MTD] mtdram.c should #include <linux/mtd/mtdram.h> | Adrian Bunk | 2008-04-22 | 1 | -0/+1 |
* | | | [MTD] proper prototypes for nftl_{read,write}_oob() | Adrian Bunk | 2008-04-22 | 1 | -5/+0 |
* | | | [MTD] proper prototypes for inftl_{read,write}_oob() | Adrian Bunk | 2008-04-22 | 1 | -5/+0 |
* | | | [MTD] mtd/ofpart.c: add MODULE_LICENSE | Adrian Bunk | 2008-04-22 | 1 | -0/+2 |
* | | | [MTD] [NAND] fsl_elbc_nand: Fix SEQIN handling for large pages. | Scott Wood | 2008-04-22 | 1 | -5/+6 |
* | | | [MTD] Correct phram module param description | Mark Hindley | 2008-04-22 | 1 | -1/+1 |
* | | | [MTD] [NAND] at91_nand: Make part_probes[] static | Atsushi Nemoto | 2008-04-22 | 1 | -1/+1 |
* | | | [MTD] [NAND] fix platform driver hotplug/coldplug | Kay Sievers | 2008-04-22 | 6 | -0/+9 |
* | | | [MTD] [MAPS] fix platform driver hotplug/coldplug | Kay Sievers | 2008-04-22 | 8 | -2/+22 |
* | | | [MTD] [NAND] fix possible Ooops in rfc_from4 | Sebastian Siewior | 2008-04-22 | 1 | -21/+29 |
* | | | [MTD] replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-22 | 10 | -34/+34 |
* | | | [MTD] [JEDEC] Fix whitespace noise in chip table | David Woodhouse | 2008-04-22 | 1 | -14/+14 |
* | | | [MTD] [JEDEC] add support for the ST M29W400DB flash chip | Gordon Farquharson | 2008-04-22 | 1 | -0/+32 |
* | | | [MTD] block2mtd: logging typo fixes | Stephane Chazelas | 2008-04-22 | 1 | -5/+5 |
* | | | [MTD] [NAND] mtd/nand/cs553x_nand.c:part_probes[] static | Adrian Bunk | 2008-04-22 | 1 | -1/+1 |
* | | | [MTD] mtdoops.c: make struct oops_cxt static again | Adrian Bunk | 2008-04-22 | 1 | -1/+1 |
* | | | [MTD] [MAPS] Document MTD_PHYSMAP module name in kconfig | Mike Frysinger | 2008-04-22 | 1 | -0/+3 |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Woodhouse | 2008-04-22 | 13 | -232/+40 |
|\ \ \ |
|
| * \ \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus... | Linus Torvalds | 2008-04-21 | 1 | -207/+12 |
| |\ \ \ |
|
| | * | | | [POWERPC] fsl_elbc_nand: factor out localbus defines | Anton Vorontsov | 2008-04-17 | 1 | -207/+12 |
| | |/ / |
|
| * | | | Merge branch 'omap2-upstream' into devel | Russell King | 2008-04-19 | 5 | -14/+15 |
| |\ \ \
| | |/ / |
|
| | * | | mtd/chips: add missing set_current_state() to cfi_{amdstd,staa}_sync() | Dmitry Adamushko | 2008-04-08 | 2 | -0/+2 |
| | * | | mtd: fix broken state in CFI driver caused by FL_SHUTDOWN | Alexey Korolev | 2008-04-04 | 1 | -5/+5 |
| | * | | mtd: maps/physmap: fix oops in suspend/resume/shutdown ops | Anton Vorontsov | 2008-03-28 | 1 | -8/+7 |
| | * | | mtd: nand: add out label in rfc_from4 | Sebastian Siewior | 2008-03-28 | 1 | -1/+1 |
| | |/ |
|
| * | | plat-orion: make orion_nand available for all Orion families | Lennert Buytenhek | 2008-03-27 | 2 | -2/+2 |
| |/ |
|
| * | mtd: memory corruption in block2mtd.c | Ingo van Lil | 2008-03-24 | 1 | -1/+0 |
| * | UBI: mtd/ubi/vtbl.c: fix memory leak | Adrian Bunk | 2008-03-04 | 1 | -0/+1 |
| * | UBI: fix sparse errors in ubi.h | Harvey Harrison | 2008-03-04 | 1 | -5/+5 |