Re: [U-Boot] [PATCH] serial: omap: Introduce DM specific omap serial

2018-08-10 Thread Adam Ford
On Fri, Aug 10, 2018 at 8:07 AM Lokesh Vutla wrote: > > Add driver model support for OMAP_SERIAL while reusing > the functions in ns16550.c > > Signed-off-by: Lokesh Vutla > --- > > Based on the conclusion on the thread[1], added a separate driver for > omap uart. > > [1] https://patchwork.ozlabs

Re: [U-Boot] [PATCH] serial: omap: Introduce DM specific omap serial

2018-08-10 Thread Tom Rini
On Fri, Aug 10, 2018 at 06:36:20PM +0530, Lokesh Vutla wrote: > Add driver model support for OMAP_SERIAL while reusing > the functions in ns16550.c > > Signed-off-by: Lokesh Vutla > --- > > Based on the conclusion on the thread[1], added a separate driver for > omap uart. > > [1] https://patch

[U-Boot] [PATCH] serial: omap: Introduce DM specific omap serial

2018-08-10 Thread Lokesh Vutla
Add driver model support for OMAP_SERIAL while reusing the functions in ns16550.c Signed-off-by: Lokesh Vutla --- Based on the conclusion on the thread[1], added a separate driver for omap uart. [1] https://patchwork.ozlabs.org/patch/944756/ drivers/serial/Kconfig | 9 +++ drivers/ser