aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of
AgeCommit message (Expand)Author
2014-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-07-06Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds
2014-07-02net: fix circular dependency in of_mdio codeDaniel Mack
2014-06-26of: Check for phys_addr_t overflows in early_init_dt_add_memory_archLaura Abbott
2014-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-06-22of: mdio: fixup of_phy_register_fixed_link parsing of new bindingsRichard Retanubun
2014-06-16OF: fix of_find_node_by_path() assumption that of_allnodes is rootFrank Rowand
2014-06-16of: avoid format string parsing in kobject namesKees Cook
2014-06-16of/platform: Fix microblaze build failureGuenter Roeck
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-06-05Merge tag 'microblaze-3.16-rc1' of git://git.monstr.eu/linux-2.6-microblaze i...Linus Torvalds
2014-06-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds
2014-06-04Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2014-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-06-04of: handle NULL node in next_child iteratorsFlorian Fainelli
2014-06-04microblaze: Use generic device.hMichal Simek
2014-06-02Merge tag 'cleanup-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-06-02of: of_mdio: export symbol of_mdiobus_link_phydevDaniel Mack
2014-06-02net: of_mdio: use int type for address variableDaniel Mack
2014-05-29net: of_mdio: don't store the length of a property if we don't need toDaniel Mack
2014-05-29net: of_mdio: add of_mdiobus_link_phydev()Daniel Mack
2014-05-29net: of_mdio: factor out code to parse a phy's 'reg' propertyDaniel Mack
2014-05-28Merge branch 'earlycon-dt' into for-nextRob Herring
2014-05-27of_pci_irq: kill useless variable in of_irq_parse_pci()Sergei Shtylyov
2014-05-26of: mdio: fix compile warning in of_mdiobus_register_phy()Christian Engelmayer
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-05-23Merge tag 'dt-dma-properties-for-arm' of git://git.kernel.org/pub/scm/linux/k...Russell King
2014-05-23of/irq: do irq resolution in platform_get_irq_byname()Grygorii Strashko
2014-05-23of: Add a testcase for of_find_node_by_path()Grant Likely
2014-05-23of: Make of_find_node_by_path() handle /aliasesGrant Likely
2014-05-23of: Create unlocked version of for_each_child_of_node()Grant Likely
2014-05-23of: Handle memory@0 node on PPC32 onlyLeif Lindholm
2014-05-23pci/of: Remove dead codeIan Molton
2014-05-23of: fix race between search and remove in of_update_property()Xiubo Li
2014-05-23of: Use NULL for pointersThierry Reding
2014-05-23of: Stop naming platform_device using dcr addressGrant Likely
2014-05-23of: Ensure unique names without sacrificing determinismGrant Likely
2014-05-22net: phy: make of_set_phy_supported work with genphy driverSascha Hauer
2014-05-22of: mdio: remove of_phy_connect_fixed_linkFlorian Fainelli
2014-05-20of/fdt: add FDT serial scanning for earlyconRob Herring
2014-05-20of/fdt: add FDT address translation supportRob Herring
2014-05-20of: align RESERVEDMEM_OF_DECLARE function callbacks to other callbacksRob Herring
2014-05-16of: provide a binding for fixed link PHYsThomas Petazzoni
2014-05-15of: Keep track of populated platform devicesPawel Moll
2014-05-14of: make of_update_property() usable earlier in the boot processThomas Petazzoni
2014-05-13Merge branch 'dt-bus-name' into for-nextRob Herring
2014-05-13of/selftest: add testcase for nodes with same name and addressRob Herring
2014-05-13of/selftest: clean-up of_selftest_platform_populate pass/fail handlingRob Herring
2014-05-13of: kill off of_can_translate_addressRob Herring
2014-05-13of/platform: fix device naming for non-translatable addressesRob Herring