aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-03-01of_mdio: fix kernel-doc for of_phy_connect()Sergei Shtylyov1-0/+1
2016-03-01of_mdio: kill useless variable in of_mdiobus_register()Sergei Shtylyov1-3/+1
2016-02-17Merge tag 'devicetree-fixes-for-4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-1/+8
2016-02-11of/irq: Fix msi-map calculation for nonzero rid-baseRobin Murphy1-1/+8
2016-02-09of: of_mdio: Add marvell, 88e1145 to whitelist of PHY compatibilities.Aaro Koskinen1-0/+1
2016-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+36
2016-01-31Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-15/+3
2016-01-28of: of_mdio: Add a whitelist of PHY compatibilities.Andrew Lunn1-0/+27
2016-01-28of: of_mdio: Ensure mdio device is a PHYAndrew Lunn1-1/+9
2016-01-26of: MSI: Simplify irqdomain lookupMarc Zyngier1-15/+3
2016-01-14Merge tag 'devicetree-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds7-42/+81
2016-01-13drivers/of: Export OF changeset functionsGavin Shan4-27/+52
2016-01-12mdio: remove an unneed conditionDan Carpenter1-4/+2
2016-01-07mdio: Add support for mdio drivers.Andrew Lunn1-0/+33
2016-01-07phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn1-1/+1
2016-01-07of: phy: Only register a phy device for physAndrew Lunn1-7/+34
2016-01-07phy: Add an mdio_device structureAndrew Lunn1-3/+3
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn1-6/+1
2016-01-05of/platform: export of_default_bus_match_tableMasahiro Yamada1-0/+1
2016-01-05of/unittest: Show broken behaviour in the platform busGrant Likely1-0/+14
2015-12-09of/address: replace printk(KERN_ERR ...) with pr_err(...)Masahiro Yamada1-1/+1
2015-12-09of/irq: optimize device node matching loop in of_irq_init()Masahiro Yamada1-14/+13
2015-12-09of/irq: Export of_irq_find_parent againCarlo Caione1-1/+2
2015-12-08of/fdt: Add mutex protection for calls to __unflatten_device_tree()Guenter Roeck1-0/+5
2015-11-30of/address: fix typo in comment block of of_translate_one()Masahiro Yamada1-2/+3
2015-11-30of: do not use 0x in front of %paDmitry V. Krivenok1-1/+1
2015-11-30of: Fix comparison of reserved memory regionsMichael Ellerman1-1/+7
2015-11-12Merge tag 'pm+acpi-4.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-20/+0
2015-11-11Merge tag 'devicetree-fixes-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-4/+7
2015-11-10drivers: of: of_reserved_mem: fixup the alignment with CMA setupJason Liu1-0/+4
2015-11-10of: Print rather than WARN'ing when overlap check failsMichael Ellerman1-4/+3
2015-11-07Merge branch 'acpi-pci'Rafael J. Wysocki1-20/+0
2015-11-07PCI: OF: Move of_pci_dma_configure() to pci_dma_configure()Suthikulpanit, Suravee1-19/+0
2015-11-07of/pci: Fix pci_get_host_bridge_device leakSuthikulpanit, Suravee1-3/+2
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