aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/of/unittest.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-15Merge tag 'devicetree-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-20/+7
2024-03-13of: unittest: Use for_each_child_of_node_scoped()Jonathan Cameron1-8/+3
2024-03-08of: unittest: treat missing of_root as error instead of fixing upFrank Rowand1-8/+4
2024-03-08um: Unconditionally call unflatten_device_tree()Stephen Boyd1-4/+0
2024-01-31of: unittest: Fix compile in the non-dynamic caseChristian A. Ehrhardt1-3/+9
2024-01-11of: unittest: Fix of_count_phandle_with_args() expected value messageGeert Uytterhoeven1-1/+1
2024-01-09of: Fix double free in of_parse_phandle_with_args_mapChristian A. Ehrhardt1-31/+43
2023-10-27of: unittest: Add tests for address translationsHerve Codina1-0/+77
2023-08-28of: unittest: Fix of_unittest_pci_node() kconfig dependenciesRob Herring1-9/+7
2023-08-23of: overlay: unittest: Add test for unresolved symbolGeert Uytterhoeven1-0/+17
2023-08-23of: unittest: Add separators to of_unittest_overlay_high_level()Geert Uytterhoeven1-0/+10
2023-08-23of: unittest: Cleanup partially-applied overlaysGeert Uytterhoeven1-48/+84
2023-08-23of: unittest: Merge of_unittest_apply{,_revert}_overlay_check()Geert Uytterhoeven1-27/+18
2023-08-23of: unittest: Improve messages and comments in apply/revert checksGeert Uytterhoeven1-4/+6
2023-08-23of: unittest: Restore indentation in overlay_bad_add_dup_prop testGeert Uytterhoeven1-3/+3
2023-08-23of: unittest: Fix overlay type in apply/revert checkGeert Uytterhoeven1-1/+1
2023-08-23of: unittest: Check tree matches original after reverting a changesetRob Herring1-0/+13
2023-08-23of: unittest: Run overlay apply/revert sequence three timesGeert Uytterhoeven1-1/+3
2023-08-22of: unittest: Add pci_dt_testdrv pci driverLizhi Hou1-0/+189
2023-08-22of: overlay: Extend of_overlay_fdt_apply() to specify the target nodeLizhi Hou1-1/+2
2023-08-22of: dynamic: Add interfaces for creating device node dynamicallyLizhi Hou1-1/+18
2023-08-21Merge branch 'dt/linus' into dt/nextRob Herring1-2/+2
2023-08-21of: unittest: Fix EXPECT for parse_phandle_with_args_map() testRob Herring1-2/+2
2023-08-10of: unittest: Remove redundant of_match_ptr()Ruan Jinjie1-3/+3
2023-07-27of: unittest: fix null pointer dereferencing in of_unittest_find_node_by_name()Ruan Jinjie1-4/+6
2023-06-29Merge tag 'devicetree-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-2/+2
2023-06-23of: unittest: drop assertions for GPIO hog messagesBartosz Golaszewski1-28/+0
2023-06-12of: unittest: Switch i2c driver back to use .probe()Uwe Kleine-König1-2/+2
2023-06-07gpiolib: demote the hogging log messages to debugBartosz Golaszewski1-8/+8
2023-04-27Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-0/+150
2023-04-13of/address: Add of_property_read_reg() helperRob Herring1-0/+22
2023-04-13of/address: Add of_range_count() helperRob Herring1-1/+6
2023-04-13of/address: Add support for 3 address cell busRob Herring1-1/+57
2023-04-13of/address: Add of_range_to_resource() helperRob Herring1-1/+15
2023-04-13of: unittest: Add bus address range parsing testsRob Herring1-0/+53
2023-03-20of: unittest: Convert to platform remove callback returning voidUwe Kleine-König1-11/+6
2023-03-20of: unittest: Drop if blocks with always false conditionUwe Kleine-König1-3/+0
2023-03-20of: unittest: Drop call to platform_set_drvdata(..., NULL)Uwe Kleine-König1-1/+0
2023-02-20of: unittest: add node lifecycle testsFrank Rowand1-2/+148
2022-12-06of: unittest: Convert to i2c's .probe_new()Uwe Kleine-König1-6/+4
2022-10-26of: overlay: rename overlay source files from .dts to .dtsoFrank Rowand1-24/+24
2022-10-10Merge tag 'devicetree-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-1/+4
2022-08-25of: unittest: taint the kernel when of unittest runsFrank Rowand1-0/+3
2022-08-22of: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-4/+2
2022-07-11of: unittest: make unittest_gpio_remove() consistent with unittest_gpio_probe()Andy Shevchenko1-7/+6
2022-07-11of: unittest: Switch to use fwnode instead of of_nodeAndy Shevchenko1-2/+2
2022-05-03of: overlay: do not free changeset when of_overlay_apply returns errorFrank Rowand1-2/+8
2022-05-03of: overlay: unittest: add tests for overlay notifiersFrank Rowand1-0/+195
2022-03-08Merge branch 'dt/linus' into dt/nextRob Herring1-8/+8