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
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.5a
for you to fetch changes up to 8d6802763bf5df69ddf254881a6c84381af9967a:
cec-gpio: add notifier support (2019-09-26 16:13:01 +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/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
+++++++++++++++++++++++++++++++++++++++++++++++++-
11 files changed, 312 insertions(+), 51 deletions(-)
create mode 100644 Documentation/media/uapi/cec/cec-ioc-adap-g-conn-info.rst