All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL for v5.11-rc6] media fixes
@ 2021-01-28 10:27 Mauro Carvalho Chehab
  2021-01-28 10:48 ` [GIT PULL for v5.11-rc6] media fixes (#71158) Jenkins
  2021-01-28 18:16 ` [GIT PULL for v5.11-rc6] media fixes pr-tracker-bot
  0 siblings, 2 replies; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2021-01-28 10:27 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Greg Kroah-Hartman, Andrew Morton, Linux Media Mailing List,
	Linux Kernel Mailing List

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(-)


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL for v5.11-rc6] media fixes (#71158)
  2021-01-28 10:27 [GIT PULL for v5.11-rc6] media fixes Mauro Carvalho Chehab
@ 2021-01-28 10:48 ` Jenkins
  2021-01-28 18:16 ` [GIT PULL for v5.11-rc6] media fixes pr-tracker-bot
  1 sibling, 0 replies; 3+ messages in thread
From: Jenkins @ 2021-01-28 10:48 UTC (permalink / raw)
  To: mchehab+samsung, linux-media; +Cc: builder

From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/project/linux-media/patch/20210128112738.67242607@coco.lan/
Build log: https://builder.linuxtv.org/job/patchwork/87749/
Build time: 00:00:00
Link: https://lore.kernel.org/linux-media/20210128112738.67242607@coco.lan

gpg: Signature made Thu 28 Jan 2021 10:07:28 AM UTC
gpg:                using RSA key F909AE68FC11DF09C1755C00085F3EBD8EE4E115
gpg: Good signature from "Mauro Carvalho Chehab <mchehab+huawei@kernel.org>" [ultimate]
gpg:                 aka "Mauro Carvalho Chehab <mchehab@kernel.org>" [ultimate]
gpg:                 aka "Mauro Carvalho Chehab <m.chehab@samsung.com>" [ultimate]
gpg:                 aka "Mauro Carvalho Chehab <mchehab@osg.samsung.com>" [ultimate]
gpg:                 aka "Mauro Carvalho Chehab <mchehab@s-opensource.com>" [ultimate]
gpg:                 aka "Mauro Carvalho Chehab <mchehab+samsung@kernel.org>" [ultimate]
gpg:                 aka "[jpeg image of size 3594]" [ultimate]


Build aborted due to a fatal error:
FAILED: patch patch patches/0005-media-v4l-common-Fix-naming-of-v4l2_get_link_rate.patch doesn't apply:
Applying patch patches/0005-media-v4l-common-Fix-naming-of-v4l2_get_link_rate.patch
can't find file to patch at input line 23
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|From 2984a99ff1c071c85dc09451c8adc859c22fbb96 Mon Sep 17 00:00:00 2001
|From: Sakari Ailus <sakari.ailus@linux.intel.com>
|Date: Thu, 17 Dec 2020 18:57:05 +0100
|Subject: media: v4l: common: Fix naming of v4l2_get_link_rate
|
|Rename v4l2_get_link_rate() as v4l2_get_link_freq(). What the function
|returns is the frequency of the link; rename it to reflect the name of the
|control where the information is obtained.
|
|Fixes: 1b888b3cebef ("media: v4l: Add a helper for obtaining the link frequency")
|Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
|Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
|---
| drivers/media/pci/intel/ipu3/ipu3-cio2.c | 2 +-
| drivers/media/v4l2-core/v4l2-common.c    | 4 ++--
| include/media/v4l2-common.h              | 4 ++--
| 3 files changed, 5 insertions(+), 5 deletions(-)
|
|diff --git a/drivers/media/pci/intel/ipu3/ipu3-cio2.c b/drivers/media/pci/intel/ipu3/ipu3-cio2.c
|index 36e354ecf71e..6cada8a6e50c 100644
|--- a/drivers/media/pci/intel/ipu3/ipu3-cio2.c
|+++ b/drivers/media/pci/intel/ipu3/ipu3-cio2.c
--------------------------
No file to patch.  Skipping patch.
1 out of 1 hunk ignored
patching file drivers/media/v4l2-core/v4l2-common.c
patching file include/media/v4l2-common.h
Patch patches/0005-media-v4l-common-Fix-naming-of-v4l2_get_link_rate.patch does not apply (enforce with -f)


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL for v5.11-rc6] media fixes
  2021-01-28 10:27 [GIT PULL for v5.11-rc6] media fixes Mauro Carvalho Chehab
  2021-01-28 10:48 ` [GIT PULL for v5.11-rc6] media fixes (#71158) Jenkins
@ 2021-01-28 18:16 ` pr-tracker-bot
  1 sibling, 0 replies; 3+ messages in thread
From: pr-tracker-bot @ 2021-01-28 18:16 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Linus Torvalds, Greg Kroah-Hartman, Andrew Morton,
	Linux Media Mailing List, Linux Kernel Mailing List

The pull request you sent on Thu, 28 Jan 2021 11:27:38 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/fc856f1df788dc9ad13f154167ae0b442e167950

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-01-28 18:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-28 10:27 [GIT PULL for v5.11-rc6] media fixes Mauro Carvalho Chehab
2021-01-28 10:48 ` [GIT PULL for v5.11-rc6] media fixes (#71158) Jenkins
2021-01-28 18:16 ` [GIT PULL for v5.11-rc6] media fixes pr-tracker-bot

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.