linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Linux Media Mailing List <linux-media@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL for v5.11-rc6] media fixes
Date: Thu, 28 Jan 2021 11:27:38 +0100	[thread overview]
Message-ID: <20210128112738.67242607@coco.lan> (raw)

Hi Linus,

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

For:
  - a V4L2 core regression at videobuf2 when checking for single-plane
    dmabuf;
  - a change at uAPI header v4l2-subdev.h, fixing a breakage
    as BIT() macro is not available in userspace;
  - fix some regressions at RC core due to the usage of microseconds
    everywhere on it;
  - a fix for a race condition at RC core;
  - a rename on a newly-introduced kAPI symbol (v4l2_get_link_rate),
    currently used only by a single driver.
  - Regression fixes at rcar-vin, cedrus, ite-cir, hantro, css, venus 
    and cec drivers.

Regards,
Mauro

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v5.11-2

for you to fetch changes up to e081863ab48d9b2eee9e899cbd05752a2a30308d:

  media: hantro: Fix reset_raw_fmt initialization (2021-01-26 19:16:27 +0100)

----------------------------------------------------------------
media fixes for v5.11-rc6

----------------------------------------------------------------
Colin Ian King (1):
      media: rcar-vin: fix return, use ret instead of zero

Hans Verkuil (1):
      media: v4l2-subdev.h: BIT() is not available in userspace

Jernej Skrabec (1):
      media: cedrus: Fix H264 decoding

Matthias Reichl (2):
      media: rc: fix timeout handling after switch to microsecond durations
      media: rc: ite-cir: fix min_timeout calculation

Naushir Patuck (1):
      media: Revert "media: videobuf2: Fix length check for single plane dmabuf queueing"

Ricardo Ribalda (1):
      media: hantro: Fix reset_raw_fmt initialization

Sakari Ailus (3):
      media: ccs-pll: Fix link frequency for C-PHY
      media: ccs: Get static data version minor correctly
      media: v4l: common: Fix naming of v4l2_get_link_rate

Sean Young (1):
      media: rc: ensure that uevent can be read directly after rc device register

Stanimir Varbanov (1):
      media: venus: core: Fix platform driver shutdown

Yannick Fertre (1):
      media: cec: add stm32 driver

 drivers/media/cec/platform/Makefile              | 1 +
 drivers/media/common/videobuf2/videobuf2-v4l2.c  | 3 +--
 drivers/media/i2c/ccs-pll.c                      | 8 +-------
 drivers/media/i2c/ccs/ccs-data.c                 | 2 +-
 drivers/media/pci/intel/ipu3/ipu3-cio2.c         | 2 +-
 drivers/media/platform/qcom/venus/core.c         | 2 ++
 drivers/media/platform/rcar-vin/rcar-core.c      | 2 +-
 drivers/media/rc/ir-mce_kbd-decoder.c            | 2 +-
 drivers/media/rc/ite-cir.c                       | 2 +-
 drivers/media/rc/rc-main.c                       | 8 ++++----
 drivers/media/rc/serial_ir.c                     | 2 +-
 drivers/media/v4l2-core/v4l2-common.c            | 4 ++--
 drivers/staging/media/hantro/hantro_v4l2.c       | 2 +-
 drivers/staging/media/sunxi/cedrus/cedrus_h264.c | 2 +-
 include/media/v4l2-common.h                      | 4 ++--
 include/uapi/linux/v4l2-subdev.h                 | 2 +-
 16 files changed, 22 insertions(+), 26 deletions(-)


             reply	other threads:[~2021-01-28 10:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-28 10:27 Mauro Carvalho Chehab [this message]
2021-01-28 18:16 ` [GIT PULL for v5.11-rc6] media fixes pr-tracker-bot

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=20210128112738.67242607@coco.lan \
    --to=mchehab+huawei@kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=torvalds@linux-foundation.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).