[U-Boot] [PATCH v2 07/17] cros_ec: Reinit the cros_ec device when 'crosec init' is used

2015-03-26 Thread Simon Glass
This command is supposed to reinit the device. At present with driver model is does nothing. Implement this feature. Signed-off-by: Simon Glass --- Changes in v2: None drivers/misc/cros_ec.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/drivers/misc/cros_ec.c b

Re: [U-Boot] [PATCH v2 07/17] cros_ec: Reinit the cros_ec device when 'crosec init' is used

2015-03-31 Thread Simon Glass
On 26 March 2015 at 09:29, Simon Glass wrote: > This command is supposed to reinit the device. At present with driver > model is does nothing. Implement this feature. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > drivers/misc/cros_ec.c | 10 -- > 1 file changed, 8 inse