aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of/unittest.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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-04of: unittest: re-implement overlay trackingFrank Rowand1-61/+49
2022-01-04of: unittest: change references to obsolete overlay idFrank Rowand1-27/+27
2021-12-15of: unittest: 64 bit dma address test requires arch supportFrank Rowand1-2/+3
2021-12-15of: unittest: fix warning on PowerPC frame size warningJim Quinlan1-4/+12
2021-11-01of: unittest: document intentional interrupt-map provider build warningFrank Rowand1-0/+6
2021-11-01of: 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-04of: unittest: Use DEFINE_RES_MEM() to simplify codeZhen Lei1-5/+1
2021-04-08of: 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-12of: 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-03of: 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-03-31of: some unittest overlays not untrackedFrank Rowand1-7/+23
2020-03-31of: gpio unittest kfree() wrong objectFrank Rowand1-1/+1
2020-03-02of: unittest: make gpio overlay test dependent on CONFIG_OF_GPIOFrank Rowand1-227/+238
2020-02-26of: unittest: annotate warnings triggered by unittestFrank Rowand1-30/+345
2020-02-26of: unittest: add overlay gpio test to catch gpio hog problemFrank Rowand1-0/+253
2019-11-26of: unittest: fix memory leak in attach_node_and_childrenErhard Furtner1-1/+3
2019-10-25Merge branch 'dt/linus' into dt/nextRob Herring1-0/+1
2019-10-23of: unittest: fix memory leak in unittest_data_addNavid Emamdoost1-0/+1
2019-10-08of/unittest: Add dma-ranges address translation testsRob Herring1-0/+92
2019-08-27of: unittest: Add of_node_put() before returnNishka Dasgupta1-1/+3
2019-07-08of: unittest: simplify getting the adapter of a clientWolfram Sang1-1/+1
2019-05-02of: unittest: Remove error printing on OOMGeert Uytterhoeven1-9/+4
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-1/+7
2019-02-28of: unittest: unflatten device tree on UML when testingBrendan Higgins1-0/+4
2019-02-13of: unittest: add caution to function header commentFrank Rowand1-1/+5
2019-02-13of: unittest: remove report of expected errorFrank Rowand1-1/+4
2018-12-05of: Use of_node_name_eq for node name comparisonsRob Herring1-2/+2
2018-11-08of: unittest: initialize args before calling of_*parse_*()Frank Rowand1-2/+13
2018-11-08of: unittest: find overlays[] entry by name instead of indexFrank Rowand1-4/+17