summaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)Author
2023-10-02of: overlay: Reorder struct fragment fields kerneldocGeert Uytterhoeven
2023-09-11of: dynamic: Fix potential memory leak in of_changeset_action()Dan Carpenter
2023-08-30Merge tag 'devicetree-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-08-30Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2023-08-28of: unittest: Fix of_unittest_pci_node() kconfig dependenciesRob Herring
2023-08-23of: unittest-data: Fix whitespace - angular bracketsGeert Uytterhoeven
2023-08-23of: unittest-data: Fix whitespace - indentationGeert Uytterhoeven
2023-08-23of: unittest-data: Fix whitespace - blank linesGeert Uytterhoeven
2023-08-23of: unittest-data: Convert remaining overlay DTS files to sugar syntaxGeert Uytterhoeven
2023-08-23of: overlay: unittest: Add test for unresolved symbolGeert Uytterhoeven
2023-08-23of: unittest: Add separators to of_unittest_overlay_high_level()Geert Uytterhoeven
2023-08-23of: unittest: Cleanup partially-applied overlaysGeert Uytterhoeven
2023-08-23of: unittest: Merge of_unittest_apply{,_revert}_overlay_check()Geert Uytterhoeven
2023-08-23of: unittest: Improve messages and comments in apply/revert checksGeert Uytterhoeven
2023-08-23of: unittest: Restore indentation in overlay_bad_add_dup_prop testGeert Uytterhoeven
2023-08-23of: unittest: Fix overlay type in apply/revert checkGeert Uytterhoeven
2023-08-23of: overlay: Call of_changeset_init() earlyGeert Uytterhoeven
2023-08-23of: unittest: Check tree matches original after reverting a changesetRob Herring
2023-08-24BackMerge tag 'v6.5-rc7' into drm-nextDave Airlie
2023-08-23of: unittest: Run overlay apply/revert sequence three timesGeert Uytterhoeven
2023-08-22of: unittest: Add pci_dt_testdrv pci driverLizhi Hou
2023-08-22of: overlay: Extend of_overlay_fdt_apply() to specify the target nodeLizhi Hou
2023-08-22of: dynamic: Add interfaces for creating device node dynamicallyLizhi Hou
2023-08-22of: Move of_skipped_node_table within #ifdef CONFIG_OF_ADDRESSViresh Kumar
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-21of: dynamic: Fix race in getting old property when updating propertyRob Herring
2023-08-21of: dynamic: Refactor changeset action printing to common helpersRob Herring
2023-08-21Merge branch 'dt/linus' into dt/nextRob Herring
2023-08-21of/platform: increase refcount of fwnodePeng Fan
2023-08-21of: dynamic: Refactor action prints to not use "%pOF" inside devtree_lockRob Herring
2023-08-21of: unittest: Fix EXPECT for parse_phandle_with_args_map() testRob Herring
2023-08-18mm,ima,kexec,of: use memblock_free_late from ima_free_kexec_bufferRik van Riel
2023-08-10of: unittest: Remove redundant of_match_ptr()Ruan Jinjie
2023-08-04of: Move of_device_{add,register,unregister} to platform.cRob Herring
2023-08-04of: Move of_platform_register_reconfig_notifier() into DT coreRob Herring
2023-08-01of: property: fw_devlink: Add a devlink for panel followersDouglas Anderson
2023-07-27of: unittest: fix null pointer dereferencing in of_unittest_find_node_by_name()Ruan Jinjie
2023-07-24Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2023-07-21of: module: Export of_device_uevent()Miquel Raynal
2023-07-11of: Preserve "of-display" device name for compatibilityRob Herring
2023-07-10of: make OF_EARLY_FLATTREE depend on HAS_IOMEMBaoquan He
2023-06-29Merge tag 'devicetree-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-06-29Merge tag 'gpio-updates-for-v6.5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-06-23of: unittest: drop assertions for GPIO hog messagesBartosz Golaszewski
2023-06-20of: reserved_mem: Use stable allocation orderStephan Gerhold
2023-06-20of: reserved_mem: Try to keep range allocations contiguousStephan Gerhold
2023-06-15of/platform: Propagate firmware node by calling device_set_node()Andy Shevchenko
2023-06-12of: unittest: Switch i2c driver back to use .probe()Uwe Kleine-König
2023-06-09of: overlay: Fix missing of_node_put() in error case of init_overlay_changeset()Kunihiko Hayashi