aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/of.h
AgeCommit message (Expand)Author
2021-03-09of/address: Introduce of_dma_get_max_cpu_address()Nicolas Saenz Julienne
2020-12-30of: fix linker-section match-table corruptionJohan Hovold
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
2017-10-17of: overlay: rename identifiers to more reflect what they doFrank Rowand
2017-10-16of: make kobject and bin_attribute support configurableRob Herring
2017-10-16of: wrap accesses to device_node kobjectRob Herring
2017-10-16of: make struct property _flags field configurableRob Herring
2017-10-16of: remove struct property.unique_id for FDTRob Herring
2017-10-13include/linux/of.h: provide of_n_{addr,size}_cells wrappers for !CONFIG_OFArnd Bergmann
2017-07-22device property: Get rid of struct fwnode_handle type fieldSakari Ailus
2017-07-10Merge tag 'devprop-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-07-05Merge branch 'dt/property-move' into dt/nextRob Herring
2017-06-22device property: Move FW type specific functionality to FW specific filesSakari Ailus
2017-06-14of: Provide dummy of_device_compatible_match() for compile-testingGeert Uytterhoeven
2017-06-01of: Support const and non-const use for to_of_node()Sakari Ailus