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

2014-06-18 Thread Lee Jones
On Mon, 16 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 > --- > drivers/mfd/cros_ec_spi.c | 6 ++ > 1 file changed, 6 insertions(+)

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

2014-06-18 Thread Lee Jones
On Mon, 16 Jun 2014, Doug Anderson wrote: From: Simon Glass s...@chromium.org Some commands take a while to execute. Use -EAGAIN to signal this to the caller. Signed-off-by: Simon Glass s...@chromium.org Signed-off-by: Doug Anderson diand...@chromium.org --- drivers/mfd/cros_ec_spi.c

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

2014-06-16 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 --- drivers/mfd/cros_ec_spi.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/mfd/cros_ec_spi.c

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

2014-06-16 Thread Doug Anderson
From: Simon Glass s...@chromium.org Some commands take a while to execute. Use -EAGAIN to signal this to the caller. Signed-off-by: Simon Glass s...@chromium.org Signed-off-by: Doug Anderson diand...@chromium.org --- drivers/mfd/cros_ec_spi.c | 6 ++ 1 file changed, 6 insertions(+) diff