Re: [U-Boot] [PATCH v2 22/26] dm: core: Ignore disabled devices when binding

2015-01-23 Thread Masahiro YAMADA
2015-01-20 12:12 GMT+09:00 Simon Glass s...@chromium.org: We don't want to bind devices which should never be used. Signed-off-by: Simon Glass s...@chromium.org Sounds a good idea! Reviewed-by: Masahiro Yamada yamad...@jp.panasonic.com -- Best Regards Masahiro Yamada

[U-Boot] [PATCH v2 22/26] dm: core: Ignore disabled devices when binding

2015-01-19 Thread Simon Glass
We don't want to bind devices which should never be used. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v2: - Add patches to tidy up cros_ec using new I2C/SPI features drivers/core/root.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/core/root.c