summaryrefslogtreecommitdiff
path: root/include/linux/of.h
AgeCommit message (Expand)Author
2024-03-19Merge tag 'soc-late-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds
2024-03-15Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2024-03-15Merge tag 'devicetree-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-03-13of: Introduce for_each_*_child_of_node_scoped() to automate of_node_put() han...Jonathan Cameron
2024-03-13of: Add cleanup.h based auto release via __free(device_node) markingsJonathan Cameron
2024-03-08of: Create of_root if no dtb provided by firmwareFrank Rowand
2024-03-04of: make for_each_property_of_node() available to to !OFBartosz Golaszewski
2024-03-03of: Reimplement of_machine_is_compatible() using of_machine_compatible_match()Christophe Leroy
2024-03-03of: Change of_machine_is_compatible() to return boolMichael Ellerman
2024-03-03of: Add of_machine_compatible_match()Michael Ellerman
2024-02-21of: Add of_phandle_args_equal() helperKrzysztof Kozlowski
2024-01-23of: Add for_each_reserved_child_of_node()Kuninori Morimoto
2023-09-05of: overlay: Fix of_overlay_fdt_apply prototype when !CONFIG_OF_OVERLAYPavel Pisa
2023-08-22of: overlay: Extend of_overlay_fdt_apply() to specify the target nodeLizhi Hou
2023-08-22of: dynamic: Add interfaces for creating device node dynamicallyLizhi Hou
2023-07-26of: fix htmldocs build warningsStephen Rothwell
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-04-13of: Drop unnecessary includes in headersRob Herring
2023-04-13of: Move CPU node related functions to their own fileRob Herring
2023-04-13of: Move of_device_get_match_data() declarationRob Herring
2023-04-10of: Make devtree_lock declaration privateRob Herring
2023-04-05of: Move the request module helper logic to module.cMiquel Raynal
2023-04-05of: Move of_modalias() to module.cMiquel Raynal
2023-04-05of: Rename of_modalias_node()Miquel Raynal
2023-02-24Merge tag 'devicetree-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-02-20of: dynamic: add lifecycle docbook info to node creation functionsFrank Rowand
2023-02-17of: Add of_property_present() helperRob Herring
2023-02-06of: base: add of_parse_phandle_with_optional_args()Michael Walle
2023-02-06of: make of_node_ktype constantThomas Weißschuh
2022-10-16of: declare string literals constChristian Göttsche
2022-09-30of: base: make of_device_compatible_match() accept const device nodeDmitry Torokhov
2022-08-04Merge tag 'devicetree-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-07-01x86/kexec: Carry forward IMA measurement log on kexecJonathan McDowell
2022-06-06of: constify of_property_check_flags() prop argumentClément Léger
2022-05-03of: overlay: add entry to of_overlay_action_name[]Frank Rowand
2022-04-25of: overlay: rework overlay apply and remove kfree()sFrank Rowand
2022-03-21Revert "of: base: Introduce of_alias_get_alias_list() to check alias IDs"Rob Herring
2022-01-20of: property: define of_property_read_u{8,16,32,64}_array() unconditionallyMichael Walle
2022-01-20of: base: make small of_parse_phandle() variants static inlineMichael Walle
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