Re: [PATCH v2 04/10] mdf: cros_ec: Detect in-progress commands

2014-07-03 Thread Lee Jones
On Wed, 18 Jun 2014, Doug Anderson wrote: > From: Simon Glass > > Some commands take a while to execute. Use -EAGAIN to signal this to the > caller. > > Signed-off-by: Simon Glass > Signed-off-by: Doug Anderson > Acked-by: Lee Jones > --- > Changes in v2: None > > drivers/mfd/cros_ec_spi.c

[PATCH v2 04/10] mdf: cros_ec: Detect in-progress commands

2014-06-18 Thread Doug Anderson
From: Simon Glass Some commands take a while to execute. Use -EAGAIN to signal this to the caller. Signed-off-by: Simon Glass Signed-off-by: Doug Anderson Acked-by: Lee Jones --- Changes in v2: None drivers/mfd/cros_ec_spi.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/