| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2008-07-26 | 122 | -984/+1324 |
|\ |
|
| * | [MTD] [NAND] subpage read feature as a way to increase performance. | Alexey Korolev | 2008-07-25 | 1 | -1/+86 |
| * | Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6 | David Woodhouse | 2008-07-25 | 27 | -767/+1041 |
| |\ |
|
| * | | CPUFREQ: S3C24XX NAND driver frequency scaling support. | Ben Dooks | 2008-07-25 | 1 | -21/+122 |
| * | | [MTD][NAND] au1550nd: remove unused variable | Yoichi Yuasa | 2008-07-25 | 1 | -2/+0 |
| * | | [MTD] jedec_probe: Fix SST 16-bit chip detection | Atsushi Nemoto | 2008-07-25 | 1 | -4/+10 |
| * | | [MTD][MTDPART] Fix a division by zero bug | Atsushi Nemoto | 2008-07-25 | 1 | -1/+3 |
| * | | [MTD][MTDPART] Cleanup and document the erase region handling | Atsushi Nemoto | 2008-07-25 | 1 | -4/+10 |
| * | | [MTD][MTDPART] Handle most checkpatch findings | Atsushi Nemoto | 2008-07-25 | 1 | -64/+65 |
| * | | [MTD][MTDPART] Seperate main loop from per-partition code in add_mtd_partition | Atsushi Nemoto | 2008-07-25 | 1 | -158/+166 |
| * | | [MTD] physmap: resume already suspended chips on failure to suspend | Uwe Kleine-König | 2008-07-25 | 1 | -2/+13 |
| * | | [MTD] physmap: Fix suspend/resume/shutdown bugs. | Robert Jarzmik | 2008-07-25 | 1 | -4/+7 |
| * | | [MTD] [NOR] Fix -ETIMEO errors in CFI driver | Alexey Korolev | 2008-07-25 | 1 | -1/+8 |
| * | | [MTD] [NAND] fsl_elbc_nand: fix section mismatch with CONFIG_MTD_OF_PARTS=y | Anton Vorontsov | 2008-07-25 | 1 | -2/+2 |
| * | | [MTD] Fix const assignment in the MTD command line partitioning driver | David Howells | 2008-07-11 | 1 | -1/+1 |
| * | | [MTD] [NOR] gen_probe: No debug message when debugging is disabled | Jean Delvare | 2008-07-11 | 1 | -2/+2 |
| * | | [MTD] [NAND] remove __PPC__ hardcoded address from DiskOnChip drivers | Milton Miller | 2008-07-11 | 2 | -4/+0 |
| * | | [MTD] [MAPS] Remove the bast-flash driver. | Ben Dooks | 2008-07-11 | 3 | -243/+0 |
| * | | [MTD] [NAND] fsl_elbc_nand: ecclayout cleanups | Anton Vorontsov | 2008-07-11 | 1 | -6/+0 |
| * | | [MTD] [NAND] fsl_elbc_nand: implement support for flash-based BBT | Anton Vorontsov | 2008-07-11 | 1 | -1/+33 |
| * | | [MTD] [NAND] fsl_elbc_nand: fix OOB workability for large page NAND chips | Anton Vorontsov | 2008-07-11 | 1 | -0/+15 |
| * | | [MTD] [NAND] atmel_nand can be modular | David Brownell | 2008-07-11 | 1 | -1/+1 |
| * | | [MTD] [NAND] atmel_nand: Work around AT32AP7000 ECC erratum | Haavard Skinnemoen | 2008-07-11 | 1 | -2/+23 |
| * | | [MTD] [NAND] atmel_nand speedup via {read,write}s{b,w}() | David Brownell | 2008-07-11 | 1 | -5/+41 |
| * | | [MTD] mtdchar.c remove shadowed variable warnings | Harvey Harrison | 2008-07-11 | 1 | -9/+9 |
| * | | [MTD] mtdchar.c silence sparse warning | Harvey Harrison | 2008-07-11 | 1 | -2/+2 |
| * | | [MTD] m25p80: fix bug - ATmel spi flash fails to be copied to | Michael Hennerich | 2008-07-11 | 1 | -0/+22 |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Woodhouse | 2008-07-11 | 9 | -103/+17 |
| |\ \ |
|
| * | | | [MTD] [NAND] Fix checkpatch warnings which showed up when atmel_nand.c moved | David Woodhouse | 2008-06-07 | 1 | -3/+3 |
| * | | | [MTD] [NAND] atmel_nand: make available on AVR32 | Håvard Skinnemoen | 2008-06-07 | 1 | -5/+5 |
| * | | | [MTD] [NAND] atmel_nand: Clean up and fix probe() error path | Håvard Skinnemoen | 2008-06-07 | 1 | -19/+22 |
| * | | | [MTD] [NAND] rename at91_nand -> atmel_nand: internal symbols | Håvard Skinnemoen | 2008-06-07 | 2 | -93/+93 |
| * | | | [MTD] [NAND] rename at91_nand -> atmel_nand: file names and Kconfig | Håvard Skinnemoen | 2008-06-07 | 4 | -15/+50 |
| * | | | [MTD] [NAND] at91_nand: Convert to generic GPIO API | Håvard Skinnemoen | 2008-06-07 | 1 | -7/+5 |
| * | | | [MTD] [NAND] fsl_elbc_nand: fix section mismatch between probe and remove | Anton Vorontsov | 2008-06-07 | 1 | -2/+2 |
| * | | | [MTD] [NAND] nandsim: missing header for do_div | Randy Dunlap | 2008-06-05 | 1 | -0/+1 |
| * | | | [MTD] [NAND] S3C2410: Remove changelog and tidy header | Ben Dooks | 2008-06-04 | 1 | -17/+3 |
| * | | | [MTD] [NAND] S3C2410: Change printk() into dev_dbg() | Ben Dooks | 2008-06-04 | 1 | -1/+2 |
| * | | | [MTD] [MAPS] Blackfin Async Flash Maps | Mike Frysinger | 2008-06-04 | 3 | -0/+231 |
| * | | | [MTD] Use list_for_each_entry[_safe] where appropriate. | Chris Malley | 2008-06-04 | 3 | -42/+19 |
| * | | | MTD/JFFS2: remove CVS keywords | Adrian Bunk | 2008-06-04 | 113 | -224/+2 |
| * | | | [MTD] [NAND] nandsim: allow for 64-bit size | Adrian Hunter | 2008-06-04 | 1 | -14/+21 |
| * | | | [MTD] [NAND] nandsim: fix overridesize | Adrian Hunter | 2008-06-04 | 1 | -0/+1 |
| * | | | [MTD] [NAND] nandsim: fix size bug | Adrian Hunter | 2008-06-04 | 1 | -1/+1 |
| * | | | [MTD] [OneNAND] Check the ECC status first instead of controller | Kyungmin Park | 2008-06-04 | 1 | -29/+25 |
| * | | | [MTD] DataFlash: use proper types | David Woodhouse | 2008-06-04 | 1 | -16/+16 |
| * | | | [MTD] DataFlash: fix bug - ATMEL AT45DF321D spi flash card fails to be copied... | Michael Hennerich | 2008-06-04 | 1 | -5/+112 |
| * | | | [MTD] use list_for_each_entry() in del_mtd_device() | matthias@kaehlcke.net | 2008-06-04 | 1 | -3/+2 |
| * | | | [MTD] use list_for_each_entry() in add_mtd_device() | matthias@kaehlcke.net | 2008-06-04 | 1 | -3/+2 |
| * | | | [MTD] [NAND] excite_nandflash: simplify code using ARRAY_SIZE() macro. | Robert P. J. Day | 2008-06-04 | 1 | -1/+1 |