lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ