aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of/address.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-04Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-2/+6
2013-07-04of: Fix address decoding on Bimini and js2x machinesBenjamin Herrenschmidt1-2/+6
2013-05-19of/pci: Provide support for parsing PCI DT ranges propertyAndrew Murray1-0/+67
2013-01-09of: fix spelling mistake in commentAndrew Murray1-1/+1
2012-10-17of/address: sparse fixesKim Phillips1-12/+12
2012-09-07of/address: Handle #address-cells > 2 speciallyThierry Reding1-0/+8
2012-08-03of: Allow busses with #size-cells=0Stephen Warren1-4/+23
2012-04-22ARM: spear: remove most mach/*.h header contentsArnd Bergmann1-0/+1
2012-01-04of/address: Add reg-names property to name an iomem resourceBenoit Cousson1-5/+11
2011-08-01of: address: use resource_size helperFelipe Balbi1-1/+1
2011-07-18of/address: Add of_find_matching_node_by_address helperGrant Likely1-0/+18
2010-12-23of/address: use proper endianess in get_flagsSebastian Andrzej Siewior1-26/+28
2010-10-12of: use __be32 types for big-endian device tree dataJeremy Kerr1-1/+1
2010-07-05of: Use full node name in resource structuresGrant Likely1-1/+1
2010-07-05of/address: restrict 'no-ranges' kludge to powerpcGrant Likely1-1/+10
2010-07-05of/address: little-endian fixesGrant Likely1-5/+7
2010-07-05of/address: Merge all of the bus translation codeGrant Likely1-3/+514
2010-07-05of/address: merge of_address_to_resource()Grant Likely1-0/+51
2010-07-05of/address: merge of_iomap()Grant Likely1-0/+22