Hi Mauro, Here are various fixes and improvements for the CEC framework. In particular this enables the new CEC_ADAP_G_CONNECTOR_INFO ioctl that Dariusz has been working on. Once this is merged, v4l-utils will also need to be updated to use the new ioctl and the new UI_CMD defines: patches for that are ready to be applied once this lands. Regards, Hans Changes since v1: - Fix UI_CMD documentation issues and spurious _ - Fix an issue with the tag order in patch 5. The following changes since commit 6f51fdfd8229d5358c2d6e272cf73478866e8ddc: media: videobuf-core.c: poll_wait needs a non-NULL buf pointer (2019-09-05 06:26:57 -0300) are available in the Git repository at: git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.5a3 for you to fetch changes up to 1a62612282401cdfad4761d775617346f4d30073: cec-gpio: add notifier support (2019-09-27 16:49:03 +0200) ---------------------------------------------------------------- Tag branch ---------------------------------------------------------------- Dariusz Marcinkiewicz (2): cec: expose the new connector info API cec: document CEC_ADAP_G_CONNECTOR_INFO and capability Hans Verkuil (4): uapi/linux/cec.h: add defines for the CEC UI Command Operand cec/cec-adap.c: use new UI_CMD defines cec.h: CEC_OP_REC_FLAG_ values were swapped cec-gpio: add notifier support Documentation/media/cec.h.rst.exceptions | 89 +++++++++++++++++++++++++++++++++ Documentation/media/uapi/cec/cec-funcs.rst | 1 + Documentation/media/uapi/cec/cec-ioc-adap-g-caps.rst | 6 ++- Documentation/media/uapi/cec/cec-ioc-adap-g-conn-info.rst | 105 +++++++++++++++++++++++++++++++++++++++ Documentation/media/uapi/cec/cec-ioc-dqevent.rst | 8 +++ drivers/media/cec/cec-adap.c | 12 +++-- drivers/media/cec/cec-api.c | 20 ++++++++ drivers/media/cec/cec-core.c | 5 -- drivers/media/platform/Kconfig | 1 + drivers/media/platform/cec-gpio/cec-gpio.c | 41 ++++++++++++---- include/media/cec.h | 31 ------------ include/uapi/linux/cec.h | 133 +++++++++++++++++++++++++++++++++++++++++++++++++- 12 files changed, 401 insertions(+), 51 deletions(-) create mode 100644 Documentation/media/uapi/cec/cec-ioc-adap-g-conn-info.rst