summaryrefslogtreecommitdiff
path: root/include/dm/ofnode.h
AgeCommit message (Expand)AuthorFilesLines
2022-01-15doc: add include/dm/of*.h to the HTML documentationPatrick Delaunay1-162/+168
2021-11-29dm: core: Add a way to obtain a string listSimon Glass1-0/+20
2021-11-29dm: core: Fix up string-function documentationSimon Glass1-2/+2
2021-11-09dm: core: add ofnode_for_each_compatible_node()Michael Walle1-0/+24
2021-09-25treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass1-0/+37
2021-07-27dm: core: Add helper to compare node namesKishon Vijay Abraham I1-0/+10
2021-06-24dm: core: add ofnode_get_path()Marek BehĂșn1-0/+10
2021-06-24dm: core: add non-translating version of ofnode_get_addr_size_index()Marek BehĂșn1-0/+17
2021-04-29dm: core: Add size operations on device tree referencesChen Guanqiao1-0/+10
2021-02-18dm: Introduce xxx_get_dma_range()Nicolas Saenz Julienne1-0/+16
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+2
2020-12-23dm: core: Inline a few ofnode functions in SPLSimon Glass1-11/+45
2020-12-13dm: core: Add an ofnode function to get the devicetree rootSimon Glass1-0/+12
2020-12-13dm: core: Add a livetree function to check node statusSimon Glass1-0/+11
2020-10-27dm: core: Add support for getting node from aliasesMichal Simek1-0/+22
2020-10-06dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay1-1/+2
2020-10-06dm: update test on of_offset in ofnode_validPatrick Delaunay1-1/+1
2020-10-06dm: ofnode: Fix compile breakage with OF_CHECKS enabledStefan Roese1-3/+4
2020-07-29dm: remove superfluous comment for union ofnode_unionHeinrich Schuchardt1-1/+1
2020-05-02dm: core: Add function to get child count of ofnode or deviceChunfeng Yun1-0/+8
2020-04-17dm: core: add ofnode and dev function to iterate on node propertyPatrick Delaunay1-1/+62
2020-04-16dm: core: support reading a single indexed u32 valueDario Binacchi1-0/+25
2020-02-06dm: core: Add ofnode_get_chosen_prop()Simon Glass1-0/+12
2020-02-06dm: core: Add ofnode_read_prop()Simon Glass1-1/+12
2020-02-06dm: core: Rename ofnode_get_chosen_prop()Simon Glass1-4/+5
2020-02-06dm: core: Update comment for ofnode_get_chosen_node()Simon Glass1-3/+6
2019-12-15dm: core: Fix offset_to_ofnode() with invalid offsetSimon Glass1-1/+1
2019-09-06dm: core: Add functions to read 64-bit dt propertiesT Karthik Reddy1-1/+1
2019-07-22dm: core: Introduce xxx_translate_dma_address()Fabien Dessenne1-1/+15
2019-07-11dm: doc: add documentation for pre-reloc properties in SPL and TPLPatrick Delaunay1-2/+4
2019-05-22core: ofnode: Have ofnode_read_u32_default return a u32Trent Piepho1-1/+1
2019-05-22core: ofnode: Add ofnode_get_addr_size_indexKeerthy1-0/+14
2018-11-29ofnode: fix comment typoBaruch Siach1-1/+1
2018-11-26dm: core: add missing prototype for ofnode_read_u64Lukas Auer1-0/+10
2018-09-29core: Add functions to set properties in live-treeMario Six1-0/+46
2018-09-18ofnode: add ofnode_by_prop_value()Jens Wiklander1-0/+14
2018-08-08dm: core: Add ofnode function to read PCI vendor and device idBin Meng1-0/+13
2018-07-09dm: core: Add a way to find an ofnode by compatible stringSimon Glass1-0/+11
2018-07-09dm: core: Add comments to ofnode_read_resource() functoinsSimon Glass1-0/+23
2018-07-09dm: core: Fix a few ofnode function commentsSimon Glass1-1/+3
2018-07-09dm: core: Add ofnode function to read a 64-bit intSimon Glass1-0/+10
2018-05-07dm: ofnode: add ofnode_device_is_compatible() helperMasahiro Yamada1-0/+11
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-02-23core: add ofnode_get_by_phandle() apiKever Yang1-0/+8
2018-02-23core: ofnode: add ofnode_get_parent functionPhilipp Tomsich1-0/+8
2018-01-21core: Add {ofnode, dev}_translate_address functionsMario Six1-0/+13
2017-11-17dm: core: fix member name in ofnode_union documentationBaruch Siach1-1/+1
2017-09-12dm: core: Add ofnode_for_each_subnode()Simon Glass1-0/+24
2017-08-29ofnode: add {ofnode, dev}_read_resource_byname()Masahiro Yamada1-0/+2
2017-07-29Merge git://git.denx.de/u-boot-usbTom Rini1-0/+17