linux-media.vger.kernel.org archive mirror
 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.13] Various fixes
Date: Wed, 3 Mar 2021 15:54:35 +0100	[thread overview]
Message-ID: <40c1ab80-c9c5-f784-ba54-457c6f21b3c2@xs4all.nl> (raw)

The following changes since commit fe07bfda2fb9cdef8a4d4008a409bb02f35f1bd8:

  Linux 5.12-rc1 (2021-02-28 16:05:19 -0800)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.13a

for you to fetch changes up to 7cfa5cec56956f488b1116fac53aab65df34e129:

  media: cec-notifier: also search for HDMI devices on I2C (2021-03-03 15:37:38 +0100)

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

----------------------------------------------------------------
Andrey Konovalov (2):
      v4l: common: v4l2_get_link_freq: add printing a warning
      media: camss: use v4l2_get_link_freq() to calculate the relevant clocks

Andrzej Pietrasiewicz (1):
      media: uapi: Correct doc comment in H264 uAPI

Arnd Bergmann (1):
      media: mtk: fix mtk-smi dependency

Bhaskar Chowdhury (4):
      include: media: davinci: Fixed up few trivial spellings in the file isif.h
      drivers/media/pci/cx18: Fix a spelling minimze to minimize in the file cx18-firmware.c
      drivers: media: pci: cx18: Couple of spell fixes in the file cx18-av-core.c
      drivers: media: pci: cx18: Spelling fix of minimze to minimize in the file cx18-av-audio.c

Colin Ian King (1):
      media: platform: sti: make a const arrays static, makes object smaller

Dafna Hirschfeld (1):
      media: rkisp1: params: remove extra 'if' conditions

Johan Fjeldtvedt (1):
      media: cec-notifier: also search for HDMI devices on I2C

Julia Lawall (1):
      media: use getter/setter functions

Julian Braha (1):
      drivers: media: pci: sta2x11: fix Kconfig dependency on GPIOLIB

Nicolas Dufresne (1):
      doc: h264/hevc: Clarify _START_CODE_NONE meaning

Pavel Skripkin (1):
      drivers/media/usb: fix memory leak in zr364xx_probe

Rikard Falkeborn (1):
      media: usbtv: constify static structs

Vladimir Lypak (1):
      media: qcom: camss: Fix overflows in clock rate calculations

Yang Li (1):
      media: solo6x10: Switch to using the new API kobj_to_dev()

dingsenjie (2):
      media/usb:Remove superfluous "breaks"
      media/usb:Remove superfluous "breaks" in the ttusb_dec.c

zuoqilin (1):
      media/i2c: remove unneeded variable: "ret"

 Documentation/userspace-api/media/v4l/ext-ctrls-codec-stateless.rst |   4 +-
 Documentation/userspace-api/media/v4l/ext-ctrls-codec.rst           |   4 +-
 drivers/media/cec/core/cec-notifier.c                               |  33 ++-
 drivers/media/i2c/max2175.c                                         |   3 +-
 drivers/media/pci/cx18/cx18-av-audio.c                              |   2 +-
 drivers/media/pci/cx18/cx18-av-core.c                               |   4 +-
 drivers/media/pci/cx18/cx18-firmware.c                              |   2 +-
 drivers/media/pci/ivtv/ivtv-driver.c                                |   2 +-
 drivers/media/pci/solo6x10/solo6x10-core.c                          |   2 +-
 drivers/media/pci/sta2x11/Kconfig                                   |   1 +
 drivers/media/platform/Kconfig                                      |   3 +
 drivers/media/platform/fsl-viu.c                                    |   6 +-
 drivers/media/platform/pxa_camera.c                                 |   4 +-
 drivers/media/platform/qcom/camss/camss-csid.c                      |  20 +-
 drivers/media/platform/qcom/camss/camss-csiphy-2ph-1-0.c            |  22 +-
 drivers/media/platform/qcom/camss/camss-csiphy-3ph-1-0.c            |  22 +-
 drivers/media/platform/qcom/camss/camss-csiphy.c                    |  36 ++-
 drivers/media/platform/qcom/camss/camss-csiphy.h                    |   2 +-
 drivers/media/platform/qcom/camss/camss-vfe.c                       |   4 +-
 drivers/media/platform/qcom/camss/camss.c                           |  25 +-
 drivers/media/platform/qcom/camss/camss.h                           |   4 +-
 drivers/media/platform/rockchip/rkisp1/rkisp1-params.c              | 445 ++++++++++++++------------------
 drivers/media/platform/sti/hva/hva-h264.c                           |  10 +-
 drivers/media/radio/radio-maxiradio.c                               |   2 +-
 drivers/media/spi/cxd2880-spi.c                                     |   4 +-
 drivers/media/usb/pwc/pwc-if.c                                      |   8 -
 drivers/media/usb/ttusb-dec/ttusb_dec.c                             |   4 -
 drivers/media/usb/usbtv/usbtv-video.c                               |   6 +-
 drivers/media/usb/zr364xx/zr364xx.c                                 |  13 +-
 drivers/media/v4l2-core/v4l2-common.c                               |   5 +
 include/media/davinci/isif.h                                        |   8 +-
 include/uapi/linux/v4l2-controls.h                                  |   2 +-
 32 files changed, 342 insertions(+), 370 deletions(-)

             reply	other threads:[~2021-03-04  0:31 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-03 14:54 Hans Verkuil [this message]
2021-03-04  0:58 ` [GIT PULL FOR v5.13] Various fixes (#71873) Jenkins
2021-03-16  8:28 [GIT PULL FOR v5.13] Various fixes Hans Verkuil
2021-03-21  9:35 Hans Verkuil
2021-03-25  8:53 Hans Verkuil
2021-03-27 10:07 Hans Verkuil
2021-04-09 11:14 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=40c1ab80-c9c5-f784-ba54-457c6f21b3c2@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 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).