Re: [PATCH 01/10] cros_ec: Add a function for the hello message

2021-01-24 Thread Simon Glass
This is used several times in this file. Put it in a function to avoid code duplication. Also add a test for this function. There are no cros_ec tests at present, so it is time to update the code. Signed-off-by: Simon Glass --- arch/sandbox/include/asm/test.h | 14 ++ drivers/misc/cros

[PATCH 01/10] cros_ec: Add a function for the hello message

2021-01-16 Thread Simon Glass
This is used several times in this file. Put it in a function to avoid code duplication. Also add a test for this function. There are no cros_ec tests at present, so it is time to update the code. Signed-off-by: Simon Glass --- arch/sandbox/include/asm/test.h | 14 ++ drivers/misc/cros