Better logging, better documentation, add a convenience define. Regards, Hans The following changes since commit da48c948c263c9d87dfc64566b3373a858cc8aa2: media: fix warning on v4l2_subdev_call() result interpreted as bool (2017-07-26 13:43:17 -0400) are available in the git repository at: git://linuxtv.org/hverkuil/media_tree.git for-v4.14f for you to fetch changes up to b52870ca523e37c424f0267694101905b6256bb8: cec-api: log the reason for the -EINVAL in cec_s_mode (2017-08-07 09:31:15 +0200) ---------------------------------------------------------------- Hans Verkuil (6): cec-funcs.h: cec_ops_report_features: set *dev_features to NULL media/cec.h: add CEC_CAP_DEFAULTS adv*/vivid/pulse8/rainshadow: cec: use CEC_CAP_DEFAULTS cec-ioc-adap-g-log-addrs.rst: fix wrong quotes cec-ioc-g-mode.rst: improve description of message, processing cec-api: log the reason for the -EINVAL in cec_s_mode Documentation/media/uapi/cec/cec-ioc-adap-g-log-addrs.rst | 2 +- Documentation/media/uapi/cec/cec-ioc-g-mode.rst | 61 ++++++++++++++++++++++++++++------------------ drivers/media/cec/cec-api.c | 25 ++++++++++++++----- drivers/media/i2c/adv7511.c | 3 +-- drivers/media/i2c/adv7604.c | 3 +-- drivers/media/i2c/adv7842.c | 3 +-- drivers/media/platform/vivid/vivid-cec.c | 3 +-- drivers/media/usb/pulse8-cec/pulse8-cec.c | 3 +-- drivers/media/usb/rainshadow-cec/rainshadow-cec.c | 3 +-- include/media/cec.h | 3 +++ include/uapi/linux/cec-funcs.h | 1 + 11 files changed, 67 insertions(+), 43 deletions(-)