summaryrefslogtreecommitdiff
path: root/include/dm/root.h
Commit message (Expand)AuthorAgeFilesLines
* dm: core: Adjust uclass setup with of-platdataSimon Glass2021-03-221-0/+3
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-2/+2
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* dm: core: Drop unused parameter from dm_extended_scan_fdt()Simon Glass2020-12-131-3/+2
* dm: core: Drop unused parameter from dm_scan_fdt()Simon Glass2020-12-131-2/+1
* dm: Correct pre_reloc_only parameter description in several APIs' commentsBin Meng2018-11-141-8/+9
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* dm: core: add clocks node scanPatrice Chotard2017-09-111-0/+14
* dm: core: Scan the live tree when setting up driver modelSimon Glass2017-06-011-1/+2
* dm: core: Dont export dm_scan_fdt_node()Simon Glass2017-06-011-16/+0
* dm: core: Add dm_remove_devices_flags() and hook it into device_remove()Stefan Roese2017-04-041-0/+16
* dm: core: Handle global_data moving in SPLSimon Glass2016-12-021-0/+10
* dm: Add dm_scan_other() to locate board-specific devicesSimon Glass2014-07-231-0/+13
* dm: Provide a function to scan child FDT nodesSimon Glass2014-07-231-0/+16
* dm: Tidy up some header file commentsSimon Glass2014-07-231-1/+2
* dm: Support driver model prior to relocationSimon Glass2014-07-231-0/+13
* dm: Allow drivers to be marked 'before relocation'Simon Glass2014-07-231-2/+6
* dm: Provide a way to shut down driver modelSimon Glass2014-07-231-0/+8
* dm: Tidy up four minor code nitsSimon Glass2014-06-201-1/+1
* dm: rename device struct to udeviceHeiko Schocher2014-05-271-2/+2
* dm: Add base driver model supportSimon Glass2014-03-041-0/+53