aboutsummaryrefslogtreecommitdiff
path: root/test/dm/ofnode.c
AgeCommit message (Expand)Author
2022-09-29dm: core: Expand ofnode testsSimon Glass
2022-09-29dm: core: Create a function to get a live tree in a testSimon Glass
2022-09-29dm: core: Complete phandle implementation using the other FDTSimon Glass
2022-09-29dm: core: Split ofnode_path_root() into two functionsSimon Glass
2022-09-29dm: core: Add a way to look up a phandle in an oftreeSimon Glass
2022-09-29dm: core: Add ofnode functions to obtain an oftreeSimon Glass
2022-09-29dm: core: Expand integer-reading testsSimon Glass
2022-09-29dm: core: Add a macro to iterate through propertiesSimon Glass
2022-09-29test: Drop the UT_TESTF_LIVE_OR_FLAT flagSimon Glass
2022-09-29dm: core: Support writing a property to an empty nodeSimon Glass
2022-09-29dm: core: Allow adding ofnode subnodesSimon Glass
2022-09-29test: Fix missing livetree test runsSimon Glass
2022-08-12dm: core: Add support for writing u32 with ofnodeSimon Glass
2022-08-12dm: core: Allow writing to a flat tree with ofnodeSimon Glass
2022-08-12dm: core: Tidy up ofnode-writing testSimon Glass
2022-08-12dm: core: Swap parameters of ofnode_write_prop()Simon Glass
2022-08-12dm: core: Move ofnode-writing test to ofnodeSimon Glass
2022-08-12dm: core: Introduce support for multiple treesSimon Glass
2022-04-10net: introduce helpers to get PHY interface mode from a device/ofnodeMarek Behún
2022-04-10net: introduce helpers to get PHY ofnode from MACMarek Behún
2022-01-25dm: Fix OF_BAD_ADDR definitionPatrice Chotard
2021-11-28dm: core: Add a way to obtain a string listSimon Glass
2021-11-28dm: core: Add tests for stringlist functionsSimon Glass
2021-11-09test: dm: add test for ofnode_for_each_compatible_node()Michael Walle
2021-09-25treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass
2021-06-28Merge tag 'v2021.07-rc5' into nextTom Rini
2021-06-24dm: core: add ofnode_get_path()Marek Behún
2021-06-24dm: core: add non-translating version of ofnode_get_addr_size_index()Marek Behún
2021-06-18net: use the same alias stem for ethernet as linuxMichael Walle
2021-04-29test: dm: add test item for ofnode_get_addr() and ofnode_get_size()Chen Guanqiao
2020-12-13dm: core: Add a livetree function to check node statusSimon Glass
2020-10-27dm: core: Add support for getting node from aliasesMichal Simek
2020-10-06test: dm: add test for phandle access functionsPatrick Delaunay
2020-10-06dm: update test on of_offset in ofnode_validPatrick Delaunay
2020-08-07dm: Rename DM test flags to make them more genericSimon Glass
2020-08-03dm: core: Drop header files from dm/test.hSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-02test: dm: add test item for ofnode_get_child_count()Chunfeng Yun
2020-02-05dm: core: Add ofnode_get_chosen_prop()Simon Glass
2020-02-05dm: core: Add ofnode_read_prop()Simon Glass
2020-02-05dm: core: Rename ofnode_get_chosen_prop()Simon Glass
2018-10-09dm: core: Update ofnode to read binman-style flash entrySimon Glass
2018-09-18test: ofnode: test ofnode_by_prop_value()Jens Wiklander
2018-05-07test: ofnode: test ofnode_device_is_compatible()Masahiro Yamada