[PATCH 1/2] serial: ns16550: Increase scope of ops functions

Simon Glass sjg at chromium.org
Wed Nov 27 14:07:31 CET 2024


On Tue, 26 Nov 2024 at 03:51, Gokul Praveen <g-praveen at ti.com> wrote:
>
> Increase scope of ops functions and do some clean up for usage in device
> -specific UART drivers.
>
> Remove the static functionality of ops functions and migrate certain macros
> to header file for usage in device-specific drivers.
>
> Signed-off-by: Gokul Praveen <g-praveen at ti.com>
> ---
>  drivers/serial/ns16550.c | 25 ++++++++-----------------
>  include/ns16550.h        | 18 ++++++++++++++++++
>  2 files changed, 26 insertions(+), 17 deletions(-)
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list