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