summaryrefslogtreecommitdiff
path: root/include/dm/device-internal.h
AgeCommit message (Expand)Author
2016-05-26dm: allow setting driver_data before/during bindStephen Warren
2016-01-28dm: Remove device_probe_child()Simon Glass
2015-11-19Revert "dm: Export device_remove_children / device_unbind_children"Simon Glass
2015-08-31dm: core: allow device_bind() to not return a device pointerMasahiro Yamada
2015-08-18dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd listMasahiro Yamada
2015-08-06devres: make Devres optional with CONFIG_DEVRESMasahiro Yamada
2015-08-06devres: introduce Devres (Managed Device Resource) frameworkMasahiro Yamada
2015-08-06dm: Support address translation for simple-busSimon Glass
2015-07-21dm: Export device_remove_children / device_unbind_childrenHans de Goede
2015-04-18dm: core: Convert driver_bind() to use constSimon Glass
2015-02-19dm: Protect device_unbind() with CONFIG_DM_DEVICE_REMOVEMarek Vasut
2014-11-21dm: Allow device removal features to be droppedSimon Glass
2014-10-22dm: core: Allow parents to pass data to children during probeSimon Glass
2014-07-23dm: Allow drivers to be marked 'before relocation'Simon Glass
2014-06-20dm: Cast away the const-ness of the global_data pointerSimon Glass
2014-05-27dm: rename device struct to udeviceHeiko Schocher
2014-03-04dm: Add base driver model supportSimon Glass