Home
last modified time | relevance | path

Searched hist:bc85aa4030ab9ccfc1349c320b085a8b792c602e (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/include/dm/
H A Droot.hbc85aa4030ab9ccfc1349c320b085a8b792c602e Mon Mar 27 08:58:53 UTC 2017 Stefan Roese <sr@denx.de> 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>
/rk3399_rockchip-uboot/drivers/core/
H A Ddevice-remove.cbc85aa4030ab9ccfc1349c320b085a8b792c602e Mon Mar 27 08:58:53 UTC 2017 Stefan Roese <sr@denx.de> 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>
H A Droot.cbc85aa4030ab9ccfc1349c320b085a8b792c602e Mon Mar 27 08:58:53 UTC 2017 Stefan Roese <sr@denx.de> 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>