[GIT,PULL,for,v6.4-rc2] media fixes

Message ID 20230511070103.263505ba@sal.lan
State New
Headers
Series [GIT,PULL,for,v6.4-rc2] media fixes |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v6.4-2

Message

Mauro Carvalho Chehab May 11, 2023, 6:01 a.m. UTC
  Hi Linus,

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

For a couple of fixes:
  - fix some unused-variable warning at mtk-mdp3;
  - ignore unused suspend operations at nxp;
  - some driver fixes at rcar-vin.

Regards,
Mauro

---

The following changes since commit ba0ad6ed89fd5dada3b7b65ef2b08e95d449d4ab:

  media: nxp: imx8-isi: fix buiding on 32-bit (2023-05-08 09:10:07 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v6.4-2

for you to fetch changes up to ae3c253f595b31ff30d55b4c50b4470e56bc4e0d:

  media: platform: mtk-mdp3: work around unused-variable warning (2023-05-08 12:11:25 +0100)

----------------------------------------------------------------
media fixes for v6.4-rc2

----------------------------------------------------------------
Arnd Bergmann (2):
      media: nxp: ignore unused suspend operations
      media: platform: mtk-mdp3: work around unused-variable warning

Niklas Söderlund (3):
      media: rcar-vin: Gen3 can not scale NV12
      media: rcar-vin: Fix NV12 size alignment
      media: rcar-vin: Select correct interrupt mode for V4L2_FIELD_ALTERNATE

 .../media/platform/mediatek/mdp3/mtk-mdp3-comp.c    |  3 +--
 drivers/media/platform/nxp/imx8-isi/imx8-isi-core.c |  6 +++---
 drivers/media/platform/renesas/rcar-vin/rcar-dma.c  | 21 +++++++++++++++------
 3 files changed, 19 insertions(+), 11 deletions(-)
  

Comments

pr-tracker-bot@kernel.org May 11, 2023, 2:14 p.m. UTC | #1
The pull request you sent on Thu, 11 May 2023 07:01:03 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v6.4-2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/691e1eee1b4e5203fa5152a4603c11fbd5448528

Thank you!