- 5fe8bc3 dm: core: Add tests for oftree_path() by Simon Glass · 1 year, 2 months ago
- 7071c82 dm: core: Support writing a 64-bit value by Simon Glass · 1 year, 2 months ago
- d9216c8 dm: core: Support writing a boolean by Simon Glass · 1 year, 2 months ago
- 62b1db3 dm: core: Add a way to convert a devicetree to a dtb by Simon Glass · 1 year, 2 months ago
- 67fb215 dm: core: Add a way to delete a node by Simon Glass · 1 year, 2 months ago
- c15862f dm: core: Add a way to copy a node by Simon Glass · 1 year, 2 months ago
- e0c3c21 dm: core: Add a function to create an empty tree by Simon Glass · 1 year, 2 months ago
- 9bf78a5 dm: core: Tidy up comments in the ofnode tests by Simon Glass · 1 year, 2 months ago
- 3a1fc17 dm: core: Ensure we run flattree tests on ofnode by Simon Glass · 1 year, 2 months ago
- 2479709 dm: core: Reverse the argument order in ofnode_copy_props() by Simon Glass · 1 year, 2 months ago
- 44f35e1 dm: core: ofnode: Add ofnode_read_bootscript_flash() by Michal Simek · 1 year, 3 months ago
- db5e349 dm: core: ofnode: Add ofnode_read_bootscript_address() by Michal Simek · 1 year, 3 months ago
- fa12dfa dm: core: support reading a single indexed u64 value by Michal Simek · 1 year, 3 months ago
- a8f2ac2 fdt: Allow more general use of livetree by Simon Glass · 1 year, 6 months ago
- 9cf39bb fdt: Align the start of the livetree by Simon Glass · 1 year, 6 months ago
- 298ffdd test: create dedicated fdt node for ofnode_for_each_prop test by Dzmitry Sankouski · 1 year, 10 months ago
- c43635b test: Update tests to use the skip feature by Simon Glass · 2 years, 1 month ago
- db1ef1e dm: core: Support copying properties with ofnode by Simon Glass · 2 years, 3 months ago
- 0b58eaa dm: core: Allow copying ofnode property data when writing by Simon Glass · 2 years, 3 months ago
- 47a677c dm: core: Expand ofnode tests by Simon Glass · 2 years, 3 months ago
- 88a1ae8 dm: core: Create a function to get a live tree in a test by Simon Glass · 2 years, 3 months ago
- 5e96925 dm: core: Complete phandle implementation using the other FDT by Simon Glass · 2 years, 3 months ago
- b7bd94f dm: core: Split ofnode_path_root() into two functions by Simon Glass · 2 years, 3 months ago
- 928d267 dm: core: Add a way to look up a phandle in an oftree by Simon Glass · 2 years, 3 months ago
- 085d594 dm: core: Add ofnode functions to obtain an oftree by Simon Glass · 2 years, 3 months ago
- 66d0d0c dm: core: Expand integer-reading tests by Simon Glass · 2 years, 3 months ago
- 52ad21a dm: core: Add a macro to iterate through properties by Simon Glass · 2 years, 3 months ago
- 2b90e0d test: Drop the UT_TESTF_LIVE_OR_FLAT flag by Simon Glass · 2 years, 3 months ago
- c3a194d dm: core: Support writing a property to an empty node by Simon Glass · 2 years, 3 months ago
- ffe9039 dm: core: Allow adding ofnode subnodes by Simon Glass · 2 years, 3 months ago
- 7c14dc7 test: Fix missing livetree test runs by Simon Glass · 2 years, 3 months ago
- 55f7990 dm: core: Add support for writing u32 with ofnode by Simon Glass · 2 years, 4 months ago
- 39e42be dm: core: Allow writing to a flat tree with ofnode by Simon Glass · 2 years, 4 months ago
- b7eaa4f dm: core: Tidy up ofnode-writing test by Simon Glass · 2 years, 4 months ago
- be0789a dm: core: Swap parameters of ofnode_write_prop() by Simon Glass · 2 years, 4 months ago
- 6571559 dm: core: Move ofnode-writing test to ofnode by Simon Glass · 2 years, 4 months ago
- 3310484 dm: core: Introduce support for multiple trees by Simon Glass · 2 years, 4 months ago
- 123ca11 net: introduce helpers to get PHY interface mode from a device/ofnode by Marek Behún · 2 years, 8 months ago
- f3dd213 net: introduce helpers to get PHY ofnode from MAC by Marek Behún · 2 years, 8 months ago
- 9876ae7 dm: Fix OF_BAD_ADDR definition by Patrice Chotard · 2 years, 11 months ago
- 075bfc9 dm: core: Add a way to obtain a string list by Simon Glass · 3 years, 1 month ago
- fb933d0 dm: core: Add tests for stringlist functions by Simon Glass · 3 years, 1 month ago
- bce039a test: dm: add test for ofnode_for_each_compatible_node() by Michael Walle · 3 years, 1 month ago
- 7de8bd0 treewide: fdt: Move fdt_get_config_... to ofnode_conf_read... by Simon Glass · 3 years, 4 months ago
- 6d0453d Merge tag 'v2021.07-rc5' into next by Tom Rini · 3 years, 5 months ago
- 0e116be dm: core: add ofnode_get_path() by Marek Behún · 3 years, 6 months ago
- 31a7b71 dm: core: add non-translating version of ofnode_get_addr_size_index() by Marek Behún · 3 years, 6 months ago
- 82a3c9e net: use the same alias stem for ethernet as linux by Michael Walle · 3 years, 9 months ago
- 61772bc test: dm: add test item for ofnode_get_addr() and ofnode_get_size() by Chen Guanqiao · 3 years, 8 months ago
- 0de1b07 dm: core: Add a livetree function to check node status by Simon Glass · 4 years ago
- 305d318 dm: core: Add support for getting node from aliases by Michal Simek · 4 years, 4 months ago
- cc72f3e test: dm: add test for phandle access functions by Patrick Delaunay · 4 years, 2 months ago
- 6d9949f dm: update test on of_offset in ofnode_valid by Patrick Delaunay · 4 years, 2 months ago
- e180c2b dm: Rename DM test flags to make them more generic by Simon Glass · 4 years, 4 months ago
- 0e1fad4 dm: core: Drop header files from dm/test.h by Simon Glass · 4 years, 4 months ago
- f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
- bf6ad91 test: dm: add test item for ofnode_get_child_count() by Chunfeng Yun · 4 years, 7 months ago
- bd933bf dm: core: Add ofnode_get_chosen_prop() by Simon Glass · 4 years, 10 months ago
- a8167d8 dm: core: Add ofnode_read_prop() by Simon Glass · 4 years, 10 months ago
- 14ca9f7 dm: core: Rename ofnode_get_chosen_prop() by Simon Glass · 4 years, 10 months ago
- e6c5c94 dm: core: Update ofnode to read binman-style flash entry by Simon Glass · 6 years ago
- 9bc7e96 test: ofnode: test ofnode_by_prop_value() by Jens Wiklander · 6 years ago
- 04ca871 test: ofnode: test ofnode_device_is_compatible() by Masahiro Yamada · 7 years ago