aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/maps/physmap.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2011-05-271-25/+9
|\
| * mtd: physmap: convert to mtd_device_register()Jamie Iles2011-05-251-25/+9
* | ARM: 6910/1: MTD: physmap: let set_vpp() pass a platform_device instead of a ...Marc Zyngier2011-05-201-5/+15
* | ARM: 6904/1: MTD: Add integrator-flash feature to physmapMarc Zyngier2011-05-201-1/+15
|/
* mtd: drop CONFIG_MTD_CONCAT ifdefsDmitry Eremin-Solenikov2011-03-111-8/+0
* mtd-physmap: add support users can assign the probe type in board filesBarry Song2010-08-081-2/+6
* mtd: physmap: use resource_size()H Hartley Sweeten2010-08-021-3/+3
* mtd/maps/physmap: catch failure to register MTD_PHYSMAP_COMPAT deviceH Hartley Sweeten2010-04-201-2/+5
* mtd: error return -EIO instead of EIORoel Kluin2009-11-301-1/+1
* mtd: Fix compile failure and error path in physmap.cH Hartley Sweeten2009-10-211-23/+21
* mtd: Fix kernel NULL pointer dereference in physmap.cH Hartley Sweeten2009-10-201-24/+25
* [MTD] Remove mtd->{suspend,resume} calls from board driversDavid Woodhouse2009-05-261-40/+0
* [MTD] support driver model updatesDavid Brownell2009-04-041-0/+1
* mtd: physmap: fix NULL pointer dereference in error pathAtsushi Nemoto2009-03-101-8/+11
* [MTD] [MAPS] physmap: fix wrong free and del_mtd_{partition,device}Atsushi Nemoto2009-02-141-19/+19
* [MTD] LPDDR extended physmap driver to support LPDDR flashAlexey Korolev2009-01-051-1/+7
* [MTD] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-12-231-3/+3
* [MTD] physmap: fix leak of memory returned by parse_mtd_partitionsAtsushi Nemoto2008-12-101-9/+8
* [MTD] physmap: make physmap compat explicitMike Frysinger2008-12-101-12/+4
* [MTD] physmap: fix memory leak on physmap_flash_remove by using devresAtsushi Nemoto2008-11-261-17/+9
* [MTD] physmap: resume already suspended chips on failure to suspendUwe Kleine-König2008-07-251-2/+13
* [MTD] physmap: Fix suspend/resume/shutdown bugs.Robert Jarzmik2008-07-251-4/+7
* MTD/JFFS2: remove CVS keywordsAdrian Bunk2008-06-041-2/+0
* [MTD] [MAPS] fix platform driver hotplug/coldplugKay Sievers2008-04-221-0/+8
* mtd: maps/physmap: fix oops in suspend/resume/shutdown opsAnton Vorontsov2008-03-281-8/+7
* [MTD] Fix maps/physmap.c compilation with CONFIG_PMakpm@linux-foundation.org2008-02-071-6/+8
* [MTD] physmap.c: Add support for multiple resourcesStefan Roese2008-02-031-58/+104
* [MTD] replace kmalloc+memset with kzallocBurman Yan2006-11-281-2/+1
* [MTD] Fix printk format warning in physmap. (resources again)Randy Dunlap2006-11-281-1/+1
* [PATCH] mtd: remove several bogus casts to void * in iounmap() argumentAl Viro2006-10-101-1/+1
* [MTD] physmap: add power management supportLennert Buytenhek2006-09-221-0/+33
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [MTD] Fix off-by-one error in physmap.cSascha Hauer2006-06-271-1/+1
* [MTD] Prepare physmap for 64-bit-resourcesAndrew Morton2006-06-091-3/+3
* [MTD] Remove gratuitous inclusion of ARM-only header from physmap.cDavid Woodhouse2006-05-141-1/+0
* [MTD] Convert physmap to platform driverLennert Buytenhek2006-05-071-69/+187
* [MTD] Make functions static, include header files with prototypesAdrian Bunk2005-11-291-1/+2
* [MTD] maps: Clean up trailing white spacesThomas Gleixner2005-11-071-4/+4
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+125