This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from c9c9e6a49f89 Merge tag 'trace-v5.9-rc5-2' of git://git.kernel.org/pub/s [...] new be068f29034f mm: fix misplaced unlock_page in do_wp_page() new 472eb39103e8 ALSA: asihpi: fix iounmap in error handler new 3f7424905782 ALSA: hda/realtek - Couldn't detect Mic if booting with he [...] new f73bbf639b32 ALSA: hda/realtek: Enable front panel headset LED on Lenov [...] new 315c7ad7a701 ALSA: usb-audio: Add delay quirk for H570e USB headsets new 8f8bf00b1c00 Revert "ALSA: hda - Fix silent audio output and corrupted [...] new c413c3102703 Revert "ALSA: usb-audio: Disable Lenovo P620 Rear line-in [...] new 9ef7dce564b4 Merge tag 'sound-5.9-rc7' of git://git.kernel.org/pub/scm/ [...] new 288eceb08583 media: cec-adap.c: don't use flush_scheduled_work() new 129134e5415d media: media/v4l2: remove V4L2_FLAG_MEMORY_NON_CONSISTENT flag new d0254f82d702 media: dt-bindings: media: imx274: Convert to json-schema new 8fa5960f5759 Merge tag 'media/v5.9-3' of git://git.kernel.org/pub/scm/l [...] new 14801c624066 mmc: mmc_spi: Fix mmc_spi_dma_alloc() return type for !HAS_DMA new 171d4ff79f96 Merge tag 'mmc-v5.9-rc4-2' of git://git.kernel.org/pub/scm [...]
The 14 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
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