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
/
device-internal.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-29
dm: core: Add note about device_probe idempotence
Michal Suchanek
1
-2
/
+2
2022-04-18
dm: core: Allow devres to be disabled in SPL
Simon Glass
1
-3
/
+3
2022-04-06
dm: core: Add a required struct declaration
Simon Glass
1
-0
/
+1
2022-03-10
event: Add events for device probe/remove
Simon Glass
1
-0
/
+10
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
1
-11
/
+11
2021-03-26
dm: core: Add warnings to private / platform setters
Simon Glass
1
-0
/
+18
2021-03-22
dm: core: Add macros to access the new linker lists
Simon Glass
1
-0
/
+75
2021-02-03
dm: core: Add late driver remove option
Marek Vasut
1
-3
/
+7
2021-02-03
dm: core: Avoid partially removing devices
Simon Glass
1
-1
/
+8
2021-01-05
dm: core: Allow the uclass list to move
Simon Glass
1
-0
/
+1
2021-01-05
dm: core: Add functions to set priv/plat
Simon Glass
1
-0
/
+84
2020-12-13
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
1
-2
/
+2
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
1
-5
/
+5
2020-12-13
dm: core: Drop device_bind_offset()
Simon Glass
1
-7
/
+3
2020-12-13
dm: Remove uses of device_bind_offset()
Simon Glass
1
-2
/
+2
2020-12-13
dm: core: Rename device_bind_ofnode() to device_bind()
Simon Glass
1
-3
/
+3
2020-12-13
dm: core: Rename device_bind() to device_bind_offset()
Simon Glass
1
-4
/
+4
2020-10-29
dm: Use an allocated array for run-time device info
Simon Glass
1
-1
/
+1
2020-09-22
dm: core: add support for device re-parenting
Claudiu Beznea
1
-0
/
+9
2020-07-09
core: drop const for struct driver_info
Walter Lozano
1
-1
/
+1
2020-01-07
dm: core: Export a new function to read platdata
Simon Glass
1
-0
/
+16
2018-11-14
dm: Correct pre_reloc_only parameter description in several APIs' comments
Bin Meng
1
-2
/
+2
2018-08-21
device: expose the functions used to remove and unbind children of a device
Jean-Jacques Hiblot
1
-0
/
+38
2018-07-09
dm: core: Add a way to bind a device by ofnode
Simon Glass
1
-0
/
+4
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2017-08-17
dm: core: Add a comment about the device_remove() flags
Simon Glass
1
-1
/
+1
2017-06-01
dm: core: Allow binding a device from a live tree
Simon Glass
1
-4
/
+6
2017-04-04
dm: core: Add flags parameter to device_remove()
Stefan Roese
1
-2
/
+3
2016-05-26
dm: allow setting driver_data before/during bind
Stephen Warren
1
-0
/
+24
2016-01-28
dm: Remove device_probe_child()
Simon Glass
1
-13
/
+0
2015-11-19
Revert "dm: Export device_remove_children / device_unbind_children"
Simon Glass
1
-26
/
+0
2015-08-31
dm: core: allow device_bind() to not return a device pointer
Masahiro Yamada
1
-2
/
+2
2015-08-18
dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd list
Masahiro Yamada
1
-5
/
+5
2015-08-06
devres: make Devres optional with CONFIG_DEVRES
Masahiro Yamada
1
-0
/
+13
2015-08-06
devres: introduce Devres (Managed Device Resource) framework
Masahiro Yamada
1
-0
/
+19
2015-08-06
dm: Support address translation for simple-bus
Simon Glass
1
-0
/
+12
2015-07-21
dm: Export device_remove_children / device_unbind_children
Hans de Goede
1
-0
/
+26
2015-04-18
dm: core: Convert driver_bind() to use const
Simon Glass
1
-1
/
+1
2015-02-19
dm: Protect device_unbind() with CONFIG_DM_DEVICE_REMOVE
Marek Vasut
1
-0
/
+4
2014-11-21
dm: Allow device removal features to be dropped
Simon Glass
1
-0
/
+10
2014-10-22
dm: core: Allow parents to pass data to children during probe
Simon Glass
1
-0
/
+13
2014-07-23
dm: Allow drivers to be marked 'before relocation'
Simon Glass
1
-2
/
+4
2014-06-20
dm: Cast away the const-ness of the global_data pointer
Simon Glass
1
-0
/
+4
2014-05-27
dm: rename device struct to udevice
Heiko Schocher
1
-8
/
+8
2014-03-04
dm: Add base driver model support
Simon Glass
1
-0
/
+87