summaryrefslogtreecommitdiff
path: root/drivers/of/unittest.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-21of: unittest: Fix EXPECT for parse_phandle_with_args_map() testRob Herring1-2/+2
2023-06-30Merge tag 'devicetree-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus 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...Linus Torvalds1-0/+150
2023-04-14of/address: Add of_property_read_reg() helperRob Herring1-0/+22
2023-04-14of/address: Add of_range_count() helperRob Herring1-1/+6
2023-04-14of/address: Add support for 3 address cell busRob Herring1-1/+57
2023-04-14of/address: Add of_range_to_resource() helperRob Herring1-1/+15
2023-04-14of: 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-21of: 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/g...Linus 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-12of: unittest: make unittest_gpio_remove() consistent with unittest_gpio_probe()Andy Shevchenko1-7/+6
2022-07-12of: 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
2022-02-15of: unittest: print pass messages at PR_INFO levelFrank Rowand1-1/+1
2022-01-31of: unittest: update text of expected warningsFrank Rowand1-8/+8
2022-01-08of: unittest: remove unneeded semicolonYang Li1-1/+1
2022-01-05of: unittest: re-implement overlay trackingFrank Rowand1-61/+49
2022-01-05of: unittest: change references to obsolete overlay idFrank Rowand1-27/+27
2021-12-16of: unittest: 64 bit dma address test requires arch supportFrank Rowand1-2/+3
2021-12-16of: unittest: fix warning on PowerPC frame size warningJim Quinlan1-4/+12
2021-11-02of: unittest: document intentional interrupt-map provider build warningFrank Rowand1-0/+6
2021-11-02of: unittest: fix EXPECT text for gpio hog errorsFrank Rowand1-8/+8
2021-10-20of/unittest: Add of_node_put() before returnWan Jiabing1-0/+2
2021-06-05of: unittest: Use DEFINE_RES_MEM() to simplify codeZhen Lei1-5/+1
2021-04-09of: unittest: overlay: ensure proper alignment of copied FDTFrank Rowand1-2/+7
2021-04-07of: properly check for error returned by fdt_get_name()Frank Rowand1-5/+10
2021-02-13of: Remove of_dev_{get,put}()Rob Herring1-1/+1
2020-12-02of: unittest: Fix build on architectures without CONFIG_OF_ADDRESSCatalin Marinas1-0/+3
2020-11-20of: unittest: Add test for of_dma_get_max_cpu_address()Nicolas Saenz Julienne1-0/+18
2020-09-17dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan1-10/+24
2020-08-04of: unittest: Use bigger address cells to catch parser regressionsNicolas Saenz Julienne1-1/+1
2020-04-17of: unittest: kmemleak in duplicate property updateFrank Rowand1-6/+6
2020-04-17of: unittest: kmemleak in of_unittest_overlay_high_level()Frank Rowand1-1/+4
2020-04-17of: unittest: kmemleak in of_unittest_platform_populate()Frank Rowand1-2/+5
2020-04-17of: unittest: kmemleak on changeset destroyFrank Rowand1-0/+4
2020-04-01of: some unittest overlays not untrackedFrank Rowand1-7/+23
2020-04-01of: gpio unittest kfree() wrong objectFrank Rowand1-1/+1