summaryrefslogtreecommitdiff
path: root/include/dm/device-internal.h
Commit message (Expand)AuthorAgeLines
* dm: Protect device_unbind() with CONFIG_DM_DEVICE_REMOVEMarek Vasut2015-02-19-0/+4
* dm: Allow device removal features to be droppedSimon Glass2014-11-21-0/+10
* dm: core: Allow parents to pass data to children during probeSimon Glass2014-10-22-0/+13
* dm: Allow drivers to be marked 'before relocation'Simon Glass2014-07-23-2/+4
* dm: Cast away the const-ness of the global_data pointerSimon Glass2014-06-20-0/+4
* dm: rename device struct to udeviceHeiko Schocher2014-05-27-8/+8
* dm: Add base driver model supportSimon Glass2014-03-04-0/+87