aboutsummaryrefslogtreecommitdiff
path: root/drivers/core/devres.c
AgeCommit message (Expand)Author
2021-01-05dm: core: Access device flags through functionsSimon Glass
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-02-05dm: core: Require users of devres to include the headerSimon Glass
2020-01-07dm: devres: Add a new OFDATA phaseSimon Glass
2020-01-07dm: devres: Use an enum for the allocation phaseSimon Glass
2020-01-07dm: devres: Add testsSimon Glass
2020-01-07dm: devres: Convert to use loggingSimon Glass
2020-01-07dm: core: Use assert_noisy() in devresSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2015-08-06devres: add debug command to dump device resourcesMasahiro Yamada
2015-08-06devres: add devm_kmalloc() and friends (managed memory allocators)Masahiro Yamada
2015-08-06devres: introduce Devres (Managed Device Resource) frameworkMasahiro Yamada