summaryrefslogtreecommitdiffstats
path: root/drivers/of
AgeCommit message (Expand)Author
2016-03-19Merge tag 'devicetree-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-03-17Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-03-17Merge tag 'tty-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-03-14of_mdio: use PTR_ERR_OR_ZERO()Sergei Shtylyov
2016-03-14of_mdio: use IS_ERR_OR_NULL()Sergei Shtylyov
2016-03-14of_mdio: mdio_device_create() never returns NULLSergei Shtylyov
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-03-03of: add 'const' for of_property_*_string*() parameter '*np'David Rivshin
2016-03-03of/unittest: fix infinite loop in of_unittest_destroy_tracked_overlays()Sergey Senozhatsky
2016-03-03of: alloc anywhere from memblock if range not specifiedVinayak Menon
2016-03-01of_mdio: fix kernel-doc for of_phy_connect()Sergei Shtylyov
2016-03-01of_mdio: kill useless variable in of_mdiobus_register()Sergei Shtylyov
2016-02-18of/fdt: factor out assignment of initrd_start/initrd_endArd Biesheuvel
2016-02-18of/fdt: make memblock minimum physical address arch configurableArd Biesheuvel
2016-02-17Merge tag 'devicetree-fixes-for-4.5-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2016-02-14Merge 4.5-rc4 into tty-nextGreg Kroah-Hartman
2016-02-13of: resolver: Add missing of_node_get and of_node_putAmitoj Kaur Chawla
2016-02-11of/irq: Fix msi-map calculation for nonzero rid-baseRobin Murphy
2016-02-09of: of_mdio: Add marvell, 88e1145 to whitelist of PHY compatibilities.Aaro Koskinen
2016-02-06of: earlycon: Log more helpful message if stdout-path node not foundPeter Hurley
2016-02-06of: earlycon: Move address translation to of_setup_earlycon()Peter Hurley
2016-02-06of: earlycon: Initialize port fields from DT propertiesPeter Hurley
2016-02-06of: earlycon: Add options string handlingPeter Hurley
2016-02-06of: earlycon: Fixup earlycon console name and indexPeter Hurley
2016-02-06earlycon: Use common framework for earlycon declarationsPeter Hurley
2016-02-05PCI: Remove includes of empty asm-generic/pci-bridge.hBjorn Helgaas
2016-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-01-31Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-01-28of: of_mdio: Add a whitelist of PHY compatibilities.Andrew Lunn
2016-01-28of: of_mdio: Ensure mdio device is a PHYAndrew Lunn
2016-01-26of: MSI: Simplify irqdomain lookupMarc Zyngier
2016-01-14Merge tag 'devicetree-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-01-13drivers/of: Export OF changeset functionsGavin Shan
2016-01-12mdio: remove an unneed conditionDan Carpenter
2016-01-07mdio: Add support for mdio drivers.Andrew Lunn
2016-01-07phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn
2016-01-07of: phy: Only register a phy device for physAndrew Lunn
2016-01-07phy: Add an mdio_device structureAndrew Lunn
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn
2016-01-05of/platform: export of_default_bus_match_tableMasahiro Yamada
2016-01-05of/unittest: Show broken behaviour in the platform busGrant Likely
2015-12-09of/address: replace printk(KERN_ERR ...) with pr_err(...)Masahiro Yamada
2015-12-09of/irq: optimize device node matching loop in of_irq_init()Masahiro Yamada
2015-12-09of/irq: Export of_irq_find_parent againCarlo Caione
2015-12-08of/fdt: Add mutex protection for calls to __unflatten_device_tree()Guenter Roeck
2015-11-30of/address: fix typo in comment block of of_translate_one()Masahiro Yamada
2015-11-30of: do not use 0x in front of %paDmitry V. Krivenok
2015-11-30of: Fix comparison of reserved memory regionsMichael Ellerman