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
/
devres.c
Age
Commit message (
Expand
)
Author
2022-06-28
dm: core: Use device_foreach_child where possible
Sean Anderson
2021-01-05
dm: core: Access device flags through functions
Simon Glass
2020-12-13
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
2020-02-05
dm: core: Require users of devres to include the header
Simon Glass
2020-01-07
dm: devres: Add a new OFDATA phase
Simon Glass
2020-01-07
dm: devres: Use an enum for the allocation phase
Simon Glass
2020-01-07
dm: devres: Add tests
Simon Glass
2020-01-07
dm: devres: Convert to use logging
Simon Glass
2020-01-07
dm: core: Use assert_noisy() in devres
Simon Glass
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2015-08-06
devres: add debug command to dump device resources
Masahiro Yamada
2015-08-06
devres: add devm_kmalloc() and friends (managed memory allocators)
Masahiro Yamada
2015-08-06
devres: introduce Devres (Managed Device Resource) framework
Masahiro Yamada