All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hans Verkuil <hverkuil@xs4all.nl>
To: "linux-media@vger.kernel.org" <linux-media@vger.kernel.org>
Subject: [GIT PULL FOR v5.20] Various fixes/enhancements
Date: Thu, 9 Jun 2022 13:21:38 +0200	[thread overview]
Message-ID: <29f3db0b-ee7d-c4ba-dec7-95b693b0e5ac@xs4all.nl> (raw)



The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

  Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.20c

for you to fetch changes up to 7c7a740032d192fb42b94a02912e1322286d5339:

  pvrusb2: fix memory leak in pvr_probe (2022-06-09 12:33:34 +0200)

----------------------------------------------------------------
Tag branch

----------------------------------------------------------------
Benjamin Gaignard (2):
      media: hantro: Be more accurate on pixel formats step_width constraints
      media: Hantro: Correct G2 init qp field

Chengguang Xu (1):
      media: platform: fix missing/incorrect resource cleanup in error case

Dongliang Mu (1):
      pvrusb2: fix memory leak in pvr_probe

Eugen Hristev (1):
      media: atmel: atmel-isc-base: move cropping settings outside start_dma

Haowen Bai (1):
      media: mediatek: vcodec: Use kmemdup rather than kmalloc/memcpy

Julia Lawall (4):
      media: platform: exynos-gsc: fix typo in comment
      media: mediatek: vcodec: fix typo in comment
      media: platform: exynos4-is: fix typos in comments
      media: staging: atomisp: fix typo in comment

Justin Green (1):
      mediatek/vcodec: Enable incoherent buffer allocation

Kees Cook (1):
      media: amphion: Replace zero-length array with flexible-array member

Linus Walleij (1):
      media: platform: omap: Pass a pointer to virt_to_page()

Ming Qian (6):
      media: amphion: vdec check format in enum_fmt
      media: amphion: return error if format is unsupported by vpu
      media: imx-jpeg: Correct some definition according specification
      media: imx-jpeg: Leave a blank space before the configuration data
      media: imx-jpeg: Align upwards buffer size
      media: imx-jpeg: Implement drain using v4l2-mem2mem helpers

Niklas Söderlund (1):
      media: rcar-vin: Fix channel routing for Ebisu

Oliver Neukum (1):
      airspy: respect the DMA coherency rules

Scott Chao (1):
      media: platform: cros-ec: Add moli to the match table

Vladimir Zapolskiy (2):
      media: camss: Allocate camss struct as a managed device resource
      media: camss: Move and unexport functions specific to ISPIF

Zheyu Ma (2):
      media: tw5864: Convert to use managed functions pcim* and devm*
      media: tw686x: Register the irq at the end of probe

Ziyang Xuan (1):
      media: amphion: delete unnecessary NULL check

kyrie wu (2):
      media: media: jpegenc: add mediatek,mt8186-jpgenc compatible
      media: media: jpegenc: set bit mask for jpegenc

 Documentation/devicetree/bindings/media/mediatek-jpeg-encoder.yaml |   6 ++
 drivers/media/cec/platform/cros-ec/cros-ec-cec.c                   |   2 +
 drivers/media/pci/tw5864/tw5864-core.c                             |  30 ++------
 drivers/media/pci/tw686x/tw686x-core.c                             |  18 +++--
 drivers/media/platform/amphion/vdec.c                              |   3 +-
 drivers/media/platform/amphion/venc.c                              |   3 +-
 drivers/media/platform/amphion/vpu_cmds.c                          |   3 +-
 drivers/media/platform/amphion/vpu_dbg.c                           |   2 +-
 drivers/media/platform/amphion/vpu_malone.c                        |  18 +++++
 drivers/media/platform/amphion/vpu_malone.h                        |   1 +
 drivers/media/platform/amphion/vpu_rpc.c                           |   2 +-
 drivers/media/platform/amphion/vpu_v4l2.c                          |   6 +-
 drivers/media/platform/atmel/atmel-isc-base.c                      |  14 ++--
 drivers/media/platform/mediatek/jpeg/mtk_jpeg_core.c               |   3 +
 drivers/media/platform/mediatek/vcodec/mtk_vcodec_dec.c            |   2 +
 drivers/media/platform/mediatek/vcodec/mtk_vcodec_drv.h            |   2 +-
 drivers/media/platform/mediatek/vcodec/vdec/vdec_vp9_req_lat_if.c  |   3 +-
 drivers/media/platform/nxp/imx-jpeg/mxc-jpeg-hw.h                  |   8 +--
 drivers/media/platform/nxp/imx-jpeg/mxc-jpeg.c                     | 252 +++++++++++++++++++++++++++++++------------------------------------
 drivers/media/platform/nxp/imx-jpeg/mxc-jpeg.h                     |   2 -
 drivers/media/platform/qcom/camss/camss-ispif.c                    |  39 ++++++++++-
 drivers/media/platform/qcom/camss/camss-vfe.c                      |  34 ---------
 drivers/media/platform/qcom/camss/camss-vfe.h                      |   3 -
 drivers/media/platform/qcom/camss/camss.c                          |  33 +++------
 drivers/media/platform/renesas/rcar-vin/rcar-core.c                |   2 +-
 drivers/media/platform/samsung/exynos-gsc/gsc-core.h               |   2 +-
 drivers/media/platform/samsung/exynos4-is/fimc-is-errno.h          |   2 +-
 drivers/media/platform/samsung/exynos4-is/mipi-csis.c              |   2 +-
 drivers/media/platform/samsung/s5p-mfc/s5p_mfc_pm.c                |   3 +-
 drivers/media/platform/ti/omap/omap_voutlib.c                      |   4 +-
 drivers/media/usb/airspy/airspy.c                                  |  17 ++++-
 drivers/media/usb/pvrusb2/pvrusb2-hdw.c                            |   1 +
 drivers/staging/media/atomisp/i2c/ov5693/ov5693.h                  |   2 +-
 drivers/staging/media/hantro/hantro_drv.c                          |  12 ++--
 drivers/staging/media/hantro/hantro_g2_regs.h                      |   2 +-
 drivers/staging/media/hantro/hantro_hevc.c                         |  30 ++++++++
 drivers/staging/media/hantro/hantro_hw.h                           |  14 ++++
 drivers/staging/media/hantro/hantro_v4l2.c                         |   2 +-
 drivers/staging/media/hantro/imx8m_vpu_hw.c                        |  80 ++++++++++++++-------
 drivers/staging/media/hantro/rockchip_vpu_hw.c                     | 104 ++++++++++++++++++----------
 drivers/staging/media/hantro/sama5d4_vdec_hw.c                     |  40 +++++++----
 drivers/staging/media/hantro/sunxi_vpu_hw.c                        |  24 +++++--
 42 files changed, 485 insertions(+), 347 deletions(-)

             reply	other threads:[~2022-06-09 11:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-09 11:21 Hans Verkuil [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-07-08  9:46 [GIT PULL FOR v5.20] Various fixes/enhancements Hans Verkuil
2022-06-22 15:25 Hans Verkuil
2022-05-23  7:42 Hans Verkuil

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=29f3db0b-ee7d-c4ba-dec7-95b693b0e5ac@xs4all.nl \
    --to=hverkuil@xs4all.nl \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.