summaryrefslogtreecommitdiff
path: root/include/linux/of.h
AgeCommit message (Expand)Author
2021-10-20of: make of_node_check_flag() device_node parameter constNathan Lynch
2021-10-20of: Add of_get_cpu_hwid() to read hardware ID from CPU nodesRob Herring
2021-09-07Merge tag 'gpio-updates-for-v5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-08-05of: unify of_count_phandle_with_args() arguments with !CONFIG_OFKrzysztof Kozlowski
2021-07-12of: Add stub for of_add_property()Wesley Cheng
2021-06-21of: reserved-memory: Add stub for RESERVEDMEM_OF_DECLARE()Dmitry Osipenko
2021-04-21of: linux/of.h: fix kernel-doc warningsRandy Dunlap
2021-03-27of: Add missing 'Return' section in kerneldoc commentsRob Herring
2021-03-08powerpc: Move arch independent ima kexec functions to drivers/of/kexec.cLakshmi Ramasubramanian
2021-03-08of: Add a common kexec FDT setup functionRob Herring
2020-12-15Merge tag 'driver-core-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-12-09driver core: Add fwnode_init()Saravana Kannan
2020-12-04of: fix linker-section match-table corruptionJohan Hovold
2020-11-20of/address: Introduce of_dma_get_max_cpu_address()Nicolas Saenz Julienne
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-09-05of: Export of_remove_property() to modulesFlorian Fainelli
2020-08-03Merge tag 'arm-drivers-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-07-28of/iommu: Make of_map_rid() PCI agnosticLorenzo Pieralisi
2020-07-10<linux/of.h>: add stub for of_get_next_parent() to fix qcom build errorRandy Dunlap
2020-01-02of: base: Add of_get_cpu_state_node() to get idle states for a CPU nodeUlf Hansson
2019-07-26of: Fix typo in kerneldocThierry Reding
2019-05-01of: fix clang -Wunsequenced for be32_to_cpu()Phong Tran
2019-04-10of: use correct function prototype for of_overlay_fdt_apply()Chris Packham
2019-01-10of: Remove struct device_node.type pointerRob Herring
2018-12-28Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-11-18of: Drop full path from full_name for PDT systemsRob Herring
2018-11-08of: overlay: validate overlay properties #address-cells and #size-cellsFrank Rowand
2018-11-08of: overlay: add tests to validate kfrees from overlay removalFrank Rowand
2018-10-29Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-10-04of: Fix property name in of_node_get_device_typeRob Herring
2018-09-28Merge branch 'dt/cpu-type-rework' into dt/nextRob Herring
2018-09-28of: Add cpu node iterator for_each_of_cpu_node()Rob Herring
2018-09-25iommu/of: make of_pci_map_rid() available for other devices tooNipun Gupta
2018-09-20of: base: Introduce of_alias_get_alias_list() to check alias IDsMichal Simek
2018-09-07of: make default address and size cells sizes privateRob Herring
2018-08-31of: Add device_type access helper functionsRob Herring
2018-08-30of: add node name compare helper functionsRob Herring
2018-08-29of: add helper to lookup compatible child nodeJohan Hovold
2018-03-05Merge tag 'overlay_apply_fdt_v7-for-4.17' of git://git.kernel.org/pub/scm/lin...Rob Herring
2018-03-04of: change overlay apply input data from unflattened to FDTFrank Rowand
2018-02-12of: Support parsing phandle argument lists through a nexus nodeStephen Boyd
2018-02-01Merge tag 'devicetree-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-01-08of: Use SPDX license tag for DT filesRob Herring
2018-01-02of: Add helper for mapping device node to logical CPU numberSuzuki K Poulose
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-11-14Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-11-08of: add of_property_read_variable_* dummy helpersArnd Bergmann
2017-10-17of: overlay: avoid race condition between applying multiple overlaysFrank Rowand
2017-10-17of: overlay: detect cases where device tree may become corruptFrank Rowand