(This supersedes my previous three CEC pull request) This adds the missing rc-cec keymap module, two bugfixes, three cec-funcs.h improvements, Kconfig fixes from Arnd and it dual-licenses the headers for BSD, just as we do for videodev2.h. I originally thought the rc-cec module was already merged in the cec topic branch, but I later discovered that it wasn't. Regards, Hans The following changes since commit c7169ad5616229b87cabf886bc5f9cbd1fc35a5f: [media] DocBook/media: add CEC documentation (2016-06-28 11:45:24 -0300) are available in the git repository at: git://linuxtv.org/hverkuil/media_tree.git cec-topic2 for you to fetch changes up to 7cd64ba7d9b1c49b5a1f8b0101384b43ba79bc18: cec-funcs.h: add missing 'reply' for short audio descriptor (2016-07-08 11:57:06 +0200) ---------------------------------------------------------------- Arnd Bergmann (2): s5p_cec: mark suspend/resume as __maybe_unused cec: add MEDIA_SUPPORT dependency Hans Verkuil (7): cec-adap: on reply, restore the tx_status value from the transmit cec.h/cec-funcs.h: add option to use BSD license cec-adap: prevent write to out-of-bounds array index cec: fix Kconfig dependency problems cec-funcs.h: add length checks cec-funcs.h: add missing const modifier cec-funcs.h: add missing 'reply' for short audio descriptor Kamil Debski (1): rc-cec: Add HDMI CEC keymap module drivers/media/Kconfig | 2 +- drivers/media/Makefile | 4 +- drivers/media/rc/keymaps/Makefile | 1 + drivers/media/rc/keymaps/rc-cec.c | 182 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/staging/media/cec/Kconfig | 3 +- drivers/staging/media/cec/Makefile | 4 +- drivers/staging/media/cec/TODO | 5 ++ drivers/staging/media/cec/cec-adap.c | 18 +++--- drivers/staging/media/cec/cec-core.c | 10 ++-- drivers/staging/media/s5p-cec/s5p_cec.c | 4 +- include/linux/cec-funcs.h | 64 +++++++++++++-------- include/linux/cec.h | 16 ++++++ 12 files changed, 272 insertions(+), 41 deletions(-) create mode 100644 drivers/media/rc/keymaps/rc-cec.c -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html