dm: core: Create a new header file for 'compat' features
[oweals/u-boot.git] / drivers / core / devres.c
2020-02-06 Simon Glassdm: core: Create a new header file for 'compat' features
2020-02-06 Simon Glassdm: core: Require users of devres to include the header
2020-01-09 Tom RiniMerge branch 'next' of https://gitlab.denx.de/u-boot...
2020-01-09 Tom RiniMerge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dm
2020-01-07 Simon Glassdm: devres: Add a new OFDATA phase
2020-01-07 Simon Glassdm: devres: Use an enum for the allocation phase
2020-01-07 Simon Glassdm: devres: Add tests
2020-01-07 Simon Glassdm: devres: Convert to use logging
2020-01-07 Simon Glassdm: core: Use assert_noisy() in devres
2018-05-09 Tom RiniMerge git://git.denx.de/u-boot-sunxi
2018-05-07 Tom RiniSPDX: Convert all of our single license tags to Linux...
2015-08-30 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-video
2015-08-06 Tom RiniMerge git://git.denx.de/u-boot-dm
2015-08-06 Masahiro Yamadadevres: add debug command to dump device resources
2015-08-06 Masahiro Yamadadevres: add devm_kmalloc() and friends (managed memory...
2015-08-06 Masahiro Yamadadevres: introduce Devres (Managed Device Resource)...