summaryrefslogtreecommitdiffstats
path: root/drivers/of/address.c
Commit message (Expand)AuthorAgeFilesLines
* of: remove unused pci_space variable from address.cShawn Lin2017-07-211-2/+1
* of: Convert to using %pOF instead of full_nameRob Herring2017-07-181-11/+10
* of: address.c header comment typoFrank Rowand2017-06-221-1/+1
* of: fix sparse warning in of_pci_range_parser_oneRob Herring2017-05-041-1/+1
* of: use pr_fmt prefix for all console printingRob Herring2016-07-181-24/+25
* PCI, of: Move PCI I/O space management to PCI core codeTomasz Nowicki2016-05-121-115/+1
* Merge tag 'devicetree-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-01-141-1/+1
|\
| * of/address: replace printk(KERN_ERR ...) with pr_err(...)Masahiro Yamada2015-12-091-1/+1
* | of/address: fix typo in comment block of of_translate_one()Masahiro Yamada2015-11-301-2/+3
|/
* PCI: of: Add 64-bit address recognition without LPAE supportPavel Fedin2015-10-131-0/+6
* of/address: Don't loop forever in of_find_matching_node_by_address().David Daney2015-08-251-3/+3
* Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-07-011-1/+1
|\
| * of/address: use atomic allocation in pci_register_io_range()Jingoo Han2015-06-231-1/+1
* | of/pci: Fix pci_address_to_pio() conversion of CPU address to I/O portZhichang Yuan2015-05-161-1/+1
|/
* drivers/of: Add empty ranges quirk for PA-SemiBenjamin Herrenschmidt2015-03-271-3/+8
* Merge tag 'v3.18-rc6' into devicetree/nextGrant Likely2014-11-241-3/+16
|\
| * of/base: Fix PowerPC address parsing hackBenjamin Herrenschmidt2014-11-181-3/+16
* | of/address: Don't throw errors on absent ranges propertiesBenjamin Herrenschmidt2014-11-181-1/+1
* | of: Request and map make argument name constantMatthias Brugger2014-11-041-1/+1
|/
* of/pci: Fix the conversion of IO ranges into IO resourcesLiviu Dudau2014-09-301-4/+40
* of/pci: Move of_pci_range_to_resource() to of/address.cLiviu Dudau2014-09-301-0/+9
* of/pci: Add pci_register_io_range() and pci_pio_to_address()Liviu Dudau2014-09-301-0/+109
* of: Provide a function to request and map memoryMatthias Brugger2014-07-231-0/+36
* Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds2014-06-051-0/+110
|\
| * of: introduce of_dma_is_coherent() helperSantosh Shilimkar2014-05-051-0/+23
| * of: introduce of_dma_get_range() helperGrygorii Strashko2014-05-051-0/+87
* | of: kill off of_can_translate_addressRob Herring2014-05-131-21/+1
|/
* Merge tag 'v3.14-rc5' into HEADGrant Likely2014-03-041-2/+3
|\
| * of: fix PCI bus match for PCIe slotsKleber Sacilotto de Souza2014-02-051-2/+3
* | of: Allows to use the PCI translator without the PCI coreGregory CLEMENT2014-02-201-3/+5
|/
* Revert "of/address: Handle #address-cells > 2 specially"Rob Herring2013-12-301-8/+0
* Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring2013-11-071-5/+5
|\
| * of/irq: Rename of_irq_map_* functions to of_irq_parse_*Grant Likely2013-10-241-2/+2
| * of: Fix dereferencing node name in debug output to be safeGrant Likely2013-10-151-3/+3
* | of: implement pci_address_to_pio as weak functionRob Herring2013-10-091-0/+8
|/
* Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-07-041-2/+6
|\
| * of: Fix address decoding on Bimini and js2x machinesBenjamin Herrenschmidt2013-07-041-2/+6
* | of/pci: Provide support for parsing PCI DT ranges propertyAndrew Murray2013-05-191-0/+67
|/
* of: fix spelling mistake in commentAndrew Murray2013-01-091-1/+1
* of/address: sparse fixesKim Phillips2012-10-171-12/+12
* of/address: Handle #address-cells > 2 speciallyThierry Reding2012-09-071-0/+8
* of: Allow busses with #size-cells=0Stephen Warren2012-08-031-4/+23
* ARM: spear: remove most mach/*.h header contentsArnd Bergmann2012-04-221-0/+1
* of/address: Add reg-names property to name an iomem resourceBenoit Cousson2012-01-041-5/+11
* of: address: use resource_size helperFelipe Balbi2011-08-011-1/+1
* of/address: Add of_find_matching_node_by_address helperGrant Likely2011-07-181-0/+18
* of/address: use proper endianess in get_flagsSebastian Andrzej Siewior2010-12-231-26/+28
* of: use __be32 types for big-endian device tree dataJeremy Kerr2010-10-121-1/+1
* of: Use full node name in resource structuresGrant Likely2010-07-051-1/+1
* of/address: restrict 'no-ranges' kludge to powerpcGrant Likely2010-07-051-1/+10
OpenPOWER on IntegriCloud