
27 Nov
2024
27 Nov
'24
2:07 p.m.
On Tue, 26 Nov 2024 at 03:51, Gokul Praveen g-praveen@ti.com wrote:
Increase scope of ops functions and do some clean up for usage in device -specific UART drivers.
Remove the static functionality of ops functions and migrate certain macros to header file for usage in device-specific drivers.
Signed-off-by: Gokul Praveen g-praveen@ti.com
drivers/serial/ns16550.c | 25 ++++++++----------------- include/ns16550.h | 18 ++++++++++++++++++ 2 files changed, 26 insertions(+), 17 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org