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
/
test
/
dm
/
core.c
Age
Commit message (
Expand
)
Author
2021-02-03
dm: core: Add late driver remove option
Marek Vasut
2021-01-05
dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()
Simon Glass
2021-01-05
dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()
Simon Glass
2021-01-05
dm: core: Allow the uclass list to move
Simon Glass
2021-01-05
dm: core: Access device flags through functions
Simon Glass
2021-01-05
dm: core: Rename sqq to seq_
Simon Glass
2021-01-05
dm: Use access methods for dev/uclass private data
Simon Glass
2020-12-18
dm: test: Check all devices have a sequence numbers
Simon Glass
2020-12-13
dm: treewide: Rename ..._platdata variables to just ..._plat
Simon Glass
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-12-13
dm: core: Drop unused parameter from dm_scan_fdt()
Simon Glass
2020-12-13
dm: core: Rename device_bind_ofnode() to device_bind()
Simon Glass
2020-09-22
dm: core: add support for device re-parenting
Claudiu Beznea
2020-08-07
dm: Rename DM test flags to make them more generic
Simon Glass
2020-08-03
dm: core: Drop header files from dm/test.h
Simon Glass
2020-07-25
test/dm: check if devices exist
Heinrich Schuchardt
2020-07-24
Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"
Tom Rini
2020-07-20
test/dm: check if devices exist
Heinrich Schuchardt
2020-05-18
common: Drop log.h from common header
Simon Glass
2019-10-08
dm: core: Correct the return value for uclass_find_first_device()
Simon Glass
2019-02-09
dm: device: fail uclass_find_first_device() if list_empty
Marcel Ziswiler
2018-10-09
dm: core: Add a function to find the first inactive child
Simon Glass
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-02-03
dm: core: Add a function to look up a uclass by name
Simon Glass
2017-04-04
dm: test: Add test for device removal
Stefan Roese
2017-04-04
dm: core: Add flags parameter to device_remove()
Stefan Roese
2016-04-14
test/dm/core.c: Make pre-reloc test use pre-reloc struct
Tom Rini
2015-10-05
dm: test: Show the amount of leaked memory on error
Simon Glass
2015-05-21
test: Generalize the unit test framework
Joe Hershberger
2015-04-22
dm: test: Don't clear global_data in dm_test_uclass_before_ready()
Simon Glass
2015-04-22
dm: test: Add tests for get/find uclass's device by name
Przemyslaw Marczak
2015-04-22
dm: test: Add tests for get/find uclass devices
Przemyslaw Marczak
2015-04-22
dm: test: Add tests for device's uclass platform data
Przemyslaw Marczak
2015-04-16
dm: core: Add a uclass pre_probe() method for devices
Simon Glass
2015-04-16
dm: core: Add dev_get_uclass_priv() to access uclass private data
Simon Glass
2015-01-29
dm: core: Add a function to get a device's uclass ID
Simon Glass
2014-10-23
test: dm: Support memory leak checking as a core feature
Simon Glass
2014-07-23
dm: Avoid accessing uclasses before they are ready
Simon Glass
2014-07-23
dm: Allow drivers to be marked 'before relocation'
Simon Glass
2014-07-23
dm: Make sure that the root device is probed
Simon Glass
2014-05-27
dm: rename device struct to udevice
Heiko Schocher
2014-03-04
dm: Add basic tests
Simon Glass