[GIT PULL for v5.14-rc5] media fixes

From: Mauro Carvalho Chehab
Date: Tue Aug 03 2021 - 05:18:49 EST


Hi Linus,

Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v5.14-2

For:

- a regression fix at the rtl28xxu I2C logic;
- a build fix for atmel driver;
- videobuf2-core: dequeue if start_streaming fails

Regards,
Mauro

The following changes since commit 61c6f04a988e420a1fc5e8e81cf9aebf142a7bd6:

media: s5p-mfc: Fix display delay control creation (2021-06-28 15:17:42 +0200)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v5.14-2

for you to fetch changes up to f1de1c7803595e937ce9b922807f499851225021:

media: atmel: fix build when ISC=m and XISC=y (2021-07-30 13:01:52 +0200)

----------------------------------------------------------------
media fixes for v5.14-rc5

----------------------------------------------------------------
Eugen Hristev (1):
media: atmel: fix build when ISC=m and XISC=y

Hans Verkuil (1):
media: videobuf2-core: dequeue if start_streaming fails

Johan Hovold (2):
media: Revert "media: rtl28xxu: fix zero-length control request"
media: rtl28xxu: fix zero-length control request

drivers/media/common/videobuf2/videobuf2-core.c | 13 ++++++++++++-
drivers/media/platform/atmel/Kconfig | 8 ++++++++
drivers/media/platform/atmel/Makefile | 5 +++--
drivers/media/platform/atmel/atmel-isc-base.c | 11 +++++++++++
drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 14 +++++++++++---
5 files changed, 45 insertions(+), 6 deletions(-)