summaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)AuthorFilesLines
2015-07-15of: return NUMA_NO_NODE from fallback of_node_to_nid()Konstantin Khlebnikov1-1/+1
2015-05-06drivers/of: Add empty ranges quirk for PA-SemiBenjamin Herrenschmidt1-3/+8
2015-03-30of/irq: Fix of_irq_parse_one() returned error codesLaurent Pinchart1-3/+7
2014-12-10of/fdt: memblock_reserve /memreserve/ regions in the case of partial overlapIan Campbell1-2/+0
2014-12-01of/base: Fix PowerPC address parsing hackBenjamin Herrenschmidt1-3/+16
2014-12-01of: Fix crash if an earlycon driver is not foundKevin Cernekee1-1/+1
2014-11-14of: Fix overflow bug in string property parsing functionsGrant Likely3-72/+84
2014-10-06of/irq: Fix lookup to use 'interrupts-extended' property firstFlorian Fainelli1-8/+9
2014-10-06of: Allow mem_reserve of memory with a base address of zeroAl Cooper1-1/+1
2014-07-30of: Add memory limiting function for flattened devicetreesLaura Abbott1-0/+48
2014-07-30of: Split early_init_dt_scan into two partsLaura Abbott1-1/+17
2014-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-34/+0
2014-07-06Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-0/+15
2014-07-02net: fix circular dependency in of_mdio codeDaniel Mack1-34/+0
2014-06-26of: Check for phys_addr_t overflows in early_init_dt_add_memory_archLaura Abbott1-0/+15
2014-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-3/+5
2014-06-23of: 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-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-80/+126
2014-06-06Merge tag 'microblaze-3.16-rc1' of git://git.monstr.eu/linux-2.6-microblaze i...Linus Torvalds1-3/+0
2014-06-06Merge 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/...Linus Torvalds14-381/+698
2014-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus 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-03Merge tag 'cleanup-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus 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-30net: of_mdio: don't store the length of a property if we don't need toDaniel Mack1-2/+2
2014-05-30net: of_mdio: add of_mdiobus_link_phydev()Daniel Mack1-0/+33
2014-05-30net: 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/k...Russell 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