summaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)AuthorFilesLines
2023-12-07Merge tag 'devicetree-fixes-for-6.7-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+3
2023-11-27of: dynamic: Fix of_reconfig_get_state_change() return value documentationLuca Ceresoli1-2/+3
2023-11-10Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2023-11-09of: property: Add fw_devlink support for msi-parentAnup Patel1-0/+2
2023-11-01Merge tag 'devicetree-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-54/+213
2023-10-28of: overlay: unittest: overlay_bad_unresolved: Spelling s/ok/okay/Geert Uytterhoeven1-1/+1
2023-10-28of: address: Consolidate bus .map() functionsRob Herring1-43/+11
2023-10-28of: address: Store number of bus flag cells rather than boolRob Herring1-9/+5
2023-10-28of: unittest: Add tests for address translationsHerve Codina2-0/+178
2023-10-26of: address: Remove duplicated functionsHerve Codina1-11/+2
2023-10-26of: address: Fix address translation when address-size is greater than 2Herve Codina1-2/+28
2023-10-17amba: bus: balance firmware node reference countingAndy Shevchenko1-1/+1
2023-10-02of: overlay: Reorder struct fragment fields kerneldocGeert Uytterhoeven1-1/+1
2023-09-11of: dynamic: Fix potential memory leak in of_changeset_action()Dan Carpenter1-3/+3
2023-08-31Merge tag 'devicetree-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds33-366/+790
2023-08-30Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-0/+3
2023-08-28of: unittest: Fix of_unittest_pci_node() kconfig dependenciesRob Herring1-9/+7
2023-08-24of: unittest-data: Fix whitespace - angular bracketsGeert Uytterhoeven6-40/+40
2023-08-24of: unittest-data: Fix whitespace - indentationGeert Uytterhoeven2-6/+6
2023-08-24of: unittest-data: Fix whitespace - blank linesGeert Uytterhoeven19-11/+11
2023-08-24of: unittest-data: Convert remaining overlay DTS files to sugar syntaxGeert Uytterhoeven4-32/+12
2023-08-24of: overlay: unittest: Add test for unresolved symbolGeert Uytterhoeven3-1/+26
2023-08-24of: unittest: Add separators to of_unittest_overlay_high_level()Geert Uytterhoeven1-0/+10
2023-08-24of: unittest: Cleanup partially-applied overlaysGeert Uytterhoeven1-48/+84
2023-08-24of: unittest: Merge of_unittest_apply{,_revert}_overlay_check()Geert Uytterhoeven1-27/+18
2023-08-24of: unittest: Improve messages and comments in apply/revert checksGeert Uytterhoeven1-4/+6
2023-08-24of: unittest: Restore indentation in overlay_bad_add_dup_prop testGeert Uytterhoeven1-3/+3
2023-08-24of: unittest: Fix overlay type in apply/revert checkGeert Uytterhoeven1-1/+1
2023-08-24of: overlay: Call of_changeset_init() earlyGeert Uytterhoeven1-2/+1
2023-08-24of: unittest: Check tree matches original after reverting a changesetRob Herring1-0/+13
2023-08-24BackMerge tag 'v6.5-rc7' into drm-nextDave Airlie2-2/+2
2023-08-23of: unittest: Run overlay apply/revert sequence three timesGeert Uytterhoeven1-1/+3
2023-08-22of: unittest: Add pci_dt_testdrv pci driverLizhi Hou3-1/+213
2023-08-22of: overlay: Extend of_overlay_fdt_apply() to specify the target nodeLizhi Hou2-12/+33
2023-08-22of: dynamic: Add interfaces for creating device node dynamicallyLizhi Hou2-1/+182
2023-08-22of: Move of_skipped_node_table within #ifdef CONFIG_OF_ADDRESSViresh Kumar1-5/+5
2023-08-22of: Refactor node and property manipulation function lockingRob Herring2-64/+49
2023-08-22of: dynamic: Move dead property list check into property add/update functionsRob Herring2-32/+24
2023-08-22of: dynamic: Fix race in getting old property when updating propertyRob Herring1-5/+2
2023-08-22of: dynamic: Refactor changeset action printing to common helpersRob Herring1-42/+11
2023-08-22Merge branch 'dt/linus' into dt/nextRob Herring5-29/+17
2023-08-22of/platform: increase refcount of fwnodePeng Fan1-2/+2
2023-08-21of: dynamic: Refactor action prints to not use "%pOF" inside devtree_lockRob Herring1-22/+9
2023-08-21of: unittest: Fix EXPECT for parse_phandle_with_args_map() testRob Herring1-2/+2
2023-08-18mm,ima,kexec,of: use memblock_free_late from ima_free_kexec_bufferRik van Riel1-1/+2
2023-08-11of: unittest: Remove redundant of_match_ptr()Ruan Jinjie1-3/+3
2023-08-04of: Move of_device_{add,register,unregister} to platform.cRob Herring2-32/+32
2023-08-04of: Move of_platform_register_reconfig_notifier() into DT coreRob Herring3-0/+9
2023-08-01of: property: fw_devlink: Add a devlink for panel followersDouglas Anderson1-0/+2
2023-07-27of: unittest: fix null pointer dereferencing in of_unittest_find_node_by_name()Ruan Jinjie1-4/+6