[<prev] [next>] [day] [month] [year] [list]
Message-ID: <6d6a94c50608020024n9d8fbc0tcdedcadeedd54b44@mail.gmail.com>
Date: Wed, 2 Aug 2006 15:24:03 +0800
From: Aubrey <aubreylee@...il.com>
To: linux-kernel@...r.kernel.org, linux-serial@...r.kernel.org
Subject: Newest Serial core issue
Hi all,
My platform is using DMA to tx/rx data from UART. It's ok for tx
datapath when I port the driver to the newest serial core framework.
But I found all of the current existing drivers are using
"uart_insert_char" to process the received chars to the high level tty
driver, that means the received chars are processed byte by byte. But
for my case, I need to transfer the received data to the high level
tty driver block by block. Did I miss some API like
"uart_insert_block"?
Or Are there any other way to deal with my case to use the newest serial core?
Thanks for any hints.
Regards,
-Aubrey
-
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