Newest Serial core issue

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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-serial" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Linux PPP]     [Linux FS]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Linmodem]     [Device Mapper]     [Linux Kernel for ARM]

  Powered by Linux