aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-06Merge tag 'devicetree-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds10-19/+93
2015-11-06Merge tag 'pci-v4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+26
2015-11-04Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-5/+6
2015-10-30of: simplify arch_find_n_match_cpu_physical_id() functionMasahiro Yamada1-4/+1
2015-10-30drivers: of: removing assignment of 0 to static variableSaurabh Sengar1-1/+1
2015-10-27Merge branch 'all-dtbs-v2' into for-nextRob Herring1-0/+10
2015-10-27of: add config option to enable building of all dtbsRob Herring1-0/+10
2015-10-27of/fdt: fix error checking for earlycon addressMasahiro Yamada1-2/+3
2015-10-22of/overlay: add missing of_node_putJulia Lawall1-1/+4
2015-10-22of/platform: add missing of_node_putJulia Lawall1-2/+6
2015-10-22of/irq: add missing of_node_putJulia Lawall1-2/+5
2015-10-22of/unittest: add missing of_node_putJulia Lawall1-2/+6
2015-10-22Merge branch 'dt-doc-cleanup' into for-nextRob Herring2-12/+37
2015-10-17of: to support binding numa node to specified device in devicetreeZhen Lei1-5/+6
2015-10-16of/irq: Use the msi-map property to provide device-specific MSI domainMarc Zyngier1-0/+18
2015-10-16of/irq: Split of_msi_map_rid to reuse msi-map lookupMarc Zyngier1-15/+28
2015-10-16of/irq: Use of_msi_get_domain instead of open-coded "msi-parent" parsingMarc Zyngier1-20/+11
2015-10-16of/irq: Add support code for multi-parent version of "msi-parent"Marc Zyngier1-0/+59
2015-10-16of/irq: Add new function of_msi_map_rid()David Daney1-0/+84
2015-10-13of/irq: make of_irq_find_parent staticJonas Gorski1-1/+1
2015-10-13of/fdt: fix aliases with baudrate in earlyconStefan Agner1-1/+4
2015-10-13PCI: of: Ignore resources with failed translationPavel Fedin1-2/+4
2015-10-13PCI: of: Add 64-bit address recognition without LPAE supportPavel Fedin1-0/+6
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-4/+23
2015-09-24of_mdio: fix MDIO phy device refcountingRussell King1-4/+23
2015-09-17of: Check for overlap in reserved memory regionsMitchel Humpherys1-1/+42
2015-09-17of: to support binding numa node to specified device in devicetreeZhen Lei1-5/+6
2015-09-17of_pci_irq: Silence bogus "of_irq_parse_pci() failed ..." messages.David Daney1-8/+14
2015-09-17of/pci: Add of_pci_check_probe_only to parse "linux,pci-probe-only"Marc Zyngier1-0/+26
2015-09-08Merge branch 'i2c/for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-0/+1
2015-09-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-5/+7
2015-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+26
2015-09-01Merge tag 'devicetree-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds2-3/+12
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+22
2015-08-31phy: fixed_phy: Add gpio to determine link up/down.Andrew Lunn1-3/+10
2015-08-26of/irq: export of_get_irq_byname()Dmitry Torokhov1-0/+1
2015-08-25of/address: Don't loop forever in of_find_matching_node_by_address().David Daney1-3/+3
2015-08-25of/platform: add function to populate default busHauke Mehrtens1-0/+9
2015-08-24of/fdt: make memblock maximum physical address arch configurableArd Biesheuvel1-5/+7
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+1
2015-07-30of/platform: Assign MSI domain to platform deviceMarc Zyngier2-0/+22
2015-07-27of: Drop owner assignment from platform and i2c driverKrzysztof Kozlowski1-3/+0
2015-07-27of: add HAS_IOMEM depends to OF_ADDRESSRob Herring1-1/+1
2015-07-21of_mdio: add new DT property 'managed' to specify the PHY management typeStas Sergeev1-2/+17
2015-07-01Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linuxLinus Torvalds8-23/+50
2015-06-30of/irq: Rename "intc_desc" to "of_intc_desc" to fix OF on shGeert Uytterhoeven1-3/+3
2015-06-30of/irq: Fix pSeries boot failureJeremy Linton1-2/+1
2015-06-30Merge remote-tracking branch 'robh/for-next' into devicetree/nextGrant Likely6-16/+41
2015-06-26Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+34
2015-06-26Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+1