The following changes since commit da090bf60370c9ad6ede4e76adbf37ce79b84791: media: Drop superfluous ioctl PCM ops (2019-12-13 09:33:22 +0100) are available in the Git repository at: git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.6d for you to fetch changes up to 425738b4771df9c973bf8d233835b198ba141677: media: vimc: Implement get/set selection in sink (2019-12-13 11:37:05 +0100) ---------------------------------------------------------------- Tag branch ---------------------------------------------------------------- Eugen Hristev (8): media: atmel: atmel-isc-base: allow 8 bit direct dump media: atmel: atmel-isc-base: add support for Y10 format media: atmel: atmel-isc-base: properly initialize pad_cfg media: atmel: atmel-isc-base: fix enum calls default format media: atmel: atmel-isc-base: initialize the try_crop for the pads in try_fmt media: atmel: atmel-isi: add support for mono sensors, GRAY and Y16 media: atmel: atmel-isi: properly initialize pad_cfg media: atmel: atmel-isi: initialize the try_crop for the pads in try_fmt Guilherme Alcarde Gallo (1): media: vimc: Implement get/set selection in sink Hans Verkuil (1): pixfmt-tch-td16/tu16.rst: document that this is little endian Hirokazu Honda (1): media: mtk-vcodec: Remove extra area allocation in an input buffer on encoding Maxime Jourdan (1): media: meson: vdec: add g12a platform Neil Armstrong (4): dt-bindings: media: amlogic,vdec: convert to yaml dt-bindings: media: amlogic,gx-vdec: add bindings for G12A family dt-bindings: media: amlogic,gx-vdec: add bindings for SM1 family media: meson: vdec: add sm1 platform Niklas Söderlund (2): dt-bindings: rcar-vin: Remove paragraph about aliases dt-bindings: rcar-vin: Document compatibility string for R8A77470 Philipp Zabel (6): media: coda: do not skip finish_run if aborting media: coda: jpeg: merge Huffman table bits and values media: coda: jpeg: add JPEG register definitions for CODA960 media: coda: jpeg: add CODA960 JPEG encoder support media: coda: remove redundant platform_get_irq error message media: coda: avoid hardware lockups with more than 13 capture buffers Rui Miguel Silva (1): media: imx7-mipi-csis: remove subdev_notifier Wei Yongjun (1): media: sun8i: Remove redundant dev_err call in deinterlace_probe() Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml | 141 ++++++++ Documentation/devicetree/bindings/media/amlogic,vdec.txt | 72 ---- Documentation/devicetree/bindings/media/renesas,vin.txt | 4 +- Documentation/media/uapi/v4l/pixfmt-tch-td16.rst | 34 +- Documentation/media/uapi/v4l/pixfmt-tch-tu16.rst | 34 +- drivers/media/platform/atmel/atmel-isc-base.c | 94 ++++-- drivers/media/platform/atmel/atmel-isi.c | 42 ++- drivers/media/platform/atmel/atmel-isi.h | 2 + drivers/media/platform/coda/coda-bit.c | 29 +- drivers/media/platform/coda/coda-common.c | 45 ++- drivers/media/platform/coda/coda-jpeg.c | 746 ++++++++++++++++++++++++++++++++++++++++-- drivers/media/platform/coda/coda.h | 3 + drivers/media/platform/coda/coda_regs.h | 83 +++++ drivers/media/platform/coda/trace.h | 10 + drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c | 9 +- drivers/media/platform/sunxi/sun8i-di/sun8i-di.c | 5 +- drivers/media/platform/vimc/vimc-scaler.c | 166 +++++++++- drivers/staging/media/imx/imx7-mipi-csis.c | 3 - drivers/staging/media/meson/vdec/vdec.c | 16 +- drivers/staging/media/meson/vdec/vdec.h | 1 + drivers/staging/media/meson/vdec/vdec_1.c | 29 +- drivers/staging/media/meson/vdec/vdec_platform.c | 60 ++++ drivers/staging/media/meson/vdec/vdec_platform.h | 4 + 23 files changed, 1427 insertions(+), 205 deletions(-) create mode 100644 Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml delete mode 100644 Documentation/devicetree/bindings/media/amlogic,vdec.txt