From: Sean Young <sean@mess.org>
To: linux-media@vger.kernel.org
Subject: [PATCH 0/5] lirc improvements
Date: Mon, 6 Nov 2017 10:40:15 +0000 [thread overview]
Message-ID: <cover.1509964131.git.sean@mess.org> (raw)
This patch series depend on the lirc scancode and lirc kapi removal
series.
This implements correct locking for lirc and allows the chardev to be
opened more than once.
Sean Young (5):
media: rc: move ir-lirc-codec.c contents into lirc_dev.c
media: rc: include <uapi/linux/lirc.h> rather than <media/lirc.h>
media: lirc: allow lirc device to opened more than once
media: lirc: improve locking
media: rc: iguanair: remove unnecessary locking
drivers/media/rc/Makefile | 2 +-
drivers/media/rc/iguanair.c | 28 --
drivers/media/rc/ir-lirc-codec.c | 637 --------------------------------
drivers/media/rc/lirc_dev.c | 771 ++++++++++++++++++++++++++++++++++++---
drivers/media/rc/rc-core-priv.h | 2 -
include/media/lirc.h | 1 -
include/media/rc-core.h | 56 +--
7 files changed, 760 insertions(+), 737 deletions(-)
delete mode 100644 drivers/media/rc/ir-lirc-codec.c
delete mode 100644 include/media/lirc.h
--
2.13.6
next reply other threads:[~2017-11-06 10:40 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-06 10:40 Sean Young [this message]
2017-11-06 10:40 ` [PATCH 1/5] media: rc: move ir-lirc-codec.c contents into lirc_dev.c Sean Young
2017-11-06 10:40 ` [PATCH 2/5] media: rc: include <uapi/linux/lirc.h> rather than <media/lirc.h> Sean Young
2017-11-06 10:40 ` [PATCH 3/5] media: lirc: allow lirc device to opened more than once Sean Young
2017-11-06 10:40 ` [PATCH 4/5] media: lirc: improve locking Sean Young
2017-11-06 10:40 ` [PATCH 5/5] media: rc: iguanair: remove unnecessary locking Sean Young
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=cover.1509964131.git.sean@mess.org \
--to=sean@mess.org \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.