]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: core: Ignore disabled devices when binding
authorSimon Glass <sjg@chromium.org>
Sun, 25 Jan 2015 15:27:16 +0000 (08:27 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 30 Jan 2015 00:09:57 +0000 (17:09 -0700)
commit94f7afdf7e9909204d0005196db47cca2a28e4cb
tree62707f2123f7938d9fd03becd206c9cdb67e0b74
parentb9749eb5e4660fa6ec85c9a16acdbf3dd6609046
dm: core: Ignore disabled devices when binding

We don't want to bind devices which should never be used.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
drivers/core/root.c