[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <d970ff420905291307p62e9c6eck772e7ee3757ee44a@mail.gmail.com>
Date: Fri, 29 May 2009 17:07:06 -0300
From: Alemao <xcarandiru@...il.com>
To: linuxppc-dev@...abs.org, linux-kernel@...r.kernel.org
Subject: MPC8343 - serial8250: too much work
Im facing some problems with serial, linux-2.6.23, getting flooded
with this message in logs:
---
serial8250: too much work for irq16
---
Something I notice, in my .dts I have the following lines:
serial0: serial@...0, interrupts = <9 0x8>
serial1: serial@...0, interrupts = <10 0x8>
spi: spi@...0, interrupts = <16 0x8>
But when kernel starts:
---
Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
serial8250.0: ttyS0 at MMIO 0xe0004500 (irq = 16) is a 16550A
---
Why IRQ 16? Shouldn't it be IRQ 9?
I traced functions calls in 8250.c driver:
---
serial8250_interrup() -> serial8250_handle_port() -> transmit_chars()
---
"too much work" is for transmiting, but there's nothing to transmit.
In my MPC8343 board I have only serial0 connected to a MAX3232, serial1
is floating.
I found this comments in linux/drivers/serial/8250.h, and tried to use
same defines that they used, but no success:
/*
* Digital did something really horribly wrong with the OUT1 and OUT2
* lines on at least some ALPHA's. The failure mode is that if either
* is cleared, the machine locks up with endless interrupts.
*/
/*
* WindRiver did something similarly broken on their SBC8560 board. The
* UART tristates its IRQ output while OUT2 is clear, but they pulled
* the interrupt line _up_ instead of down, so if we register the IRQ
* while the UART is in that state, we die in an IRQ storm.
*/
I also tried removing serial1 and spi from .dts, but didn't work.
Any sugestions?
Cheers,
--
Alemao
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists