summaryrefslogtreecommitdiffstats
path: root/include/dm/device-internal.h
Commit message (Expand)AuthorAgeFilesLines
* dm: core: Add late driver remove optionMarek Vasut2021-02-031-3/+7
* dm: core: Avoid partially removing devicesSimon Glass2021-02-031-1/+8
* dm: core: Allow the uclass list to moveSimon Glass2021-01-051-0/+1
* dm: core: Add functions to set priv/platSimon Glass2021-01-051-0/+84
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-5/+5
* dm: core: Drop device_bind_offset()Simon Glass2020-12-131-7/+3
* dm: Remove uses of device_bind_offset()Simon Glass2020-12-131-2/+2
* dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass2020-12-131-3/+3
* dm: core: Rename device_bind() to device_bind_offset()Simon Glass2020-12-131-4/+4
* dm: Use an allocated array for run-time device infoSimon Glass2020-10-291-1/+1
* dm: core: add support for device re-parentingClaudiu Beznea2020-09-221-0/+9
* 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