aboutsummaryrefslogtreecommitdiff
path: root/drivers/core/of_access.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-10-06dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay1-3/+4
2020-09-22dm: add cells_count parameter in live DT APIs of_parse_phandle_with_argsPatrick Delaunay1-3/+4
2020-05-18common: Drop linux/bug.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-04-16dm: core: add ofnode and dev function to iterate on node propertyPatrick Delaunay1-0/+32
2020-04-16dm: core: refactor functions reading an u32 from dtDario Binacchi1-15/+1
2020-04-16dm: core: support reading a single indexed u32 valueDario Binacchi1-0/+22
2020-04-16dm: core: remove redundant assignmentHeinrich Schuchardt1-1/+1
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2019-02-08dm: core: Add of_alias_get_highest_id()Michal Simek1-0/+18
2018-09-18ofnode: add ofnode_by_prop_value()Jens Wiklander1-0/+27
2018-07-09dm: core: Add ofnode function to read a 64-bit intSimon Glass1-0/+20
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2017-07-28dm: core: add ofnode_count_phandle_with_args()Patrice Chotard1-0/+7
2017-07-11dm: core: Add functions to obtain node's address/size cellsSimon Glass1-0/+24
2017-06-12dm: core: Supress dead-code warning in __of_get_next_child()Simon Glass1-0/+6
2017-06-01dm: core: Add livetree access functionsSimon Glass1-0/+735