summaryrefslogtreecommitdiffstats
path: root/include/linux/of.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'soc-late-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2024-03-191-0/+16
|\
| * of: Add of_phandle_args_equal() helperKrzysztof Kozlowski2024-02-211-0/+16
* | Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2024-03-151-1/+19
|\ \
| * | of: Reimplement of_machine_is_compatible() using of_machine_compatible_match()Christophe Leroy2024-03-031-1/+13
| * | of: Change of_machine_is_compatible() to return boolMichael Ellerman2024-03-031-1/+1
| * | of: Add of_machine_compatible_match()Michael Ellerman2024-03-031-0/+6
| |/
* | Merge tag 'devicetree-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-151-13/+33
|\ \
| * | of: Introduce for_each_*_child_of_node_scoped() to automate of_node_put() han...Jonathan Cameron2024-03-131-0/+13
| * | of: Add cleanup.h based auto release via __free(device_node) markingsJonathan Cameron2024-03-131-0/+2
| * | of: Create of_root if no dtb provided by firmwareFrank Rowand2024-03-081-10/+15
| * | of: make for_each_property_of_node() available to to !OFBartosz Golaszewski2024-03-041-3/+3
| |/
* / of: Add for_each_reserved_child_of_node()Kuninori Morimoto2024-01-231-0/+11
|/
* of: overlay: Fix of_overlay_fdt_apply prototype when !CONFIG_OF_OVERLAYPavel Pisa2023-09-051-2/+2
* of: overlay: Extend of_overlay_fdt_apply() to specify the target nodeLizhi Hou2023-08-221-1/+1
* of: dynamic: Add interfaces for creating device node dynamicallyLizhi Hou2023-08-221-0/+23
* of: fix htmldocs build warningsStephen Rothwell2023-07-261-4/+3
* Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-04-271-1/+17
|\
| * of: Move the request module helper logic to module.cMiquel Raynal2023-04-051-0/+6
| * of: Move of_modalias() to module.cMiquel Raynal2023-04-051-0/+9
| * of: Rename of_modalias_node()Miquel Raynal2023-04-051-1/+2
* | of: Drop unnecessary includes in headersRob Herring2023-04-131-3/+2
* | of: Move CPU node related functions to their own fileRob Herring2023-04-131-7/+12
* | of: Move of_device_get_match_data() declarationRob Herring2023-04-131-0/+6
* | of: Make devtree_lock declaration privateRob Herring2023-04-101-2/+0
|/
* Merge tag 'devicetree-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-02-241-2/+28
|\
| * of: dynamic: add lifecycle docbook info to node creation functionsFrank Rowand2023-02-201-0/+11
| * of: Add of_property_present() helperRob Herring2023-02-171-1/+16
| * of: make of_node_ktype constantThomas Weißschuh2023-02-061-1/+1
* | of: base: add of_parse_phandle_with_optional_args()Michael Walle2023-02-061-0/+25
|/
* of: declare string literals constChristian Göttsche2022-10-161-2/+2
* of: base: make of_device_compatible_match() accept const device nodeDmitry Torokhov2022-09-301-2/+2
* Merge tag 'devicetree-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-08-041-2/+3
|\
| * of: constify of_property_check_flags() prop argumentClément Léger2022-06-061-2/+3
* | x86/kexec: Carry forward IMA measurement log on kexecJonathan McDowell2022-07-011-2/+0
|/
* of: overlay: add entry to of_overlay_action_name[]Frank Rowand2022-05-031-0/+13
* of: overlay: rework overlay apply and remove kfree()sFrank Rowand2022-04-251-1/+2
* Revert "of: base: Introduce of_alias_get_alias_list() to check alias IDs"Rob Herring2022-03-211-10/+0
* of: property: define of_property_read_u{8,16,32,64}_array() unconditionallyMichael Walle2022-01-201-150/+124
* of: base: make small of_parse_phandle() variants static inlineMichael Walle2022-01-201-28/+120
* of: make of_node_check_flag() device_node parameter constNathan Lynch2021-10-201-1/+1
* of: Add of_get_cpu_hwid() to read hardware ID from CPU nodesRob Herring2021-10-201-0/+1
* Merge tag 'gpio-updates-for-v5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-09-071-1/+1
|\
| * of: unify of_count_phandle_with_args() arguments with !CONFIG_OFKrzysztof Kozlowski2021-08-051-1/+1
* | of: Add stub for of_add_property()Wesley Cheng2021-07-121-0/+5
|/
* of: reserved-memory: Add stub for RESERVEDMEM_OF_DECLARE()Dmitry Osipenko2021-06-211-4/+7
* of: linux/of.h: fix kernel-doc warningsRandy Dunlap2021-04-211-2/+2
* of: Add missing 'Return' section in kerneldoc commentsRob Herring2021-03-271-22/+41
* powerpc: Move arch independent ima kexec functions to drivers/of/kexec.cLakshmi Ramasubramanian2021-03-081-0/+2
* of: Add a common kexec FDT setup functionRob Herring2021-03-081-0/+5
* Merge tag 'driver-core-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-12-151-1/+2
|\