[U-Boot] [RFC][PATCH v4] ARM: mxs: Added application UART driver

2013-08-14 Thread Andreas Wass
The driver makes it possible to use an application UART as the U-Boot output console for Freescale i.MX23/i.MX28 devices. Signed-off-by: Andreas Wass andreas.w...@dalelven.com Cc: Fabio Estevam fabio.este...@freescale.com Cc: Marek Vasut ma...@denx.de --- Changes for v2: - Added comment that

Re: [U-Boot] [RFC][PATCH v4] ARM: mxs: Added application UART driver

2013-08-14 Thread Marek Vasut
Dear Andreas Wass, The driver makes it possible to use an application UART as the U-Boot output console for Freescale i.MX23/i.MX28 devices. Signed-off-by: Andreas Wass andreas.w...@dalelven.com Cc: Fabio Estevam fabio.este...@freescale.com Cc: Marek Vasut ma...@denx.de --- Changes for

Re: [U-Boot] [RFC][PATCH v4] ARM: mxs: Added application UART driver

2013-08-14 Thread Fabio Estevam
Hi Andreas, On Wed, Aug 14, 2013 at 4:20 PM, Marek Vasut ma...@denx.de wrote: The rest is good. You could remove the RFC tag in your next submission. Also, it would be nice to add a mx28evk target that could make use of this driver, otherwise this will be just dead code, as there is no board

Re: [U-Boot] [RFC][PATCH v4] ARM: mxs: Added application UART driver

2013-08-14 Thread Marek Vasut
Dear Fabio Estevam, Hi Andreas, On Wed, Aug 14, 2013 at 4:20 PM, Marek Vasut ma...@denx.de wrote: The rest is good. You could remove the RFC tag in your next submission. Yes Also, it would be nice to add a mx28evk target that could make use of this driver, otherwise this will be just