aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of/base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-29Merge tag 'devicetree-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-4/+2
2025-02-25of: Correct property name comparison in __of_add_property()Zijun Hu1-1/+1
2025-02-25of: Introduce and apply private is_pseudo_property()Zijun Hu1-3/+1
2025-02-25of: Compare property names by of_prop_cmp() in of_alias_scan()Zijun Hu1-3/+3
2025-02-07of: base: Add of_get_available_child_by_name()Biju Das1-0/+27
2025-01-24Merge tag 'devicetree-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-15/+10
2025-01-17of: Correct element count for two arrays in API of_parse_phandle_with_args_map()Zijun Hu1-2/+2
2025-01-17of: Do not expose of_alias_scan() and correct its commentsZijun Hu1-2/+1
2025-01-10of: Correct child specifier used as input of the 2nd nexus nodeZijun Hu1-1/+1
2024-12-22Merge tag 'devicetree-fixes-for-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-6/+12
2024-12-20of: Add coreboot firmware to excluded default cells listRob Herring (Arm)1-1/+2
2024-12-16of: Fix of_find_node_opts_by_path() handling of alias+path+optionsZijun Hu1-3/+3
2024-12-10of: Simplify API of_find_node_with_property() implementationZijun Hu1-7/+3
2024-12-03of: Fix error path in of_parse_phandle_with_args_map()Herve Codina1-5/+10
2024-11-29of: base: Document prefix argument for of_get_next_child_with_prefix()Chen-Yu Tsai1-0/+1
2024-11-27of: base: Add for_each_child_of_node_with_prefix()Chen-Yu Tsai1-0/+35
2024-11-08of: WARN on deprecated #address-cells/#size-cells handlingRob Herring (Arm)1-6/+22
2024-10-15of: Constify struct property pointersRob Herring (Arm)1-6/+6
2024-10-15of: Constify struct device_node function argumentsRob Herring (Arm)1-4/+4
2024-04-15of: Use scope based kfree() cleanupsRob Herring1-26/+8
2024-03-15Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-7/+8
2024-03-15Merge tag 'devicetree-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-2/+2
2024-03-03of: Reimplement of_machine_is_compatible() using of_machine_compatible_match()Christophe Leroy1-20/+1
2024-03-03of: Change of_machine_is_compatible() to return boolMichael Ellerman1-3/+2
2024-03-03of: Add of_machine_compatible_match()Michael Ellerman1-0/+21
2024-02-13of: Make explicit cpu_to_be32 conversion to mute sparse warningDawei Li1-2/+2
2024-01-23of: Add for_each_reserved_child_of_node()Kuninori Morimoto1-0/+29
2024-01-23of: Add of_get_next_status_child() and makes more generic of_get_nextKuninori Morimoto1-11/+18
2024-01-23of: Add __of_device_is_status() and makes more generic status checkKuninori Morimoto1-21/+36
2024-01-09of: Fix double free in of_parse_phandle_with_args_mapChristian A. Ehrhardt1-0/+1
2023-08-21of: Refactor node and property manipulation function lockingRob Herring1-29/+33
2023-08-21of: dynamic: Move dead property list check into property add/update functionsRob Herring1-13/+24
2023-08-04of: Move of_platform_register_reconfig_notifier() into DT coreRob Herring1-0/+1
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-7/+11
2023-04-13of: Move CPU node related functions to their own fileRob Herring1-187/+0
2023-04-05of: Rename of_modalias_node()Miquel Raynal1-7/+11
2023-01-05of: base: use strscpy() to instead of strncpy()Xu Panda1-2/+1
2022-10-10Merge tag 'devicetree-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-3/+4
2022-10-03of: base: Shift refcount decrement in of_find_last_cache_level()Pierre Gondois1-1/+2
2022-09-30of: base: make of_device_compatible_match() accept const device nodeDmitry Torokhov1-1/+1
2022-08-22of: base: export of_device_compatible_match() for use in modulesVladimir Oltean1-0/+1
2022-08-22of: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-04Merge tag 'devicetree-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-1/+1
2022-06-28of: Drop duplicate 'the' in of_find_last_cache_level kerneldocDeming Wang1-1/+1
2022-06-27of: base: Avoid console probe delay when fw_devlink.strict=1Saravana Kannan1-0/+2
2022-03-21Revert "of: base: Introduce of_alias_get_alias_list() to check alias IDs"Rob Herring1-54/+0
2022-01-20of: base: make small of_parse_phandle() variants static inlineMichael Walle1-122/+9
2022-01-08of: base: Improve argument length mismatch errorBaruch Siach1-3/+8
2022-01-08of: base: Fix phandle argument length mismatch error messageBaruch Siach1-2/+2
2021-12-01of: base: Skip CPU nodes with "fail"/"fail-..." statusMatthias Schiffer1-0/+27