summaryrefslogtreecommitdiff
path: root/include/dm/device-internal.h
Commit message (Expand)AuthorAgeFilesLines
* core: drop const for struct driver_infoWalter Lozano2020-07-091-1/+1
* dm: core: Export a new function to read platdataSimon Glass2020-01-071-0/+16
* dm: Correct pre_reloc_only parameter description in several APIs' commentsBin Meng2018-11-141-2/+2
* device: expose the functions used to remove and unbind children of a deviceJean-Jacques Hiblot2018-08-211-0/+38
* dm: core: Add a way to bind a device by ofnodeSimon Glass2018-07-091-0/+4
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* dm: core: Add a comment about the device_remove() flagsSimon Glass2017-08-171-1/+1
* dm: core: Allow binding a device from a live treeSimon Glass2017-06-011-4/+6
* dm: core: Add flags parameter to device_remove()Stefan Roese2017-04-041-2/+3
* 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