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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-04
dm: core: fix introduce uclass_get_device_by_of_path
Heinrich Schuchardt
1
-1
/
+1
2023-05-02
dm: extcon: add an uclass for extcon
Svyatoslav Ryhel
1
-0
/
+1
2023-04-28
dm: core: introduce uclass_get_device_by_of_path()
Rasmus Villemoes
1
-0
/
+17
2023-04-27
drivers/mtd/nvmxip: introduce NVM XIP block storage emulation
Abdellatif El Khlifi
1
-0
/
+1
2023-04-07
serial: sh: Add HSCIF support for R-Car SoC
Hai Pham
1
-0
/
+1
2023-04-05
blk: blkmap: Add basic infrastructure
Tobias Waldekranz
1
-0
/
+1
2023-02-14
dm: treewide: Complete migration to new driver model schema
Simon Glass
2
-6
/
+6
2023-02-04
drivers: core: ofnode: Add panel timing decode.
Nikhil M Jain
2
-0
/
+32
2023-01-27
iommu: Add DMA mapping operations
Mark Kettenis
1
-0
/
+4
2023-01-23
dm: core: Support sorting devices with dm tree
Simon Glass
1
-2
/
+6
2023-01-23
dm: core: Correct ordering of uclasses IDs
Simon Glass
1
-2
/
+2
2022-12-07
net: ethoc: Remove non-DM_ETH code
Tom Rini
1
-4
/
+0
2022-12-05
arm: lpc32xx: Remove unused hsuart driver
Tom Rini
1
-18
/
+0
2022-11-07
dm: sandbox: Create a new HOST uclass
Simon Glass
1
-0
/
+1
2022-10-31
FWU: Add FWU metadata structure and driver for accessing metadata
Sughosh Ganu
1
-0
/
+1
2022-10-29
dm: core: Do not stop uclass iteration on error
Michal Suchanek
1
-7
/
+6
2022-10-29
dm: core: Add note about device_probe idempotence
Michal Suchanek
1
-2
/
+2
2022-10-29
dm: core: Document return value of device bind functions
Michal Suchanek
1
-0
/
+2
2022-10-29
dm: core: Switch uclass_*_device_err to use uclass_*_device_check
Michal Suchanek
1
-4
/
+8
2022-10-26
dm: memory: Introduce new uclass
Roger Quadros
1
-0
/
+1
2022-10-17
dm: core: Update docs about oftree_from_fdt()
Simon Glass
1
-0
/
+3
2022-10-17
dm: core: Switch uclass_*_device_err to use uclass_*_device_check
Michal Suchanek
1
-11
/
+11
2022-10-17
dm: core: Switch uclass_foreach_dev_probe to use simple iterator
Michal Suchanek
1
-2
/
+2
2022-10-05
dm: fpga: Introduce new uclass
Alexander Dahl
1
-0
/
+1
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: Add definitions for multiple ofnode trees
Simon Glass
1
-2
/
+31
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
2
-10
/
+8
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
2
-1
/
+39
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
2
-8
/
+8
2022-09-29
dm: core: Rename ofnode_get_first/next_property()
Simon Glass
2
-7
/
+7
2022-09-29
dm: core: Reduce code size with dev_of_offset()
Simon Glass
1
-3
/
+3
2022-09-29
dm: core: Drop the const from ofnode
Simon Glass
2
-21
/
+3
2022-09-29
dm: core: Allow adding ofnode subnodes
Simon Glass
2
-0
/
+28
2022-09-29
dm: core: Document the livetree structures properly
Simon Glass
1
-2
/
+13
2022-09-29
dm: core: Pass a root node to of_find_node_by_phandle()
Simon Glass
2
-1
/
+5
2022-09-14
dm: core: Add functions to read 8/16-bit integers
Stefan Herbrechtsmeier
3
-0
/
+137
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
2
-0
/
+30
2022-08-12
dm: core: Swap parameters of ofnode_write_prop()
Simon Glass
1
-3
/
+3
[prev]
[next]