~funderscore
blog
cgit
wiki
get in touch
index
:
misc/u-boot-kii-pro.git
for-master/kii-pro
master
wip/kii-pro
wip/spl
U-Boot fork with work-in-progress stuff
Ferass
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
core
/
uclass.c
Commit message (
Expand
)
Author
Age
*
dm: core: introduce uclass_get_device_by_of_path()
Rasmus Villemoes
2023-04-28
*
uclass: add uclass_find_device_by_phandle_id() helper
Rasmus Villemoes
2023-04-28
*
dm: core: Do not stop uclass iteration on error
Michal Suchanek
2022-10-29
*
dm: core: Switch uclass_*_device_err to use uclass_*_device_check
Michal Suchanek
2022-10-17
*
dm: core: Fix uclass_probe_all to really probe all devices
Michal Suchanek
2022-10-17
*
dm: core: Allow finding a uclass device by partial name
Simon Glass
2022-04-25
*
dm: core: Rename and fix uclass_get_by_name_len()
Simon Glass
2022-04-25
*
doc: replace @return by Return:
Heinrich Schuchardt
2022-01-19
*
dm: core: Allow getting some basic stats
Simon Glass
2021-12-23
*
dm: core: Add a way to count the devices in a uclass
Simon Glass
2021-11-28
*
dm: core: Allow finding children / uclasses by partial name
Simon Glass
2021-11-28
*
dm: core: Fix handling of uclass pre_unbind method
Simon Glass
2021-11-28
*
treewide: Simply conditions with the new OF_REAL
Simon Glass
2021-09-25
*
dm: core: Don't allow uclass use before ready
Simon Glass
2021-08-08
*
dm: core: Drop uclass_find_device_by_phandle() with of-platdata
Simon Glass
2021-03-26
*
dm: core: Skip adding uclasses with OF_PLATDATA_INST
Simon Glass
2021-03-22
*
common: Drop asm/global_data.h from common header
Simon Glass
2021-02-02
*
dm: core: add function uclass_probe_all() to probe all devices
Vabhav Sharma
2021-01-16
*
dm: core: Allow the uclass list to move
Simon Glass
2021-01-05
*
dm: core: Rename sqq to seq_
Simon Glass
2021-01-05
*
dm: core: Rename the priv/plat members
Simon Glass
2021-01-05
*
dm: core: Use access methods for dev/uclass private data
Simon Glass
2021-01-05
*
dm: core: Add function to access uclass priv
Simon Glass
2021-01-05
*
dm: core: Update uclass_find_next_free_req_seq() for new scheme
Simon Glass
2020-12-18
*
dm: Drop the unused arg in uclass_find_device_by_seq()
Simon Glass
2020-12-18
*
dm: Drop uclass_resolve_seq()
Simon Glass
2020-12-18
*
dm: Switch over to use new sequence number for dev_seq()
Simon Glass
2020-12-18
*
dm: core: Update uclass_find_next_free_req_seq() args
Simon Glass
2020-12-18
*
dm: Avoid accessing seq directly
Simon Glass
2020-12-18
*
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-12-13
*
dm: uclass: don't assign aliased seq numbers
Michael Walle
2020-06-11
*
common: Drop log.h from common header
Simon Glass
2020-05-18
*
dm: core: Add a way to skip powering down power domains
Simon Glass
2020-04-16
*
dm: core: Add logging on unbind failure
Simon Glass
2020-04-16
*
Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm
Tom Rini
2020-02-11
|
\
|
*
dm: core: Drop uclass_find_next_free_req_seq() conditions
Simon Glass
2020-02-05
*
|
dm: core: Add a function to find a device by drvdata
Simon Glass
2020-02-07
|
/
*
dm: core: Update log method for uclass_find_device_by_seq
Kever Yang
2019-10-27
*
dm: device: Request next sequence number
Thomas Fitzsimmons
2019-10-15
*
dm: core: Correct the return value for uclass_find_first_device()
Simon Glass
2019-10-08
*
dm: core: Drop a few early returns
Simon Glass
2019-10-08
*
drivers: core: use strcmp when find device by name
Peng Fan
2019-07-12
*
dm: Add a No-op uclass
Jean-Jacques Hiblot
2019-07-05
*
dm: device: fail uclass_find_first_device() if list_empty
Marcel Ziswiler
2019-02-09
*
dm: device: Allow using uclass_find_device_by_seq() without OF_CONTROL
Jean-Jacques Hiblot
2018-12-10
*
dm: core: Export uclass_find_device_by_phandle()
Simon Glass
2018-11-29
*
dm: uclass: Add uclass_next_device_err() to return a valid device
Patrice Chotard
2018-11-16
*
uclass: Use uclass_foreach_dev() macro instead of open coding
Liviu Dudau
2018-11-14
*
dm: core: Allow uclass to set up a device's child after it is probed
Bin Meng
2018-11-14
*
uclass: Add dev_get_uclass_index() to get the uclass/index of a device
Jean-Jacques Hiblot
2018-08-21
[next]