Skip to content
Snippets Groups Projects
Commit 706865af authored by Stefan Roese's avatar Stefan Roese Committed by Simon Glass
Browse files

dm: core: Add flags parameter to device_remove()


This patch adds the flags parameter to device_remove() and changes all
calls to this function to provide the default value of DM_REMOVE_NORMAL
for "normal" device removal.

This is in preparation for the driver specific pre-OS (e.g. DMA
cancelling) remove support.

Signed-off-by: default avatarStefan Roese <sr@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
parent 11db1522
No related branches found
No related tags found
No related merge requests found
Showing
with 64 additions and 36 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment