summaryrefslogtreecommitdiff
path: root/include/dm/root.h
AgeCommit message (Expand)Author
2022-06-28dm: core: Add a command to show driver model statisticsSimon Glass
2022-06-28dm: core: Add a way to collect memory usageSimon Glass
2022-01-15doc: add include/dm/root.h to the HTML documentationPatrick Delaunay
2021-12-23dm: core: Allow getting some basic statsSimon Glass
2021-03-22dm: core: Adjust uclass setup with of-platdataSimon Glass
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: core: Drop unused parameter from dm_extended_scan_fdt()Simon Glass
2020-12-13dm: core: Drop unused parameter from dm_scan_fdt()Simon Glass
2018-11-14dm: Correct pre_reloc_only parameter description in several APIs' commentsBin Meng
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-09-11dm: core: add clocks node scanPatrice Chotard
2017-06-01dm: core: Scan the live tree when setting up driver modelSimon Glass
2017-06-01dm: core: Dont export dm_scan_fdt_node()Simon Glass
2017-04-04dm: core: Add dm_remove_devices_flags() and hook it into device_remove()Stefan Roese
2016-12-02dm: core: Handle global_data moving in SPLSimon Glass
2014-07-23dm: Add dm_scan_other() to locate board-specific devicesSimon Glass
2014-07-23dm: Provide a function to scan child FDT nodesSimon Glass
2014-07-23dm: Tidy up some header file commentsSimon Glass
2014-07-23dm: Support driver model prior to relocationSimon Glass
2014-07-23dm: Allow drivers to be marked 'before relocation'Simon Glass
2014-07-23dm: Provide a way to shut down driver modelSimon Glass
2014-06-20dm: Tidy up four minor code nitsSimon Glass
2014-05-27dm: rename device struct to udeviceHeiko Schocher
2014-03-04dm: Add base driver model supportSimon Glass