aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/maps/physmap_of.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: physmap: convert to mtd_device_register()Jamie Iles2011-05-251-26/+4
* drivercore: revert addition of of_match to struct deviceGrant Likely2011-05-181-2/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Artem Bityutskiy2011-03-251-6/+9
|\
| * dt: Eliminate of_platform_{,un}register_driverGrant Likely2011-02-281-6/+9
* | mtd: drop CONFIG_MTD_CONCAT ifdefsDmitry Eremin-Solenikov2011-03-111-8/+0
|/
* mtd: maps: Use printf extension %pR for struct resourceJoe Perches2010-12-031-3/+1
* mtd: physmap_of: Loop through all "reg" tuples for mappingStefan Roese2010-10-251-3/+5
* mtd: Fix endianness issues from device treeIan Munsie2010-10-251-7/+7
* of: fix missing headers for of_address_to_resource() in MTD and SysACE driversGraeme Smecher2010-08-171-0/+1
* Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-121-4/+4
|\
| * of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-4/+4
* | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2010-08-101-3/+3
|\ \ | |/ |/|
| * drivers/mtd/maps: introduce missing kfreeJulia Lawall2010-06-031-3/+3
* | Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-221-6/+49
|\ \ | |/
| * mtd: extend physmap_of to let the device tree specify the parition probeJason Gunthorpe2010-05-141-5/+48
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-05-101-0/+1
| |\
| * | mtd: physmap_of: Correct the size argument to kzallocJulia Lawall2010-01-021-1/+1
* | | of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-221-2/+5
* | | of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-181-3/+3
| |/ |/|
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* mtd: maps: add mtd-ram support to physmap_ofWolfram Sang2009-09-191-0/+4
* mtd: physmap_of: fix incorrect checkvimal singh2009-09-041-6/+7
* mtd: physmap_of: use resource_sizeWolfram Sang2009-09-041-3/+4
* mtd: physmap_of: Add multiple regions and concatenation supportStefan Roese2009-06-061-56/+143
* [MTD] [NOR] Add device parent info to physmap_ofDavid Woodhouse2009-04-061-0/+1
* mtd: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-2/+2
* [MTD] remove unused mtd parameter in of_mtd_parse_partitions()Sebastian Andrzej Siewior2008-10-131-2/+1
* [MTD] Factor out OF partition support from the NOR driver.Scott Wood2008-02-031-62/+27
* MTD: small physmap_of partition parsing fixesValentine Barshak2007-10-301-6/+7
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2007-10-131-128/+217
|\
| * [POWERPC] Cleanups for physmap_of.c (v2)David Gibson2007-09-201-125/+99
| * [POWERPC] Make partitions optional in physmap_ofJosh Boyer2007-09-191-0/+2
| * [POWERPC] Document and implement an improved flash device binding for powerpcDavid Gibson2007-09-141-65/+174
* | [MTD] remove redundant/dead code from physmap_of.cMariusz Kozlowski2007-08-011-5/+0
|/
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2007-05-091-1/+1
|\
| * [MTD] [MAPS] Fix missing printk() parameter in physmap_of.c MTD driverDavid Gibson2007-05-091-1/+1
* | [POWERPC] Rename get_property to of_get_property: driversStephen Rothwell2007-05-021-4/+4
|/
* [MTD] of_device-based physmap driverVitaly Wool2006-12-081-0/+255