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
/
dump.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-04
dm: core: Adjust dump-sorting to get stats only when needed
Simon Glass
1
-2
/
+1
2023-09-23
cmd: dm: allow for selecting uclass and device
AKASHI Takahiro
1
-28
/
+88
2023-01-26
dm: core: Use full printf() format when possible
Samuel Holland
1
-1
/
+1
2023-01-23
dm: core: Support sorting devices with dm tree
Simon Glass
1
-6
/
+59
2022-06-28
dm: core: Add a command to show driver model statistics
Simon Glass
1
-0
/
+73
2022-06-28
dm: core: Fix addresses in the dm static command
Simon Glass
1
-4
/
+2
2022-06-28
dm: core: Rename dm_dump_all()
Simon Glass
1
-1
/
+1
2022-06-28
dm: fix formatting of uclass dump
Heinrich Schuchardt
1
-2
/
+0
2022-06-28
dm: core: Use device_foreach_child where possible
Sean Anderson
1
-1
/
+1
2021-07-15
dm: core: Check uclass_get() return value when dumping
Simon Glass
1
-3
/
+4
2021-01-05
dm: core: Access device flags through functions
Simon Glass
1
-2
/
+2
2021-01-05
dm: core: Rename sqq to seq_
Simon Glass
1
-1
/
+1
2021-01-05
dm: core: Support dm_dump_all() in SPL
Simon Glass
1
-2
/
+4
2020-12-18
cmd: Drop use of old sequence numbers in commands
Simon Glass
1
-2
/
+2
2020-12-18
dm: Avoid accessing seq directly
Simon Glass
1
-2
/
+2
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
1
-1
/
+1
2020-07-07
cmd: dm: Fixed/Added DM driver listing subcommands
Niel Fourie
1
-1
/
+54
2020-04-09
dm: dump.c: Refactor dm_dump_drivers prints
Ovidiu Panait
1
-7
/
+11
2020-04-09
dm: dump.c: Fix segfault when entry->of_match is NULL
Ovidiu Panait
1
-1
/
+2
2020-02-05
cmd: Add command to dump drivers and compatible strings
Sean Anderson
1
-0
/
+19
2019-10-15
dm: Tidy up dump output when there are many devices
Patrick Delaunay
1
-2
/
+2
2019-01-14
dm: Tidy up 'dm tree' output when there are many devices
Simon Glass
1
-2
/
+2
2018-11-20
dm: core: Widen the dump tree to show more of the driver's name.
Liviu Dudau
1
-4
/
+4
2018-11-14
uclass: Use uclass_foreach_dev() macro instead of open coding
Liviu Dudau
1
-1
/
+1
2018-08-21
dm: print the index of the device when dumping the dm tree
Jean-Jacques Hiblot
1
-6
/
+10
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2017-09-11
dm: core: Show driver name with 'dm tree'
Simon Glass
1
-3
/
+3
2017-09-11
dm: core: Drop use of strlcpy()
Simon Glass
1
-4
/
+2
2017-07-11
dm: include <dm/util.h> from driver/core/dump.c
Masahiro Yamada
1
-0
/
+1
2015-07-21
dm: Move the tree/uclass dump code into its own file
Simon Glass
1
-0
/
+96