Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1600425
| From | Andrey Smirnov <andrew.smirnov@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] serdev API extension |
| Date | 2017-03-14 14:50 +0100 |
| Message-ID | <tkUZQ-Q3-21@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Rob, These patches are a continuation of discussion about adding functionality to serdev API we had off-list. Being added are a function to do a blocking write capable of dispatching multiple calls to write_buf() and some very minimalistic bus locking API. Any feedback is appreciated. Thanks, Andrey Smirnov Andrey Smirnov (2): serdev: Add serdev_device_write subroutine serdev: Add minimal bus locking API drivers/tty/serdev/core.c | 38 ++++++++++++++++++++++++++++++++++++++ include/linux/serdev.h | 34 ++++++++++++++++++++++++++++------ 2 files changed, 66 insertions(+), 6 deletions(-) -- 2.9.3
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 0/2] serdev API extension Andrey Smirnov <andrew.smirnov@gmail.com> - 2017-03-14 14:50 +0100
csiph-web