aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-06Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-0/+15
2014-06-26of: Check for phys_addr_t overflows in early_init_dt_add_memory_archLaura Abbott1-0/+15
2014-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-3/+5
2014-06-22of: mdio: fixup of_phy_register_fixed_link parsing of new bindingsRichard Retanubun1-3/+5
2014-06-16OF: fix of_find_node_by_path() assumption that of_allnodes is rootFrank Rowand1-2/+2
2014-06-16of: avoid format string parsing in kobject namesKees Cook1-1/+2
2014-06-16of/platform: Fix microblaze build failureGuenter Roeck1-4/+0
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-80/+126
2014-06-05Merge tag 'microblaze-3.16-rc1' of git://git.monstr.eu/linux-2.6-microblaze into nextLinus Torvalds1-3/+0
2014-06-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds2-6/+169
2014-06-04Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux into nextLinus Torvalds14-381/+698
2014-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial into nextLinus Torvalds1-2/+2
2014-06-04of: handle NULL node in next_child iteratorsFlorian Fainelli1-0/+6
2014-06-04microblaze: Use generic device.hMichal Simek1-3/+0
2014-06-02Merge tag 'cleanup-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc into nextLinus Torvalds1-5/+69
2014-06-02of: of_mdio: export symbol of_mdiobus_link_phydevDaniel Mack1-0/+1
2014-06-02net: of_mdio: use int type for address variableDaniel Mack1-2/+1
2014-05-29net: of_mdio: don't store the length of a property if we don't need toDaniel Mack1-2/+2
2014-05-29net: of_mdio: add of_mdiobus_link_phydev()Daniel Mack1-0/+33
2014-05-29net: of_mdio: factor out code to parse a phy's 'reg' propertyDaniel Mack1-12/+23
2014-05-28Merge branch 'earlycon-dt' into for-nextRob Herring4-1/+300
2014-05-27of_pci_irq: kill useless variable in of_irq_parse_pci()Sergei Shtylyov1-4/+2
2014-05-26of: mdio: fix compile warning in of_mdiobus_register_phy()Christian Engelmayer1-1/+0
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2014-05-23Merge tag 'dt-dma-properties-for-arm' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone into devel-stableRussell King2-6/+169
2014-05-23of/irq: do irq resolution in platform_get_irq_byname()Grygorii Strashko1-0/+22
2014-05-23of: Add a testcase for of_find_node_by_path()Grant Likely2-1/+51
2014-05-23of: Make of_find_node_by_path() handle /aliasesGrant Likely1-6/+61
2014-05-23of: Create unlocked version of for_each_child_of_node()Grant Likely1-5/+17
2014-05-23of: Handle memory@0 node on PPC32 onlyLeif Lindholm1-1/+1
2014-05-23pci/of: Remove dead codeIan Molton1-2/+0
2014-05-23of: fix race between search and remove in of_update_property()Xiubo Li1-11/+15
2014-05-23of: Use NULL for pointersThierry Reding1-1/+1
2014-05-23of: Stop naming platform_device using dcr addressGrant Likely1-24/+0
2014-05-23of: Ensure unique names without sacrificing determinismGrant Likely1-21/+19
2014-05-22net: phy: make of_set_phy_supported work with genphy driverSascha Hauer1-26/+0
2014-05-22of: mdio: remove of_phy_connect_fixed_linkFlorian Fainelli1-38/+0
2014-05-20of/fdt: add FDT serial scanning for earlyconRob Herring1-0/+56
2014-05-20of/fdt: add FDT address translation supportRob Herring2-0/+243
2014-05-20of: align RESERVEDMEM_OF_DECLARE function callbacks to other callbacksRob Herring1-1/+1
2014-05-16of: provide a binding for fixed link PHYsThomas Petazzoni1-0/+67
2014-05-15of: Keep track of populated platform devicesPawel Moll1-5/+69
2014-05-14of: make of_update_property() usable earlier in the boot processThomas Petazzoni1-0/+4
2014-05-13Merge branch 'dt-bus-name' into for-nextRob Herring7-36/+129
2014-05-13of/selftest: add testcase for nodes with same name and addressRob Herring3-1/+55
2014-05-13of/selftest: clean-up of_selftest_platform_populate pass/fail handlingRob Herring1-9/+5
2014-05-13of: kill off of_can_translate_addressRob Herring2-24/+3
2014-05-13of/platform: fix device naming for non-translatable addressesRob Herring1-10/+1
2014-05-07of: configure the platform device dma parametersSantosh Shilimkar1-6/+59
2014-05-05of: introduce of_dma_is_coherent() helperSantosh Shilimkar1-0/+23