Re: [PATCH 06/18] serial: Update NS16550_t and struct NS16550

2020-12-16 Thread Andy Shevchenko
On Wed, Dec 16, 2020 at 08:24:54AM -0700, Simon Glass wrote: > Typedefs should not be used in U-Boot and structs should be lower case. > Update the code to use struct ns16550 consistently. > > Put a header guard on the file while we are here. Reviewed-by: Andy Shevchenko > Signed-off-by: Simon

[PATCH 06/18] serial: Update NS16550_t and struct NS16550

2020-12-16 Thread Simon Glass
Typedefs should not be used in U-Boot and structs should be lower case. Update the code to use struct ns16550 consistently. Put a header guard on the file while we are here. Signed-off-by: Simon Glass --- arch/arm/mach-davinci/da850_lowlevel.c | 4 +- arch/arm/mach-davinci/spl.c