u-boot/include/dm
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
..
platform_data
device-internal.h dm: core: Add flags parameter to device_remove() 2017-04-04 20:15:10 -06:00
device.h dm: core: Add flags parameter to device_remove() 2017-04-04 20:15:10 -06:00
lists.h
pinctrl.h
platdata.h
root.h dm: core: Add dm_remove_devices_flags() and hook it into device_remove() 2017-04-04 20:15:10 -06:00
test.h
uclass-id.h
uclass-internal.h
uclass.h
util.h dm: Return actual bools in dm_fdt_pre_reloc 2017-03-16 16:03:47 -06:00