summaryrefslogtreecommitdiff
path: root/include/linux/of.h
AgeCommit message (Expand)AuthorFilesLines
2025-03-29Merge tag 'devicetree-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-7/+1
2025-03-27Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+9
2025-03-20of: Add of_property_read_u16_indexErnest Van Hoecke1-0/+9
2025-03-15of: Move of_prop_val_eq() next to the single userRob Herring (Arm)1-6/+0
2025-02-26of: Align macro MAX_PHANDLE_ARGS with NR_FWNODE_REFERENCE_ARGSZijun Hu1-1/+1
2025-02-07of: base: Add of_get_available_child_by_name()Biju Das1-0/+9
2025-01-17of: Do not expose of_alias_scan() and correct its commentsZijun Hu1-1/+0
2025-01-14of: Warn when of_property_read_bool() is used on non-boolean propertiesRob Herring (Arm)1-18/+7
2025-01-14device property: Split property reading bool and presence test opsRob Herring (Arm)1-1/+3
2024-11-27of: base: Add for_each_child_of_node_with_prefix()Chen-Yu Tsai1-0/+9
2024-11-27of: dynamic: Add of_changeset_update_prop_stringChen-Yu Tsai1-0/+4
2024-10-15of: Constify struct property pointersRob Herring (Arm)1-7/+7
2024-10-15of: Constify struct device_node function argumentsRob Herring (Arm)1-7/+7
2024-07-25of: remove internal arguments from of_property_for_each_u32()Luca Ceresoli1-8/+7
2024-07-09of: dynamic: Introduce of_changeset_add_prop_bool()Herve Codina1-0/+3
2024-07-09of: dynamic: Constify parameter in of_changeset_add_prop_string_array()Herve Codina1-1/+1
2024-03-19Merge tag 'soc-late-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds1-0/+16
2024-03-16Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+19
2024-03-15Merge tag 'devicetree-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-13/+33
2024-03-14of: Introduce for_each_*_child_of_node_scoped() to automate of_node_put() han...Jonathan Cameron1-0/+13
2024-03-14of: Add cleanup.h based auto release via __free(device_node) markingsJonathan Cameron1-0/+2
2024-03-08of: Create of_root if no dtb provided by firmwareFrank Rowand1-10/+15
2024-03-05of: make for_each_property_of_node() available to to !OFBartosz Golaszewski1-3/+3
2024-03-03of: Reimplement of_machine_is_compatible() using of_machine_compatible_match()Christophe Leroy1-1/+13
2024-03-03of: Change of_machine_is_compatible() to return boolMichael Ellerman1-1/+1
2024-03-03of: Add of_machine_compatible_match()Michael Ellerman1-0/+6
2024-02-21of: Add of_phandle_args_equal() helperKrzysztof Kozlowski1-0/+16
2024-01-23of: Add for_each_reserved_child_of_node()Kuninori Morimoto1-0/+11
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