From: Johan Fjeldtvedt <jaffe1@gmail.com>
To: linux-media@vger.kernel.org
Cc: Johan Fjeldtvedt <jaffe1@gmail.com>
Subject: [PATCHv2 0/4] pulse8-cec: Add support for storing and optionally restoring config
Date: Mon, 22 Aug 2016 11:04:50 +0200 [thread overview]
Message-ID: <1471856694-14182-1-git-send-email-jaffe1@gmail.com> (raw)
This adds support for storing the CEC adapter config in the Pulse-Eight
dongle's persistent memory, and to optionally restore it when the device
is (re)connected. This allows the dongle to continue operating with the
same settings when the PC is suspended.
Changes in v2:
- Fix checkpatch warnings and spelling error
- Add missing break
- Don't propagate internal error code to user space
Johan Fjeldtvedt (4):
cec: allow configuration both from within driver and from user space
pulse8-cec: serialize communication with adapter
pulse8-cec: add notes about behavior in autonomous mode
pulse8-cec: sync configuration with adapter
drivers/staging/media/cec/cec-adap.c | 4 -
drivers/staging/media/pulse8-cec/pulse8-cec.c | 341 +++++++++++++++++++++-----
2 files changed, 283 insertions(+), 62 deletions(-)
--
2.7.4
next reply other threads:[~2016-08-22 9:05 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-22 9:04 Johan Fjeldtvedt [this message]
2016-08-22 9:04 ` [PATCHv2 1/4] cec: allow configuration both from within driver and from user space Johan Fjeldtvedt
2016-08-22 9:04 ` [PATCHv2 2/4] pulse8-cec: serialize communication with adapter Johan Fjeldtvedt
2016-08-22 9:04 ` [PATCHv2 3/4] pulse8-cec: add notes about behavior in autonomous mode Johan Fjeldtvedt
2016-09-06 19:33 ` Mauro Carvalho Chehab
2016-08-22 9:04 ` [PATCHv2 4/4] pulse8-cec: sync configuration with adapter Johan Fjeldtvedt
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=1471856694-14182-1-git-send-email-jaffe1@gmail.com \
--to=jaffe1@gmail.com \
--cc=linux-media@vger.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).