summaryrefslogtreecommitdiff
path: root/drivers/core/of_access.c
Commit message (Expand)AuthorAgeFilesLines
* dm: core: Expand integer-reading testsSimon Glass2022-09-291-4/+1
* dm: core: Support writing a property to an empty nodeSimon Glass2022-09-291-4/+4
* dm: core: Allow adding ofnode subnodesSimon Glass2022-09-291-0/+63
* dm: core: Pass a root node to of_find_node_by_phandle()Simon Glass2022-09-291-3/+4
* dm: core: Add functions to read 8/16-bit integersStefan Herbrechtsmeier2022-09-141-0/+38
* dm: core: Allow writing to a flat tree with ofnodeSimon Glass2022-08-121-0/+43
* dm: core: Introduce support for multiple treesSimon Glass2022-08-121-4/+10
* doc: replace @return by Return:Heinrich Schuchardt2022-01-191-1/+1
* dm: core: Fix up string-function documentationSimon Glass2021-11-281-1/+2
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-021-0/+1
* dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay2020-10-061-3/+4
* dm: add cells_count parameter in live DT APIs of_parse_phandle_with_argsPatrick Delaunay2020-09-221-3/+4
* common: Drop linux/bug.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* dm: core: add ofnode and dev function to iterate on node propertyPatrick Delaunay2020-04-161-0/+32
* dm: core: refactor functions reading an u32 from dtDario Binacchi2020-04-161-15/+1
* dm: core: support reading a single indexed u32 valueDario Binacchi2020-04-161-0/+22
* dm: core: remove redundant assignmentHeinrich Schuchardt2020-04-161-1/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* dm: core: Add of_alias_get_highest_id()Michal Simek2019-02-081-0/+18
* ofnode: add ofnode_by_prop_value()Jens Wiklander2018-09-181-0/+27
* dm: core: Add ofnode function to read a 64-bit intSimon Glass2018-07-091-0/+20
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-1/+1
* dm: core: add ofnode_count_phandle_with_args()Patrice Chotard2017-07-281-0/+7
* dm: core: Add functions to obtain node's address/size cellsSimon Glass2017-07-111-0/+24
* dm: core: Supress dead-code warning in __of_get_next_child()Simon Glass2017-06-121-0/+6
* dm: core: Add livetree access functionsSimon Glass2017-06-011-0/+735