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
/
include
/
dm
/
device-internal.h
Age
Commit message (
Expand
)
Author
2022-10-29
dm: core: Add note about device_probe idempotence
Michal Suchanek
2022-04-18
dm: core: Allow devres to be disabled in SPL
Simon Glass
2022-04-06
dm: core: Add a required struct declaration
Simon Glass
2022-03-10
event: Add events for device probe/remove
Simon Glass
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2021-03-26
dm: core: Add warnings to private / platform setters
Simon Glass
2021-03-22
dm: core: Add macros to access the new linker lists
Simon Glass
2021-02-03
dm: core: Add late driver remove option
Marek Vasut
2021-02-03
dm: core: Avoid partially removing devices
Simon Glass
2021-01-05
dm: core: Allow the uclass list to move
Simon Glass
2021-01-05
dm: core: Add functions to set priv/plat
Simon Glass
2020-12-13
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
dm: core: Drop device_bind_offset()
Simon Glass
2020-12-13
dm: Remove uses of device_bind_offset()
Simon Glass
2020-12-13
dm: core: Rename device_bind_ofnode() to device_bind()
Simon Glass
2020-12-13
dm: core: Rename device_bind() to device_bind_offset()
Simon Glass
2020-10-29
dm: Use an allocated array for run-time device info
Simon Glass
2020-09-22
dm: core: add support for device re-parenting
Claudiu Beznea
2020-07-09
core: drop const for struct driver_info
Walter Lozano
2020-01-07
dm: core: Export a new function to read platdata
Simon Glass
2018-11-14
dm: Correct pre_reloc_only parameter description in several APIs' comments
Bin Meng
2018-08-21
device: expose the functions used to remove and unbind children of a device
Jean-Jacques Hiblot
2018-07-09
dm: core: Add a way to bind a device by ofnode
Simon Glass
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-08-17
dm: core: Add a comment about the device_remove() flags
Simon Glass
2017-06-01
dm: core: Allow binding a device from a live tree
Simon Glass
2017-04-04
dm: core: Add flags parameter to device_remove()
Stefan Roese
2016-05-26
dm: allow setting driver_data before/during bind
Stephen Warren
2016-01-28
dm: Remove device_probe_child()
Simon Glass
2015-11-19
Revert "dm: Export device_remove_children / device_unbind_children"
Simon Glass
2015-08-31
dm: core: allow device_bind() to not return a device pointer
Masahiro Yamada
2015-08-18
dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd list
Masahiro Yamada
2015-08-06
devres: make Devres optional with CONFIG_DEVRES
Masahiro Yamada
2015-08-06
devres: introduce Devres (Managed Device Resource) framework
Masahiro Yamada
2015-08-06
dm: Support address translation for simple-bus
Simon Glass
2015-07-21
dm: Export device_remove_children / device_unbind_children
Hans de Goede
2015-04-18
dm: core: Convert driver_bind() to use const
Simon Glass
2015-02-19
dm: Protect device_unbind() with CONFIG_DM_DEVICE_REMOVE
Marek Vasut
2014-11-21
dm: Allow device removal features to be dropped
Simon Glass
2014-10-22
dm: core: Allow parents to pass data to children during probe
Simon Glass
2014-07-23
dm: Allow drivers to be marked 'before relocation'
Simon Glass
2014-06-20
dm: Cast away the const-ness of the global_data pointer
Simon Glass
2014-05-27
dm: rename device struct to udevice
Heiko Schocher
2014-03-04
dm: Add base driver model support
Simon Glass