Re: [PATCH 08/10] cros_ec: Show events in human-readable form

2021-01-24 Thread Simon Glass
Add a command to show the current events as a list of names. This is easier to decipher than a bit mask. Signed-off-by: Simon Glass --- cmd/cros_ec.c | 70 +++--- drivers/misc/cros_ec_sandbox.c | 12 +- test/dm/cros_ec.c | 37 +++

[PATCH 08/10] cros_ec: Show events in human-readable form

2021-01-16 Thread Simon Glass
Add a command to show the current events as a list of names. This is easier to decipher than a bit mask. Signed-off-by: Simon Glass --- cmd/cros_ec.c | 70 +++--- drivers/misc/cros_ec_sandbox.c | 12 +- test/dm/cros_ec.c | 37 +++