The following changes since commit 15d90a6ae98e6d2c68497b44a491cb9efbb98ab1:
media: dvb/earth-pt1: fix wrong initialization for demod blocks (2019-03-04
06:17:02 -0500)
are available in the Git repository at:
git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.2b
for you to fetch changes up to e1585164f65ae0d034252bb8e4bffd906bb3d889:
gspca: do not resubmit URBs when streaming has stopped (2019-03-11 15:59:41
+0100)
----------------------------------------------------------------
Tag branch
----------------------------------------------------------------
Arnd Bergmann (3):
media: saa7146: avoid high stack usage with clang
media: go7007: avoid clang frame overflow warning with KASAN
media: vicodec: avoid clang frame size warning
Dan Carpenter (2):
media: ivtv: update *pos correctly in ivtv_read_pos()
media: cx18: update *pos correctly in cx18_read_pos()
Hans Verkuil (1):
gspca: do not resubmit URBs when streaming has stopped
Jernej Skrabec (3):
dt-bindings: media: cedrus: Add H6 compatible
media: cedrus: Add a quirk for not setting DMA offset
media: cedrus: Add support for H6
Ken Sloat (1):
media: atmel-isc: Add support for BT656 with CRC decoding
Shuah Khan (2):
media: replace WARN_ON in __media_pipeline_start()
au0828: minor fix to a misleading comment in _close()
Documentation/devicetree/bindings/media/cedrus.txt | 1 +
drivers/media/media-entity.c | 5 ++++-
drivers/media/pci/cx18/cx18-fileops.c | 2 +-
drivers/media/pci/ivtv/ivtv-fileops.c | 2 +-
drivers/media/pci/saa7146/hexium_gemini.c | 5 ++---
drivers/media/pci/saa7146/hexium_orion.c | 5 ++---
drivers/media/platform/atmel/atmel-isc-regs.h | 2 ++
drivers/media/platform/atmel/atmel-isc.c | 7 ++++++-
drivers/media/platform/vicodec/codec-fwht.c | 29
++++++++++++++++++-----------
drivers/media/usb/au0828/au0828-video.c | 4 ++--
drivers/media/usb/go7007/go7007-fw.c | 4 ++--
drivers/media/usb/gspca/gspca.c | 8 ++++++--
drivers/staging/media/sunxi/cedrus/cedrus.c | 9 +++++++++
drivers/staging/media/sunxi/cedrus/cedrus.h | 3 +++
drivers/staging/media/sunxi/cedrus/cedrus_hw.c | 3 ++-
15 files changed, 61 insertions(+), 28 deletions(-)