index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
core
/
uclass.c
Age
Commit message (
Expand
)
Author
2021-01-05
dm: core: Add function to access uclass priv
Simon Glass
2020-12-18
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-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-06-11
dm: uclass: don't assign aliased seq numbers
Michael Walle
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-04-16
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-02-11
Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm
Tom Rini
2020-02-07
dm: core: Add a function to find a device by drvdata
Simon Glass
2020-02-05
dm: core: Drop uclass_find_next_free_req_seq() conditions
Simon Glass
2019-10-27
dm: core: Update log method for uclass_find_device_by_seq
Kever Yang
2019-10-15
dm: device: Request next sequence number
Thomas Fitzsimmons
2019-10-08
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-07-12
drivers: core: use strcmp when find device by name
Peng Fan
2019-07-05
dm: Add a No-op uclass
Jean-Jacques Hiblot
2019-02-09
dm: device: fail uclass_find_first_device() if list_empty
Marcel Ziswiler
2018-12-10
dm: device: Allow using uclass_find_device_by_seq() without OF_CONTROL
Jean-Jacques Hiblot
2018-11-29
dm: core: Export uclass_find_device_by_phandle()
Simon Glass
2018-11-16
dm: uclass: Add uclass_next_device_err() to return a valid device
Patrice Chotard
2018-11-14
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-08-21
uclass: Add dev_get_uclass_index() to get the uclass/index of a device
Jean-Jacques Hiblot
2018-07-09
dm: core: Add logging of some common errors
Simon Glass
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-03-31
core: add uclass_get_device_by_phandle_id() api
Kever Yang
2018-02-03
dm: core: Add a function to look up a uclass by name
Simon Glass
2017-07-11
dm: core: Add uclass_first/next_device_check()
Simon Glass
2017-07-11
dm: core: Clarify uclass_first/next_device() comments
Simon Glass
2017-06-01
dm: core: Update uclass_find_device_by_phandle() for livetree
Simon Glass
2017-06-01
dm: core: Add a way to find a device by ofnode
Simon Glass
2017-04-13
core/uclass: Print name of device in uclass_find_device_by_seq()
Alexandru Gagniuc
2017-04-04
dm: core: Add flags parameter to device_remove()
Stefan Roese
2017-02-08
dm: core: Replace of_offset with accessor
Simon Glass
2016-10-11
dm: core: Add a function to get a uclass name
Simon Glass
2016-07-25
dm: core: Add a way to find a device by its driver
Simon Glass
2016-03-14
dm: core: Add uclass_first_device_err() to return a valid device
Simon Glass
2016-01-21
dm: core: Export uclass_find_device_by_of_offset()
Simon Glass
2016-01-20
dm: core: Call uclass post_bind() after the driver's bind() method
Simon Glass
2016-01-20
dm: core: Provide uclass_find_device_by_phandle() only when needed
Simon Glass
2015-10-29
dm: core: Remove unnecessary codes in uclass_pre_remove_device()
Bin Meng
2015-09-02
dm: Improve handling of a missing uclass
Simon Glass
2015-08-18
dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd list
Masahiro Yamada
2015-08-05
dm: core: Support finding a device by phandle
Simon Glass
2015-08-05
dm: core: Check for empty list in uclass_find_device()
Simon Glass
[next]