summaryrefslogtreecommitdiffstats
path: root/drivers/of
AgeCommit message (Expand)AuthorLines
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-80/+126
2014-06-05Merge tag 'microblaze-3.16-rc1' of git://git.monstr.eu/linux-2.6-microblaze i...Linus Torvalds-3/+0
2014-06-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds-6/+169
2014-06-04Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-381/+698
2014-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-2/+2
2014-06-04of: handle NULL node in next_child iteratorsFlorian Fainelli-0/+6
2014-06-04microblaze: Use generic device.hMichal Simek-3/+0
2014-06-02Merge tag 'cleanup-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-5/+69
2014-06-02of: of_mdio: export symbol of_mdiobus_link_phydevDaniel Mack-0/+1
2014-06-02net: of_mdio: use int type for address variableDaniel Mack-2/+1
2014-05-29net: of_mdio: don't store the length of a property if we don't need toDaniel Mack-2/+2
2014-05-29net: of_mdio: add of_mdiobus_link_phydev()Daniel Mack-0/+33
2014-05-29net: of_mdio: factor out code to parse a phy's 'reg' propertyDaniel Mack-12/+23
2014-05-28Merge branch 'earlycon-dt' into for-nextRob Herring-1/+300
2014-05-27of_pci_irq: kill useless variable in of_irq_parse_pci()Sergei Shtylyov-4/+2
2014-05-26of: mdio: fix compile warning in of_mdiobus_register_phy()Christian Engelmayer-1/+0
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+4
2014-05-23Merge tag 'dt-dma-properties-for-arm' of git://git.kernel.org/pub/scm/linux/k...Russell King-6/+169
2014-05-23of/irq: do irq resolution in platform_get_irq_byname()Grygorii Strashko-0/+22
2014-05-23of: Add a testcase for of_find_node_by_path()Grant Likely-1/+51
2014-05-23of: Make of_find_node_by_path() handle /aliasesGrant Likely-6/+61
2014-05-23of: Create unlocked version of for_each_child_of_node()Grant Likely-5/+17
2014-05-23of: Handle memory@0 node on PPC32 onlyLeif Lindholm-1/+1
2014-05-23pci/of: Remove dead codeIan Molton-2/+0
2014-05-23of: fix race between search and remove in of_update_property()Xiubo Li-11/+15
2014-05-23of: Use NULL for pointersThierry Reding-1/+1
2014-05-23of: Stop naming platform_device using dcr addressGrant Likely-24/+0
2014-05-23of: Ensure unique names without sacrificing determinismGrant Likely-21/+19
2014-05-22net: phy: make of_set_phy_supported work with genphy driverSascha Hauer-26/+0
2014-05-22of: mdio: remove of_phy_connect_fixed_linkFlorian Fainelli-38/+0
2014-05-20of/fdt: add FDT serial scanning for earlyconRob Herring-0/+56
2014-05-20of/fdt: add FDT address translation supportRob Herring-0/+243
2014-05-20of: align RESERVEDMEM_OF_DECLARE function callbacks to other callbacksRob Herring-1/+1
2014-05-16of: provide a binding for fixed link PHYsThomas Petazzoni-0/+67
2014-05-15of: Keep track of populated platform devicesPawel Moll-5/+69
2014-05-14of: make of_update_property() usable earlier in the boot processThomas Petazzoni-0/+4
2014-05-13Merge branch 'dt-bus-name' into for-nextRob Herring-36/+129
2014-05-13of/selftest: add testcase for nodes with same name and addressRob Herring-1/+55
2014-05-13of/selftest: clean-up of_selftest_platform_populate pass/fail handlingRob Herring-9/+5
2014-05-13of: kill off of_can_translate_addressRob Herring-24/+3
2014-05-13of/platform: fix device naming for non-translatable addressesRob Herring-10/+1
2014-05-07of: configure the platform device dma parametersSantosh Shilimkar-6/+59
2014-05-05of: introduce of_dma_is_coherent() helperSantosh Shilimkar-0/+23
2014-05-05of: introduce of_dma_get_range() helperGrygorii Strashko-0/+87
2014-05-05of: Improve grammar for of_alias_get_id() documentationGeert Uytterhoeven-2/+2
2014-04-30of/fdt: convert initial_boot_params to opaque pointerRob Herring-1/+1
2014-04-30of/fdt: introduce of_get_flat_dt_sizeRob Herring-0/+8
2014-04-30of/fdt: fix phys_addr_t related print size warningsRob Herring-2/+2
2014-04-30of/fdt: move memreserve and dtb memory reservations into coreRob Herring-0/+16
2014-04-30of/fdt: create common debugfsRob Herring-0/+24