From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave.Martin@arm.com (Dave P Martin) Date: Tue, 12 May 2015 16:00:38 +0100 Subject: [PATCH] serial/amba-pl011: Unconditionally poll for FIFO space before each TX char In-Reply-To: <20150512160027.21244f64@north> References: <1431438266-28094-1-git-send-email-Dave.Martin@arm.com> <20150512160027.21244f64@north> Message-ID: <20150512150037.GA29594@e103592.cambridge.arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, May 12, 2015 at 03:00:27PM +0100, Jakub Kici?ski wrote: > On Tue, 12 May 2015 14:44:26 +0100, Dave Martin wrote: > > This will cause a conflict with tty-next because it pulls forward > > some changes made by commit 1e84d22 (serial/amba-pl011: Refactor and > > simplify TX FIFO handling); however, the resolution is simple except > > for the following lines which may need to be deleted manually from > > amba-pl011.c:pl011_startup(): > > By resolution is simple you mean: keep the code as it is in tty-next, > right? Yes, that's right. Cheers ---Dave