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:49:43
Also in:
linux-arm-kernel, linux-omap
From: Paul Walmsley <paul@pwsan.com>
Date: 2012-02-03 19:49:43
Also in:
linux-arm-kernel, linux-omap
On Fri, 3 Feb 2012, NeilBrown wrote:
My theory is that there is a delay between the falling RX line waking the system up, and the CPU enabling the UART - whether enabling the clocks or doing a full config, I am not sure - though I think the former. Maybe if we could enable the UART clocks immediately after returning from the WFI instruction we could avoid the corruption....
The PRCM should be re-enabling the UART's functional clock itself, with no kernel involvement. The sequence should go something like this (simplified): 1. I/O wakeup occurs 2. CORE & PER powerdomains are awakened 3. The UART notices an event on its input lines and deasserts its idle-ack 4. The PRCM re-enables the clocks to the UART 5. The UART receives the input character into its FIFO and raises an MPU interrupt That's the theory, anyway. - Paul