]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: core: Remove unbind operations when not required
authorSimon Glass <sjg@chromium.org>
Sat, 28 Feb 2015 05:06:31 +0000 (22:06 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:30:15 +0000 (22:30 +0200)
commit1490a76310cf0c99ae27873d0c066c5396eead5f
tree059f30255febf71fefbab7d80a926809a873e0cd
parent6aebd392dce996b985f1ac4d3eca226f630779ed
dm: core: Remove unbind operations when not required

The CONFIG_DM_DEVICE_REMOVE option takes out code related to removing
devices. It should also remove the 'unbind' code since if we cannot
remove we probably don't need to unbind.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/core/uclass.c
include/dm/uclass-internal.h