linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] tty: serial: OMAP: work around broken driver, IP block
@ 2012-01-21  7:27 Paul Walmsley
  2012-01-21  7:27 ` [PATCH 1/2] tty: serial: OMAP: ensure FIFO levels are set correctly in non-DMA mode Paul Walmsley
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Paul Walmsley @ 2012-01-21  7:27 UTC (permalink / raw)
  To: linux-arm-kernel

[ This series is targeted for merging during v3.3-rc ]

On v3.3-rc1, the OMAP serial console doesn't behave properly when
power management is enabled (the default with omap2plus_defconfig).
This seems to be due to a combination of a silicon bug in the UART IP
block and broken FIFO settings in the OMAP serial driver.

This patch series attempts to work around these problems.  The workarounds
are not perfect; see the patch descriptions for more details.

Tested on OMAP3530 BeagleBoard.  This series will need to be tested on
OMAP2 and OMAP4 before it is ready to merge.

- Paul

---

Paul Walmsley (2):
      tty: serial: OMAP: ensure FIFO levels are set correctly in non-DMA mode
      tty: serial: OMAP: transmit FIFO threshold interrupts don't wake the chip


 arch/arm/plat-omap/include/plat/omap-serial.h |    1 
 drivers/tty/serial/omap-serial.c              |   86 ++++++++++++++++++++++++-
 2 files changed, 82 insertions(+), 5 deletions(-)

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2012-01-23 10:25 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-21  7:27 [PATCH 0/2] tty: serial: OMAP: work around broken driver, IP block Paul Walmsley
2012-01-21  7:27 ` [PATCH 1/2] tty: serial: OMAP: ensure FIFO levels are set correctly in non-DMA mode Paul Walmsley
2012-01-23 10:21   ` Govindraj
2012-01-23 10:25     ` Govindraj
2012-01-21  7:27 ` [PATCH 2/2] tty: serial: OMAP: transmit FIFO threshold interrupts don't wake the chip Paul Walmsley
2012-01-23  8:50   ` Govindraj
2012-01-23  9:49     ` Paul Walmsley
2012-01-23  9:50     ` Govindraj
2012-01-21 12:55 ` [PATCH 0/2] tty: serial: OMAP: work around broken driver, IP block Greg KH
2012-01-21 20:31   ` Paul Walmsley
2012-01-21 20:46     ` Alan Cox
2012-01-22 14:04 ` Paul Walmsley
2012-01-23  8:15 ` Tomi Valkeinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).