aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of/unittest.c
Commit message (Expand)AuthorAgeFilesLines
* of: unittest: Add a case to test if API of_irq_parse_raw() leaks refcountZijun Hu2025-02-251-1/+23
* of: unittest: Add a case to test if API of_irq_parse_one() leaks refcountZijun Hu2025-02-241-0/+45
* Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2025-01-271-7/+1
|\
| * mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang2025-01-261-7/+1
* | Merge tag 'devicetree-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2025-01-241-0/+9
|\ \
| * | of: unittest: Add a test case for of_find_node_opts_by_path() with alias+path...Zijun Hu2024-12-161-0/+9
* | | Merge tag 'devicetree-fixes-for-6.13-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2025-01-171-0/+14
|\ \ \ | |_|/ |/| |
| * | of/unittest: Add test that of_address_to_resource() fails on non-translatable...Rob Herring (Arm)2025-01-121-0/+14
* | | Merge tag 'devicetree-fixes-for-6.13-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2024-12-221-0/+39
|\| |
| * | of/unittest: Add empty dma-ranges address translation testsAndrea della Porta2024-11-271-0/+39
| |/
* / Get rid of 'remove_new' relic from platform driver structLinus Torvalds2024-12-011-3/+3
|/
* Merge tag 'kbuild-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-09-241-2/+2
|\
| * kbuild: split device tree build rules into scripts/Makefile.dtbsMasahiro Yamada2024-09-091-2/+2
* | of: unittest: Use of_property_present()Rob Herring (Arm)2024-08-061-2/+2
|/
* of: unittest: Add a test case for of_changeset_add_prop_bool()Herve Codina2024-07-081-0/+11
* of: unittest: Add tests for changeset properties addingHerve Codina2024-07-081-0/+155
* Merge tag 'i2c-for-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-05-201-1/+1
|\
| * i2c: mux: Remove class argument from i2c_mux_add_adapter()Heiner Kallweit2024-05-131-1/+1
* | of: Add a helper to free property structRob Herring2024-04-151-9/+3
|/
* Merge tag 'devicetree-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-151-20/+7
|\
| * of: unittest: Use for_each_child_of_node_scoped()Jonathan Cameron2024-03-131-8/+3
| * of: unittest: treat missing of_root as error instead of fixing upFrank Rowand2024-03-081-8/+4
| * um: Unconditionally call unflatten_device_tree()Stephen Boyd2024-03-081-4/+0
* | of: unittest: Fix compile in the non-dynamic caseChristian A. Ehrhardt2024-01-311-3/+9
|/
* of: unittest: Fix of_count_phandle_with_args() expected value messageGeert Uytterhoeven2024-01-111-1/+1
* of: Fix double free in of_parse_phandle_with_args_mapChristian A. Ehrhardt2024-01-091-31/+43
* of: unittest: Add tests for address translationsHerve Codina2023-10-271-0/+77
* of: unittest: Fix of_unittest_pci_node() kconfig dependenciesRob Herring2023-08-281-9/+7
* of: overlay: unittest: Add test for unresolved symbolGeert Uytterhoeven2023-08-241-0/+17
* of: unittest: Add separators to of_unittest_overlay_high_level()Geert Uytterhoeven2023-08-241-0/+10
* of: unittest: Cleanup partially-applied overlaysGeert Uytterhoeven2023-08-241-48/+84
* of: unittest: Merge of_unittest_apply{,_revert}_overlay_check()Geert Uytterhoeven2023-08-241-27/+18
* of: unittest: Improve messages and comments in apply/revert checksGeert Uytterhoeven2023-08-241-4/+6
* of: unittest: Restore indentation in overlay_bad_add_dup_prop testGeert Uytterhoeven2023-08-241-3/+3
* of: unittest: Fix overlay type in apply/revert checkGeert Uytterhoeven2023-08-241-1/+1
* of: unittest: Check tree matches original after reverting a changesetRob Herring2023-08-241-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-221-0/+189
* of: overlay: Extend of_overlay_fdt_apply() to specify the target nodeLizhi Hou2023-08-221-1/+2
* of: dynamic: Add interfaces for creating device node dynamicallyLizhi Hou2023-08-221-1/+18
* Merge branch 'dt/linus' into dt/nextRob Herring2023-08-211-2/+2
|\
| * of: unittest: Fix EXPECT for parse_phandle_with_args_map() testRob Herring2023-08-211-2/+2
* | of: unittest: Remove redundant of_match_ptr()Ruan Jinjie2023-08-101-3/+3
* | of: unittest: fix null pointer dereferencing in of_unittest_find_node_by_name()Ruan Jinjie2023-07-271-4/+6
|/
* Merge tag 'devicetree-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-291-2/+2
|\
| * of: unittest: Switch i2c driver back to use .probe()Uwe Kleine-König2023-06-121-2/+2
* | 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
|/
* Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-04-271-0/+150
|\
| * of/address: Add of_property_read_reg() helperRob Herring2023-04-131-0/+22