From: Andrey Smirnov <andrew.smirnov@gmail.com>
To: Rob Herring <robh@kernel.org>
Cc: Andrey Smirnov <andrew.smirnov@gmail.com>,
cphealy@gmail.com, Guenter Roeck <linux@roeck-us.net>,
linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH 0/2] serdev API extension
Date: Tue, 14 Mar 2017 06:48:17 -0700 [thread overview]
Message-ID: <20170314134819.19476-1-andrew.smirnov@gmail.com> (raw)
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
next reply other threads:[~2017-03-14 13:48 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-14 13:48 Andrey Smirnov [this message]
2017-03-14 13:48 ` [PATCH 1/2] serdev: Add serdev_device_write subroutine Andrey Smirnov
2017-03-14 23:17 ` Andy Shevchenko
2017-03-16 14:23 ` Andrey Smirnov
2017-03-16 15:09 ` Andy Shevchenko
2017-03-17 13:33 ` Andrey Smirnov
2017-03-15 14:18 ` Rob Herring
2017-03-16 13:33 ` Andrey Smirnov
2017-03-17 16:31 ` Rob Herring
2017-03-14 13:48 ` [PATCH 2/2] serdev: Add minimal bus locking API Andrey Smirnov
2017-03-14 23:20 ` Andy Shevchenko
2017-03-16 14:37 ` Andrey Smirnov
2017-03-15 14:25 ` Rob Herring
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170314134819.19476-1-andrew.smirnov@gmail.com \
--to=andrew.smirnov@gmail.com \
--cc=cphealy@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=robh@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).