Re: [PATCH v2 1/3] cros_ec: Don't return error when checking command version

2017-06-27 Thread Benson Leung
Hi Thierry, On Tue, Feb 14, 2017 at 08:58:00PM +0100, Thierry Escande wrote: > With this patch, cros_ec_query_all() does not return an error if it > fails to check for MKBP events support. Instead, the EC device structure > indicates that it does not support MKBP events (mkbp_event_supported > fie

[PATCH v2 1/3] cros_ec: Don't return error when checking command version

2017-02-14 Thread Thierry Escande
With this patch, cros_ec_query_all() does not return an error if it fails to check for MKBP events support. Instead, the EC device structure indicates that it does not support MKBP events (mkbp_event_supported field) and cros_ec_query_all() returns 0. Signed-off-by: Thierry Escande --- drivers/p