| Commit message (Expand) | Author | Age | Files | Lines |
* | mtd: maps/physmap: fix oops in suspend/resume/shutdown ops | Anton Vorontsov | 2008-03-28 | 1 | -8/+7 |
* | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2008-02-07 | 6 | -224/+137 |
|\ |
|
| * | [MTD] Fix maps/physmap.c compilation with CONFIG_PM | akpm@linux-foundation.org | 2008-02-07 | 1 | -6/+8 |
| * | [MTD] physmap.c: Add support for multiple resources | Stefan Roese | 2008-02-03 | 1 | -58/+104 |
| * | [MTD] Factor out OF partition support from the NOR driver. | Scott Wood | 2008-02-03 | 1 | -62/+27 |
| * | [MTD] [NOR] Fix incorrect interface code for x16/x32 chips | Bartlomiej Sieka | 2008-01-10 | 1 | -1/+1 |
| * | [MTD] [MAPS] Remove Photron PNC-2000 map driver | David Woodhouse | 2008-01-08 | 3 | -101/+0 |
| * | [MTD] fix CONFIG_MTD_SHARP_SL if CONFIG_MTD=m | Stanislav Brabec | 2007-11-28 | 1 | -1/+1 |
| * | MTD: small physmap_of partition parsing fixes | Valentine Barshak | 2007-10-30 | 1 | -6/+7 |
* | | Claim maintainership for block2mtd and update email addresses | Joern Engel | 2008-02-06 | 1 | -1/+1 |
|/ |
|
* | typo fixes | Matt LaPlante | 2007-10-20 | 1 | -5/+5 |
* | Reinstate lost flush_ioremap_region() fix to pxa2xx-flash driver | Linus Torvalds | 2007-10-15 | 1 | -2/+2 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Woodhouse | 2007-10-13 | 2 | -129/+218 |
|\ |
|
| * | [POWERPC] Cleanups for physmap_of.c (v2) | David Gibson | 2007-09-20 | 1 | -125/+99 |
| * | [POWERPC] Make partitions optional in physmap_of | Josh Boyer | 2007-09-19 | 1 | -0/+2 |
| * | [POWERPC] Document and implement an improved flash device binding for powerpc | David Gibson | 2007-09-14 | 1 | -65/+174 |
| * | Merge branch 'linux-2.6' into for-2.6.24 | Paul Mackerras | 2007-09-14 | 2 | -7/+4 |
| |\ |
|
| | * | [ARM] 4554/1: replace consistent_sync() with flush_ioremap_region() | Jared Hulbert | 2007-08-23 | 2 | -7/+4 |
| * | | [POWERPC] Fixes to allow use of Ebony's flash chips through physmap_of | David Gibson | 2007-08-17 | 1 | -1/+1 |
| |/ |
|
* | | [MTD] map driver for NOR flash on the Intel Vermilion Range chipset | David Woodhouse | 2007-09-23 | 3 | -0/+306 |
* | | [MTD] MAPS: Merge Lubbock and Mainstone drivers into common PXA2xx driver | Todd Poynor | 2007-09-23 | 5 | -365/+205 |
* | | [MTD] Remove Momenco Ocelot NOR flash support | Yoichi Yuasa | 2007-09-09 | 3 | -184/+0 |
* | | Merge branch 'mtd-2.6.24' of master.kernel.org:/pub/scm/linux/kernel/git/gala... | David Woodhouse | 2007-08-23 | 4 | -385/+2 |
|\ \ |
|
| * | | [MTD] Remove dead maps | Kumar Gala | 2007-08-22 | 4 | -383/+0 |
| * | | [MTD] 4xx: Don't build arch/ppc dependent drivers in arch/powerpc | Josh Boyer | 2007-08-22 | 1 | -2/+2 |
| |/ |
|
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Woodhouse | 2007-08-01 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | sun userflash is PCI-dependent | Al Viro | 2007-07-26 | 1 | -1/+1 |
* | | [MTD] pmcmsp-flash.c: kmalloc + memset conversion to k[cz]alloc | Mariusz Kozlowski | 2007-08-01 | 1 | -10/+12 |
* | | [MTD] remove redundant/dead code from physmap_of.c | Mariusz Kozlowski | 2007-08-01 | 1 | -5/+0 |
* | | [MTD] Remove useless references to MIPS_HYDROGEN3 and MIPS_MIRAGE_WHY. | Robert P. J. Day | 2007-07-23 | 1 | -14/+0 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Woodhouse | 2007-07-11 | 3 | -110/+0 |
|\ \
| |/ |
|
| * | [MIPS] remove LASAT Networks platforms support | Yoichi Yuasa | 2007-07-10 | 3 | -110/+0 |
* | | [MTD] [MAPS] Cleanup nettel map driver | Adrian Bunk | 2007-06-28 | 1 | -59/+2 |
* | | [MTD] Remove references to ROOT_DEV from map drivers. | David Woodhouse | 2007-06-28 | 2 | -5/+0 |
|/ |
|
* | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2007-06-04 | 1 | -5/+0 |
|\ |
|
| * | [MTD] [MAPS] don't force uclinux mtd map to be root dev | Mike Frysinger | 2007-05-11 | 1 | -5/+0 |
* | | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2007-05-09 | 5 | -286/+1 |
|\ \
| |/ |
|
| * | [MTD] [MAPS] Remove flash maps for no longer supported 405LP boards | David Gibson | 2007-05-09 | 4 | -285/+0 |
| * | [MTD] [MAPS] Fix missing printk() parameter in physmap_of.c MTD driver | David Gibson | 2007-05-09 | 1 | -1/+1 |
* | | misc doc and kconfig typos | Matt LaPlante | 2007-05-09 | 1 | -1/+1 |
* | | Fix occurrences of "the the " | Michael Opdenacker | 2007-05-09 | 1 | -1/+1 |
* | | [POWERPC] Rename get_property to of_get_property: drivers | Stephen Rothwell | 2007-05-02 | 1 | -4/+4 |
|/ |
|
* | [MTD] [MAPS] drivers/mtd/maps/ck804xrom.c: convert pci_module_init() | Adrian Bunk | 2007-04-27 | 1 | -1/+1 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Woodhouse | 2007-04-27 | 1 | -2/+2 |
|\ |
|
| * | [SPARC/64] constify of_get_property return: drivers | Stephen Rothwell | 2007-04-26 | 1 | -2/+2 |
* | | [MTD] [MAPS] fix plat-ram printk format | Randy Dunlap | 2007-04-26 | 1 | -1/+2 |
* | | Use menuconfig objects: MTD | Jan Engelhardt | 2007-04-19 | 1 | -5/+3 |
* | | [MTD] Fix dependencies for MIPS MTD drivers | Ralf Baechle | 2007-04-17 | 1 | -3/+3 |
* | | [MTD] Alchemy cleanups | Ralf Baechle | 2007-04-17 | 1 | -9/+0 |
* | | [MTD] PMC MSP71xx flash/rootfs mappings | Marc St-Jean | 2007-04-02 | 4 | -0/+324 |
|/ |
|