aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of/address.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-30of/pci: Fix the conversion of IO ranges into IO resourcesLiviu Dudau1-4/+40
2014-09-30of/pci: Move of_pci_range_to_resource() to of/address.cLiviu Dudau1-0/+9
2014-09-30of/pci: Add pci_register_io_range() and pci_pio_to_address()Liviu Dudau1-0/+109
2014-07-23of: Provide a function to request and map memoryMatthias Brugger1-0/+36
2014-06-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds1-0/+110
2014-05-13of: kill off of_can_translate_addressRob Herring1-21/+1
2014-05-05of: introduce of_dma_is_coherent() helperSantosh Shilimkar1-0/+23
2014-05-05of: introduce of_dma_get_range() helperGrygorii Strashko1-0/+87
2014-03-04Merge tag 'v3.14-rc5' into HEADGrant Likely1-2/+3
2014-02-20of: Allows to use the PCI translator without the PCI coreGregory CLEMENT1-3/+5
2014-02-05of: fix PCI bus match for PCIe slotsKleber Sacilotto de Souza1-2/+3
2013-12-30Revert "of/address: Handle #address-cells > 2 specially"Rob Herring1-8/+0
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring1-5/+5
2013-10-24of/irq: Rename of_irq_map_* functions to of_irq_parse_*Grant Likely1-2/+2
2013-10-15of: Fix dereferencing node name in debug output to be safeGrant Likely1-3/+3
2013-10-09of: implement pci_address_to_pio as weak functionRob Herring1-0/+8
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