index
:
u-boot-toradex.git
2011.12-colibri_vf
2014.04-toradex
2014.10-toradex
2014.10-toradex-next
2015.04-imx7-1.1.0_ga-toradex-next
2015.04-toradex
2015.04-toradex-next
2016.11-toradex
2016.11-toradex-next
colibri
colibri-next
colibri_vf
master
toradex_2019.07
toradex_2019.07-next
toradex_2020.07
toradex_imx6
toradex_imx_lf_v2022.04
toradex_imx_lf_v2024.04
toradex_imx_v2017.03_4.9.123_imx8mm_ga-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta1-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta2-bring_up
toradex_imx_v2018.03_4.14.62_1.0.0_beta-bringup
toradex_imx_v2018.03_4.14.78_1.0.0_ga-bringup
toradex_imx_v2018.03_4.14.98_2.3.0_bringup
toradex_imx_v2020.04_5.4.24_2.1.0
toradex_imx_v2020.04_5.4.70_2.3.0
toradex_ti-u-boot-2021.01_bringup
toradex_ti-u-boot-2023.04
toradex_ti-u-boot-2024.04
toradex_u-boot-2024.07_smarc-imx8mp-bringup
U-Boot bootloader for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
core
/
ofnode.c
Age
Commit message (
Expand
)
Author
2021-05-12
Revert "fdt: translate address if #size-cells = <0>"
Dario Binacchi
2021-04-29
dm: core: Add size operations on device tree references
Chen Guanqiao
2021-02-18
dm: Introduce xxx_get_dma_range()
Nicolas Saenz Julienne
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2021-01-12
fdt: translate address if #size-cells = <0>
Dario Binacchi
2020-12-22
dm: core: Inline a few ofnode functions in SPL
Simon Glass
2020-12-13
dm: core: Add a livetree function to check node status
Simon Glass
2020-10-27
dm: core: Add support for getting node from aliases
Michal Simek
2020-10-06
dm: add cells_count parameter in *_count_phandle_with_args
Patrick Delaunay
2020-09-22
dm: add cells_count parameter in live DT APIs of_parse_phandle_with_args
Patrick Delaunay
2020-08-22
dm: fix ofnode_read_addr/size_cells()
Heinrich Schuchardt
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-02
dm: core: Add function to get child count of ofnode or device
Chunfeng Yun
2020-04-16
dm: core: add ofnode and dev function to iterate on node property
Patrick Delaunay
2020-04-16
dm: core: refactor functions reading an u32 from dt
Dario Binacchi
2020-04-16
dm: core: support reading a single indexed u32 value
Dario Binacchi
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
2020-02-05
dm: core: Add ofnode_get_chosen_prop()
Simon Glass
2020-02-05
dm: core: Reimplement ofnode_read_size()
Simon Glass
2020-02-05
dm: core: Add ofnode_read_prop()
Simon Glass
2020-02-05
dm: core: Rename ofnode_get_chosen_prop()
Simon Glass
2019-10-27
fdt: Fix alignment issue when reading 64-bits properties from fdt
Jean-Jacques Hiblot
2019-10-03
dm: core: Correct bad cast in ofnode_get_addr_size_index()
Simon Glass
2019-10-03
dm: core: Correct low cell in ofnode_read_pci_addr()
Simon Glass
2019-09-06
dm: core: Add functions to read 64-bit dt properties
T Karthik Reddy
2019-08-19
core: ofnode: do not assert if node not valid in ofnode_get_name()
Kever Yang
2019-07-24
dm: core: Set correct "status" value for a node
Bin Meng
2019-07-22
dm: core: Introduce xxx_translate_dma_address()
Fabien Dessenne
2019-05-21
core: ofnode: Have ofnode_read_u32_default return a u32
Trent Piepho
2019-05-21
core: ofnode: Add ofnode_get_addr_size_index
Keerthy
2019-05-08
dm: core: Fix translate condition in ofnode_get_addr_size()
Simon Glass
2019-04-11
core: ofnode: Fix ASAN-reported stack-buffer-overflow in of_get_address
Eugeniu Rosca
2019-04-11
dm: remove pre reloc properties in SPL and TPL device tree
Patrick Delaunay
2018-11-29
core: ofnode: Fix ofnode_get_addr_index function
Keerthy
2018-11-14
core: ofnode: Fix mem leak in error path
Mario Six
2018-10-09
fdt: Allow indicating a node is for U-Boot proper only
Simon Glass
2018-10-08
ofnode: Add missing address translation into ofnode_get_addr_size()
Marek Vasut
2018-10-08
ofnode: Replace of_n_addr_cells with of_n_size_cells
Marek Vasut
2018-09-29
core: Add functions to set properties in live-tree
Mario Six
2018-09-18
ofnode: add ofnode_by_prop_value()
Jens Wiklander
2018-08-08
dm: core: Add ofnode function to read PCI vendor and device id
Bin Meng
2018-07-09
dm: core: Add a way to find an ofnode by compatible string
Simon Glass
2018-07-09
dm: core: Add ofnode function to read a 64-bit int
Simon Glass
2018-05-07
dm: ofnode: add ofnode_device_is_compatible() helper
Masahiro Yamada
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-04-01
core: ofnode: Fix translation for #size-cells == 0
Mario Six
2018-03-05
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
Masahiro Yamada
2018-02-23
core: add ofnode_get_by_phandle() api
Kever Yang
2018-02-23
core: ofnode: add ofnode_get_parent function
Philipp Tomsich
2018-01-21
core: Add {ofnode, dev}_translate_address functions
Mario Six
[next]