* Serieal console on Samsung S3C6410 ARM11 CPU (Was [ANNOUNCE] 3.0.6-rt17)
[not found] ` <201110081326.58731.jbe@pengutronix.de>
@ 2011-10-08 13:29 ` Thomas Abraham
2011-10-08 18:15 ` Juergen Beisert
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Abraham @ 2011-10-08 13:29 UTC (permalink / raw)
To: linux-arm-kernel
Hi Juergen,
On 8 October 2011 16:56, Juergen Beisert <jbe@pengutronix.de> wrote:
> Thomas Gleixner wrote:
>> I'm pleased to announce the 3.0.6-rt17 release.
>
> I have no idea where to search, but when I'm using the 3.0.6-rt17 on my
> Samsung S3C6410 ARM based system, the UART (serial console) does not work as
> expected. Typing only one char at a time is okay. Typing two chars
> immediately makes the system using 100 % CPU load and takes about 2 seconds
> to respond. It seems the interrupt handling is broken in the UART driver, but
> I don't know how to fix it.
>
> This with a simple cursor up (one char to get the last command) and a small
> pause to the next "ENTER" char:
>
> root at mini6410:~ cat /proc/interrupts | grep 18:
> ?18: ? ?5739107 ?s3c-uart ?s3c6400-uart
>
> Same again:
>
> root at mini6410:~ cat /proc/interrupts | grep 18:
> ?18: ? ?5739113 ?s3c-uart ?s3c6400-uart
>
> 6 interrupts seems reasonable.
>
> Now with cursor up and SPACE immediately, then a pause for ENTER:
>
> root at mini6410:~ cat /proc/interrupts | grep 18:
> ?18: ? ?5923815 ?s3c-uart ?s3c6400-uart
>
> 184702 interrupts looks strange.
Just curious, do you have the following two commits?
serial: samsung: Add unified interrupt handler for s3c64xx and later SoC's
ARM: SAMSUNG: Remove uart irq handling from platform code
Thanks,
Thomas.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Serieal console on Samsung S3C6410 ARM11 CPU (Was [ANNOUNCE] 3.0.6-rt17)
2011-10-08 13:29 ` Serieal console on Samsung S3C6410 ARM11 CPU (Was [ANNOUNCE] 3.0.6-rt17) Thomas Abraham
@ 2011-10-08 18:15 ` Juergen Beisert
2011-10-08 19:01 ` Thomas Abraham
0 siblings, 1 reply; 3+ messages in thread
From: Juergen Beisert @ 2011-10-08 18:15 UTC (permalink / raw)
To: linux-arm-kernel
Hi Thomas,
Thomas Abraham wrote:
> On 8 October 2011 16:56, Juergen Beisert <jbe@pengutronix.de> wrote:
> > Thomas Gleixner wrote:
> >> I'm pleased to announce the 3.0.6-rt17 release.
> >
> > I have no idea where to search, but when I'm using the 3.0.6-rt17 on my
> > Samsung S3C6410 ARM based system, the UART (serial console) does not work
> > as expected. Typing only one char at a time is okay. Typing two chars
> > immediately makes the system using 100 % CPU load and takes about 2
> > seconds to respond. It seems the interrupt handling is broken in the UART
> > driver, but I don't know how to fix it.
> >
> > This with a simple cursor up (one char to get the last command) and a
> > small pause to the next "ENTER" char:
> >
> > root at mini6410:~ cat /proc/interrupts | grep 18:
> > ?18: ? ?5739107 ?s3c-uart ?s3c6400-uart
> >
> > Same again:
> >
> > root at mini6410:~ cat /proc/interrupts | grep 18:
> > ?18: ? ?5739113 ?s3c-uart ?s3c6400-uart
> >
> > 6 interrupts seems reasonable.
> >
> > Now with cursor up and SPACE immediately, then a pause for ENTER:
> >
> > root at mini6410:~ cat /proc/interrupts | grep 18:
> > ?18: ? ?5923815 ?s3c-uart ?s3c6400-uart
> >
> > 184702 interrupts looks strange.
>
> Just curious, do you have the following two commits?
>
> serial: samsung: Add unified interrupt handler for s3c64xx and later SoC's
> ARM: SAMSUNG: Remove uart irq handling from platform code
Are they part of the current 3.0.6 vanilla kernel? I'm only using the vanilla
3.0.6 with rt17 on my target.
jbe
--
Pengutronix e.K. | Juergen Beisert |
Linux Solutions for Science and Industry | http://www.pengutronix.de/ |
^ permalink raw reply [flat|nested] 3+ messages in thread
* Serieal console on Samsung S3C6410 ARM11 CPU (Was [ANNOUNCE] 3.0.6-rt17)
2011-10-08 18:15 ` Juergen Beisert
@ 2011-10-08 19:01 ` Thomas Abraham
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Abraham @ 2011-10-08 19:01 UTC (permalink / raw)
To: linux-arm-kernel
On 8 October 2011 23:45, Juergen Beisert <jbe@pengutronix.de> wrote:
> Hi Thomas,
>
> Thomas Abraham wrote:
>> On 8 October 2011 16:56, Juergen Beisert <jbe@pengutronix.de> wrote:
>> > Thomas Gleixner wrote:
>> >> I'm pleased to announce the 3.0.6-rt17 release.
>> >
>> > I have no idea where to search, but when I'm using the 3.0.6-rt17 on my
>> > Samsung S3C6410 ARM based system, the UART (serial console) does not work
>> > as expected. Typing only one char at a time is okay. Typing two chars
>> > immediately makes the system using 100 % CPU load and takes about 2
>> > seconds to respond. It seems the interrupt handling is broken in the UART
>> > driver, but I don't know how to fix it.
>> >
>> > This with a simple cursor up (one char to get the last command) and a
>> > small pause to the next "ENTER" char:
>> >
>> > root at mini6410:~ cat /proc/interrupts | grep 18:
>> > ?18: ? ?5739107 ?s3c-uart ?s3c6400-uart
>> >
>> > Same again:
>> >
>> > root at mini6410:~ cat /proc/interrupts | grep 18:
>> > ?18: ? ?5739113 ?s3c-uart ?s3c6400-uart
>> >
>> > 6 interrupts seems reasonable.
>> >
>> > Now with cursor up and SPACE immediately, then a pause for ENTER:
>> >
>> > root at mini6410:~ cat /proc/interrupts | grep 18:
>> > ?18: ? ?5923815 ?s3c-uart ?s3c6400-uart
>> >
>> > 184702 interrupts looks strange.
>>
>> Just curious, do you have the following two commits?
>>
>> serial: samsung: Add unified interrupt handler for s3c64xx and later SoC's
>> ARM: SAMSUNG: Remove uart irq handling from platform code
>
> Are they part of the current 3.0.6 vanilla kernel? I'm only using the vanilla
> 3.0.6 with rt17 on my target.
No. I don't think they are part of 3.0.6 kernel. I am not sure of the
issue you have with serial console, but if you do not have these
patches already applied, you could try with them.
Thanks,
Thomas.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-10-08 19:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <alpine.LFD.2.02.1110070046270.3240@ionos>
[not found] ` <201110081326.58731.jbe@pengutronix.de>
2011-10-08 13:29 ` Serieal console on Samsung S3C6410 ARM11 CPU (Was [ANNOUNCE] 3.0.6-rt17) Thomas Abraham
2011-10-08 18:15 ` Juergen Beisert
2011-10-08 19:01 ` Thomas Abraham
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox