summaryrefslogtreecommitdiffstats
path: root/drivers/of/unittest.c
Commit message (Expand)AuthorAgeFilesLines
* of: unittest: Fix EXPECT for parse_phandle_with_args_map() testRob Herring2023-08-211-2/+2
* Merge tag 'devicetree-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-291-2/+2
|\
| * of: unittest: Switch i2c driver back to use .probe()Uwe Kleine-König2023-06-121-2/+2
* | of: unittest: drop assertions for GPIO hog messagesBartosz Golaszewski2023-06-231-28/+0
* | gpiolib: demote the hogging log messages to debugBartosz Golaszewski2023-06-071-8/+8
|/
* Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-04-271-0/+150
|\
| * of/address: Add of_property_read_reg() helperRob Herring2023-04-131-0/+22
| * of/address: Add of_range_count() helperRob Herring2023-04-131-1/+6
| * of/address: Add support for 3 address cell busRob Herring2023-04-131-1/+57
| * of/address: Add of_range_to_resource() helperRob Herring2023-04-131-1/+15
| * of: unittest: Add bus address range parsing testsRob Herring2023-04-131-0/+53
* | of: unittest: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-11/+6
* | of: unittest: Drop if blocks with always false conditionUwe Kleine-König2023-03-201-3/+0
* | of: unittest: Drop call to platform_set_drvdata(..., NULL)Uwe Kleine-König2023-03-201-1/+0
|/
* of: unittest: add node lifecycle testsFrank Rowand2023-02-201-2/+148
* of: unittest: Convert to i2c's .probe_new()Uwe Kleine-König2022-12-061-6/+4
* of: overlay: rename overlay source files from .dts to .dtsoFrank Rowand2022-10-261-24/+24
* Merge tag 'devicetree-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-10-101-1/+4
|\
| * of: unittest: taint the kernel when of unittest runsFrank Rowand2022-08-251-0/+3
| * of: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-221-1/+1
* | i2c: Make remove callback return voidUwe Kleine-König2022-08-161-4/+2
|/
* of: unittest: make unittest_gpio_remove() consistent with unittest_gpio_probe()Andy Shevchenko2022-07-111-7/+6
* of: unittest: Switch to use fwnode instead of of_nodeAndy Shevchenko2022-07-111-2/+2
* of: overlay: do not free changeset when of_overlay_apply returns errorFrank Rowand2022-05-031-2/+8
* of: overlay: unittest: add tests for overlay notifiersFrank Rowand2022-05-031-0/+195
* Merge branch 'dt/linus' into dt/nextRob Herring2022-03-081-8/+8
|\
| * of: unittest: update text of expected warningsFrank Rowand2022-01-311-8/+8
* | of: unittest: print pass messages at PR_INFO levelFrank Rowand2022-02-151-1/+1
|/
* of: unittest: remove unneeded semicolonYang Li2022-01-081-1/+1
* of: unittest: re-implement overlay trackingFrank Rowand2022-01-041-61/+49
* of: unittest: change references to obsolete overlay idFrank Rowand2022-01-041-27/+27
* of: unittest: 64 bit dma address test requires arch supportFrank Rowand2021-12-151-2/+3
* of: unittest: fix warning on PowerPC frame size warningJim Quinlan2021-12-151-4/+12
* of: unittest: document intentional interrupt-map provider build warningFrank Rowand2021-11-011-0/+6
* of: unittest: fix EXPECT text for gpio hog errorsFrank Rowand2021-11-011-8/+8
* of/unittest: Add of_node_put() before returnWan Jiabing2021-10-201-0/+2
* of: unittest: Use DEFINE_RES_MEM() to simplify codeZhen Lei2021-06-041-5/+1
* of: unittest: overlay: ensure proper alignment of copied FDTFrank Rowand2021-04-081-2/+7
* of: properly check for error returned by fdt_get_name()Frank Rowand2021-04-071-5/+10
* of: Remove of_dev_{get,put}()Rob Herring2021-02-121-1/+1
* of: unittest: Fix build on architectures without CONFIG_OF_ADDRESSCatalin Marinas2020-12-021-0/+3
* of: unittest: Add test for of_dma_get_max_cpu_address()Nicolas Saenz Julienne2020-11-201-0/+18
* dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan2020-09-171-10/+24
* of: unittest: Use bigger address cells to catch parser regressionsNicolas Saenz Julienne2020-08-031-1/+1
* of: unittest: kmemleak in duplicate property updateFrank Rowand2020-04-171-6/+6
* of: unittest: kmemleak in of_unittest_overlay_high_level()Frank Rowand2020-04-171-1/+4
* of: unittest: kmemleak in of_unittest_platform_populate()Frank Rowand2020-04-171-2/+5
* of: unittest: kmemleak on changeset destroyFrank Rowand2020-04-171-0/+4
* of: some unittest overlays not untrackedFrank Rowand2020-03-311-7/+23
* of: gpio unittest kfree() wrong objectFrank Rowand2020-03-311-1/+1