Merge patch series "UART support for higher baudrate"
authorTom Rini <trini@konsulko.com>
Sat, 14 Dec 2024 15:33:03 +0000 (09:33 -0600)
committerTom Rini <trini@konsulko.com>
Sat, 14 Dec 2024 15:33:03 +0000 (09:33 -0600)
commit6b01124f7cb3746bf3a65070605d1b1116f3c71b
treea2258a680eb2c61313d5c0ad6ec883b2b45e8862
parent5360c683e6fe324376c11bfe5064ff1718f78c50
parent50cc0c16b7cc3a3a6d8bca646678e14aaa7cc794
Merge patch series "UART support for higher baudrate"

Gokul Praveen <g-praveen@ti.com> says:

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

Link: https://lore.kernel.org/r/20241126105131.43359-1-g-praveen@ti.com