| Commit message (Expand) | Author | Age | Files | Lines |
* | mtd_dataflash: unbreak erase support | Peter Korsgaard | 2009-05-18 | 1 | -1/+1 |
* | mtd: fix timeout in M25P80 driver | Peter Horton | 2009-05-08 | 1 | -8/+8 |
* | mtd: Bug in m25p80.c during whole-chip erase | Steven A. Falco | 2009-04-29 | 1 | -5/+7 |
* | [MTD] support driver model updates | David Brownell | 2009-04-04 | 2 | -0/+4 |
* | NOMMU: Present backing device capabilities for MTD chardevs | David Howells | 2009-03-24 | 1 | -0/+14 |
* | [MTD] partitioning utility predicates | David Brownell | 2009-03-20 | 2 | -21/+12 |
* | [MTD] we don't need no misc devices | David Brownell | 2009-03-20 | 4 | -4/+0 |
* | ps3/block: Replace mtd/ps3vram by block/ps3vram | Geert Uytterhoeven | 2009-03-13 | 3 | -776/+0 |
* | mtd_dataflash: fix probing of AT45DB321C chips. | Will Newton | 2009-03-10 | 1 | -1/+2 |
* | [MTD] slram: Handle negative devlength correctly | Roel Kluin | 2009-01-19 | 1 | -4/+10 |
* | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2009-01-09 | 3 | -33/+38 |
|\ |
|
| * | [MTD] struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2008-12-23 | 2 | -26/+26 |
| * | [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] Make lart_flash_init, lart_flash_exit static | Dmitri Vorobiev | 2008-12-10 | 1 | -4/+2 |
* | | mtd/ps3vram: Use _PAGE_NO_CACHE in memory ioremap | Geoff Levand | 2009-01-08 | 1 | -6/+8 |
* | | mtd/ps3vram: Use msleep in waits | Geoff Levand | 2009-01-08 | 1 | -23/+17 |
* | | mtd/ps3vram: Use proper kernel types | Geoff Levand | 2009-01-08 | 1 | -26/+30 |
* | | mtd/ps3vram: Cleanup ps3vram driver messages | Geoff Levand | 2009-01-08 | 1 | -48/+68 |
* | | mtd/ps3vram: Remove ps3vram debug routines | Geoff Levand | 2009-01-08 | 1 | -29/+0 |
* | | mtd/ps3vram: Add modalias support to the ps3vram driver | Geert Uytterhoeven | 2009-01-08 | 1 | -0/+1 |
* | | mtd/ps3vram: Add ps3vram driver for accessing video RAM as MTD | Jim Paris | 2009-01-08 | 3 | -0/+784 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-01-07 | 1 | -1/+1 |
|\ \ |
|
| * | | trivial: fix then -> than typos in comments and documentation | Frederik Schwarzer | 2009-01-06 | 1 | -1/+1 |
| |/ |
|
* | | mtd: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-06 | 2 | -23/+23 |
|/ |
|
* | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2008-12-09 | 1 | -12/+16 |
|\ |
|
| * | [MTD] m25p80: chip erase != block erase != sector erase | Chen Gong | 2008-11-26 | 1 | -10/+13 |
| * | [MTD] m25p80: fix detection of m25p16 flashes | Mike Frysinger | 2008-11-26 | 1 | -1/+1 |
| * | [MTD] m25p80: fix detection of SPI parts | Mike Frysinger | 2008-11-26 | 1 | -1/+2 |
* | | [PATCH] propagate mode through open_bdev_excl/close_bdev_excl | Al Viro | 2008-10-21 | 1 | -2/+2 |
|/ |
|
* | Revert "[MTD] m25p80.c code cleanup" | David Woodhouse | 2008-10-20 | 1 | -1/+1 |
* | [MTD] m25p80.c extended jedec support (v2) | Chen Gong | 2008-10-14 | 1 | -2/+2 |
* | [MTD] m25p80.c extended jedec support | Chen Gong | 2008-08-11 | 1 | -39/+47 |
* | [MTD] m25p80.c code cleanup | Chen Gong | 2008-08-11 | 1 | -1/+1 |
* | [MTD] m25p80.c erase enhance | Chen Gong | 2008-08-11 | 1 | -8/+40 |
* | [MTD] make dataflash write-verify be optional | David Brownell | 2008-08-07 | 2 | -5/+13 |
* | [MTD] Compile fix for dataflash OTP support | David Brownell | 2008-08-07 | 1 | -1/+1 |
* | [MTD] dataflash OTP support | David Brownell | 2008-08-01 | 2 | -7/+210 |
* | [MTD] DataFlash: bugfix, binary page sizes now handled | akpm@linux-foundation.org | 2008-07-30 | 1 | -47/+83 |
* | Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6 | David Woodhouse | 2008-07-25 | 1 | -3/+5 |
|\ |
|
| * | MTD: handle pci_name() being const | Greg Kroah-Hartman | 2008-07-21 | 1 | -3/+5 |
* | | [MTD] [NAND] remove __PPC__ hardcoded address from DiskOnChip drivers | Milton Miller | 2008-07-11 | 1 | -2/+0 |
* | | [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 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | [MTD] m25p80.c mutex unlock fix | Chen Gong | 2008-06-06 | 1 | -1/+3 |
* | | MTD/JFFS2: remove CVS keywords | Adrian Bunk | 2008-06-04 | 15 | -32/+0 |
* | | [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][NOR] Add physical address to point() method | Jared Hulbert | 2008-05-01 | 4 | -25/+41 |
* | [MTD] m25p80: Add Support for ATMEL AT25DF641 64-Megabit SPI Flash | Michael Hennerich | 2008-04-25 | 1 | -0/+1 |