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
/
uclass.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-15
doc: add include/dm/uclass.h to the HTML documentation
Patrick Delaunay
1
-41
/
+42
2021-11-28
dm: core: Add a way to count the devices in a uclass
Simon Glass
1
-0
/
+8
2021-11-28
dm: core: Allow finding children / uclasses by partial name
Simon Glass
1
-0
/
+9
2021-09-16
dm: core: Fix a few incorrect comments on first/next functions
Simon Glass
1
-1
/
+1
2021-08-08
dm: core: Don't allow uclass use before ready
Simon Glass
1
-1
/
+2
2021-07-06
remove struct uclass_driver::ops
Rasmus Villemoes
1
-3
/
+0
2021-03-22
dm: core: Add macros to access the new linker lists
Simon Glass
1
-0
/
+31
2021-01-16
dm: core: add function uclass_probe_all() to probe all devices
Vabhav Sharma
1
-0
/
+11
2021-01-05
dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()
Simon Glass
1
-1
/
+1
2021-01-05
dm: core: Rename the priv/plat members
Simon Glass
1
-2
/
+2
2021-01-05
dm: core: Add function to access uclass priv
Simon Glass
1
-0
/
+8
2021-01-05
dm: core: Use 'uclass_driver' for the uclass linker_list
Simon Glass
1
-1
/
+1
2020-12-18
dm: Drop uclass_resolve_seq()
Simon Glass
1
-15
/
+0
2020-12-18
dm: core: Allow manual sequence numbering
Simon Glass
1
-0
/
+3
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
1
-6
/
+6
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
1
-10
/
+10
2020-10-22
dm: core: improve uclass_get_device_by_phandle_id() description
Dario Binacchi
1
-1
/
+2
2020-07-09
dm: core: Correct comment on uclass_id_foreach_dev()
Simon Glass
1
-1
/
+1
2020-02-07
dm: core: Add a function to find a device by drvdata
Simon Glass
1
-0
/
+14
2020-02-07
dm: core: Allow iterating devices without uclass_get()
Simon Glass
1
-0
/
+17
2019-07-24
dm: uclass: fix comment copy/paste error
Baruch Siach
1
-1
/
+1
2018-11-16
dm: uclass: Add uclass_foreach_dev_probe
Patrice Chotard
1
-0
/
+16
2018-11-16
dm: uclass: Add uclass_next_device_err() to return a valid device
Patrice Chotard
1
-0
/
+12
2018-11-14
dm: core: Allow uclass to set up a device's child after it is probed
Bin Meng
1
-1
/
+3
2018-10-09
dm: core: Alloc uclass-private data to be cache-aligned
Simon Glass
1
-0
/
+3
2018-09-18
dm: uclass: Adding missing child_pre_probe description
Bin Meng
1
-0
/
+1
2018-08-08
dm: Correct typos in uclass_first/next_device_check()
Bin Meng
1
-2
/
+2
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2018-03-31
core: add uclass_get_device_by_phandle_id() api
Kever Yang
1
-0
/
+16
2018-02-03
dm: core: Add a function to look up a uclass by name
Simon Glass
1
-0
/
+8
2018-01-21
dm: fix typo falback
Heinrich Schuchardt
1
-2
/
+2
2017-07-11
dm: core: Add uclass_first/next_device_check()
Simon Glass
1
-0
/
+31
2017-07-11
dm: core: Clarify uclass_first/next_device() comments
Simon Glass
1
-2
/
+11
2017-06-01
dm: core: Add a way to find a device by ofnode
Simon Glass
1
-0
/
+17
2016-10-11
dm: core: Add a function to get a uclass name
Simon Glass
1
-0
/
+8
2016-07-25
dm: core: Add a way to find a device by its driver
Simon Glass
1
-0
/
+18
2016-03-14
dm: core: Add uclass_first_device_err() to return a valid device
Simon Glass
1
-2
/
+13
2015-11-19
dm: core: Add safe device iteration macros
Simon Glass
1
-0
/
+15
2015-08-31
dm: simplify uclass_foreach_dev() implementation
Masahiro Yamada
1
-7
/
+2
2015-08-06
dm: core: Fix a typo in the uclass_get_device_by_name() comment
Simon Glass
1
-1
/
+1
2015-08-05
dm: core: Support finding a device by phandle
Simon Glass
1
-0
/
+17
2015-04-22
dm: core: precise comments for get/find device by name
Przemyslaw Marczak
1
-1
/
+1
2015-04-22
dm: core: uclass: add function: uclass_get_device_by_name()
Przemyslaw Marczak
1
-0
/
+15
2015-04-22
dm: core: Extend struct udevice by '.uclass_platdata' field.
Przemyslaw Marczak
1
-0
/
+4
2015-04-16
dm: core: Add a uclass pre_probe() method for devices
Simon Glass
1
-0
/
+2
2015-01-29
dm: core: Allow uclass to set up a device's child before it is probed
Simon Glass
1
-0
/
+1
2015-01-29
dm: core: Allow the uclass to set up a device's child after binding
Simon Glass
1
-0
/
+2
2015-01-29
dm: core: Allow uclasses to specify private data for a device's children
Simon Glass
1
-0
/
+4
2015-01-29
dm: core: Add a flag to control sequence numbering
Simon Glass
1
-0
/
+5
2015-01-29
dm: core: Allow uclasses to specify platdata for a device's children
Simon Glass
1
-0
/
+5
[next]