| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2009-01-09 | 73 | -579/+5503 |
|\ |
|
| * | [MTD] [MAPS] Fix printk format warning in nettel.c | David Woodhouse | 2009-01-09 | 1 | -2/+2 |
| * | [MTD] [NAND] add cmdline parsing (mtdparts=) support to cafe_nand | Philip Rakity | 2009-01-09 | 1 | -2/+5 |
| * | [MTD] CFI: remove major/minor version check for command set 0x0002 | Wolfgang Grandegger | 2009-01-09 | 1 | -0/+10 |
| * | [MTD] [NAND] ndfc driver | Sean MacLennan | 2009-01-05 | 2 | -136/+140 |
| * | [MTD] [TESTS] Fix some size_t printk format warnings | David Woodhouse | 2009-01-05 | 2 | -4/+4 |
| * | Merge branch 'master' of git://git.infradead.org/users/dedekind/mtd-tests-2.6 | David Woodhouse | 2009-01-05 | 10 | -1/+3530 |
| |\ |
|
| | * | MTD: add MTD tests to compilation | Artem Bityutskiy | 2008-12-10 | 3 | -1/+16 |
| | * | MTD: tests: add mtd_torturetest | Artem Bityutskiy | 2008-12-10 | 1 | -0/+530 |
| | * | MTD: tests: add mtd_subpagetest | Artem Bityutskiy | 2008-12-08 | 1 | -0/+525 |
| | * | MTD: tests: add mtd_stresstest | Artem Bityutskiy | 2008-12-08 | 1 | -0/+330 |
| | * | MTD: tests: add mtd_speedtest | Artem Bityutskiy | 2008-12-08 | 1 | -0/+502 |
| | * | MTD: tests: add mtd_readtest | Artem Bityutskiy | 2008-12-08 | 1 | -0/+253 |
| | * | MTD: tests: add mtd_pagetest | Artem Bityutskiy | 2008-12-08 | 1 | -0/+632 |
| | * | MTD: tests: add mtd_oobtest | Artem Bityutskiy | 2008-12-08 | 1 | -0/+742 |
| * | | [MTD] LPDDR Makefile and KConfig | Alexey Korolev | 2009-01-05 | 4 | -1/+31 |
| * | | [MTD] LPDDR extended physmap driver to support LPDDR flash | Alexey Korolev | 2009-01-05 | 2 | -3/+9 |
| * | | [MTD] LPDDR Command set driver | Alexey Korolev | 2009-01-05 | 1 | -0/+796 |
| * | | [MTD] LPDDR qinfo probing. | Alexey Korolev | 2009-01-05 | 1 | -0/+255 |
| * | | [MTD] [NAND] pxa3xx: convert from ns to clock ticks more accurately | Matt Reimer | 2009-01-05 | 1 | -1/+1 |
| * | | [MTD] [NAND] pxa3xx: fix non-page-aligned reads | Matt Reimer | 2009-01-05 | 1 | -2/+2 |
| * | | [MTD] [NAND] fix nandsim sched.h references | Randy Dunlap | 2009-01-05 | 1 | -0/+1 |
| * | | [MTD] [NAND] alauda: use USB API functions rather than constants | Julia Lawall | 2009-01-05 | 1 | -3/+3 |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Woodhouse | 2009-01-05 | 14 | -348/+318 |
| |\ \ |
|
| * | | | [MTD] struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2008-12-23 | 16 | -45/+45 |
| * | | | [MTD] fix m25p80 64-bit divisions | Artem Bityutskiy | 2008-12-19 | 1 | -18/+19 |
| * | | | [MTD] fix dataflash 64-bit divisions | Artem Bityutskiy | 2008-12-19 | 1 | -9/+15 |
| * | | | [MTD] [NAND] Set the fsl elbc ECCM according the settings in bootloader. | Jason Jin | 2008-12-10 | 1 | -1/+3 |
| * | | | [MTD] [NAND] remove excess kernel-doc notation | Randy Dunlap | 2008-12-10 | 1 | -1/+0 |
| * | | | [MTD] physmap: fix leak of memory returned by parse_mtd_partitions | Atsushi Nemoto | 2008-12-10 | 1 | -9/+8 |
| * | | | [MTD] drivers/mtd/maps/nettel.c: use ARRAY_SIZE | Julia Lawall | 2008-12-10 | 1 | -2/+1 |
| * | | | [MTD] physmap: make physmap compat explicit | Mike Frysinger | 2008-12-10 | 2 | -15/+18 |
| * | | | Merge branch 'misc/mtd/sharpsl-nand' of git://git.kernel.org/pub/scm/linux/ke... | David Woodhouse | 2008-12-10 | 1 | -125/+122 |
| |\ \ \ |
|
| | * | | | [MTD] sharpsl-nand: move registration to board code | Dmitry Baryshkov | 2008-10-29 | 1 | -86/+0 |
| | * | | | [MTD] sharpsl-nand: use platform_data for model-specific values | Dmitry Baryshkov | 2008-10-29 | 1 | -74/+84 |
| | * | | | [MTD] sharpsl-nand: cleanup partitions support | Dmitry Baryshkov | 2008-10-29 | 1 | -4/+18 |
| | * | | | [MTD] sharpsl_nand: move io addr to struct sharpsl_nand | Dmitry Baryshkov | 2008-10-29 | 1 | -27/+32 |
| | * | | | [MTD] sharpsl_nand: make drvdata non-static | Dmitry Baryshkov | 2008-10-29 | 1 | -24/+29 |
| | * | | | [MTD] sharpsl_nand: switch to driver model usage. | Dmitry Baryshkov | 2008-10-29 | 1 | -7/+56 |
| * | | | | [MTD] remove private wrapper of endian helpers in rfd_ftl.c | Harvey Harrison | 2008-12-10 | 1 | -4/+2 |
| * | | | | [MTD] Remove more strange u_intxx_t types | David Woodhouse | 2008-12-10 | 1 | -1/+1 |
| * | | | | [MTD] Remove strange u_int32_t types from FTL | David Woodhouse | 2008-12-10 | 1 | -50/+50 |
| * | | | | [MTD] [NAND] Remove strange u_int64_t types from nandsim | David Woodhouse | 2008-12-10 | 1 | -5/+5 |
| * | | | | [MTD] update internal API to support 64-bit device size | Adrian Hunter | 2008-12-10 | 26 | -125/+161 |
| * | | | | MTD: nandsim: use less RAM | Alexey Korolev | 2008-12-10 | 1 | -7/+18 |
| * | | | | MTD: nandsim: add option to use a file to cache pages | Adrian Hunter | 2008-12-10 | 1 | -24/+261 |
| * | | | | MTD: nandsim: suppress unnecessary warning | Adrian Hunter | 2008-12-10 | 1 | -7/+11 |
| * | | | | [MTD] Make init_impa7 static | Dmitri Vorobiev | 2008-12-10 | 1 | -1/+1 |
| * | | | | [MTD] Make init_redwood_flash function static | Dmitri Vorobiev | 2008-12-10 | 1 | -1/+1 |
| * | | | | [MTD] Make init_msp_flash function static | Dmitri Vorobiev | 2008-12-10 | 1 | -1/+1 |