summaryrefslogtreecommitdiffstats
path: root/drivers/of/unittest.c
Commit message (Expand)AuthorAgeFilesLines
* 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-231-0/+17
* 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: 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-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
| * of/address: Add of_range_count() helperRob Herring2023-04-131-1/+6
| * of/address: Add support for 3 address cell busRob Herring2023-04-131-1/+57
| * of/address: Add of_range_to_resource() helperRob Herring2023-04-131-1/+15
| * of: unittest: Add bus address range parsing testsRob Herring2023-04-131-0/+53
* | of: unittest: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-11/+6
* | of: unittest: Drop if blocks with always false conditionUwe Kleine-König2023-03-201-3/+0
* | of: unittest: Drop call to platform_set_drvdata(..., NULL)Uwe Kleine-König2023-03-201-1/+0
|/
* of: unittest: add node lifecycle testsFrank Rowand2023-02-201-2/+148
* of: unittest: Convert to i2c's .probe_new()Uwe Kleine-König2022-12-061-6/+4
* of: overlay: rename overlay source files from .dts to .dtsoFrank Rowand2022-10-261-24/+24
* Merge tag 'devicetree-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-10-101-1/+4
|\
| * of: unittest: taint the kernel when of unittest runsFrank Rowand2022-08-251-0/+3
| * of: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-221-1/+1
* | i2c: Make remove callback return voidUwe Kleine-König2022-08-161-4/+2
|/
* of: unittest: make unittest_gpio_remove() consistent with unittest_gpio_probe()Andy Shevchenko2022-07-111-7/+6
* of: unittest: Switch to use fwnode instead of of_nodeAndy Shevchenko2022-07-111-2/+2