summaryrefslogtreecommitdiffstats
path: root/include/dm/device-internal.h
Commit message (Expand)AuthorAgeFilesLines
* dm: allow setting driver_data before/during bindStephen Warren2016-05-261-0/+24
* dm: Remove device_probe_child()Simon Glass2016-01-281-13/+0
* Revert "dm: Export device_remove_children / device_unbind_children"Simon Glass2015-11-191-26/+0
* dm: core: allow device_bind() to not return a device pointerMasahiro Yamada2015-08-311-2/+2
* dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd listMasahiro Yamada2015-08-181-5/+5
* devres: make Devres optional with CONFIG_DEVRESMasahiro Yamada2015-08-061-0/+13
* devres: introduce Devres (Managed Device Resource) frameworkMasahiro Yamada2015-08-061-0/+19
* dm: Support address translation for simple-busSimon Glass2015-08-061-0/+12
* dm: Export device_remove_children / device_unbind_childrenHans de Goede2015-07-211-0/+26
* dm: core: Convert driver_bind() to use constSimon Glass2015-04-181-1/+1
* dm: Protect device_unbind() with CONFIG_DM_DEVICE_REMOVEMarek Vasut2015-02-191-0/+4
* dm: Allow device removal features to be droppedSimon Glass2014-11-211-0/+10
* dm: core: Allow parents to pass data to children during probeSimon Glass2014-10-221-0/+13
* dm: Allow drivers to be marked 'before relocation'Simon Glass2014-07-231-2/+4
* dm: Cast away the const-ness of the global_data pointerSimon Glass2014-06-201-0/+4
* dm: rename device struct to udeviceHeiko Schocher2014-05-271-8/+8
* dm: Add base driver model supportSimon Glass2014-03-041-0/+87
OpenPOWER on IntegriCloud