summaryrefslogtreecommitdiff
path: root/drivers/of/unittest.c
AgeCommit message (Expand)Author
2024-01-31of: unittest: Fix compile in the non-dynamic caseChristian A. Ehrhardt
2024-01-11of: unittest: Fix of_count_phandle_with_args() expected value messageGeert Uytterhoeven
2024-01-09of: Fix double free in of_parse_phandle_with_args_mapChristian A. Ehrhardt
2023-10-27of: unittest: Add tests for address translationsHerve Codina
2023-08-28of: unittest: Fix of_unittest_pci_node() kconfig dependenciesRob Herring
2023-08-23of: overlay: unittest: Add test for unresolved symbolGeert Uytterhoeven
2023-08-23of: unittest: Add separators to of_unittest_overlay_high_level()Geert Uytterhoeven
2023-08-23of: unittest: Cleanup partially-applied overlaysGeert Uytterhoeven
2023-08-23of: unittest: Merge of_unittest_apply{,_revert}_overlay_check()Geert Uytterhoeven
2023-08-23of: unittest: Improve messages and comments in apply/revert checksGeert Uytterhoeven
2023-08-23of: unittest: Restore indentation in overlay_bad_add_dup_prop testGeert Uytterhoeven
2023-08-23of: unittest: Fix overlay type in apply/revert checkGeert Uytterhoeven
2023-08-23of: unittest: Check tree matches original after reverting a changesetRob Herring
2023-08-23of: unittest: Run overlay apply/revert sequence three timesGeert Uytterhoeven
2023-08-22of: unittest: Add pci_dt_testdrv pci driverLizhi Hou
2023-08-22of: overlay: Extend of_overlay_fdt_apply() to specify the target nodeLizhi Hou
2023-08-22of: dynamic: Add interfaces for creating device node dynamicallyLizhi Hou
2023-08-21Merge branch 'dt/linus' into dt/nextRob Herring
2023-08-21of: unittest: Fix EXPECT for parse_phandle_with_args_map() testRob Herring
2023-08-10of: unittest: Remove redundant of_match_ptr()Ruan Jinjie
2023-07-27of: unittest: fix null pointer dereferencing in of_unittest_find_node_by_name()Ruan Jinjie
2023-06-29Merge tag 'devicetree-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-06-23of: unittest: drop assertions for GPIO hog messagesBartosz Golaszewski
2023-06-12of: unittest: Switch i2c driver back to use .probe()Uwe Kleine-König
2023-06-07gpiolib: demote the hogging log messages to debugBartosz Golaszewski
2023-04-27Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-04-13of/address: Add of_property_read_reg() helperRob Herring
2023-04-13of/address: Add of_range_count() helperRob Herring
2023-04-13of/address: Add support for 3 address cell busRob Herring
2023-04-13of/address: Add of_range_to_resource() helperRob Herring
2023-04-13of: unittest: Add bus address range parsing testsRob Herring
2023-03-20of: unittest: Convert to platform remove callback returning voidUwe Kleine-König
2023-03-20of: unittest: Drop if blocks with always false conditionUwe Kleine-König
2023-03-20of: unittest: Drop call to platform_set_drvdata(..., NULL)Uwe Kleine-König
2023-02-20of: unittest: add node lifecycle testsFrank Rowand
2022-12-06of: unittest: Convert to i2c's .probe_new()Uwe Kleine-König
2022-10-26of: overlay: rename overlay source files from .dts to .dtsoFrank Rowand
2022-10-10Merge tag 'devicetree-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-08-25of: unittest: taint the kernel when of unittest runsFrank Rowand
2022-08-22of: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-16i2c: Make remove callback return voidUwe Kleine-König
2022-07-11of: unittest: make unittest_gpio_remove() consistent with unittest_gpio_probe()Andy Shevchenko
2022-07-11of: unittest: Switch to use fwnode instead of of_nodeAndy Shevchenko
2022-05-03of: overlay: do not free changeset when of_overlay_apply returns errorFrank Rowand
2022-05-03of: overlay: unittest: add tests for overlay notifiersFrank Rowand
2022-03-08Merge branch 'dt/linus' into dt/nextRob Herring
2022-02-15of: unittest: print pass messages at PR_INFO levelFrank Rowand
2022-01-31of: unittest: update text of expected warningsFrank Rowand
2022-01-08of: unittest: remove unneeded semicolonYang Li
2022-01-04of: unittest: re-implement overlay trackingFrank Rowand