* one char delay
@ 2014-08-14 8:50 Oleksij Rempel
2014-08-15 13:05 ` [SOLVED] " Oleksij Rempel
0 siblings, 1 reply; 2+ messages in thread
From: Oleksij Rempel @ 2014-08-14 8:50 UTC (permalink / raw)
To: linux-serial
[-- Attachment #1: Type: text/plain, Size: 747 bytes --]
Hello all,
i do some hobby work on porting linux to Alpscale asm9260 SoC and have
fallowing problem with serial driver. May be you can help me.
- each RX char will be send to the console only after next chart is
entered. For example:
Typed: dmesg
Displ: dmesg
- all chars are immediately send with uart_insert_char() and
tty_flip_buffer_push() to the core. So this delay is not insight of
driver. I assume, i miss some flag or initialization.
The driver was initially based on atmel_serial.c and ported by Alpscale
to 2.4.28.
I reused this code.. which is working with this issue. Here is the driver:
https://github.com/olerem/linux-2.6/blob/arm_9260-2014.07.29/drivers/tty/serial/asm9260_serial.c
--
Regards,
Oleksij
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 213 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-08-15 13:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-14 8:50 one char delay Oleksij Rempel
2014-08-15 13:05 ` [SOLVED] " Oleksij Rempel
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.