All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL FOR v5.13] Various fixes
@ 2021-03-16  8:28 Hans Verkuil
  2021-03-16  8:51 ` [GIT PULL FOR v5.13] Various fixes (#72313) Jenkins
  0 siblings, 1 reply; 7+ messages in thread
From: Hans Verkuil @ 2021-03-16  8:28 UTC (permalink / raw)
  To: Linux Media Mailing List

The following changes since commit 1c5ab1e2286f4ca6347744e9d4cace5fad5ffa39:

  Merge tag 'v5.12-rc2' into patchwork (2021-03-07 17:46:50 +0100)

are available in the Git repository at:

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

for you to fetch changes up to a19a42501dcae664335e7377bd421a2a823077ad:

  radio-si476x: rectify spelling and grammar (2021-03-16 09:23:47 +0100)

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

----------------------------------------------------------------
Bhaskar Chowdhury (1):
      media: pci: saa7164: Rudimentary spelling fixes in the file saa7164-types.h

Daniel Niv (1):
      media/saa7164: fix saa7164_encoder_register() memory leak bugs

Fabio Estevam (2):
      media: camera-mx2: Remove unused header file
      media: camera-mx3: Remove unused header file

Hans Verkuil (6):
      media/usb/gspca/w996Xcf.c: /** -> /*
      v4l2-dev.c: show which events are requested by poll()
      v4l2-ioctl.c: fix timestamp format
      gspca/sq905.c: fix uninitialized variable
      v4l2-ctrls.c: initialize flags field of p_fwht_params
      ext-ctrls-codec.rst: fix typos

Liu Ying (1):
      media: docs: Fix data organization of MEDIA_BUS_FMT_RGB101010_1X30

Ricardo Ribalda (1):
      media: videobuf2: Explicitly state max size of planes

Xiaofeng Cao (2):
      media: Correct 'so'
      radio-si476x: rectify spelling and grammar

 Documentation/userspace-api/media/v4l/ext-ctrls-codec.rst | 12 +++++------
 Documentation/userspace-api/media/v4l/subdev-formats.rst  |  4 ++--
 drivers/media/Kconfig                                     |  2 +-
 drivers/media/pci/saa7164/saa7164-encoder.c               | 20 +++++++++--------
 drivers/media/pci/saa7164/saa7164-types.h                 |  4 ++--
 drivers/media/platform/sti/c8sectpfe/c8sectpfe-core.c     |  2 +-
 drivers/media/radio/radio-si476x.c                        |  6 +++---
 drivers/media/usb/gspca/sq905.c                           |  2 +-
 drivers/media/usb/gspca/w996Xcf.c                         |  3 +--
 drivers/media/v4l2-core/v4l2-ctrls.c                      |  2 ++
 drivers/media/v4l2-core/v4l2-dev.c                        |  5 +++--
 drivers/media/v4l2-core/v4l2-ioctl.c                      |  2 +-
 include/linux/platform_data/media/camera-mx2.h            | 31 --------------------------
 include/linux/platform_data/media/camera-mx3.h            | 43 -------------------------------------
 include/media/videobuf2-core.h                            |  6 ++++--
 15 files changed, 38 insertions(+), 106 deletions(-)
 delete mode 100644 include/linux/platform_data/media/camera-mx2.h
 delete mode 100644 include/linux/platform_data/media/camera-mx3.h

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

* Re: [GIT PULL FOR v5.13] Various fixes (#72313)
  2021-03-16  8:28 [GIT PULL FOR v5.13] Various fixes Hans Verkuil
@ 2021-03-16  8:51 ` Jenkins
  0 siblings, 0 replies; 7+ messages in thread
From: Jenkins @ 2021-03-16  8:51 UTC (permalink / raw)
  To: mchehab+samsung, linux-media; +Cc: builder

From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/project/linux-media/patch/2b1c3894-0de4-fdbb-5fd5-004765a5a5ea@xs4all.nl/
Build log: https://builder.linuxtv.org/job/patchwork/94498/
Build time: 00:09:18
Link: https://lore.kernel.org/linux-media/2b1c3894-0de4-fdbb-5fd5-004765a5a5ea@xs4all.nl

gpg: Signature made Tue 16 Mar 2021 08:27:35 AM UTC
gpg:                using RSA key AAA7FFBA4D2D77EF4CAEA1421326E0CD23ABDCE5
gpg: Good signature from "Hans Verkuil <hverkuil-cisco@xs4all.nl>" [unknown]
gpg:                 aka "Hans Verkuil <hverkuil@xs4all.nl>" [full]
gpg: Note: This key has expired!
Primary key fingerprint: 052C DE7B C215 053B 689F  1BCA BD2D 6148 6614 3B4C
     Subkey fingerprint: AAA7 FFBA 4D2D 77EF 4CAE  A142 1326 E0CD 23AB DCE5

Summary: got 3/14 patches with issues, being 0 at build time, plus one error when buinding PDF document

Error/warnings:

patches/0007-v4l2-ioctl.c-fix-timestamp-format.patch:

   checkpatch.pl:
	$ cat patches/0007-v4l2-ioctl.c-fix-timestamp-format.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:23: WARNING: Avoid logging continuation uses where feasible
	-:24: CHECK: Alignment should match open parenthesis

patches/0012-media-camera-mx2-Remove-unused-header-file.patch:

   checkpatch.pl:
	$ cat patches/0012-media-camera-mx2-Remove-unused-header-file.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:17: WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?

patches/0013-media-camera-mx3-Remove-unused-header-file.patch:

   checkpatch.pl:
	$ cat patches/0013-media-camera-mx3-Remove-unused-header-file.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:17: WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?


Error #512 when building PDF docs


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

* [GIT PULL FOR v5.13] Various fixes
@ 2021-04-09 11:14 Hans Verkuil
  0 siblings, 0 replies; 7+ messages in thread
From: Hans Verkuil @ 2021-04-09 11:14 UTC (permalink / raw)
  To: Linux Media Mailing List

The following changes since commit dccfe2548746ca9cca3a20401ece4cf255d1f171:

  media: staging/intel-ipu3: Fix race condition during set_fmt (2021-04-09 13:07:09 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 0ba955d399761ca70ee4ee688c62dc76be058ad0:

  gscpa/stv06xx: fix memory leak (2021-04-09 13:08:43 +0200)

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

----------------------------------------------------------------
Hans Verkuil (4):
      allegro: change kernel-doc comment blocks to normal comments
      adv7842: configure all pads
      adv7842: support 1 block EDIDs, fix clearing EDID
      gscpa/stv06xx: fix memory leak

Jacopo Mondi (1):
      media: i2c: rdamc21: Fix warning on u8 cast

Muhammad Usama Anjum (1):
      staging: media/meson: remove redundant dev_err call

Tian Tao (1):
      media: cx25821: remove unused including <linux/version.h>

Yang Yingliang (1):
      media: camss: ispif: Remove redundant dev_err call in msm_ispif_subdev_init()

 drivers/media/i2c/adv7842.c                     | 81 +++++++++++++++++++++++++++++++++--------------------
 drivers/media/i2c/rdacm21.c                     |  2 +-
 drivers/media/pci/cx25821/cx25821.h             |  1 -
 drivers/media/platform/allegro-dvt/nal-h264.h   |  8 +++---
 drivers/media/platform/allegro-dvt/nal-hevc.h   |  6 ++--
 drivers/media/platform/qcom/camss/camss-ispif.c |  8 ++----
 drivers/media/usb/gspca/gspca.c                 |  2 ++
 drivers/media/usb/gspca/gspca.h                 |  1 +
 drivers/media/usb/gspca/stv06xx/stv06xx.c       |  9 ++++++
 drivers/staging/media/meson/vdec/vdec.c         |  8 ++----
 10 files changed, 74 insertions(+), 52 deletions(-)

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

* [GIT PULL FOR v5.13] Various fixes
@ 2021-03-27 10:07 Hans Verkuil
  0 siblings, 0 replies; 7+ messages in thread
From: Hans Verkuil @ 2021-03-27 10:07 UTC (permalink / raw)
  To: Linux Media Mailing List

The following changes since commit 97b34809ec240d82c82af97626c2071a4062e0e6:

  media: staging: atomisp: reduce kernel stack usage (2021-03-23 16:55:52 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 16ae2419145741848ce1dc98d69f01a2045aec6a:

  media: s5p-mfc: Fix kernel-doc entries in s5p_mfc_common.h (2021-03-27 10:50:40 +0100)

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

----------------------------------------------------------------
Daniel Almeida (1):
      rkvdec: Do not require all controls to be present in every request

Hans Verkuil (4):
      adv7604: fix HPD support for adv7611/12
      vivid: update EDID
      adv7604: support EDIDs up to 4 blocks
      adv7511-v4l2: correctly report EDIDs of 1 block

Sylwester Nawrocki (2):
      media: exynos4-is: Fix kernel-doc entries in fimc-is.h
      media: s5p-mfc: Fix kernel-doc entries in s5p_mfc_common.h

 drivers/media/i2c/adv7511-v4l2.c                |  12 +++----
 drivers/media/i2c/adv7604.c                     | 112 ++++++++++++++++++++++++++++++++++++++++++++----------------
 drivers/media/platform/exynos4-is/fimc-is.h     |  21 ++++++++++--
 drivers/media/platform/s5p-mfc/s5p_mfc_common.h |  23 +++++++++----
 drivers/media/test-drivers/vivid/vivid-core.c   |   6 ++--
 drivers/staging/media/rkvdec/rkvdec.c           |  48 +-------------------------
 drivers/staging/media/rkvdec/rkvdec.h           |   1 -
 7 files changed, 127 insertions(+), 96 deletions(-)

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

* [GIT PULL FOR v5.13] Various fixes
@ 2021-03-25  8:53 Hans Verkuil
  0 siblings, 0 replies; 7+ messages in thread
From: Hans Verkuil @ 2021-03-25  8:53 UTC (permalink / raw)
  To: Linux Media Mailing List

The following changes since commit 97b34809ec240d82c82af97626c2071a4062e0e6:

  media: staging: atomisp: reduce kernel stack usage (2021-03-23 16:55:52 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 50e4b86dc9d649e4c1348feec131d12bc5758d28:

  vivid: update EDID (2021-03-25 09:52:09 +0100)

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

----------------------------------------------------------------
Bhaskar Chowdhury (3):
      media: atomisp: fix a typo
      media: entity: A typo fix
      media: cx88: Fix a typo

Colin Ian King (2):
      media: imx-jpeg: Fix spelling mistake "Canot" -> "Cannot"
      media: imx-jpeg: Pass the v4l2_jpeg_header header argument by reference

Dafna Hirschfeld (1):
      media: rkisp1: uapi: document which flags/structs relate to statistics config

Ezequiel Garcia (1):
      media: hantro: fix kernel-doc warnings and style

Hans Verkuil (8):
      allegro-dvt/nal-h264.h: fix kernel-doc: hdr -> hrd
      s3c-camif/camif-core.h: fix kernel-doc warnings
      s5p-jpeg/jpeg-core.h: fix kernel-doc warnings
      exynos-gsc/gsc-core.h: fix kernel-doc warnings
      exynos4-is: fix kernel-doc warnings
      s5p-mfc/s5p_mfc_common.h: fix kernel-doc warnings
      cobalt: fix initial EDID
      vivid: update EDID

Muhammad Usama Anjum (1):
      media: em28xx: fix memory leak

Wei Yongjun (2):
      media: imx-jpeg: Fix error return code in mxc_jpeg_probe()
      media: imx-jpeg: Fix return value check in mxc_jpeg_attach_pm_domains()

Xiaofeng Cao (1):
      drivers/media/pci/bt8xx/bttv-cards: fix typos

 drivers/media/pci/bt8xx/bttv-cards.c            | 20 ++++++++++----------
 drivers/media/pci/cobalt/cobalt-driver.c        | 10 +++++-----
 drivers/media/pci/cx88/cx88-cards.c             |  2 +-
 drivers/media/platform/allegro-dvt/nal-h264.h   |  2 +-
 drivers/media/platform/exynos-gsc/gsc-core.h    | 19 +++++++++++++------
 drivers/media/platform/exynos4-is/fimc-core.h   | 10 ++++++++--
 drivers/media/platform/exynos4-is/fimc-isp.h    | 17 ++++++++++++-----
 drivers/media/platform/exynos4-is/fimc-lite.h   |  2 ++
 drivers/media/platform/exynos4-is/fimc-reg.h    |  1 +
 drivers/media/platform/exynos4-is/media-dev.h   |  7 ++++++-
 drivers/media/platform/imx-jpeg/mxc-jpeg.c      | 22 ++++++++++++----------
 drivers/media/platform/s3c-camif/camif-core.h   | 16 +++++++++++++---
 drivers/media/platform/s5p-jpeg/jpeg-core.h     |  5 ++++-
 drivers/media/platform/s5p-mfc/s5p_mfc_common.h | 28 ++++++++++++++--------------
 drivers/media/test-drivers/vivid/vivid-core.c   |  6 +++---
 drivers/media/usb/em28xx/em28xx-dvb.c           |  1 +
 drivers/staging/media/atomisp/i2c/gc2235.h      |  2 +-
 drivers/staging/media/hantro/hantro_hw.h        | 12 ++++++++++++
 include/media/media-entity.h                    |  2 +-
 include/uapi/linux/rkisp1-config.h              | 16 ++++++++--------
 20 files changed, 128 insertions(+), 72 deletions(-)

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

* [GIT PULL FOR v5.13] Various fixes
@ 2021-03-21  9:35 Hans Verkuil
  0 siblings, 0 replies; 7+ messages in thread
From: Hans Verkuil @ 2021-03-21  9:35 UTC (permalink / raw)
  To: Linux Media Mailing List

The following changes since commit 2842027ffb066b62467fde803ecac8024b0fc51e:

  media: imx: imx7_mipi_csis: Print shadow registers in mipi_csis_dump_regs() (2021-03-05 15:31:03 +0100)

are available in the Git repository at:

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

for you to fetch changes up to df870d75ff036d4e7c37200b20bff4886b8ab0e7:

  media: cx25821: switch from 'pci_' to 'dma_' API (2021-03-21 10:24:50 +0100)

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

----------------------------------------------------------------
Antti Keränen (1):
      media: v4l2-mc: fix a warning message

Christophe JAILLET (1):
      media: cx25821: switch from 'pci_' to 'dma_' API

Fabio Estevam (2):
      media: coda: Remove unneeded of_match_ptr()
      media: rkvdec: Remove of_match_ptr()

Hans Verkuil (3):
      vidioc-g-ext-ctrls.rst: reformat tables and clarify which vs ctrl_class
      buffer.rst: fix incorrect :c:type
      adv7604: writing a one-block EDID failed

Ricardo Ribalda (1):
      media: videobuf2: Exit promptly if size = 0

Stanimir Varbanov (1):
      v4l2-ctrls: Fix h264 hierarchical coding type menu ctrl

Wolfram Sang (1):
      media: i2c: adv7842: remove open coded version of SMBus block write

zuoqilin (1):
      media/pci/pt1: Assign value when defining variables

 Documentation/userspace-api/media/v4l/buffer.rst             |  2 +-
 Documentation/userspace-api/media/v4l/vidioc-g-ext-ctrls.rst | 42 ++++++++++++++++++------------------------
 drivers/media/common/videobuf2/videobuf2-dma-sg.c            |  2 +-
 drivers/media/i2c/adv7604.c                                  | 30 ++++++++++++++++--------------
 drivers/media/i2c/adv7842.c                                  | 27 +++++++--------------------
 drivers/media/pci/cx25821/cx25821-alsa.c                     |  2 +-
 drivers/media/pci/cx25821/cx25821-core.c                     | 10 +++++-----
 drivers/media/pci/pt1/pt1.c                                  |  6 ++----
 drivers/media/platform/coda/coda-common.c                    |  2 +-
 drivers/media/v4l2-core/v4l2-ctrls.c                         |  8 ++++++++
 drivers/media/v4l2-core/v4l2-mc.c                            |  2 +-
 drivers/staging/media/rkvdec/rkvdec.c                        |  2 +-
 12 files changed, 62 insertions(+), 73 deletions(-)

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

* [GIT PULL FOR v5.13] Various fixes
@ 2021-03-03 14:54 Hans Verkuil
  0 siblings, 0 replies; 7+ messages in thread
From: Hans Verkuil @ 2021-03-03 14:54 UTC (permalink / raw)
  To: Linux Media Mailing List

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

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

end of thread, other threads:[~2021-04-09 11:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-16  8:28 [GIT PULL FOR v5.13] Various fixes Hans Verkuil
2021-03-16  8:51 ` [GIT PULL FOR v5.13] Various fixes (#72313) Jenkins
  -- strict thread matches above, loose matches on Subject: below --
2021-04-09 11:14 [GIT PULL FOR v5.13] Various fixes Hans Verkuil
2021-03-27 10:07 Hans Verkuil
2021-03-25  8:53 Hans Verkuil
2021-03-21  9:35 Hans Verkuil
2021-03-03 14:54 Hans Verkuil

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.