| Commit message (Expand) | Author | Age | Files | Lines |
* | device: expose the functions used to remove and unbind children of a device | Jean-Jacques Hiblot | 2018-08-21 | 1 | -19/+11 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 1 | -2/+1 |
* | dm: core: Add DM_FLAG_OS_PREPARE flag | Stefan Roese | 2017-05-17 | 1 | -5/+11 |
* | dm: core: Add dm_remove_devices_flags() and hook it into device_remove() | Stefan Roese | 2017-04-04 | 1 | -4/+13 |
* | dm: core: Add flags parameter to device_remove() | Stefan Roese | 2017-04-04 | 1 | -4/+5 |
* | dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCED | Simon Glass | 2016-07-14 | 1 | -1/+1 |
* | dm: core: Allow device names to be freed automatically | Simon Glass | 2016-05-17 | 1 | -0/+2 |
* | Revert "dm: Export device_remove_children / device_unbind_children" | Simon Glass | 2015-11-19 | 1 | -4/+18 |
* | devres: introduce Devres (Managed Device Resource) framework | Masahiro Yamada | 2015-08-06 | 1 | -0/+5 |
* | dm: add DM_FLAG_BOUND flag | Masahiro Yamada | 2015-08-06 | 1 | -0/+3 |
* | dm: Export device_remove_children / device_unbind_children | Hans de Goede | 2015-07-21 | 1 | -18/+4 |
* | dm: core: Extend struct udevice by '.uclass_platdata' field. | Przemyslaw Marczak | 2015-04-22 | 1 | -0/+4 |
* | dm: core: Convert driver_bind() to use const | Simon Glass | 2015-04-18 | 1 | -2/+2 |
* | dm: core: Allow uclasses to specify private data for a device's children | Simon Glass | 2015-01-29 | 1 | -0/+4 |
* | dm: core: Allow parents to have platform data for their children | Simon Glass | 2015-01-29 | 1 | -0/+4 |
* | dm: core: Allocate platform data when binding a device | Simon Glass | 2015-01-29 | 1 | -4/+4 |
* | dm: Allow device removal features to be dropped | Simon Glass | 2014-11-21 | 1 | -0/+187 |