[PATCH 0/2] UART support for higher baudrate

Gokul Praveen g-praveen at ti.com
Tue Nov 26 11:51:29 CET 2024


The OMAP specific UART driver is changed from a generic implementation of
certain ops functions to an OMAP specific implementation of it to add
support for higher baudrates for OMAP devices.

Hence to support the above change, static functionality of ops functions
in generic ns16550 UART U-Boot driver is removed and also migrated certain
macros to its header file for usage in device-specific drivers.

Boot logs link :

https://gist.github.com/GOKU-THUG/8b90117c963e5da5c1b6caeee427c82c

Gokul Praveen (2):
  serial: ns16550: Increase scope of ops functions
  drivers: serial: serial_omap: Fix TI OMAP UART U-Boot driver to
    support higher baudrates

 drivers/serial/ns16550.c     | 25 ++++++----------
 drivers/serial/serial_omap.c | 56 +++++++++++++++++++++++++++++++++++-
 include/ns16550.h            | 18 ++++++++++++
 3 files changed, 81 insertions(+), 18 deletions(-)

-- 
2.34.1



More information about the U-Boot mailing list