Simon Glass
|
31e60ffa05
dm: core: Add logging of some common errors
|
7 лет назад |
Tom Rini
|
83d290c56f
SPDX: Convert all of our single license tags to Linux Kernel style
|
7 лет назад |
Kever Yang
|
d255fade66
core: add uclass_get_device_by_phandle_id() api
|
7 лет назад |
Simon Glass
|
6e43d1b199
dm: core: Add a function to look up a uclass by name
|
7 лет назад |
Simon Glass
|
95ce385a4a
dm: core: Add uclass_first/next_device_check()
|
8 лет назад |
Simon Glass
|
30a570a983
dm: core: Clarify uclass_first/next_device() comments
|
8 лет назад |
Simon Glass
|
a40cc8e123
dm: core: Update uclass_find_device_by_phandle() for livetree
|
8 лет назад |
Simon Glass
|
40bb637dae
dm: core: Add a way to find a device by ofnode
|
8 лет назад |
Alexandru Gagniuc
|
ea168e3351
core/uclass: Print name of device in uclass_find_device_by_seq()
|
8 лет назад |
Stefan Roese
|
706865afe5
dm: core: Add flags parameter to device_remove()
|
8 лет назад |
Simon Glass
|
e160f7d430
dm: core: Replace of_offset with accessor
|
8 лет назад |
Simon Glass
|
0a5f6f869f
dm: core: Add a function to get a uclass name
|
8 лет назад |
Simon Glass
|
c57f806bf2
dm: core: Add a way to find a device by its driver
|
8 лет назад |
Simon Glass
|
b06750501f
dm: core: Add uclass_first_device_err() to return a valid device
|
9 лет назад |
Simon Glass
|
1b30d61d78
dm: core: Export uclass_find_device_by_of_offset()
|
9 лет назад |
Simon Glass
|
20af3c0a00
dm: core: Call uclass post_bind() after the driver's bind() method
|
9 лет назад |
Simon Glass
|
c275dfefeb
dm: core: Provide uclass_find_device_by_phandle() only when needed
|
9 лет назад |
Bin Meng
|
50dae85c71
dm: core: Remove unnecessary codes in uclass_pre_remove_device()
|
9 лет назад |
Simon Glass
|
3346c87625
dm: Improve handling of a missing uclass
|
9 лет назад |
Masahiro Yamada
|
0a5804b53a
dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd list
|
9 лет назад |
Simon Glass
|
d82ba4c0b4
dm: core: Support finding a device by phandle
|
10 лет назад |
Simon Glass
|
2fda14ae6a
dm: core: Check for empty list in uclass_find_device()
|
9 лет назад |
Masahiro Yamada
|
643e69021e
dm: change dm_warn() message into debug() in uclass_add()
|
10 лет назад |
Simon Glass
|
f66529f998
dm: core: Correct bug introduced in uclass_first/next_device()
|
10 лет назад |
Simon Glass
|
7f9875e733
dm: core: Remove unbind operations when not required
|
10 лет назад |
Simon Glass
|
07d260e047
dm: core: Handle recursive unbinding of uclass devices
|
10 лет назад |
Przemyslaw Marczak
|
794d521917
dm: core: remove type 'static' of function uclass_get_device_tail()
|
10 лет назад |
Przemyslaw Marczak
|
b7af1a2da7
dm: core: uclass: add function: uclass_get_device_by_name()
|
10 лет назад |
Przemyslaw Marczak
|
e0735a4c60
dm: core: uclass: add function: uclass_find_device_by_name()
|
10 лет назад |
Przemyslaw Marczak
|
c1d6f91952
dm: core: add internal functions for getting the device without probe
|
10 лет назад |