aboutsummaryrefslogtreecommitdiff
path: root/include/dm/device-internal.h
AgeCommit message (Expand)AuthorFilesLines
2017-06-01dm: core: Allow binding a device from a live treeSimon Glass1-4/+6
2017-04-04dm: core: Add flags parameter to device_remove()Stefan Roese1-2/+3
2016-05-26dm: allow setting driver_data before/during bindStephen Warren1-0/+24
2016-01-28dm: Remove device_probe_child()Simon Glass1-13/+0
2015-11-19Revert "dm: Export device_remove_children / device_unbind_children"Simon Glass1-26/+0
2015-08-31dm: core: allow device_bind() to not return a device pointerMasahiro Yamada1-2/+2
2015-08-18dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd listMasahiro Yamada1-5/+5
2015-08-06devres: make Devres optional with CONFIG_DEVRESMasahiro Yamada1-0/+13
2015-08-06devres: introduce Devres (Managed Device Resource) frameworkMasahiro Yamada1-0/+19
2015-08-06dm: Support address translation for simple-busSimon Glass1-0/+12
2015-07-21dm: Export device_remove_children / device_unbind_childrenHans de Goede1-0/+26
2015-04-18dm: core: Convert driver_bind() to use constSimon Glass1-1/+1
2015-02-19dm: Protect device_unbind() with CONFIG_DM_DEVICE_REMOVEMarek Vasut1-0/+4
2014-11-21dm: Allow device removal features to be droppedSimon Glass1-0/+10
2014-10-22dm: core: Allow parents to pass data to children during probeSimon Glass1-0/+13
2014-07-23dm: Allow drivers to be marked 'before relocation'Simon Glass1-2/+4
2014-06-20dm: Cast away the const-ness of the global_data pointerSimon Glass1-0/+4
2014-05-27dm: rename device struct to udeviceHeiko Schocher1-8/+8
2014-03-04dm: Add base driver model supportSimon Glass1-0/+87