summaryrefslogtreecommitdiffstats
path: root/drivers/of
AgeCommit message (Expand)AuthorLines
2015-12-09of/irq: Export of_irq_find_parent againCarlo Caione-1/+2
2015-12-08of/fdt: Add mutex protection for calls to __unflatten_device_tree()Guenter Roeck-0/+5
2015-11-30of/address: fix typo in comment block of of_translate_one()Masahiro Yamada-2/+3
2015-11-30of: do not use 0x in front of %paDmitry V. Krivenok-1/+1
2015-11-30of: Fix comparison of reserved memory regionsMichael Ellerman-1/+7
2015-11-12Merge tag 'pm+acpi-4.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-20/+0
2015-11-11Merge tag 'devicetree-fixes-for-4.4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-4/+7
2015-11-10drivers: of: of_reserved_mem: fixup the alignment with CMA setupJason Liu-0/+4
2015-11-10of: Print rather than WARN'ing when overlap check failsMichael Ellerman-4/+3
2015-11-07Merge branch 'acpi-pci'Rafael J. Wysocki-20/+0
2015-11-07PCI: OF: Move of_pci_dma_configure() to pci_dma_configure()Suthikulpanit, Suravee-19/+0
2015-11-07of/pci: Fix pci_get_host_bridge_device leakSuthikulpanit, Suravee-3/+2
2015-11-06Merge tag 'devicetree-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-19/+93
2015-11-06Merge tag 'pci-v4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+26
2015-11-04Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-5/+6
2015-10-30of: simplify arch_find_n_match_cpu_physical_id() functionMasahiro Yamada-4/+1
2015-10-30drivers: of: removing assignment of 0 to static variableSaurabh Sengar-1/+1
2015-10-27Merge branch 'all-dtbs-v2' into for-nextRob Herring-0/+10
2015-10-27of: add config option to enable building of all dtbsRob Herring-0/+10
2015-10-27of/fdt: fix error checking for earlycon addressMasahiro Yamada-2/+3
2015-10-22of/overlay: add missing of_node_putJulia Lawall-1/+4
2015-10-22of/platform: add missing of_node_putJulia Lawall-2/+6
2015-10-22of/irq: add missing of_node_putJulia Lawall-2/+5
2015-10-22of/unittest: add missing of_node_putJulia Lawall-2/+6
2015-10-22Merge branch 'dt-doc-cleanup' into for-nextRob Herring-12/+37
2015-10-17of: to support binding numa node to specified device in devicetreeZhen Lei-5/+6
2015-10-16of/irq: Use the msi-map property to provide device-specific MSI domainMarc Zyngier-0/+18
2015-10-16of/irq: Split of_msi_map_rid to reuse msi-map lookupMarc Zyngier-15/+28
2015-10-16of/irq: Use of_msi_get_domain instead of open-coded "msi-parent" parsingMarc Zyngier-20/+11
2015-10-16of/irq: Add support code for multi-parent version of "msi-parent"Marc Zyngier-0/+59
2015-10-16of/irq: Add new function of_msi_map_rid()David Daney-0/+84
2015-10-13of/irq: make of_irq_find_parent staticJonas Gorski-1/+1
2015-10-13of/fdt: fix aliases with baudrate in earlyconStefan Agner-1/+4
2015-10-13PCI: of: Ignore resources with failed translationPavel Fedin-2/+4
2015-10-13PCI: of: Add 64-bit address recognition without LPAE supportPavel Fedin-0/+6
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-4/+23
2015-09-24of_mdio: fix MDIO phy device refcountingRussell King-4/+23
2015-09-17of: Check for overlap in reserved memory regionsMitchel Humpherys-1/+42
2015-09-17of: to support binding numa node to specified device in devicetreeZhen Lei-5/+6
2015-09-17of_pci_irq: Silence bogus "of_irq_parse_pci() failed ..." messages.David Daney-8/+14
2015-09-17of/pci: Add of_pci_check_probe_only to parse "linux,pci-probe-only"Marc Zyngier-0/+26
2015-09-08Merge branch 'i2c/for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds-0/+1
2015-09-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-5/+7
2015-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-4/+26
2015-09-01Merge tag 'devicetree-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+12
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+22
2015-08-31phy: fixed_phy: Add gpio to determine link up/down.Andrew Lunn-3/+10
2015-08-26of/irq: export of_get_irq_byname()Dmitry Torokhov-0/+1
2015-08-25of/address: Don't loop forever in of_find_matching_node_by_address().David Daney-3/+3
2015-08-25of/platform: add function to populate default busHauke Mehrtens-0/+9