index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
old/tizen_20241126
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
core
/
ofnode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-12
Revert "fdt: translate address if #size-cells = <0>"
Dario Binacchi
1
-5
/
+2
2021-04-29
dm: core: Add size operations on device tree references
Chen Guanqiao
1
-0
/
+11
2021-02-18
dm: Introduce xxx_get_dma_range()
Nicolas Saenz Julienne
1
-0
/
+9
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
1
-0
/
+1
2021-01-12
fdt: translate address if #size-cells = <0>
Dario Binacchi
1
-2
/
+5
2020-12-22
dm: core: Inline a few ofnode functions in SPL
Simon Glass
1
-0
/
+2
2020-12-13
dm: core: Add a livetree function to check node status
Simon Glass
1
-0
/
+10
2020-10-27
dm: core: Add support for getting node from aliases
Michal Simek
1
-0
/
+22
2020-10-06
dm: add cells_count parameter in *_count_phandle_with_args
Patrick Delaunay
1
-3
/
+3
2020-09-22
dm: add cells_count parameter in live DT APIs of_parse_phandle_with_args
Patrick Delaunay
1
-1
/
+2
2020-08-22
dm: fix ofnode_read_addr/size_cells()
Heinrich Schuchardt
1
-6
/
+14
2020-05-18
common: Drop log.h from common header
Simon Glass
1
-0
/
+1
2020-05-02
dm: core: Add function to get child count of ofnode or device
Chunfeng Yun
1
-0
/
+11
2020-04-16
dm: core: add ofnode and dev function to iterate on node property
Patrick Delaunay
1
-0
/
+48
2020-04-16
dm: core: refactor functions reading an u32 from dt
Dario Binacchi
1
-21
/
+2
2020-04-16
dm: core: support reading a single indexed u32 value
Dario Binacchi
1
-0
/
+40
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
1
-0
/
+1
2020-02-05
dm: core: Add ofnode_get_chosen_prop()
Simon Glass
1
-3
/
+8
2020-02-05
dm: core: Reimplement ofnode_read_size()
Simon Glass
1
-19
/
+10
2020-02-05
dm: core: Add ofnode_read_prop()
Simon Glass
1
-7
/
+24
2020-02-05
dm: core: Rename ofnode_get_chosen_prop()
Simon Glass
1
-2
/
+2
2019-10-27
fdt: Fix alignment issue when reading 64-bits properties from fdt
Jean-Jacques Hiblot
1
-1
/
+1
2019-10-03
dm: core: Correct bad cast in ofnode_get_addr_size_index()
Simon Glass
1
-2
/
+5
2019-10-03
dm: core: Correct low cell in ofnode_read_pci_addr()
Simon Glass
1
-1
/
+1
2019-09-06
dm: core: Add functions to read 64-bit dt properties
T Karthik Reddy
1
-1
/
+1
2019-08-19
core: ofnode: do not assert if node not valid in ofnode_get_name()
Kever Yang
1
-1
/
+5
2019-07-24
dm: core: Set correct "status" value for a node
Bin Meng
1
-1
/
+1
2019-07-22
dm: core: Introduce xxx_translate_dma_address()
Fabien Dessenne
1
-0
/
+8
2019-05-21
core: ofnode: Have ofnode_read_u32_default return a u32
Trent Piepho
1
-1
/
+1
2019-05-21
core: ofnode: Add ofnode_get_addr_size_index
Keerthy
1
-3
/
+10
2019-05-08
dm: core: Fix translate condition in ofnode_get_addr_size()
Simon Glass
1
-1
/
+1
2019-04-11
core: ofnode: Fix ASAN-reported stack-buffer-overflow in of_get_address
Eugeniu Rosca
1
-3
/
+2
2019-04-11
dm: remove pre reloc properties in SPL and TPL device tree
Patrick Delaunay
1
-8
/
+8
2018-11-29
core: ofnode: Fix ofnode_get_addr_index function
Keerthy
1
-7
/
+10
2018-11-14
core: ofnode: Fix mem leak in error path
Mario Six
1
-1
/
+3
2018-10-09
fdt: Allow indicating a node is for U-Boot proper only
Simon Glass
1
-0
/
+2
2018-10-08
ofnode: Add missing address translation into ofnode_get_addr_size()
Marek Vasut
1
-1
/
+5
2018-10-08
ofnode: Replace of_n_addr_cells with of_n_size_cells
Marek Vasut
1
-1
/
+1
2018-09-29
core: Add functions to set properties in live-tree
Mario Six
1
-0
/
+70
2018-09-18
ofnode: add ofnode_by_prop_value()
Jens Wiklander
1
-0
/
+14
2018-08-08
dm: core: Add ofnode function to read PCI vendor and device id
Bin Meng
1
-0
/
+36
2018-07-09
dm: core: Add a way to find an ofnode by compatible string
Simon Glass
1
-0
/
+12
2018-07-09
dm: core: Add ofnode function to read a 64-bit int
Simon Glass
1
-0
/
+32
2018-05-07
dm: ofnode: add ofnode_device_is_compatible() helper
Masahiro Yamada
1
-0
/
+11
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2018-04-01
core: ofnode: Fix translation for #size-cells == 0
Mario Six
1
-1
/
+4
2018-03-05
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
Masahiro Yamada
1
-1
/
+1
2018-02-23
core: add ofnode_get_by_phandle() api
Kever Yang
1
-0
/
+13
2018-02-23
core: ofnode: add ofnode_get_parent function
Philipp Tomsich
1
-0
/
+14
2018-01-21
core: Add {ofnode, dev}_translate_address functions
Mario Six
1
-0
/
+8
[next]