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