summaryrefslogtreecommitdiff
path: root/include/dm/device-internal.h
Commit message (Expand)AuthorAgeLines
* dm: allow setting driver_data before/during bindStephen Warren2016-05-26-0/+24
* dm: Remove device_probe_child()Simon Glass2016-01-28-13/+0
* Revert "dm: Export device_remove_children / device_unbind_children"Simon Glass2015-11-19-26/+0
* dm: core: allow device_bind() to not return a device pointerMasahiro Yamada2015-08-31-2/+2
* dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd listMasahiro Yamada2015-08-18-5/+5
* devres: make Devres optional with CONFIG_DEVRESMasahiro Yamada2015-08-06-0/+13
* devres: introduce Devres (Managed Device Resource) frameworkMasahiro Yamada2015-08-06-0/+19
* dm: Support address translation for simple-busSimon Glass2015-08-06-0/+12
* dm: Export device_remove_children / device_unbind_childrenHans de Goede2015-07-21-0/+26
* dm: core: Convert driver_bind() to use constSimon Glass2015-04-18-1/+1
* 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