summaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)Author
2019-02-11of: add helper to lookup compatible child nodeJohan Hovold
2018-12-16of: unittest: Disable interrupt node tests for old world MAC systemsGuenter Roeck
2018-11-20of: platform: stop accessing invalid dev in of_platform_device_destroySrinivas Kandagatla
2018-11-20of: unittest: for strings, account for trailing \0 in property length fieldStefan M Schaeckeler
2018-03-03of: fdt: Fix return with value in void functionBen Hutchings
2017-11-11of: device: Export of_device_{get_modalias, uvent_modalias} to modulesStephen Boyd
2017-09-15of: fdt: add missing allocation-failure checkJohan Hovold
2017-08-26of: fix sparse warning in of_pci_range_parser_oneRob Herring
2017-02-23of_mdio: fix node leak in of_phy_register_fixed_link error pathJohan Hovold
2016-08-22of: irq: fix of_irq_get[_byname]() kernel-docSergei Shtylyov
2016-05-01of: alloc anywhere from memblock if range not specifiedVinayak Menon
2015-12-13of/fdt: fix error checking for earlycon addressMasahiro Yamada
2015-12-13drivers: of: of_reserved_mem: fixup the alignment with CMA setupJason Liu
2015-09-28of/address: Don't loop forever in of_find_matching_node_by_address().David Daney
2015-07-15of: return NUMA_NO_NODE from fallback of_node_to_nid()Konstantin Khlebnikov
2015-05-06drivers/of: Add empty ranges quirk for PA-SemiBenjamin Herrenschmidt
2015-03-30of/irq: Fix of_irq_parse_one() returned error codesLaurent Pinchart
2014-12-10of/fdt: memblock_reserve /memreserve/ regions in the case of partial overlapIan Campbell
2014-12-01of/base: Fix PowerPC address parsing hackBenjamin Herrenschmidt
2014-12-01of: Fix crash if an earlycon driver is not foundKevin Cernekee
2014-11-14of: Fix overflow bug in string property parsing functionsGrant Likely
2014-10-05of/irq: Fix lookup to use 'interrupts-extended' property firstFlorian Fainelli
2014-10-05of: Allow mem_reserve of memory with a base address of zeroAl Cooper
2014-07-29of: Add memory limiting function for flattened devicetreesLaura Abbott
2014-07-29of: Split early_init_dt_scan into two partsLaura Abbott
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