aboutsummaryrefslogtreecommitdiff
path: root/test/dm/ofnode.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-06test: Remove <common.h> and add needed includesTom Rini1-1/+0
2023-10-06dm: core: Add tests for oftree_path()Simon Glass1-0/+6
2023-10-06dm: core: Support writing a 64-bit valueSimon Glass1-2/+13
2023-10-06dm: core: Support writing a booleanSimon Glass1-0/+25
2023-10-06dm: core: Add a way to convert a devicetree to a dtbSimon Glass1-0/+24
2023-10-06dm: core: Add a way to delete a nodeSimon Glass1-0/+31
2023-10-06dm: core: Add a way to copy a nodeSimon Glass1-0/+63
2023-10-06dm: core: Add a function to create an empty treeSimon Glass1-0/+16
2023-10-06dm: core: Tidy up comments in the ofnode testsSimon Glass1-7/+39
2023-10-06dm: core: Ensure we run flattree tests on ofnodeSimon Glass1-15/+18
2023-10-06dm: core: Reverse the argument order in ofnode_copy_props()Simon Glass1-5/+4
2023-09-21dm: core: ofnode: Add ofnode_read_bootscript_flash()Michal Simek1-2/+7
2023-09-21dm: core: ofnode: Add ofnode_read_bootscript_address()Michal Simek1-0/+14
2023-09-21dm: core: support reading a single indexed u64 valueMichal Simek1-0/+8
2023-07-14fdt: Allow more general use of livetreeSimon Glass1-0/+19
2023-07-14fdt: Align the start of the livetreeSimon Glass1-0/+26
2023-02-10test: create dedicated fdt node for ofnode_for_each_prop testDzmitry Sankouski1-1/+1
2022-10-31test: Update tests to use the skip featureSimon Glass1-10/+15
2022-09-29dm: core: Support copying properties with ofnodeSimon Glass1-0/+59
2022-09-29dm: core: Allow copying ofnode property data when writingSimon Glass1-1/+61
2022-09-29dm: core: Expand ofnode testsSimon Glass1-17/+212
2022-09-29dm: core: Create a function to get a live tree in a testSimon Glass1-8/+49
2022-09-29dm: core: Complete phandle implementation using the other FDTSimon Glass1-0/+80
2022-09-29dm: core: Split ofnode_path_root() into two functionsSimon Glass1-3/+3
2022-09-29dm: core: Add a way to look up a phandle in an oftreeSimon Glass1-0/+2
2022-09-29dm: core: Add ofnode functions to obtain an oftreeSimon Glass1-2/+5
2022-09-29dm: core: Expand integer-reading testsSimon Glass1-0/+102
2022-09-29dm: core: Add a macro to iterate through propertiesSimon Glass1-0/+24
2022-09-29test: Drop the UT_TESTF_LIVE_OR_FLAT flagSimon Glass1-13/+3
2022-09-29dm: core: Support writing a property to an empty nodeSimon Glass1-0/+3
2022-09-29dm: core: Allow adding ofnode subnodesSimon Glass1-0/+71
2022-09-29test: Fix missing livetree test runsSimon Glass1-0/+4
2022-08-12dm: core: Add support for writing u32 with ofnodeSimon Glass1-0/+16
2022-08-12dm: core: Allow writing to a flat tree with ofnodeSimon Glass1-7/+7
2022-08-12dm: core: Tidy up ofnode-writing testSimon Glass1-9/+2
2022-08-12dm: core: Swap parameters of ofnode_write_prop()Simon Glass1-2/+2
2022-08-12dm: core: Move ofnode-writing test to ofnodeSimon Glass1-0/+56
2022-08-12dm: core: Introduce support for multiple treesSimon Glass1-0/+67
2022-04-10net: introduce helpers to get PHY interface mode from a device/ofnodeMarek Behún1-0/+4
2022-04-10net: introduce helpers to get PHY ofnode from MACMarek Behún1-0/+18
2022-01-25dm: Fix OF_BAD_ADDR definitionPatrice Chotard1-1/+1
2021-11-28dm: core: Add a way to obtain a string listSimon Glass1-0/+20
2021-11-28dm: core: Add tests for stringlist functionsSimon Glass1-0/+76
2021-11-09test: dm: add test for ofnode_for_each_compatible_node()Michael Walle1-0/+18
2021-09-25treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass1-0/+15
2021-06-28Merge tag 'v2021.07-rc5' into nextTom Rini1-1/+1
2021-06-24dm: core: add ofnode_get_path()Marek Behún1-0/+21
2021-06-24dm: core: add non-translating version of ofnode_get_addr_size_index()Marek Behún1-0/+5