summaryrefslogtreecommitdiff
path: root/include/dm/ofnode.h
AgeCommit message (Expand)Author
2021-11-28dm: core: Add a way to obtain a string listSimon Glass
2021-11-28dm: core: Fix up string-function documentationSimon Glass
2021-11-09dm: core: add ofnode_for_each_compatible_node()Michael Walle
2021-09-25treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass
2021-07-27dm: core: Add helper to compare node namesKishon Vijay Abraham I
2021-06-24dm: core: add ofnode_get_path()Marek BehĂșn
2021-06-24dm: core: add non-translating version of ofnode_get_addr_size_index()Marek BehĂșn
2021-04-29dm: core: Add size operations on device tree referencesChen Guanqiao
2021-02-18dm: Introduce xxx_get_dma_range()Nicolas Saenz Julienne
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-12-22dm: core: Inline a few ofnode functions in SPLSimon Glass
2020-12-13dm: core: Add an ofnode function to get the devicetree rootSimon Glass
2020-12-13dm: core: Add a livetree function to check node statusSimon Glass
2020-10-27dm: core: Add support for getting node from aliasesMichal Simek
2020-10-06dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay
2020-10-06dm: update test on of_offset in ofnode_validPatrick Delaunay
2020-10-06dm: ofnode: Fix compile breakage with OF_CHECKS enabledStefan Roese
2020-07-28dm: remove superfluous comment for union ofnode_unionHeinrich Schuchardt
2020-05-02dm: core: Add function to get child count of ofnode or deviceChunfeng Yun
2020-04-16dm: core: add ofnode and dev function to iterate on node propertyPatrick Delaunay
2020-04-16dm: core: support reading a single indexed u32 valueDario Binacchi
2020-02-05dm: core: Add ofnode_get_chosen_prop()Simon Glass
2020-02-05dm: core: Add ofnode_read_prop()Simon Glass
2020-02-05dm: core: Rename ofnode_get_chosen_prop()Simon Glass
2020-02-05dm: core: Update comment for ofnode_get_chosen_node()Simon Glass
2019-12-15dm: core: Fix offset_to_ofnode() with invalid offsetSimon Glass
2019-09-06dm: core: Add functions to read 64-bit dt propertiesT Karthik Reddy
2019-07-22dm: core: Introduce xxx_translate_dma_address()Fabien Dessenne
2019-07-10dm: doc: add documentation for pre-reloc properties in SPL and TPLPatrick Delaunay
2019-05-21core: ofnode: Have ofnode_read_u32_default return a u32Trent Piepho
2019-05-21core: ofnode: Add ofnode_get_addr_size_indexKeerthy
2018-11-29ofnode: fix comment typoBaruch Siach
2018-11-26dm: core: add missing prototype for ofnode_read_u64Lukas Auer
2018-09-29core: Add functions to set properties in live-treeMario Six
2018-09-18ofnode: add ofnode_by_prop_value()Jens Wiklander
2018-08-08dm: core: Add ofnode function to read PCI vendor and device idBin Meng
2018-07-09dm: core: Add a way to find an ofnode by compatible stringSimon Glass
2018-07-09dm: core: Add comments to ofnode_read_resource() functoinsSimon Glass
2018-07-09dm: core: Fix a few ofnode function commentsSimon Glass
2018-07-09dm: core: Add ofnode function to read a 64-bit intSimon Glass
2018-05-07dm: ofnode: add ofnode_device_is_compatible() helperMasahiro Yamada
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-02-23core: add ofnode_get_by_phandle() apiKever Yang
2018-02-23core: ofnode: add ofnode_get_parent functionPhilipp Tomsich
2018-01-21core: Add {ofnode, dev}_translate_address functionsMario Six
2017-11-17dm: core: fix member name in ofnode_union documentationBaruch Siach
2017-09-11dm: core: Add ofnode_for_each_subnode()Simon Glass
2017-08-29ofnode: add {ofnode, dev}_read_resource_byname()Masahiro Yamada
2017-07-29Merge git://git.denx.de/u-boot-usbTom Rini
2017-07-28dm: core: add ofnode_count_phandle_with_args()Patrice Chotard