summaryrefslogtreecommitdiffstats
path: root/drivers/of
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-08-3033-366/+790
|\
| * of: unittest: Fix of_unittest_pci_node() kconfig dependenciesRob Herring2023-08-281-9/+7
| * of: unittest-data: Fix whitespace - angular bracketsGeert Uytterhoeven2023-08-236-40/+40
| * of: unittest-data: Fix whitespace - indentationGeert Uytterhoeven2023-08-232-6/+6
| * of: unittest-data: Fix whitespace - blank linesGeert Uytterhoeven2023-08-2319-11/+11
| * of: unittest-data: Convert remaining overlay DTS files to sugar syntaxGeert Uytterhoeven2023-08-234-32/+12
| * of: overlay: unittest: Add test for unresolved symbolGeert Uytterhoeven2023-08-233-1/+26
| * of: unittest: Add separators to of_unittest_overlay_high_level()Geert Uytterhoeven2023-08-231-0/+10
| * of: unittest: Cleanup partially-applied overlaysGeert Uytterhoeven2023-08-231-48/+84
| * of: unittest: Merge of_unittest_apply{,_revert}_overlay_check()Geert Uytterhoeven2023-08-231-27/+18
| * of: unittest: Improve messages and comments in apply/revert checksGeert Uytterhoeven2023-08-231-4/+6
| * of: unittest: Restore indentation in overlay_bad_add_dup_prop testGeert Uytterhoeven2023-08-231-3/+3
| * of: unittest: Fix overlay type in apply/revert checkGeert Uytterhoeven2023-08-231-1/+1
| * of: overlay: Call of_changeset_init() earlyGeert Uytterhoeven2023-08-231-2/+1
| * of: unittest: Check tree matches original after reverting a changesetRob Herring2023-08-231-0/+13
| * of: unittest: Run overlay apply/revert sequence three timesGeert Uytterhoeven2023-08-231-1/+3
| * of: unittest: Add pci_dt_testdrv pci driverLizhi Hou2023-08-223-1/+213
| * of: overlay: Extend of_overlay_fdt_apply() to specify the target nodeLizhi Hou2023-08-222-12/+33
| * of: dynamic: Add interfaces for creating device node dynamicallyLizhi Hou2023-08-222-1/+182
| * of: Move of_skipped_node_table within #ifdef CONFIG_OF_ADDRESSViresh Kumar2023-08-221-5/+5
| * of: Refactor node and property manipulation function lockingRob Herring2023-08-212-64/+49
| * of: dynamic: Move dead property list check into property add/update functionsRob Herring2023-08-212-32/+24
| * of: dynamic: Fix race in getting old property when updating propertyRob Herring2023-08-211-5/+2
| * of: dynamic: Refactor changeset action printing to common helpersRob Herring2023-08-211-42/+11
| * Merge branch 'dt/linus' into dt/nextRob Herring2023-08-215-29/+17
| |\
| * | of: unittest: Remove redundant of_match_ptr()Ruan Jinjie2023-08-101-3/+3
| * | of: Move of_device_{add,register,unregister} to platform.cRob Herring2023-08-042-32/+32
| * | of: Move of_platform_register_reconfig_notifier() into DT coreRob Herring2023-08-043-0/+9
| * | of: unittest: fix null pointer dereferencing in of_unittest_find_node_by_name()Ruan Jinjie2023-07-271-4/+6
* | | Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-08-302-0/+3
|\ \ \ | |_|/ |/| |
| * | BackMerge tag 'v6.5-rc7' into drm-nextDave Airlie2023-08-242-2/+2
| |\ \
| * | | of: property: fw_devlink: Add a devlink for panel followersDouglas Anderson2023-08-011-0/+2
| * | | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2023-07-243-36/+63
| |\ \ \ | | | |/ | | |/|
| * | | of: module: Export of_device_uevent()Miquel Raynal2023-07-211-0/+1
* | | | of/platform: increase refcount of fwnodePeng Fan2023-08-211-2/+2
* | | | of: dynamic: Refactor action prints to not use "%pOF" inside devtree_lockRob Herring2023-08-211-22/+9
* | | | of: unittest: Fix EXPECT for parse_phandle_with_args_map() testRob Herring2023-08-211-2/+2
* | | | mm,ima,kexec,of: use memblock_free_late from ima_free_kexec_bufferRik van Riel2023-08-181-1/+2
| |_|/ |/| |
* | | of: Preserve "of-display" device name for compatibilityRob Herring2023-07-111-1/+1
* | | of: make OF_EARLY_FLATTREE depend on HAS_IOMEMBaoquan He2023-07-101-1/+1
| |/ |/|
* | Merge tag 'devicetree-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-293-8/+63
|\ \
| * | of: reserved_mem: Use stable allocation orderStephan Gerhold2023-06-201-0/+5
| * | of: reserved_mem: Try to keep range allocations contiguousStephan Gerhold2023-06-201-2/+53
| * | of/platform: Propagate firmware node by calling device_set_node()Andy Shevchenko2023-06-151-4/+3
| * | of: unittest: Switch i2c driver back to use .probe()Uwe Kleine-König2023-06-121-2/+2
* | | Merge tag 'gpio-updates-for-v6.5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-06-291-28/+0
|\ \ \ | |_|/ |/| |
| * | of: unittest: drop assertions for GPIO hog messagesBartosz Golaszewski2023-06-231-28/+0
| * | gpiolib: demote the hogging log messages to debugBartosz Golaszewski2023-06-071-8/+8
| |/
* / of: overlay: Fix missing of_node_put() in error case of init_overlay_changeset()Kunihiko Hayashi2023-06-091-0/+1
|/
* Merge tag 'devicetree-fixes-for-6.4-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-05-051-2/+3
|\