summaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)AuthorFilesLines
2019-02-11of: add helper to lookup compatible child nodeJohan Hovold1-0/+25
2018-12-17of: unittest: Disable interrupt node tests for old world MAC systemsGuenter Roeck1-9/+19
2018-11-20of: platform: stop accessing invalid dev in of_platform_device_destroySrinivas Kandagatla1-2/+2
2018-11-20of: unittest: for strings, account for trailing \0 in property length fieldStefan M Schaeckeler1-4/+4
2018-03-03of: fdt: Fix return with value in void functionBen Hutchings1-1/+1
2017-11-11of: device: Export of_device_{get_modalias, uvent_modalias} to modulesStephen Boyd1-0/+2
2017-09-15of: fdt: add missing allocation-failure checkJohan Hovold1-0/+3
2017-08-26of: fix sparse warning in of_pci_range_parser_oneRob Herring1-1/+1
2017-02-23of_mdio: fix node leak in of_phy_register_fixed_link error pathJohan Hovold1-1/+4
2016-08-23of: irq: fix of_irq_get[_byname]() kernel-docSergei Shtylyov1-9/+10
2016-05-01of: alloc anywhere from memblock if range not specifiedVinayak Menon1-1/+3
2015-12-13of/fdt: fix error checking for earlycon addressMasahiro Yamada1-2/+3
2015-12-13drivers: of: of_reserved_mem: fixup the alignment with CMA setupJason Liu1-0/+4
2015-09-28of/address: Don't loop forever in of_find_matching_node_by_address().David Daney1-3/+3
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