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
/
include
/
dm
/
ofnode.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-14
fdt: Allow more general use of livetree
Simon Glass
1
-0
/
+10
2023-05-06
include: dm: ofnode: fix headers
Johan Jonker
1
-8
/
+8
2023-02-14
dm: treewide: Complete migration to new driver model schema
Simon Glass
1
-5
/
+5
2023-02-04
drivers: core: ofnode: Add panel timing decode.
Nikhil M Jain
1
-0
/
+12
2022-10-17
dm: core: Update docs about oftree_from_fdt()
Simon Glass
1
-0
/
+3
2022-09-29
dm: core: Support copying properties with ofnode
Simon Glass
1
-0
/
+16
2022-09-29
dm: core: Allow copying ofnode property data when writing
Simon Glass
1
-4
/
+8
2022-09-29
dm: core: Update comments for default-FDT ofnode functions
Simon Glass
1
-3
/
+15
2022-09-29
dm: core: Add the ofnode multi-tree implementation
Simon Glass
1
-47
/
+64
2022-09-29
dm: core: Split ofnode_path_root() into two functions
Simon Glass
1
-3
/
+13
2022-09-29
dm: core: Allow obtaining a node offset in the same tree
Simon Glass
1
-12
/
+32
2022-09-29
dm: core: Add a way to look up a phandle in an oftree
Simon Glass
1
-0
/
+25
2022-09-29
dm: core: Add ofnode functions to obtain an oftree
Simon Glass
1
-0
/
+63
2022-09-29
dm: core: Add an ofnode function to obtain the flat tree
Simon Glass
1
-0
/
+19
2022-09-29
dm: core: Provide a way to reset the device tree
Simon Glass
1
-0
/
+8
2022-09-29
dm: core: Expand integer-reading tests
Simon Glass
1
-4
/
+4
2022-09-29
dm: core: Drop ofnode_is_available()
Simon Glass
1
-8
/
+0
2022-09-29
dm: core: Add a macro to iterate through properties
Simon Glass
1
-0
/
+38
2022-09-29
dm: core: Avoid creating a name property when unflattening
Simon Glass
1
-1
/
+1
2022-09-29
dm: core: Rename ofnode_get_property_by_prop()
Simon Glass
1
-7
/
+7
2022-09-29
dm: core: Rename ofnode_get_first/next_property()
Simon Glass
1
-4
/
+4
2022-09-29
dm: core: Drop the const from ofnode
Simon Glass
1
-20
/
+2
2022-09-29
dm: core: Allow adding ofnode subnodes
Simon Glass
1
-0
/
+13
2022-09-29
dm: core: Pass a root node to of_find_node_by_phandle()
Simon Glass
1
-0
/
+2
2022-09-14
dm: core: Add functions to read 8/16-bit integers
Stefan Herbrechtsmeier
1
-0
/
+40
2022-08-12
dm: core: Add support for writing u32 with ofnode
Simon Glass
1
-0
/
+10
2022-08-12
dm: core: Allow writing to a flat tree with ofnode
Simon Glass
1
-0
/
+18
2022-08-12
dm: core: Swap parameters of ofnode_write_prop()
Simon Glass
1
-3
/
+3
2022-08-12
dm: core: Introduce support for multiple trees
Simon Glass
1
-0
/
+28
2022-08-12
dm: core: Add a note about how livetree updates work
Simon Glass
1
-1
/
+2
2022-08-12
dm: core: Split out the declaration of ofnode
Simon Glass
1
-60
/
+1
2022-06-28
dm: core: Provide fallbacks for ofnode_conf_read_...
Sean Anderson
1
-24
/
+42
2022-04-15
Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net
Tom Rini
1
-0
/
+27
2022-04-10
treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NA
Marek Behún
1
-1
/
+1
2022-04-10
net: introduce helpers to get PHY interface mode from a device/ofnode
Marek Behún
1
-0
/
+13
2022-04-10
net: introduce helpers to get PHY ofnode from MAC
Marek Behún
1
-0
/
+14
2022-04-06
dm: fix function documentation in include/dm/ofnode.h
Heinrich Schuchardt
1
-4
/
+4
2022-03-09
net: phy: Add new read ethernet phy id function
Michal Simek
1
-0
/
+13
2022-01-15
doc: add include/dm/of*.h to the HTML documentation
Patrick Delaunay
1
-162
/
+168
2021-11-28
dm: core: Add a way to obtain a string list
Simon Glass
1
-0
/
+20
2021-11-28
dm: core: Fix up string-function documentation
Simon Glass
1
-2
/
+2
2021-11-09
dm: core: add ofnode_for_each_compatible_node()
Michael Walle
1
-0
/
+24
2021-09-25
treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...
Simon Glass
1
-0
/
+37
2021-07-27
dm: core: Add helper to compare node names
Kishon Vijay Abraham I
1
-0
/
+10
2021-06-24
dm: core: add ofnode_get_path()
Marek Behún
1
-0
/
+10
2021-06-24
dm: core: add non-translating version of ofnode_get_addr_size_index()
Marek Behún
1
-0
/
+17
2021-04-29
dm: core: Add size operations on device tree references
Chen Guanqiao
1
-0
/
+10
2021-02-18
dm: Introduce xxx_get_dma_range()
Nicolas Saenz Julienne
1
-0
/
+16
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
1
-0
/
+2
2020-12-22
dm: core: Inline a few ofnode functions in SPL
Simon Glass
1
-11
/
+45
[next]