Re: [PATCH 0/2] UART support for higher baudrate

2024-12-15 Thread Tom Rini
On Tue, 26 Nov 2024 16:21:29 +0530, Gokul Praveen wrote: > 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, stat

[PATCH 0/2] UART support for higher baudrate

2024-11-26 Thread Gokul Praveen
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 dri