
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(-)