summaryrefslogtreecommitdiffstats
path: root/include/linux/of.h
Commit message (Expand)AuthorAgeFilesLines
* of: make of_node_check_flag() device_node parameter constNathan Lynch2021-10-201-1/+1
* of: Add of_get_cpu_hwid() to read hardware ID from CPU nodesRob Herring2021-10-201-0/+1
* Merge tag 'gpio-updates-for-v5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-09-071-1/+1
|\
| * of: unify of_count_phandle_with_args() arguments with !CONFIG_OFKrzysztof Kozlowski2021-08-051-1/+1
* | of: Add stub for of_add_property()Wesley Cheng2021-07-121-0/+5
|/
* of: reserved-memory: Add stub for RESERVEDMEM_OF_DECLARE()Dmitry Osipenko2021-06-211-4/+7
* of: linux/of.h: fix kernel-doc warningsRandy Dunlap2021-04-211-2/+2
* of: Add missing 'Return' section in kerneldoc commentsRob Herring2021-03-271-22/+41
* powerpc: Move arch independent ima kexec functions to drivers/of/kexec.cLakshmi Ramasubramanian2021-03-081-0/+2
* of: Add a common kexec FDT setup functionRob Herring2021-03-081-0/+5
* Merge tag 'driver-core-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-12-151-1/+2
|\
| * driver core: Add fwnode_init()Saravana Kannan2020-12-091-1/+1
| * of: fix linker-section match-table corruptionJohan Hovold2020-12-041-0/+1
* | of/address: Introduce of_dma_get_max_cpu_address()Nicolas Saenz Julienne2020-11-201-0/+7
|/
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* of: Export of_remove_property() to modulesFlorian Fainelli2020-09-051-0/+5
* Merge tag 'arm-drivers-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-08-031-0/+5
|\
| * <linux/of.h>: add stub for of_get_next_parent() to fix qcom build errorRandy Dunlap2020-07-101-0/+5
* | of/iommu: Make of_map_rid() PCI agnosticLorenzo Pieralisi2020-07-281-2/+2
|/
* of: base: Add of_get_cpu_state_node() to get idle states for a CPU nodeUlf Hansson2020-01-021-0/+8
* of: Fix typo in kerneldocThierry Reding2019-07-261-1/+1
* of: fix clang -Wunsequenced for be32_to_cpu()Phong Tran2019-05-011-2/+2
* of: use correct function prototype for of_overlay_fdt_apply()Chris Packham2019-04-101-1/+2
* of: Remove struct device_node.type pointerRob Herring2019-01-101-1/+0
* Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-281-5/+16
|\
| * of: overlay: validate overlay properties #address-cells and #size-cellsFrank Rowand2018-11-081-0/+6
| * of: overlay: add tests to validate kfrees from overlay removalFrank Rowand2018-11-081-5/+10
* | of: Drop full path from full_name for PDT systemsRob Herring2018-11-181-1/+0
|/
* Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-10-291-0/+10
|\
| * of: base: Introduce of_alias_get_alias_list() to check alias IDsMichal Simek2018-09-201-0/+10
* | Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-261-7/+12
|\ \
| * | of: Fix property name in of_node_get_device_typeRob Herring2018-10-041-1/+1
| * | Merge branch 'dt/cpu-type-rework' into dt/nextRob Herring2018-09-281-0/+11
| |\ \
| | * | of: Add cpu node iterator for_each_of_cpu_node()Rob Herring2018-09-281-0/+11
| | |/
| * / of: make default address and size cells sizes privateRob Herring2018-09-071-6/+0
| |/
* / iommu/of: make of_pci_map_rid() available for other devices tooNipun Gupta2018-09-251-0/+11
|/
* of: Add device_type access helper functionsRob Herring2018-08-311-0/+12
* of: add node name compare helper functionsRob Herring2018-08-301-0/+13
* of: add helper to lookup compatible child nodeJohan Hovold2018-08-291-0/+8
* Merge tag 'overlay_apply_fdt_v7-for-4.17' of git://git.kernel.org/pub/scm/lin...Rob Herring2018-03-051-3/+3
|\
| * of: change overlay apply input data from unflattened to FDTFrank Rowand2018-03-041-3/+3
* | of: Support parsing phandle argument lists through a nexus nodeStephen Boyd2018-02-121-0/+12
|/
* Merge tag 'devicetree-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-02-011-5/+1
|\
| * of: Use SPDX license tag for DT filesRob Herring2018-01-081-5/+1
* | of: Add helper for mapping device node to logical CPU numberSuzuki K Poulose2018-01-021-0/+7
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-151-12/+50
|\
| * of: add of_property_read_variable_* dummy helpersArnd Bergmann2017-11-081-12/+50
* | Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-11-141-21/+24
|\ \ | |/ |/|
| * of: overlay: avoid race condition between applying multiple overlaysFrank Rowand2017-10-171-3/+0
| * of: overlay: detect cases where device tree may become corruptFrank Rowand2017-10-171-5/+5