Re: patch "tty: serial: OMAP: ensure FIFO levels are set correctly in non-DMA" added to tty tree
From: Paul Walmsley <paul@pwsan.com>
Date: 2012-02-03 19:54:18
Also in:
linux-arm-kernel, linux-omap
From: Paul Walmsley <paul@pwsan.com>
Date: 2012-02-03 19:54:18
Also in:
linux-arm-kernel, linux-omap
On Fri, 3 Feb 2012, Russell King - ARM Linux wrote:
If there's an on-going transmission, why is the runtime PM count zero, meaning that the UART can sleep at the point where serial_omap_tx_empty() is being called - and obviously there's still characters in the FIFO?
In the case of OMAP, that's the point of the idle protocol. If there's data left in the TX FIFO, the UART should prevent the rest of the chip from cutting its clocks until the TX FIFO is drained. Even if the MPU has requested that the UART clocks be cut. Of course, there may well be a bug that prevents this from working the way it was intended. - Paul