summaryrefslogtreecommitdiff
path: root/drivers/of/unittest.c
AgeCommit message (Expand)Author
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
2022-01-04of: unittest: change references to obsolete overlay idFrank Rowand
2021-12-15of: unittest: 64 bit dma address test requires arch supportFrank Rowand
2021-12-15of: unittest: fix warning on PowerPC frame size warningJim Quinlan
2021-11-01of: unittest: document intentional interrupt-map provider build warningFrank Rowand
2021-11-01of: unittest: fix EXPECT text for gpio hog errorsFrank Rowand
2021-10-20of/unittest: Add of_node_put() before returnWan Jiabing
2021-06-04of: unittest: Use DEFINE_RES_MEM() to simplify codeZhen Lei
2021-04-08of: unittest: overlay: ensure proper alignment of copied FDTFrank Rowand
2021-04-07of: properly check for error returned by fdt_get_name()Frank Rowand
2021-02-12of: Remove of_dev_{get,put}()Rob Herring
2020-12-02of: unittest: Fix build on architectures without CONFIG_OF_ADDRESSCatalin Marinas
2020-11-20of: unittest: Add test for of_dma_get_max_cpu_address()Nicolas Saenz Julienne
2020-09-17dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan
2020-08-03of: unittest: Use bigger address cells to catch parser regressionsNicolas Saenz Julienne
2020-04-17of: unittest: kmemleak in duplicate property updateFrank Rowand
2020-04-17of: unittest: kmemleak in of_unittest_overlay_high_level()Frank Rowand
2020-04-17of: unittest: kmemleak in of_unittest_platform_populate()Frank Rowand
2020-04-17of: unittest: kmemleak on changeset destroyFrank Rowand
2020-03-31of: some unittest overlays not untrackedFrank Rowand
2020-03-31of: gpio unittest kfree() wrong objectFrank Rowand
2020-03-02of: unittest: make gpio overlay test dependent on CONFIG_OF_GPIOFrank Rowand
2020-02-26of: unittest: annotate warnings triggered by unittestFrank Rowand
2020-02-26of: unittest: add overlay gpio test to catch gpio hog problemFrank Rowand
2019-11-26of: unittest: fix memory leak in attach_node_and_childrenErhard Furtner
2019-10-25Merge branch 'dt/linus' into dt/nextRob Herring