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

2015-01-26 Thread Simon Glass
On 25 January 2015 at 08:27, Simon Glass s...@chromium.org wrote: We don't want to bind devices which should never be used. Signed-off-by: Simon Glass s...@chromium.org Reviewed-by: Masahiro Yamada yamad...@jp.panasonic.com --- Changes in v3: None Changes in v2: - Add patches to tidy up

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

2015-01-25 Thread Simon Glass
We don't want to bind devices which should never be used. Signed-off-by: Simon Glass s...@chromium.org Reviewed-by: Masahiro Yamada yamad...@jp.panasonic.com --- Changes in v3: None Changes in v2: - Add patches to tidy up cros_ec using new I2C/SPI features drivers/core/root.c | 5 + 1 file