summaryrefslogtreecommitdiff
path: root/drivers/of/base.c
AgeCommit message (Expand)Author
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-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-13of: Make explicit cpu_to_be32 conversion to mute sparse warningDawei Li
2024-01-23of: Add for_each_reserved_child_of_node()Kuninori Morimoto
2024-01-23of: Add of_get_next_status_child() and makes more generic of_get_nextKuninori Morimoto
2024-01-23of: Add __of_device_is_status() and makes more generic status checkKuninori Morimoto
2024-01-09of: Fix double free in of_parse_phandle_with_args_mapChristian A. Ehrhardt
2023-08-21of: Refactor node and property manipulation function lockingRob Herring
2023-08-21of: dynamic: Move dead property list check into property add/update functionsRob Herring
2023-08-04of: Move of_platform_register_reconfig_notifier() into DT coreRob Herring
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-04-13of: Move CPU node related functions to their own fileRob Herring
2023-04-05of: Rename of_modalias_node()Miquel Raynal
2023-01-05of: base: use strscpy() to instead of strncpy()Xu Panda
2022-10-10Merge tag 'devicetree-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-10-03of: base: Shift refcount decrement in of_find_last_cache_level()Pierre Gondois
2022-09-30of: base: make of_device_compatible_match() accept const device nodeDmitry Torokhov
2022-08-22of: base: export of_device_compatible_match() for use in modulesVladimir Oltean
2022-08-22of: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-04Merge tag 'devicetree-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-06-28of: Drop duplicate 'the' in of_find_last_cache_level kerneldocDeming Wang
2022-06-27of: base: Avoid console probe delay when fw_devlink.strict=1Saravana Kannan
2022-03-21Revert "of: base: Introduce of_alias_get_alias_list() to check alias IDs"Rob Herring
2022-01-20of: base: make small of_parse_phandle() variants static inlineMichael Walle
2022-01-08of: base: Improve argument length mismatch errorBaruch Siach
2022-01-08of: base: Fix phandle argument length mismatch error messageBaruch Siach
2021-12-01of: base: Skip CPU nodes with "fail"/"fail-..." statusMatthias Schiffer
2021-11-02Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-10-20of: Add of_get_cpu_hwid() to read hardware ID from CPU nodesRob Herring
2021-10-06fbdev: simplefb: fix Kconfig dependenciesArnd Bergmann
2021-09-01Merge tag 'devicetree-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-07-15of: base: remove unnecessary for loop권오훈
2021-07-12of: Add stub for of_add_property()Wesley Cheng
2021-03-29of: base: Fix spelling issue with function param 'prop'Lee Jones
2021-03-27of: Add missing 'Return' section in kerneldoc commentsRob Herring
2021-03-27of: Fix kerneldoc output formattingRob Herring
2021-03-23of: base: Fix some formatting issues and provide missing descriptionsLee Jones
2021-01-15of: base: improve error msg in of_phandle_iterator_next()Enrico Weigelt, metux IT consult
2020-09-05of: Export of_remove_property() to modulesFlorian Fainelli
2020-07-28of/iommu: Make of_map_rid() PCI agnosticLorenzo Pieralisi
2020-02-08Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds
2020-01-02of: base: Add of_get_cpu_state_node() to get idle states for a CPU nodeUlf Hansson
2019-12-24of: Rework and simplify phandle cache to use a fixed sizeRob Herring
2019-10-08of: Factor out #{addr,size}-cells parsingRobin Murphy
2019-09-19of: restore old handling of cells_name=NULL in of_*_phandle_with_args()Uwe Kleine-König
2019-09-13of: Let of_for_each_phandle fallback to non-negative cell_countUwe Kleine-König
2019-06-06of: Allow the iommu-map property to omit untranslated devicesJean-Philippe Brucker