Files
u-boot/drivers
Stefan Roese bc85aa4030 dm: core: Add dm_remove_devices_flags() and hook it into device_remove()
The new function dm_remove_devices_flags() is intented for driver specific
last-stage cleanup operations before the OS is started. This patch adds
this functionality and hooks it into the common device_remove()
function.

Drivers wanting to use this feature for some last-stage removal calls,
need to add one of the DM_REMOVE_xx flags to their driver .flags.

Signed-off-by: Stefan Roese <sr@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
2017-04-04 20:15:10 -06:00
..
2016-10-19 09:01:51 +02:00
2017-01-10 10:18:11 +01:00
2016-01-27 15:32:05 +01:00
2017-03-28 06:27:54 +02:00
2017-04-04 09:18:57 -04:00
2017-03-26 13:22:58 -06:00
2016-02-06 12:00:59 +01:00
2017-01-02 17:08:25 +01:00