aboutsummaryrefslogtreecommitdiff
path: root/drivers/core/ofnode.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-18dm: Introduce xxx_get_dma_range()Nicolas Saenz Julienne1-0/+9
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-12fdt: translate address if #size-cells = <0>Dario Binacchi1-2/+5
2020-12-22dm: core: Inline a few ofnode functions in SPLSimon Glass1-0/+2
2020-12-13dm: core: Add a livetree function to check node statusSimon Glass1-0/+10
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-3/+3
2020-09-22dm: add cells_count parameter in live DT APIs of_parse_phandle_with_argsPatrick Delaunay1-1/+2
2020-08-22dm: fix ofnode_read_addr/size_cells()Heinrich Schuchardt1-6/+14
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-02dm: core: Add function to get child count of ofnode or deviceChunfeng Yun1-0/+11
2020-04-16dm: core: add ofnode and dev function to iterate on node propertyPatrick Delaunay1-0/+48
2020-04-16dm: core: refactor functions reading an u32 from dtDario Binacchi1-21/+2
2020-04-16dm: core: support reading a single indexed u32 valueDario Binacchi1-0/+40
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-05dm: core: Add ofnode_get_chosen_prop()Simon Glass1-3/+8
2020-02-05dm: core: Reimplement ofnode_read_size()Simon Glass1-19/+10
2020-02-05dm: core: Add ofnode_read_prop()Simon Glass1-7/+24
2020-02-05dm: core: Rename ofnode_get_chosen_prop()Simon Glass1-2/+2
2019-10-27fdt: Fix alignment issue when reading 64-bits properties from fdtJean-Jacques Hiblot1-1/+1
2019-10-03dm: core: Correct bad cast in ofnode_get_addr_size_index()Simon Glass1-2/+5
2019-10-03dm: core: Correct low cell in ofnode_read_pci_addr()Simon Glass1-1/+1
2019-09-06dm: core: Add functions to read 64-bit dt propertiesT Karthik Reddy1-1/+1
2019-08-19core: ofnode: do not assert if node not valid in ofnode_get_name()Kever Yang1-1/+5
2019-07-24dm: core: Set correct "status" value for a nodeBin Meng1-1/+1
2019-07-22dm: core: Introduce xxx_translate_dma_address()Fabien Dessenne1-0/+8
2019-05-21core: ofnode: Have ofnode_read_u32_default return a u32Trent Piepho1-1/+1
2019-05-21core: ofnode: Add ofnode_get_addr_size_indexKeerthy1-3/+10
2019-05-08dm: core: Fix translate condition in ofnode_get_addr_size()Simon Glass1-1/+1
2019-04-11core: ofnode: Fix ASAN-reported stack-buffer-overflow in of_get_addressEugeniu Rosca1-3/+2
2019-04-11dm: remove pre reloc properties in SPL and TPL device treePatrick Delaunay1-8/+8
2018-11-29core: ofnode: Fix ofnode_get_addr_index functionKeerthy1-7/+10
2018-11-14core: ofnode: Fix mem leak in error pathMario Six1-1/+3
2018-10-09fdt: Allow indicating a node is for U-Boot proper onlySimon Glass1-0/+2
2018-10-08ofnode: Add missing address translation into ofnode_get_addr_size()Marek Vasut1-1/+5
2018-10-08ofnode: Replace of_n_addr_cells with of_n_size_cellsMarek Vasut1-1/+1
2018-09-29core: Add functions to set properties in live-treeMario Six1-0/+70
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/+36
2018-07-09dm: core: Add a way to find an ofnode by compatible stringSimon Glass1-0/+12
2018-07-09dm: core: Add ofnode function to read a 64-bit intSimon Glass1-0/+32
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-04-01core: ofnode: Fix translation for #size-cells == 0Mario Six1-1/+4
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2018-02-23core: add ofnode_get_by_phandle() apiKever Yang1-0/+13
2018-02-23core: ofnode: add ofnode_get_parent functionPhilipp Tomsich1-0/+14
2018-01-21core: Add {ofnode, dev}_translate_address functionsMario Six1-0/+8
2018-01-21core: ofnode: Fix style violationsMario Six1-8/+10
2018-01-21drivers: core: Add translation in live tree caseMario Six1-2/+7