Re: [PATCH 02/10] cros_ec: Tidy up a few delays

2021-01-24 Thread Simon Glass
Allow a longer time for the EC to reboot. Also use a constant for the hash delay time, so it is clear what it is for. Signed-off-by: Simon Glass --- drivers/misc/cros_ec.c | 24 +--- 1 file changed, 17 insertions(+), 7 deletions(-) Applied to u-boot-dm, thanks!

[PATCH 02/10] cros_ec: Tidy up a few delays

2021-01-16 Thread Simon Glass
Allow a longer time for the EC to reboot. Also use a constant for the hash delay time, so it is clear what it is for. Signed-off-by: Simon Glass --- drivers/misc/cros_ec.c | 24 +--- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/drivers/misc/cros_ec.c b/driv