aboutsummaryrefslogtreecommitdiff
path: root/drivers/of/unittest.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Merge tag 'i2c-for-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2024-05-13i2c: mux: Remove class argument from i2c_mux_add_adapter()Gravatar Heiner Kallweit 1-1/+1
2024-04-15of: Add a helper to free property structGravatar Rob Herring 1-9/+3
2024-03-15Merge tag 'devicetree-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-20/+7
2024-03-13of: unittest: Use for_each_child_of_node_scoped()Gravatar Jonathan Cameron 1-8/+3
2024-03-08of: unittest: treat missing of_root as error instead of fixing upGravatar Frank Rowand 1-8/+4
2024-03-08um: Unconditionally call unflatten_device_tree()Gravatar Stephen Boyd 1-4/+0
2024-01-31of: unittest: Fix compile in the non-dynamic caseGravatar Christian A. Ehrhardt 1-3/+9
2024-01-11of: unittest: Fix of_count_phandle_with_args() expected value messageGravatar Geert Uytterhoeven 1-1/+1
2024-01-09of: Fix double free in of_parse_phandle_with_args_mapGravatar Christian A. Ehrhardt 1-31/+43
2023-10-27of: unittest: Add tests for address translationsGravatar Herve Codina 1-0/+77
2023-08-28of: unittest: Fix of_unittest_pci_node() kconfig dependenciesGravatar Rob Herring 1-9/+7
2023-08-23of: overlay: unittest: Add test for unresolved symbolGravatar Geert Uytterhoeven 1-0/+17
2023-08-23of: unittest: Add separators to of_unittest_overlay_high_level()Gravatar Geert Uytterhoeven 1-0/+10
2023-08-23of: unittest: Cleanup partially-applied overlaysGravatar Geert Uytterhoeven 1-48/+84
2023-08-23of: unittest: Merge of_unittest_apply{,_revert}_overlay_check()Gravatar Geert Uytterhoeven 1-27/+18
2023-08-23of: unittest: Improve messages and comments in apply/revert checksGravatar Geert Uytterhoeven 1-4/+6
2023-08-23of: unittest: Restore indentation in overlay_bad_add_dup_prop testGravatar Geert Uytterhoeven 1-3/+3
2023-08-23of: unittest: Fix overlay type in apply/revert checkGravatar Geert Uytterhoeven 1-1/+1
2023-08-23of: unittest: Check tree matches original after reverting a changesetGravatar Rob Herring 1-0/+13
2023-08-23of: unittest: Run overlay apply/revert sequence three timesGravatar Geert Uytterhoeven 1-1/+3
2023-08-22of: unittest: Add pci_dt_testdrv pci driverGravatar Lizhi Hou 1-0/+189
2023-08-22of: overlay: Extend of_overlay_fdt_apply() to specify the target nodeGravatar Lizhi Hou 1-1/+2
2023-08-22of: dynamic: Add interfaces for creating device node dynamicallyGravatar Lizhi Hou 1-1/+18
2023-08-21Merge branch 'dt/linus' into dt/nextGravatar Rob Herring 1-2/+2
2023-08-21of: unittest: Fix EXPECT for parse_phandle_with_args_map() testGravatar Rob Herring 1-2/+2
2023-08-10of: unittest: Remove redundant of_match_ptr()Gravatar Ruan Jinjie 1-3/+3
2023-07-27of: unittest: fix null pointer dereferencing in of_unittest_find_node_by_name()Gravatar Ruan Jinjie 1-4/+6
2023-06-29Merge tag 'devicetree-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+2
2023-06-23of: unittest: drop assertions for GPIO hog messagesGravatar Bartosz Golaszewski 1-28/+0
2023-06-12of: unittest: Switch i2c driver back to use .probe()Gravatar Uwe Kleine-König 1-2/+2
2023-06-07gpiolib: demote the hogging log messages to debugGravatar Bartosz Golaszewski 1-8/+8
2023-04-27Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+150
2023-04-13of/address: Add of_property_read_reg() helperGravatar Rob Herring 1-0/+22
2023-04-13of/address: Add of_range_count() helperGravatar Rob Herring 1-1/+6
2023-04-13of/address: Add support for 3 address cell busGravatar Rob Herring 1-1/+57
2023-04-13of/address: Add of_range_to_resource() helperGravatar Rob Herring 1-1/+15
2023-04-13of: unittest: Add bus address range parsing testsGravatar Rob Herring 1-0/+53
2023-03-20of: unittest: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-11/+6
2023-03-20of: unittest: Drop if blocks with always false conditionGravatar Uwe Kleine-König 1-3/+0
2023-03-20of: unittest: Drop call to platform_set_drvdata(..., NULL)Gravatar Uwe Kleine-König 1-1/+0
2023-02-20of: unittest: add node lifecycle testsGravatar Frank Rowand 1-2/+148
2022-12-06of: unittest: Convert to i2c's .probe_new()Gravatar Uwe Kleine-König 1-6/+4
2022-10-26of: overlay: rename overlay source files from .dts to .dtsoGravatar Frank Rowand 1-24/+24
2022-10-10Merge tag 'devicetree-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+4
2022-08-25of: unittest: taint the kernel when of unittest runsGravatar Frank Rowand 1-0/+3
2022-08-22of: move from strlcpy with unused retval to strscpyGravatar Wolfram Sang 1-1/+1
2022-08-16i2c: Make remove callback return voidGravatar Uwe Kleine-König 1-4/+2
2022-07-11of: unittest: make unittest_gpio_remove() consistent with unittest_gpio_probe()Gravatar Andy Shevchenko 1-7/+6
2022-07-11of: unittest: Switch to use fwnode instead of of_nodeGravatar Andy Shevchenko 1-2/+2