summaryrefslogtreecommitdiffstats
path: root/drivers/of/base.c
Commit message (Expand)AuthorAgeFilesLines
* of: Use scope based kfree() cleanupsRob Herring2024-04-151-26/+8
* Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2024-03-151-7/+8
|\
| * of: Reimplement of_machine_is_compatible() using of_machine_compatible_match()Christophe Leroy2024-03-031-20/+1
| * of: Change of_machine_is_compatible() to return boolMichael Ellerman2024-03-031-3/+2
| * of: Add of_machine_compatible_match()Michael Ellerman2024-03-031-0/+21
* | Merge tag 'devicetree-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-151-2/+2
|\ \
| * | of: Make explicit cpu_to_be32 conversion to mute sparse warningDawei Li2024-02-131-2/+2
| |/
* | of: Add for_each_reserved_child_of_node()Kuninori Morimoto2024-01-231-0/+29
* | of: Add of_get_next_status_child() and makes more generic of_get_nextKuninori Morimoto2024-01-231-11/+18
* | of: Add __of_device_is_status() and makes more generic status checkKuninori Morimoto2024-01-231-21/+36
|/
* of: Fix double free in of_parse_phandle_with_args_mapChristian A. Ehrhardt2024-01-091-0/+1
* of: Refactor node and property manipulation function lockingRob Herring2023-08-211-29/+33
* of: dynamic: Move dead property list check into property add/update functionsRob Herring2023-08-211-13/+24
* of: Move of_platform_register_reconfig_notifier() into DT coreRob Herring2023-08-041-0/+1
* Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-04-271-7/+11
|\
| * of: Rename of_modalias_node()Miquel Raynal2023-04-051-7/+11
* | of: Move CPU node related functions to their own fileRob Herring2023-04-131-187/+0
|/
* of: base: use strscpy() to instead of strncpy()Xu Panda2023-01-051-2/+1
* Merge tag 'devicetree-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-10-101-3/+4
|\
| * of: base: Shift refcount decrement in of_find_last_cache_level()Pierre Gondois2022-10-031-1/+2
| * of: base: make of_device_compatible_match() accept const device nodeDmitry Torokhov2022-09-301-1/+1
| * of: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-221-1/+1
* | of: base: export of_device_compatible_match() for use in modulesVladimir Oltean2022-08-221-0/+1
|/
* Merge tag 'devicetree-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-08-041-1/+1
|\
| * of: Drop duplicate 'the' in of_find_last_cache_level kerneldocDeming Wang2022-06-281-1/+1
* | of: base: Avoid console probe delay when fw_devlink.strict=1Saravana Kannan2022-06-271-0/+2
|/
* Revert "of: base: Introduce of_alias_get_alias_list() to check alias IDs"Rob Herring2022-03-211-54/+0
* of: base: make small of_parse_phandle() variants static inlineMichael Walle2022-01-201-122/+9
* of: base: Improve argument length mismatch errorBaruch Siach2022-01-081-3/+8
* of: base: Fix phandle argument length mismatch error messageBaruch Siach2022-01-081-2/+2
* of: base: Skip CPU nodes with "fail"/"fail-..." statusMatthias Schiffer2021-12-011-0/+27
* Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-021-0/+22
|\
| * of: Add of_get_cpu_hwid() to read hardware ID from CPU nodesRob Herring2021-10-201-0/+22
* | fbdev: simplefb: fix Kconfig dependenciesArnd Bergmann2021-10-061-0/+1
|/
* Merge tag 'devicetree-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-09-011-3/+1
|\
| * of: base: remove unnecessary for loop권오훈2021-07-151-3/+1
* | of: Add stub for of_add_property()Wesley Cheng2021-07-121-0/+1
|/
* of: base: Fix spelling issue with function param 'prop'Lee Jones2021-03-291-3/+3
* of: Add missing 'Return' section in kerneldoc commentsRob Herring2021-03-271-18/+21
* of: Fix kerneldoc output formattingRob Herring2021-03-271-138/+137
* of: base: Fix some formatting issues and provide missing descriptionsLee Jones2021-03-231-5/+11
* of: base: improve error msg in of_phandle_iterator_next()Enrico Weigelt, metux IT consult2021-01-151-2/+2
* of: Export of_remove_property() to modulesFlorian Fainelli2020-09-051-0/+1
* of/iommu: Make of_map_rid() PCI agnosticLorenzo Pieralisi2020-07-281-21/+21
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2020-02-081-0/+36
|\
| * of: base: Add of_get_cpu_state_node() to get idle states for a CPU nodeUlf Hansson2020-01-021-0/+36
* | of: Rework and simplify phandle cache to use a fixed sizeRob Herring2019-12-241-108/+22
|/
* of: Factor out #{addr,size}-cells parsingRobin Murphy2019-10-081-10/+22
* of: restore old handling of cells_name=NULL in of_*_phandle_with_args()Uwe Kleine-König2019-09-191-2/+33
* of: Let of_for_each_phandle fallback to non-negative cell_countUwe Kleine-König2019-09-131-8/+17