From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: serial on omap in current git. Date: Tue, 7 Feb 2006 16:14:08 -0800 Message-ID: <20060208001408.GM27148@atomide.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-omap-open-source-bounces@linux.omap.com Errors-To: linux-omap-open-source-bounces@linux.omap.com To: "Woodruff, Richard" Cc: Linux-omap-open-source@linux.omap.com List-Id: linux-omap@vger.kernel.org * Woodruff, Richard [060207 16:00]: > Tony, > > Not that it fixes the issue you saw but it may half explain others. With > the tx threshold interrupt. > > The: > serial_outp(up, UART_FCR, fcr) in > serial8250_set_termios() won't set the UART_FCR_T_TRIG_10 as expected as > the UART_EFR.UART_EFR_ECB bit is not set. Bits 5:4 of the FCR are not > settable with out the EFR bit4 set. > > The current code seems to only think it needs to set the ECB at sleep > time, else it just writes a 0 back into the EFR. Thanks. Do you have a patch around for that? Tony