aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/of.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-07Merge tag 'gpio-updates-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds1-1/+1
2021-08-05of: unify of_count_phandle_with_args() arguments with !CONFIG_OFKrzysztof Kozlowski1-1/+1
2021-07-12of: Add stub for of_add_property()Wesley Cheng1-0/+5
2021-06-21of: reserved-memory: Add stub for RESERVEDMEM_OF_DECLARE()Dmitry Osipenko1-4/+7
2021-04-21of: linux/of.h: fix kernel-doc warningsRandy Dunlap1-2/+2
2021-03-27of: Add missing 'Return' section in kerneldoc commentsRob Herring1-22/+41
2021-03-08powerpc: Move arch independent ima kexec functions to drivers/of/kexec.cLakshmi Ramasubramanian1-0/+2
2021-03-08of: Add a common kexec FDT setup functionRob Herring1-0/+5
2020-12-15Merge tag 'driver-core-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+2
2020-12-09driver core: Add fwnode_init()Saravana Kannan1-1/+1
2020-12-04of: fix linker-section match-table corruptionJohan Hovold1-0/+1
2020-11-20of/address: Introduce of_dma_get_max_cpu_address()Nicolas Saenz Julienne1-0/+7
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-1/+1
2020-09-05of: Export of_remove_property() to modulesFlorian Fainelli1-0/+5
2020-08-03Merge tag 'arm-drivers-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-0/+5
2020-07-28of/iommu: Make of_map_rid() PCI agnosticLorenzo Pieralisi1-2/+2
2020-07-10<linux/of.h>: add stub for of_get_next_parent() to fix qcom build errorRandy Dunlap1-0/+5
2020-01-02of: base: Add of_get_cpu_state_node() to get idle states for a CPU nodeUlf Hansson1-0/+8
2019-07-26of: Fix typo in kerneldocThierry Reding1-1/+1
2019-05-01of: fix clang -Wunsequenced for be32_to_cpu()Phong Tran1-2/+2
2019-04-10of: use correct function prototype for of_overlay_fdt_apply()Chris Packham1-1/+2
2019-01-10of: Remove struct device_node.type pointerRob Herring1-1/+0
2018-12-28Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-5/+16
2018-11-18of: Drop full path from full_name for PDT systemsRob Herring1-1/+0
2018-11-08of: overlay: validate overlay properties #address-cells and #size-cellsFrank Rowand1-0/+6
2018-11-08of: overlay: add tests to validate kfrees from overlay removalFrank Rowand1-5/+10
2018-10-29Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-0/+10
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-7/+12
2018-10-04of: Fix property name in of_node_get_device_typeRob Herring1-1/+1
2018-09-28Merge branch 'dt/cpu-type-rework' into dt/nextRob Herring1-0/+11
2018-09-28of: Add cpu node iterator for_each_of_cpu_node()Rob Herring1-0/+11
2018-09-25iommu/of: make of_pci_map_rid() available for other devices tooNipun Gupta1-0/+11
2018-09-20of: base: Introduce of_alias_get_alias_list() to check alias IDsMichal Simek1-0/+10
2018-09-07of: make default address and size cells sizes privateRob Herring1-6/+0
2018-08-31of: Add device_type access helper functionsRob Herring1-0/+12
2018-08-30of: add node name compare helper functionsRob Herring1-0/+13
2018-08-29of: add helper to lookup compatible child nodeJohan Hovold1-0/+8
2018-03-05Merge tag 'overlay_apply_fdt_v7-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/frowand/linux into dt/nextRob Herring1-3/+3
2018-03-04of: change overlay apply input data from unflattened to FDTFrank Rowand1-3/+3
2018-02-12of: Support parsing phandle argument lists through a nexus nodeStephen Boyd1-0/+12
2018-02-01Merge tag 'devicetree-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-5/+1
2018-01-08of: Use SPDX license tag for DT filesRob Herring1-5/+1
2018-01-02of: Add helper for mapping device node to logical CPU numberSuzuki K Poulose1-0/+7
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-12/+50
2017-11-14Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-21/+24
2017-11-08of: add of_property_read_variable_* dummy helpersArnd Bergmann1-12/+50
2017-10-17of: overlay: avoid race condition between applying multiple overlaysFrank Rowand1-3/+0
2017-10-17of: overlay: detect cases where device tree may become corruptFrank Rowand1-5/+5
2017-10-17of: overlay: rename identifiers to more reflect what they doFrank Rowand1-6/+6
2017-10-16of: make kobject and bin_attribute support configurableRob Herring1-12/+10