aboutsummaryrefslogtreecommitdiffstats
path: root/test/dm/ofnode.c
Commit message (Expand)AuthorAgeFilesLines
* test: create dedicated fdt node for ofnode_for_each_prop testDzmitry Sankouski2023-02-101-1/+1
* test: Update tests to use the skip featureSimon Glass2022-10-311-10/+15
* dm: core: Support copying properties with ofnodeWIP/2022-09-29-dm-core-support-multiple-device-trees-in-ofnodeSimon Glass2022-09-291-0/+59
* dm: core: Allow copying ofnode property data when writingSimon Glass2022-09-291-1/+61
* dm: core: Expand ofnode testsSimon Glass2022-09-291-17/+212
* dm: core: Create a function to get a live tree in a testSimon Glass2022-09-291-8/+49
* dm: core: Complete phandle implementation using the other FDTSimon Glass2022-09-291-0/+80
* dm: core: Split ofnode_path_root() into two functionsSimon Glass2022-09-291-3/+3
* dm: core: Add a way to look up a phandle in an oftreeSimon Glass2022-09-291-0/+2
* dm: core: Add ofnode functions to obtain an oftreeSimon Glass2022-09-291-2/+5
* dm: core: Expand integer-reading testsSimon Glass2022-09-291-0/+102
* dm: core: Add a macro to iterate through propertiesSimon Glass2022-09-291-0/+24
* test: Drop the UT_TESTF_LIVE_OR_FLAT flagSimon Glass2022-09-291-13/+3
* dm: core: Support writing a property to an empty nodeSimon Glass2022-09-291-0/+3
* dm: core: Allow adding ofnode subnodesSimon Glass2022-09-291-0/+71
* test: Fix missing livetree test runsSimon Glass2022-09-291-0/+4
* dm: core: Add support for writing u32 with ofnodeSimon Glass2022-08-121-0/+16
* dm: core: Allow writing to a flat tree with ofnodeSimon Glass2022-08-121-7/+7
* dm: core: Tidy up ofnode-writing testSimon Glass2022-08-121-9/+2
* dm: core: Swap parameters of ofnode_write_prop()Simon Glass2022-08-121-2/+2
* dm: core: Move ofnode-writing test to ofnodeSimon Glass2022-08-121-0/+56
* dm: core: Introduce support for multiple treesSimon Glass2022-08-121-0/+67
* net: introduce helpers to get PHY interface mode from a device/ofnodeMarek Behún2022-04-101-0/+4
* net: introduce helpers to get PHY ofnode from MACMarek Behún2022-04-101-0/+18
* dm: Fix OF_BAD_ADDR definitionPatrice Chotard2022-01-251-1/+1
* dm: core: Add a way to obtain a string listSimon Glass2021-11-281-0/+20
* dm: core: Add tests for stringlist functionsSimon Glass2021-11-281-0/+76
* test: dm: add test for ofnode_for_each_compatible_node()Michael Walle2021-11-091-0/+18
* treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass2021-09-251-0/+15
* Merge tag 'v2021.07-rc5' into nextTom Rini2021-06-281-1/+1
|\
| * net: use the same alias stem for ethernet as linuxMichael Walle2021-06-181-1/+1
* | dm: core: add ofnode_get_path()Marek Behún2021-06-241-0/+21
* | dm: core: add non-translating version of ofnode_get_addr_size_index()Marek Behún2021-06-241-0/+5
|/
* test: dm: add test item for ofnode_get_addr() and ofnode_get_size()Chen Guanqiao2021-04-291-0/+31
* dm: core: Add a livetree function to check node statusSimon Glass2020-12-131-0/+12
* dm: core: Add support for getting node from aliasesMichal Simek2020-10-271-0/+22
* test: dm: add test for phandle access functionsPatrick Delaunay2020-10-061-0/+75
* dm: update test on of_offset in ofnode_validPatrick Delaunay2020-10-061-0/+16
* dm: Rename DM test flags to make them more genericSimon Glass2020-08-071-6/+6
* dm: core: Drop header files from dm/test.hSimon Glass2020-08-031-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* test: dm: add test item for ofnode_get_child_count()Chunfeng Yun2020-05-021-0/+21
* dm: core: Add ofnode_get_chosen_prop()Simon Glass2020-02-051-0/+8
* dm: core: Add ofnode_read_prop()Simon Glass2020-02-051-0/+26
* dm: core: Rename ofnode_get_chosen_prop()Simon Glass2020-02-051-0/+21
* dm: core: Update ofnode to read binman-style flash entrySimon Glass2018-10-091-0/+16
* test: ofnode: test ofnode_by_prop_value()Jens Wiklander2018-09-181-0/+27
* test: ofnode: test ofnode_device_is_compatible()Masahiro Yamada2018-05-071-0/+17