All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hans Verkuil <hverkuil@xs4all.nl>
To: Linux Media Mailing List <linux-media@vger.kernel.org>
Subject: [GIT PULL FOR v5.9] Various fixes/enhancements
Date: Tue, 23 Jun 2020 17:05:18 +0200	[thread overview]
Message-ID: <d4e7cebd-23de-831f-9f12-5822079fbf90@xs4all.nl> (raw)

The following changes since commit e30cc79cc80fd919b697a15c5000d9f57487de8e:

  media: media-request: Fix crash if memory allocation fails (2020-06-23 15:19:37 +0200)

are available in the Git repository at:

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

for you to fetch changes up to cc214e8995100bd6d7cbed90c090d729a5edf3fd:

  media: exynos4-is: Add missed check for pinctrl_lookup_state() (2020-06-23 15:20:59 +0200)

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

----------------------------------------------------------------
Benoit Parrot (2):
      media: v4l2-rect.h: add enclosed rectangle helper
      media: use v4l2_rect_enclosed helper

Chuhong Yuan (2):
      media: tvp5150: Add missed media_entity_cleanup()
      media: exynos4-is: Add missed check for pinctrl_lookup_state()

Dafna Hirschfeld (5):
      media: staging: rkisp1: rsz: supported formats are the isp's src formats, not sink formats
      media: staging: rkisp1: remove macro RKISP1_DIR_SINK_SRC
      media: staging: rkisp1: rename macros 'RKISP1_DIR_*' to 'RKISP1_ISP_SD_*'
      media: staging: rkisp1: rsz: set default format if the given format is not RKISP1_ISP_SD_SRC
      media: staging: rkisp1: set more precise size errors in debugfs

Dan Carpenter (2):
      media: allegro: Fix some NULL vs IS_ERR() checks in probe
      media: pxa_camera: remove an impossible condition

Dariusz Marcinkiewicz (1):
      media: cros-ec-cec: do not bail on device_init_wakeup failure

Gustavo A. R. Silva (1):
      media: test_drivers: vivid-core: Use array_size() helper

Helen Koike (1):
      media: staging: rkisp1: rsz: fix resolution limitation on sink pad

John Cox (1):
      media: videobuf2: Fix length check for single plane dmabuf queueing

Krzysztof Kozlowski (1):
      media: samsung: Rename Samsung and Exynos to lowercase

Lad Prabhakar (3):
      media: rcar-vin: Invalidate pipeline if conversion is not possible on input formats
      media: rcar-vin: Add support for MEDIA_BUS_FMT_SRGGB8_1X8 format
      media: rcar-csi2: Add support for MEDIA_BUS_FMT_SRGGB8_1X8 format

Laurent Pinchart (1):
      media: vb2: Print the queue pointer in debug messages

Niklas Söderlund (1):
      rcar-csi2: Rename confirm_start() to phy_post_init() to match its usage

Stanimir Varbanov (1):
      docs: dev-decoder: Add one more reason for dynamic change

 Documentation/admin-guide/media/fimc.rst              |   6 +-
 Documentation/driver-api/media/drivers/tuners.rst     |   2 +-
 Documentation/userspace-api/media/v4l/dev-decoder.rst |   4 +-
 drivers/media/cec/platform/cros-ec/cros-ec-cec.c      |   6 +-
 drivers/media/common/videobuf2/videobuf2-core.c       | 226 ++++++++++++++++++++++++++++---------------------------
 drivers/media/common/videobuf2/videobuf2-v4l2.c       |  71 ++++++++++-------
 drivers/media/i2c/tvp5150.c                           |   8 +-
 drivers/media/platform/am437x/am437x-vpfe.c           |  19 +----
 drivers/media/platform/exynos4-is/fimc-capture.c      |  18 +----
 drivers/media/platform/exynos4-is/fimc-lite.c         |  18 +----
 drivers/media/platform/exynos4-is/media-dev.c         |   5 +-
 drivers/media/platform/pxa_camera.c                   |  19 ++---
 drivers/media/platform/rcar-vin/rcar-csi2.c           |  15 ++--
 drivers/media/platform/rcar-vin/rcar-dma.c            |  21 +++++-
 drivers/media/platform/rcar-vin/rcar-v4l2.c           |  15 +++-
 drivers/media/platform/s3c-camif/camif-core.c         |   2 +-
 drivers/media/platform/s5p-jpeg/jpeg-core.c           |  16 +---
 drivers/media/test-drivers/vivid/vivid-core.c         |   4 +-
 drivers/staging/media/allegro-dvt/allegro-core.c      |   8 +-
 drivers/staging/media/rkisp1/rkisp1-common.h          |   7 +-
 drivers/staging/media/rkisp1/rkisp1-dev.c             |   9 ++-
 drivers/staging/media/rkisp1/rkisp1-isp.c             |  53 ++++++-------
 drivers/staging/media/rkisp1/rkisp1-resizer.c         |  14 ++--
 include/media/v4l2-rect.h                             |  20 +++++
 include/media/videobuf2-core.h                        |   4 +
 include/media/videobuf2-v4l2.h                        |  13 ++++
 26 files changed, 326 insertions(+), 277 deletions(-)

             reply	other threads:[~2020-06-23 15:05 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-23 15:05 Hans Verkuil [this message]
2020-06-23 15:46 ` [GIT PULL FOR v5.9] Various fixes/enhancements (#64836) Jenkins
2020-07-13 11:03 [GIT PULL FOR v5.9] Various fixes/enhancements Hans Verkuil
2020-07-15 15:19 Hans Verkuil
2020-07-17 14:12 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=d4e7cebd-23de-831f-9f12-5822079fbf90@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.