index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
dm
/
lists.h
Age
Commit message (
Expand
)
Author
2022-10-29
dm: core: Document return value of device bind functions
Michal Suchanek
2022-01-15
doc: add include/dm/lists.h to the HTML documentation
Patrick Delaunay
2021-10-12
cmd: bind: Fix driver binding on a device
Patrice Chotard
2021-01-05
dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()
Simon Glass
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2018-11-14
dm: Correct pre_reloc_only parameter description in several APIs' comments
Bin Meng
2018-11-14
dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()
Bin Meng
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-06-01
dm: core: Update device_bind_driver_to_node() to use ofnode
Simon Glass
2017-06-01
dm: core: Update lists_bind_fdt() to use ofnode
Simon Glass
2015-08-31
dm: core: allow device_bind() to not return a device pointer
Masahiro Yamada
2015-04-29
dm: core: Add a function to bind a driver for a device tree node
Simon Glass
2014-11-22
dm: Add a function to bind a device by driver name
Simon Glass
2014-10-22
dm: fix comments
Masahiro Yamada
2014-09-10
dm: Adjust lists_bind_fdt() to return the bound device
Simon Glass
2014-07-23
dm: Allow drivers to be marked 'before relocation'
Simon Glass
2014-06-20
dm: Tidy up four minor code nits
Simon Glass
2014-05-27
dm: rename device struct to udevice
Heiko Schocher
2014-03-04
dm: Add base driver model support
Simon Glass