summaryrefslogtreecommitdiff
path: root/include/dm/device-internal.h
AgeCommit message (Expand)Author
2022-10-29dm: core: Add note about device_probe idempotenceMichal Suchanek
2022-04-18dm: core: Allow devres to be disabled in SPLSimon Glass
2022-04-06dm: core: Add a required struct declarationSimon Glass
2022-03-10event: Add events for device probe/removeSimon Glass
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-03-26dm: core: Add warnings to private / platform settersSimon Glass
2021-03-22dm: core: Add macros to access the new linker listsSimon Glass
2021-02-03dm: core: Add late driver remove optionMarek Vasut
2021-02-03dm: core: Avoid partially removing devicesSimon Glass
2021-01-05dm: core: Allow the uclass list to moveSimon Glass
2021-01-05dm: core: Add functions to set priv/platSimon Glass
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: core: Drop device_bind_offset()Simon Glass
2020-12-13dm: Remove uses of device_bind_offset()Simon Glass
2020-12-13dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass
2020-12-13dm: core: Rename device_bind() to device_bind_offset()Simon Glass
2020-10-29dm: Use an allocated array for run-time device infoSimon Glass
2020-09-22dm: core: add support for device re-parentingClaudiu Beznea
2020-07-09core: drop const for struct driver_infoWalter Lozano
2020-01-07dm: core: Export a new function to read platdataSimon Glass
2018-11-14dm: Correct pre_reloc_only parameter description in several APIs' commentsBin Meng
2018-08-21device: expose the functions used to remove and unbind children of a deviceJean-Jacques Hiblot
2018-07-09dm: core: Add a way to bind a device by ofnodeSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-08-17dm: core: Add a comment about the device_remove() flagsSimon Glass
2017-06-01dm: core: Allow binding a device from a live treeSimon Glass
2017-04-04dm: core: Add flags parameter to device_remove()Stefan Roese
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