All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] lirc improvements
@ 2017-11-06 10:40 Sean Young
  2017-11-06 10:40 ` [PATCH 1/5] media: rc: move ir-lirc-codec.c contents into lirc_dev.c Sean Young
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Sean Young @ 2017-11-06 10:40 UTC (permalink / raw)
  To: linux-media

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-11-06 10:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-06 10:40 [PATCH 0/5] lirc improvements Sean Young
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

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.