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
/
root.h
Age
Commit message (
Expand
)
Author
2022-06-28
dm: core: Add a command to show driver model statistics
Simon Glass
2022-06-28
dm: core: Add a way to collect memory usage
Simon Glass
2022-01-15
doc: add include/dm/root.h to the HTML documentation
Patrick Delaunay
2021-12-23
dm: core: Allow getting some basic stats
Simon Glass
2021-03-22
dm: core: Adjust uclass setup with of-platdata
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: core: Drop unused parameter from dm_extended_scan_fdt()
Simon Glass
2020-12-13
dm: core: Drop unused parameter from dm_scan_fdt()
Simon Glass
2018-11-14
dm: Correct pre_reloc_only parameter description in several APIs' comments
Bin Meng
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-09-11
dm: core: add clocks node scan
Patrice Chotard
2017-06-01
dm: core: Scan the live tree when setting up driver model
Simon Glass
2017-06-01
dm: core: Dont export dm_scan_fdt_node()
Simon Glass
2017-04-04
dm: core: Add dm_remove_devices_flags() and hook it into device_remove()
Stefan Roese
2016-12-02
dm: core: Handle global_data moving in SPL
Simon Glass
2014-07-23
dm: Add dm_scan_other() to locate board-specific devices
Simon Glass
2014-07-23
dm: Provide a function to scan child FDT nodes
Simon Glass
2014-07-23
dm: Tidy up some header file comments
Simon Glass
2014-07-23
dm: Support driver model prior to relocation
Simon Glass
2014-07-23
dm: Allow drivers to be marked 'before relocation'
Simon Glass
2014-07-23
dm: Provide a way to shut down driver model
Simon Glass
2014-06-20
dm: Tidy up four minor code nits
Simon Glass
2014-05-27
dm: rename device struct to udevice
Heiko Schocher
2014-03-04
dm: Add base driver model support
Simon Glass