All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL FOR v6.2] Various fixed and enhancements
@ 2022-11-04 15:59 Hans Verkuil
  0 siblings, 0 replies; only message in thread
From: Hans Verkuil @ 2022-11-04 15:59 UTC (permalink / raw)
  To: Linux Media Mailing List; +Cc: Jammy Huang, Jernej Škrabec, Moudy Ho

The following changes since commit de547896aac606a00435a219757a940ece142bf0:

  media: vivid.rst: loop_video is set on the capture devnode (2022-10-25 16:43:54 +0100)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v6.2e

for you to fetch changes up to d668c0a73e2c1a39ee7046d4e0f49b9f805f804f:

  media: davinci/vpbe: Fix a typo ("defualt_mode") (2022-11-04 16:56:47 +0100)

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

----------------------------------------------------------------
Andrzej Pietrasiewicz (1):
      media: rkvdec: Add required padding

Colin Ian King (2):
      media: rkisp1: make const arrays ae_wnd_num and hist_wnd_num static
      media: dvb-core: remove variable n, turn for-loop to while-loop

Jammy Huang (5):
      media: v4l: Add definition for the Aspeed JPEG format
      media: v4l2-ctrls: Reserve controls for ASPEED
      media: Documentation: aspeed-video: Add user documentation for the aspeed-video driver
      media: aspeed: Support aspeed mode to reduce compressed data
      media: aspeed: Extend debug message

Jernej Skrabec (9):
      media: cedrus: remove superfluous call
      media: cedrus: Add format reset helpers
      media: cedrus: use helper to set default formats
      media: cedrus: Add helper for checking capabilities
      media: cedrus: Filter controls based on capability
      media: cedrus: set codec ops immediately
      media: cedrus: Remove cedrus_codec enum
      media: cedrus: prefer untiled capture format
      media: cedrus: initialize controls a bit later

Jonathan Neuschäfer (1):
      media: davinci/vpbe: Fix a typo ("defualt_mode")

Laurent Pinchart (1):
      media: Documentation: Drop deprecated bytesused == 0

Liu Shixin (1):
      media: vivid: fix compose size exceed boundary

Luca Ceresoli (2):
      staging: media: tegra-video: fix chan->mipi value on error
      staging: media: tegra-video: fix device_node use after free

Moudy Ho (4):
      media: platform: mtk-mdp3: extend shared memory structure to 4-byte aligned
      media: platform: mtk-mdp3: fix error handling in mdp_cmdq_send()
      media: platform: mtk-mdp3: fix error handling about components clock_on
      media: platform: mtk-mdp3: fix error handling in mdp_probe()

Takashi Iwai (1):
      media: dvb-core: Fix UAF due to refcount races at releasing

Yang Li (1):
      media: sun6i-csi: Remove unnecessary print function dev_err()

Yang Yingliang (1):
      media: platform: exynos4-is: fix return value check in fimc_md_probe()

 Documentation/userspace-api/media/drivers/aspeed-video.rst |  65 +++++++++++++
 Documentation/userspace-api/media/drivers/index.rst        |   1 +
 Documentation/userspace-api/media/v4l/buffer.rst           |  11 +--
 Documentation/userspace-api/media/v4l/pixfmt-reserved.rst  |  17 ++++
 drivers/media/dvb-core/dmxdev.c                            |   8 ++
 drivers/media/dvb-core/dvb_demux.c                         |   4 +-
 drivers/media/platform/aspeed/aspeed-video.c               | 316 ++++++++++++++++++++++++++++++++++++++++++++++++++----------
 drivers/media/platform/mediatek/mdp3/mtk-img-ipi.h         |  76 +++++++--------
 drivers/media/platform/mediatek/mdp3/mtk-mdp3-cmdq.c       |  51 +++++-----
 drivers/media/platform/mediatek/mdp3/mtk-mdp3-comp.c       |  24 +++--
 drivers/media/platform/mediatek/mdp3/mtk-mdp3-core.c       |  15 +--
 drivers/media/platform/rockchip/rkisp1/rkisp1-params.c     |   4 +-
 drivers/media/platform/samsung/exynos4-is/media-dev.c      |   2 +-
 drivers/media/platform/sunxi/sun6i-csi/sun6i_csi.c         |   1 -
 drivers/media/test-drivers/vivid/vivid-vid-cap.c           |   1 +
 drivers/media/v4l2-core/v4l2-ioctl.c                       |   1 +
 drivers/staging/media/rkvdec/rkvdec-vp9.c                  |   3 +
 drivers/staging/media/sunxi/cedrus/cedrus.c                |  81 +++++++---------
 drivers/staging/media/sunxi/cedrus/cedrus.h                |  19 ++--
 drivers/staging/media/sunxi/cedrus/cedrus_dec.c            |   4 +-
 drivers/staging/media/sunxi/cedrus/cedrus_h264.c           |   2 +-
 drivers/staging/media/sunxi/cedrus/cedrus_h265.c           |   2 +-
 drivers/staging/media/sunxi/cedrus/cedrus_hw.c             |  18 ++--
 drivers/staging/media/sunxi/cedrus/cedrus_hw.h             |   2 +-
 drivers/staging/media/sunxi/cedrus/cedrus_mpeg2.c          |   2 +-
 drivers/staging/media/sunxi/cedrus/cedrus_video.c          | 178 ++++++++++++++++++----------------
 drivers/staging/media/sunxi/cedrus/cedrus_video.h          |   2 +
 drivers/staging/media/sunxi/cedrus/cedrus_vp8.c            |   2 +-
 drivers/staging/media/tegra-video/csi.c                    |   4 +-
 drivers/staging/media/tegra-video/csi.h                    |   2 +-
 include/media/davinci/vpbe.h                               |   2 +-
 include/uapi/linux/aspeed-video.h                          |  14 +++
 include/uapi/linux/v4l2-controls.h                         |   6 ++
 include/uapi/linux/videodev2.h                             |   1 +
 34 files changed, 641 insertions(+), 300 deletions(-)
 create mode 100644 Documentation/userspace-api/media/drivers/aspeed-video.rst
 create mode 100644 include/uapi/linux/aspeed-video.h

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-04 16:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-04 15:59 [GIT PULL FOR v6.2] Various fixed and enhancements Hans Verkuil

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.