commit | 706865afe54eee83c1f3d7e9ea2f51db8e986d7b | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Mon Mar 20 12:51:48 2017 +0100 |
committer | Simon Glass <sjg@chromium.org> | Tue Apr 04 20:15:10 2017 -0600 |
tree | e5be7f7819dc9218c850d26d0551b6eedb88f198 | |
parent | 11db152246607868f0e74db958947fbf79f28119 [diff] |
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: Stefan Roese <sr@denx.de> Cc: Simon Glass <sjg@chromium.org> Acked-by: Simon Glass <sjg@chromium.org>