Re: [PATCH v3 27/29] serial: sandbox: Implement puts

2022-04-04 Thread Sean Anderson
On 4/1/22 6:39 PM, Tom Rini wrote: > On Tue, Mar 22, 2022 at 04:59:35PM -0400, Sean Anderson wrote: > >> This implements puts for sandbox. It is fairly straightforward, except >> that we break out the shared color printing functionality into its own >> function. >> >> Signed-off-by: Sean

Re: [PATCH v3 27/29] serial: sandbox: Implement puts

2022-04-01 Thread Tom Rini
On Tue, Mar 22, 2022 at 04:59:35PM -0400, Sean Anderson wrote: > This implements puts for sandbox. It is fairly straightforward, except > that we break out the shared color printing functionality into its own > function. > > Signed-off-by: Sean Anderson > Reviewed-by: Simon Glass This breaks

Re: [PATCH v3 27/29] serial: sandbox: Implement puts

2022-03-28 Thread Simon Glass
On Tue, 22 Mar 2022 at 15:00, Sean Anderson wrote: > > This implements puts for sandbox. It is fairly straightforward, except > that we break out the shared color printing functionality into its own > function. > > Signed-off-by: Sean Anderson > --- > > (no changes since v2) > > Changes in v2: >

[PATCH v3 27/29] serial: sandbox: Implement puts

2022-03-22 Thread Sean Anderson
This implements puts for sandbox. It is fairly straightforward, except that we break out the shared color printing functionality into its own function. Signed-off-by: Sean Anderson --- (no changes since v2) Changes in v2: - New drivers/serial/Kconfig | 1 + drivers/serial/sandbox.c | 21