linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] rcmm with minor tweaks and selftest
@ 2019-01-17 15:29 Sean Young
  2019-01-17 15:29 ` [PATCH 1/2] selftests: Use lirc.h from kernel tree, not from system Sean Young
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Sean Young @ 2019-01-17 15:29 UTC (permalink / raw)
  To: Patrick Lerda, linux-media

Hi Patrick,

I've made some very minor/cosmetic changes and added rcmm to the selftest;
I didn't want to just add them to the tree without showing to you first.

Let me know what you think.

Thanks
Sean

Patrick Lerda (1):
  media: rc: rcmm decoder and encoder

Sean Young (1):
  selftests: Use lirc.h from kernel tree, not from system

 MAINTAINERS                              |   5 +
 drivers/media/rc/Kconfig                 |  13 ++
 drivers/media/rc/Makefile                |   1 +
 drivers/media/rc/ir-rcmm-decoder.c       | 254 +++++++++++++++++++++++
 drivers/media/rc/rc-core-priv.h          |   5 +
 drivers/media/rc/rc-main.c               |   9 +
 include/media/rc-map.h                   |  14 +-
 include/uapi/linux/lirc.h                |   6 +
 tools/include/uapi/linux/lirc.h          |  12 ++
 tools/testing/selftests/ir/Makefile      |   2 +
 tools/testing/selftests/ir/ir_loopback.c |   9 +
 11 files changed, 327 insertions(+), 3 deletions(-)
 create mode 100644 drivers/media/rc/ir-rcmm-decoder.c

-- 
2.20.1


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

end of thread, other threads:[~2019-01-22 16:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-17 15:29 [PATCH 0/2] rcmm with minor tweaks and selftest Sean Young
2019-01-17 15:29 ` [PATCH 1/2] selftests: Use lirc.h from kernel tree, not from system Sean Young
2019-01-22 15:51   ` shuah
2019-01-22 16:47     ` Sean Young
2019-01-17 15:29 ` [PATCH 2/2] media: rc: rcmm decoder and encoder Sean Young
2019-01-17 19:30 ` [PATCH 0/1] description update Patrick Lerda
2019-01-17 19:32   ` [PATCH 1/1] " Patrick Lerda

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).