commit | 65f1029647aef961d181c819cef14ff028745bc9 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sat Dec 14 09:33:03 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sat Dec 14 09:33:03 2024 -0600 |
tree | a2258a680eb2c61313d5c0ad6ec883b2b45e8862 | |
parent | e20fe8c59ee278e7ddbd1a6e38f011e5094400aa [diff] | |
parent | 5198fb2eb2c140dd8056ab732b2f78b94b8d7af5 [diff] |
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