This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-mainline-defconfig in repository toolchain/ci/linux.
from c9c9e6a49f89 Merge tag 'trace-v5.9-rc5-2' of git://git.kernel.org/pub/s [...] adds be068f29034f mm: fix misplaced unlock_page in do_wp_page() adds 472eb39103e8 ALSA: asihpi: fix iounmap in error handler adds 3f7424905782 ALSA: hda/realtek - Couldn't detect Mic if booting with he [...] adds f73bbf639b32 ALSA: hda/realtek: Enable front panel headset LED on Lenov [...] adds 315c7ad7a701 ALSA: usb-audio: Add delay quirk for H570e USB headsets adds 8f8bf00b1c00 Revert "ALSA: hda - Fix silent audio output and corrupted [...] adds c413c3102703 Revert "ALSA: usb-audio: Disable Lenovo P620 Rear line-in [...] adds 9ef7dce564b4 Merge tag 'sound-5.9-rc7' of git://git.kernel.org/pub/scm/ [...] adds 288eceb08583 media: cec-adap.c: don't use flush_scheduled_work() adds 129134e5415d media: media/v4l2: remove V4L2_FLAG_MEMORY_NON_CONSISTENT flag adds d0254f82d702 media: dt-bindings: media: imx274: Convert to json-schema adds 8fa5960f5759 Merge tag 'media/v5.9-3' of git://git.kernel.org/pub/scm/l [...] adds 14801c624066 mmc: mmc_spi: Fix mmc_spi_dma_alloc() return type for !HAS_DMA adds 171d4ff79f96 Merge tag 'mmc-v5.9-rc4-2' of git://git.kernel.org/pub/scm [...]
No new revisions were added by this update.
Summary of changes: .../devicetree/bindings/media/i2c/imx274.txt | 38 ----------- .../devicetree/bindings/media/i2c/sony,imx274.yaml | 76 ++++++++++++++++++++++ Documentation/userspace-api/media/v4l/buffer.rst | 17 ----- .../userspace-api/media/v4l/vidioc-create-bufs.rst | 6 +- .../userspace-api/media/v4l/vidioc-reqbufs.rst | 12 +--- MAINTAINERS | 2 +- drivers/media/cec/core/cec-adap.c | 2 +- drivers/media/common/videobuf2/videobuf2-core.c | 46 ++----------- .../media/common/videobuf2/videobuf2-dma-contig.c | 19 ------ drivers/media/common/videobuf2/videobuf2-dma-sg.c | 3 +- drivers/media/common/videobuf2/videobuf2-v4l2.c | 18 +---- drivers/media/dvb-core/dvb_vb2.c | 2 +- drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 10 +-- drivers/media/v4l2-core/v4l2-ioctl.c | 5 +- drivers/mmc/host/mmc_spi.c | 2 +- include/media/videobuf2-core.h | 7 +- include/uapi/linux/videodev2.h | 13 +--- mm/memory.c | 2 +- sound/pci/asihpi/hpioctl.c | 4 +- sound/pci/hda/patch_realtek.c | 14 +++- sound/usb/mixer_maps.c | 1 - sound/usb/quirks.c | 7 +- 22 files changed, 121 insertions(+), 185 deletions(-) delete mode 100644 Documentation/devicetree/bindings/media/i2c/imx274.txt create mode 100644 Documentation/devicetree/bindings/media/i2c/sony,imx274.yaml