~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* dm: core: Add note about device_probe idempotenceMichal Suchanek2022-10-29
* dm: core: Allow devres to be disabled in SPLSimon Glass2022-04-18
* dm: core: Add a required struct declarationSimon Glass2022-04-06
* event: Add events for device probe/removeSimon Glass2022-03-10
* doc: replace @return by Return:Heinrich Schuchardt2022-01-19
* dm: core: Add warnings to private / platform settersSimon Glass2021-03-26
* dm: core: Add macros to access the new linker listsSimon Glass2021-03-22
* dm: core: Add late driver remove optionMarek Vasut2021-02-03
* dm: core: Avoid partially removing devicesSimon Glass2021-02-03
* dm: core: Allow the uclass list to moveSimon Glass2021-01-05
* dm: core: Add functions to set priv/platSimon Glass2021-01-05
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-13
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-13
* dm: core: Drop device_bind_offset()Simon Glass2020-12-13
* dm: Remove uses of device_bind_offset()Simon Glass2020-12-13
* dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass2020-12-13
* dm: core: Rename device_bind() to device_bind_offset()Simon Glass2020-12-13
* dm: Use an allocated array for run-time device infoSimon Glass2020-10-29
* dm: core: add support for device re-parentingClaudiu Beznea2020-09-22
* core: drop const for struct driver_infoWalter Lozano2020-07-09
* dm: core: Export a new function to read platdataSimon Glass2020-01-07
* dm: Correct pre_reloc_only parameter description in several APIs' commentsBin Meng2018-11-14
* device: expose the functions used to remove and unbind children of a deviceJean-Jacques Hiblot2018-08-21
* dm: core: Add a way to bind a device by ofnodeSimon Glass2018-07-09
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07
* dm: core: Add a comment about the device_remove() flagsSimon Glass2017-08-17
* dm: core: Allow binding a device from a live treeSimon Glass2017-06-01
* dm: core: Add flags parameter to device_remove()Stefan Roese2017-04-04
* dm: allow setting driver_data before/during bindStephen Warren2016-05-26
* dm: Remove device_probe_child()Simon Glass2016-01-28
* Revert "dm: Export device_remove_children / device_unbind_children"Simon Glass2015-11-19
* dm: core: allow device_bind() to not return a device pointerMasahiro Yamada2015-08-31
* dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd listMasahiro Yamada2015-08-18
* devres: make Devres optional with CONFIG_DEVRESMasahiro Yamada2015-08-06
* devres: introduce Devres (Managed Device Resource) frameworkMasahiro Yamada2015-08-06
* dm: Support address translation for simple-busSimon Glass2015-08-06
* dm: Export device_remove_children / device_unbind_childrenHans de Goede2015-07-21
* dm: core: Convert driver_bind() to use constSimon Glass2015-04-18
* dm: Protect device_unbind() with CONFIG_DM_DEVICE_REMOVEMarek Vasut2015-02-19
* dm: Allow device removal features to be droppedSimon Glass2014-11-21
* dm: core: Allow parents to pass data to children during probeSimon Glass2014-10-22
* dm: Allow drivers to be marked 'before relocation'Simon Glass2014-07-23
* dm: Cast away the const-ness of the global_data pointerSimon Glass2014-06-20
* dm: rename device struct to udeviceHeiko Schocher2014-05-27
* dm: Add base driver model supportSimon Glass2014-03-04