aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/maps/physmap_of.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-25mtd: physmap: convert to mtd_device_register()Jamie Iles1-26/+4
2011-05-18drivercore: revert addition of of_match to struct deviceGrant Likely1-2/+5
2011-03-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-linus-1Artem Bityutskiy1-6/+9
2011-03-11mtd: drop CONFIG_MTD_CONCAT ifdefsDmitry Eremin-Solenikov1-8/+0
2011-02-28dt: Eliminate of_platform_{,un}register_driverGrant Likely1-6/+9
2010-12-03mtd: maps: Use printf extension %pR for struct resourceJoe Perches1-3/+1
2010-10-25mtd: physmap_of: Loop through all "reg" tuples for mappingStefan Roese1-3/+5
2010-10-25mtd: Fix endianness issues from device treeIan Munsie1-7/+7
2010-08-17of: fix missing headers for of_address_to_resource() in MTD and SysACE driversGraeme Smecher1-0/+1
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-4/+4
2010-08-10Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-3/+3
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-4/+4
2010-06-03drivers/mtd/maps: introduce missing kfreeJulia Lawall1-3/+3
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely1-6/+49
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-2/+5
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-3/+3
2010-05-14mtd: extend physmap_of to let the device tree specify the parition probeJason Gunthorpe1-5/+48
2010-05-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-01-02mtd: physmap_of: Correct the size argument to kzallocJulia Lawall1-1/+1
2009-09-19mtd: maps: add mtd-ram support to physmap_ofWolfram Sang1-0/+4
2009-09-04mtd: physmap_of: fix incorrect checkvimal singh1-6/+7
2009-09-04mtd: physmap_of: use resource_sizeWolfram Sang1-3/+4
2009-06-06mtd: physmap_of: Add multiple regions and concatenation supportStefan Roese1-56/+143
2009-04-06[MTD] [NOR] Add device parent info to physmap_ofDavid Woodhouse1-0/+1
2009-01-06mtd: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+2
2008-10-13[MTD] remove unused mtd parameter in of_mtd_parse_partitions()Sebastian Andrzej Siewior1-2/+1
2008-02-03[MTD] Factor out OF partition support from the NOR driver.Scott Wood1-62/+27
2007-10-30MTD: small physmap_of partition parsing fixesValentine Barshak1-6/+7
2007-10-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-128/+217
2007-09-20[POWERPC] Cleanups for physmap_of.c (v2)David Gibson1-125/+99
2007-09-19[POWERPC] Make partitions optional in physmap_ofJosh Boyer1-0/+2
2007-09-14[POWERPC] Document and implement an improved flash device binding for powerpcDavid Gibson1-65/+174
2007-08-01[MTD] remove redundant/dead code from physmap_of.cMariusz Kozlowski1-5/+0
2007-05-09Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-1/+1
2007-05-09[MTD] [MAPS] Fix missing printk() parameter in physmap_of.c MTD driverDavid Gibson1-1/+1
2007-05-02[POWERPC] Rename get_property to of_get_property: driversStephen Rothwell1-4/+4
2006-12-08[MTD] of_device-based physmap driverVitaly Wool1-0/+255