The following changes since commit 3ff3a712a9eabb3d7bf52c263dd1ece054345df4:
media: ti-vpe: vpe: don't rely on colorspace member for conversion
(2019-10-10 13:54:22 -0300)
are available in the Git repository at:
git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.5k
for you to fetch changes up to 8e56688b19f963844ee93991a863e048abda2f3e:
media: cec-gpio: Use CONFIG_PREEMPTION (2019-10-16 14:38:29 +0200)
----------------------------------------------------------------
Tag branch
----------------------------------------------------------------
Alexandre Courbot (1):
media: Documentation: v4l: fix section depth
Christophe JAILLET (1):
media: i2c: adv7842: make array cri static and const, makes object smaller
Colin Ian King (2):
media: ti-vpe: vpe: use r2y instead of y2r, copy-paste error
media: gspca: remove redundant assignment to variable ret
Fabio Estevam (5):
media: adv7180: Only print 'chip found' message on successful probe
media: imx.rst: Specify the sabreauto variant
media: imx.rst: Provide a real example for the output format
media: imx.rst: Provide instructions for the i.MX6DL sabreauto
media: imx.rst: Pass the v4l2-ctl configuration
Hans Verkuil (1):
cec-pin: add 'received' callback
Jae Hyun Yoo (3):
media: aspeed: refine hsync/vsync polarity setting logic
media: aspeed: set hsync and vsync polarities to normal before starting
mode detection
media: aspeed: clear garbage interrupts
Navid Emamdoost (1):
media: usb: fix memory leak in af9005_identify_state
Sebastian Andrzej Siewior (1):
media: cec-gpio: Use CONFIG_PREEMPTION
Documentation/media/uapi/mediactl/request-api.rst | 4 +--
Documentation/media/v4l-drivers/imx.rst | 75
++++++++++++++++++++++++++++++++++++++++++++-------
drivers/media/cec/cec-pin.c | 10 +++++++
drivers/media/i2c/adv7180.c | 6 ++---
drivers/media/i2c/adv7842.c | 4 +--
drivers/media/platform/Kconfig | 2 +-
drivers/media/platform/aspeed-video.c | 55
++++++++++++++++++++++---------------
drivers/media/platform/ti-vpe/csc.c | 2 +-
drivers/media/usb/dvb-usb/af9005.c | 5 ++--
drivers/media/usb/gspca/stv0680.c | 2 +-
include/media/cec-pin.h | 10 +++++--
11 files changed, 130 insertions(+), 45 deletions(-)