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 wrote: > We don't want to bind devices which should never be used. > > Signed-off-by: Simon Glass > Reviewed-by: Masahiro Yamada > --- > > Changes in v3: None > Changes in v2: > - Add patches to tidy up cros_ec using new I2C/SPI features > > drivers/core

[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 Reviewed-by: Masahiro Yamada --- 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 changed, 5 insertions(+) diff --git a/dri