Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1600425 > unrolled thread

[PATCH 0/2] serdev API extension

Started byAndrey Smirnov <andrew.smirnov@gmail.com>
First post2017-03-14 14:50 +0100
Last post2017-03-14 14:50 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/2] serdev API extension Andrey Smirnov <andrew.smirnov@gmail.com> - 2017-03-14 14:50 +0100

#1600425 — [PATCH 0/2] serdev API extension

FromAndrey Smirnov <andrew.smirnov@gmail.com>
Date2017-03-14 14:50 +0100
Subject[PATCH 0/2] serdev API extension
Message-ID<tkUZQ-Q3-21@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web