aboutsummaryrefslogtreecommitdiff
path: root/include/dm/of_access.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-06dm: core: Add a way to delete a nodeSimon Glass1-0/+18
2023-09-21dm: core: support reading a single indexed u64 valueMichal Simek1-0/+19
2022-09-29dm: core: Expand integer-reading testsSimon Glass1-6/+4
2022-09-29dm: core: Allow adding ofnode subnodesSimon Glass1-0/+15
2022-09-29dm: core: Pass a root node to of_find_node_by_phandle()Simon Glass1-1/+3
2022-09-14dm: core: Add functions to read 8/16-bit integersStefan Herbrechtsmeier1-0/+32
2022-08-12dm: core: Allow writing to a flat tree with ofnodeSimon Glass1-0/+12
2022-08-12dm: core: Introduce support for multiple treesSimon Glass1-2/+8
2022-01-15doc: add include/dm/of*.h to the HTML documentationPatrick Delaunay1-65/+74
2020-10-06dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay1-1/+3
2020-09-22dm: add cells_count parameter in live DT APIs of_parse_phandle_with_argsPatrick Delaunay1-1/+3
2020-04-16dm: core: add ofnode and dev function to iterate on node propertyPatrick Delaunay1-0/+40
2020-04-16dm: core: support reading a single indexed u32 valueDario Binacchi1-0/+19
2019-02-08dm: core: Add of_alias_get_highest_id()Michal Simek1-0/+10
2018-09-18ofnode: add ofnode_by_prop_value()Jens Wiklander1-0/+16
2018-07-09dm: core: Add ofnode function to read a 64-bit intSimon Glass1-0/+16
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-07-28dm: core: add ofnode_count_phandle_with_args()Patrice Chotard1-0/+18
2017-07-11dm: core: Add functions to obtain node's address/size cellsSimon Glass1-0/+20
2017-07-11dm: core: Add ofnode_read_string_count()Simon Glass1-0/+18
2017-06-01dm: core: Add livetree access functionsSimon Glass1-0/+347