From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Tue, 21 May 2013 20:27:49 +0900 Subject: [U-Boot] [PATCH] Exynos: uart: s5p: enabling the uart tx/rx fifo In-Reply-To: <1363933984-14530-1-git-send-email-akshay.s@samsung.com> References: <1363933984-14530-1-git-send-email-akshay.s@samsung.com> Message-ID: <519B5A35.20803@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 22/03/13 15:33, Akshay Saraswat wrote: > This patch enables the uart tx/rx fifo. Now that fifo is enabled, > the uart read/write functions are modfied to check the UFSTAT register > for fifo status instead of UTRSTAT (as required with fifo's enabled). > Tested by booting linux kernel. Before enabling tx/rx fifo > "Uncompressing linux" message is garbled and after enabling it is proper. > > Signed-off-by: Alim Akhtar > Signed-off-by: Akshay Saraswat > --- > drivers/serial/serial_s5p.c | 13 +++++++++---- > 1 file changed, 9 insertions(+), 4 deletions(-) > applied to u-boot-samsung. Thanks, Minkyu Kang.