summaryrefslogtreecommitdiff
path: root/include/linux/of.h
AgeCommit message (Expand)AuthorFilesLines
2023-09-05of: overlay: Fix of_overlay_fdt_apply prototype when !CONFIG_OF_OVERLAYPavel Pisa1-2/+2
2023-08-22of: overlay: Extend of_overlay_fdt_apply() to specify the target nodeLizhi Hou1-1/+1
2023-08-22of: dynamic: Add interfaces for creating device node dynamicallyLizhi Hou1-0/+23
2023-07-27of: fix htmldocs build warningsStephen Rothwell1-4/+3
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+17
2023-04-14of: Drop unnecessary includes in headersRob Herring1-3/+2
2023-04-14of: Move CPU node related functions to their own fileRob Herring1-7/+12
2023-04-14of: Move of_device_get_match_data() declarationRob Herring1-0/+6
2023-04-11of: Make devtree_lock declaration privateRob Herring1-2/+0
2023-04-05of: Move the request module helper logic to module.cMiquel Raynal1-0/+6
2023-04-05of: Move of_modalias() to module.cMiquel Raynal1-0/+9
2023-04-05of: Rename of_modalias_node()Miquel Raynal1-1/+2
2023-02-25Merge tag 'devicetree-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+28
2023-02-21of: dynamic: add lifecycle docbook info to node creation functionsFrank Rowand1-0/+11
2023-02-18of: Add of_property_present() helperRob Herring1-1/+16
2023-02-06of: base: add of_parse_phandle_with_optional_args()Michael Walle1-0/+25
2023-02-06of: make of_node_ktype constantThomas Weißschuh1-1/+1
2022-10-17of: declare string literals constChristian Göttsche1-2/+2
2022-10-01of: base: make of_device_compatible_match() accept const device nodeDmitry Torokhov1-2/+2
2022-08-05Merge tag 'devicetree-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+3
2022-07-01x86/kexec: Carry forward IMA measurement log on kexecJonathan McDowell1-2/+0
2022-06-06of: constify of_property_check_flags() prop argumentClément Léger1-2/+3
2022-05-03of: overlay: add entry to of_overlay_action_name[]Frank Rowand1-0/+13
2022-04-25of: overlay: rework overlay apply and remove kfree()sFrank Rowand1-1/+2
2022-03-21Revert "of: base: Introduce of_alias_get_alias_list() to check alias IDs"Rob Herring1-10/+0
2022-01-20of: property: define of_property_read_u{8,16,32,64}_array() unconditionallyMichael Walle1-150/+124
2022-01-20of: base: make small of_parse_phandle() variants static inlineMichael Walle1-28/+120
2021-10-20of: make of_node_check_flag() device_node parameter constNathan Lynch1-1/+1
2021-10-20of: Add of_get_cpu_hwid() to read hardware ID from CPU nodesRob Herring1-0/+1
2021-09-07Merge tag 'gpio-updates-for-v5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus 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-16Merge tag 'driver-core-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus 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-26treewide: 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-04Merge tag 'arm-drivers-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+5
2020-07-28of/iommu: Make of_map_rid() PCI agnosticLorenzo Pieralisi1-2/+2
2020-07-11<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-27of: Fix typo in kerneldocThierry Reding1-1/+1
2019-05-01of: fix clang -Wunsequenced for be32_to_cpu()Phong Tran1-2/+2
2019-04-11of: use correct function prototype for of_overlay_fdt_apply()Chris Packham1-1/+2