The following changes since commit 3951ae98f0ba1003464e60adf41100e70dddbcde: media: atomisp: only initialize mode if pipe is not null (2021-11-08 09:52:55 +0000) are available in the Git repository at: git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.17a for you to fetch changes up to 9c3ef010e02034f6d9a975c3b63413ff2bda9b29: media: mtk-vcodec: Remove redundant 'flush_workqueue()' calls (2021-11-10 10:15:54 +0100) ---------------------------------------------------------------- Tag branch ---------------------------------------------------------------- Cai Huoqing (1): media: gspca: Make use of the helper macro kthread_run() Christophe JAILLET (4): media: tw5864: Simplify 'tw5864_finidev()' media: s5p-mfc: Use 'bitmap_zalloc()' when applicable media: mtk-vpu: Remove redundant 'flush_workqueue()' calls media: mtk-vcodec: Remove redundant 'flush_workqueue()' calls Dillon Min (2): media: stm32-dma2d: fix compile errors when W=1 media: stm32-dma2d: fix compile-testing failed Dongliang Mu (1): media: em28xx: fix memory leak in em28xx_init_dev Hans Verkuil (3): cec-ioc-receive.rst: clarify sequence and status fields v4l2-ioctl.c: readbuffers depends on V4L2_CAP_READWRITE media: drivers/index.rst: add missing rkisp1 entry Jammy Huang (2): media: aspeed: fix mode-detect always time out at 2nd run media: aspeed: Update signal status immediately to ensure sane hw state Kieran Bingham (1): media: tw5864: Disable PCI device when finished Kwang Son (1): media: docs: Fix newline typo Niklas Söderlund (1): dt-bindings: adv748x: Convert bindings to json-schema Randy Dunlap (1): media: correct MEDIA_TEST_SUPPORT help text Tzung-Bi Shih (1): media: mtk-vcodec: vdec: remove redundant 'pfb' assignment Yunfei Dong (1): media: mtk-vcodec: Align width and height to 64 bytes Documentation/devicetree/bindings/media/i2c/adv748x.txt | 116 --------------------- Documentation/devicetree/bindings/media/i2c/adv748x.yaml | 212 ++++++++++++++++++++++++++++++++++++++ Documentation/driver-api/media/drivers/index.rst | 1 + Documentation/userspace-api/media/cec/cec-ioc-receive.rst | 49 ++++----- Documentation/userspace-api/media/v4l/capture.c.rst | 52 +++++----- Documentation/userspace-api/media/v4l/v4l2grab.c.rst | 8 +- MAINTAINERS | 1 + drivers/media/Kconfig | 8 +- drivers/media/pci/tw5864/tw5864-core.c | 5 +- drivers/media/platform/Kconfig | 3 +- drivers/media/platform/aspeed-video.c | 14 +-- drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.h | 1 + drivers/media/platform/mtk-vcodec/mtk_vcodec_dec_drv.c | 1 - drivers/media/platform/mtk-vcodec/mtk_vcodec_dec_stateless.c | 1 - drivers/media/platform/mtk-vcodec/mtk_vcodec_enc_drv.c | 1 - drivers/media/platform/mtk-vcodec/vdec/vdec_h264_req_if.c | 4 +- drivers/media/platform/mtk-vpu/mtk_vpu.c | 4 +- drivers/media/platform/s5p-mfc/s5p_mfc.c | 9 +- drivers/media/platform/stm32/dma2d/dma2d-hw.c | 10 -- drivers/media/usb/em28xx/em28xx-cards.c | 18 ++-- drivers/media/usb/gspca/m5602/m5602_s5k83a.c | 5 +- drivers/media/v4l2-core/v4l2-ioctl.c | 4 +- 22 files changed, 309 insertions(+), 218 deletions(-) delete mode 100644 Documentation/devicetree/bindings/media/i2c/adv748x.txt create mode 100644 Documentation/devicetree/bindings/media/i2c/adv748x.yaml