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>
Cc: Dafna Hirschfeld <dafna.hirschfeld@collabora.com>,
	Ezequiel Garcia <ezequiel@collabora.com>,
	Kaaira Gupta <kgupta@es.iitr.ac.in>
Subject: [GIT PULL FOR v5.9] Various fixes/enhancements
Date: Mon, 13 Jul 2020 13:03:02 +0200	[thread overview]
Message-ID: <46c3bb00-2d14-cbd1-0b7c-58566096295e@xs4all.nl> (raw)

The following changes since commit 6f01dfb760c027d5dd6199d91ee9599f2676b5c6:

  media: cros-ec-cec: do not bail on device_init_wakeup failure (2020-07-04 12:45:45 +0200)

are available in the Git repository at:

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

for you to fetch changes up to b5cfde9ff04b0caaee587ead5e7ca673aa46eab8:

  staging/media: Remove unneeded geometry restrictions from i.MX CSI driver (2020-07-13 12:36:59 +0200)

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

----------------------------------------------------------------
Dafna Hirschfeld (6):
      media: staging: rkisp1: use a macro for the statistics flags mask
      media: staging: rkisp1: stats: replace spin_lock_irqsave with spin_lock_irq
      media: staging: rkisp1: stats: replace locks wq_lock, irq_lock with one lock
      media: staging: rkisp1: stats: read the stats in the isr
      media: staging: rkisp1: remove duplicate macro definition
      media: staging: rkisp1: fix typos in file rkisp1-config.h

Evgeny Novikov (1):
      media: vpss: clean up resources in init

Ezequiel Garcia (8):
      hantro: h264: Remove unused macro definition
      hantro: h264: Rename scaling list handling function
      hantro: Rework how encoder and decoder are identified
      hantro: Move hantro_enc_buf_finish to JPEG codec_ops.done
      hantro: Remove unused bytesused argument
      hantro: Make sure we don't use post-processor on an encoder
      rkvdec: h264: Refuse to decode unsupported bitstream
      hantro: h264: Refuse to decode unsupported bitstream

Kaaira Gupta (3):
      media: tpg: change char argument to const char
      media: tpg: Add function to return colors' order of test image
      media: vimc: Add a control to display info on test image

Krzysztof Hałasa (1):
      staging/media: Remove unneeded geometry restrictions from i.MX CSI driver

 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c     |  40 +++++++++++++++---
 drivers/media/platform/davinci/vpss.c             |  20 +++++++--
 drivers/media/test-drivers/vimc/Kconfig           |   2 +
 drivers/media/test-drivers/vimc/vimc-common.h     |   1 +
 drivers/media/test-drivers/vimc/vimc-core.c       |  10 +++++
 drivers/media/test-drivers/vimc/vimc-sensor.c     |  71 +++++++++++++++++++++++++++++++
 drivers/staging/media/hantro/hantro.h             |  13 ++----
 drivers/staging/media/hantro/hantro_drv.c         |  94 +++++++++++++++++++----------------------
 drivers/staging/media/hantro/hantro_h1_jpeg_enc.c |  17 ++++++++
 drivers/staging/media/hantro/hantro_h264.c        |   6 +--
 drivers/staging/media/hantro/hantro_hw.h          |   5 ++-
 drivers/staging/media/hantro/hantro_v4l2.c        |  28 ++++++------
 drivers/staging/media/hantro/imx8m_vpu_hw.c       |   2 +-
 drivers/staging/media/hantro/rk3288_vpu_hw.c      |   8 ++--
 drivers/staging/media/hantro/rk3399_vpu_hw.c      |   7 ++-
 drivers/staging/media/imx/imx-ic-prp.c            |   4 +-
 drivers/staging/media/imx/imx-ic-prpencvf.c       |   4 +-
 drivers/staging/media/imx/imx-media-csi.c         |   4 +-
 drivers/staging/media/imx/imx-media-vdic.c        |   4 +-
 drivers/staging/media/rkisp1/TODO                 |   1 -
 drivers/staging/media/rkisp1/rkisp1-common.h      |  12 +++---
 drivers/staging/media/rkisp1/rkisp1-isp.c         |   5 +--
 drivers/staging/media/rkisp1/rkisp1-regs.h        |   1 -
 drivers/staging/media/rkisp1/rkisp1-stats.c       | 117 +++++++--------------------------------------------
 drivers/staging/media/rkisp1/uapi/rkisp1-config.h |   4 +-
 drivers/staging/media/rkvdec/rkvdec.c             |  27 ++++++++++++
 include/media/tpg/v4l2-tpg.h                      |   3 +-
 27 files changed, 285 insertions(+), 225 deletions(-)

             reply	other threads:[~2020-07-13 11:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-13 11:03 Hans Verkuil [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-07-17 14:12 [GIT PULL FOR v5.9] Various fixes/enhancements Hans Verkuil
2020-07-15 15:19 Hans Verkuil
2020-06-23 15:05 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=46c3bb00-2d14-cbd1-0b7c-58566096295e@xs4all.nl \
    --to=hverkuil@xs4all.nl \
    --cc=dafna.hirschfeld@collabora.com \
    --cc=ezequiel@collabora.com \
    --cc=kgupta@es.iitr.ac.in \
    --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.