linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL FOR v5.6] Various fixes/enhancements
@ 2019-12-12 12:20 Hans Verkuil
  2019-12-12 13:01 ` Jenkins
  0 siblings, 1 reply; 4+ messages in thread
From: Hans Verkuil @ 2019-12-12 12:20 UTC (permalink / raw)
  To: Linux Media Mailing List; +Cc: Vandana BN

The following changes since commit 2099ef02c6c024751e4d16ace67dd6b910c875e4:

  media: dt-bindings: media: cal: convert binding to yaml (2019-12-09 11:43:47 +0100)

are available in the Git repository at:

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

for you to fetch changes up to f1fbd760c608320341c69d04973a8932794a801e:

  media: go7007: fix a miss of snd_card_free (2019-12-12 12:48:08 +0100)

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

----------------------------------------------------------------
Benoit Parrot (1):
      media: ti-vpe: csc: fix single vs multiplanar format handling

Chuhong Yuan (5):
      media: bdisp: add missed destroy_workqueue in remove and probe failure
      media: platform: mtk-mdp: add missed destroy_workqueue in remove
      media: usb: go7007: s2250-board: add missed i2c_unregister_device
      media: pxa_camera: add missed tasklet_kill
      media: go7007: fix a miss of snd_card_free

Colin Ian King (1):
      media: meson: add missing allocation failure check on new_buf

Daniel Gomez (1):
      media: v4l2: Fix fourcc names for BAYER12P

Forest Crossman (1):
      media: cx23885: Add support for AVerMedia CE310B

Gustavo A. R. Silva (1):
      media: i2c: adv748x: Fix unsafe macros

Hans Verkuil (5):
      gspca: zero usb_buf
      dvb-usb/dvb-usb-urb.c: initialize actlen to 0
      vidioc-g-dv-timings.rst: fix wrong porch
      ivtv/cx18: remove ivtvdriver.org references
      cec-ioc-g-mode.rst: remove trailing 'i'

Vandana BN (1):
      vivid: Add touch support

Wolfram Sang (1):
      media: v4l2-subdev: remove wrong @cond from kdocs

 Documentation/media/uapi/cec/cec-ioc-g-mode.rst      |   2 +-
 Documentation/media/uapi/v4l/pixfmt-reserved.rst     |   3 +-
 Documentation/media/uapi/v4l/pixfmt-srggb12p.rst     |   2 +-
 Documentation/media/uapi/v4l/vidioc-g-dv-timings.rst |   2 +-
 Documentation/media/v4l-drivers/cx18.rst             |  39 ------
 Documentation/media/v4l-drivers/index.rst            |   1 -
 MAINTAINERS                                          |   6 +-
 drivers/media/i2c/adv748x/adv748x.h                  |   8 +-
 drivers/media/pci/cx18/cx18-cards.c                  |   8 +-
 drivers/media/pci/cx18/cx18-driver.c                 |   2 +-
 drivers/media/pci/cx23885/cx23885-cards.c            |  24 ++++
 drivers/media/pci/cx23885/cx23885-video.c            |   3 +-
 drivers/media/pci/cx23885/cx23885.h                  |   1 +
 drivers/media/pci/ivtv/Kconfig                       |   5 +-
 drivers/media/pci/ivtv/ivtv-driver.c                 |   3 +-
 drivers/media/pci/ivtv/ivtv-driver.h                 |   1 -
 drivers/media/platform/mtk-mdp/mtk_mdp_core.c        |   3 +
 drivers/media/platform/pxa_camera.c                  |   2 +
 drivers/media/platform/sti/bdisp/bdisp-v4l2.c        |  13 +-
 drivers/media/platform/ti-vpe/csc.c                  |  32 ++---
 drivers/media/platform/vivid/Makefile                |   3 +-
 drivers/media/platform/vivid/vivid-core.c            | 164 +++++++++++++++++++++++--
 drivers/media/platform/vivid/vivid-core.h            |  20 ++++
 drivers/media/platform/vivid/vivid-ctrls.c           |  11 ++
 drivers/media/platform/vivid/vivid-kthread-touch.c   | 181 ++++++++++++++++++++++++++++
 drivers/media/platform/vivid/vivid-kthread-touch.h   |  13 ++
 drivers/media/platform/vivid/vivid-touch-cap.c       | 322 ++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/media/platform/vivid/vivid-touch-cap.h       |  38 ++++++
 drivers/media/usb/dvb-usb/dvb-usb-urb.c              |   2 +-
 drivers/media/usb/go7007/s2250-board.c               |   1 +
 drivers/media/usb/go7007/snd-go7007.c                |  35 +++---
 drivers/media/usb/gspca/gspca.c                      |   2 +-
 drivers/staging/media/meson/vdec/vdec.c              |   2 +
 include/media/v4l2-subdev.h                          |   2 +-
 34 files changed, 832 insertions(+), 124 deletions(-)
 delete mode 100644 Documentation/media/v4l-drivers/cx18.rst
 create mode 100644 drivers/media/platform/vivid/vivid-kthread-touch.c
 create mode 100644 drivers/media/platform/vivid/vivid-kthread-touch.h
 create mode 100644 drivers/media/platform/vivid/vivid-touch-cap.c
 create mode 100644 drivers/media/platform/vivid/vivid-touch-cap.h

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

* Re: [GIT PULL FOR v5.6] Various fixes/enhancements
  2019-12-12 12:20 [GIT PULL FOR v5.6] Various fixes/enhancements Hans Verkuil
@ 2019-12-12 13:01 ` Jenkins
  0 siblings, 0 replies; 4+ messages in thread
From: Jenkins @ 2019-12-12 13:01 UTC (permalink / raw)
  To: mchehab+samsung, linux-media; +Cc: builder

From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/patch/60682/
Build log: https://builder.linuxtv.org/job/patchwork/28878/
Build time: 00:21:38
Link: https://lore.kernel.org/linux-media/4c524bd4-e8bb-89b5-3898-a969a72266ad@xs4all.nl

gpg: Signature made Thu 12 Dec 2019 12:18:27 PM 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]

Summary: 3 patches and/or PDF generation with issues, being 0 at build time

Error/warnings:


Error #256 when running ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0001-media-i2c-adv748x-Fix-unsafe-macros.patch:
$ ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0001-media-i2c-adv748x-Fix-unsafe-macros.patch
patches/0001-media-i2c-adv748x-Fix-unsafe-macros.patch:34: CHECK: Macro argument reuse 's' - possible side-effects?
patches/0001-media-i2c-adv748x-Fix-unsafe-macros.patch:34: CHECK: Macro argument reuse 'r' - possible side-effects?
patches/0001-media-i2c-adv748x-Fix-unsafe-macros.patch:38: WARNING: line over 80 characters
patches/0001-media-i2c-adv748x-Fix-unsafe-macros.patch:38: CHECK: spaces preferred around that '+' (ctx:VxV)
patches/0001-media-i2c-adv748x-Fix-unsafe-macros.patch:38: CHECK: Macro argument reuse 's' - possible side-effects?
patches/0001-media-i2c-adv748x-Fix-unsafe-macros.patch:38: CHECK: Macro argument reuse 'r' - possible side-effects?
patches/0001-media-i2c-adv748x-Fix-unsafe-macros.patch:47: CHECK: Macro argument reuse 's' - possible side-effects?
patches/0001-media-i2c-adv748x-Fix-unsafe-macros.patch:47: CHECK: Macro argument reuse 'r' - possible side-effects?
patches/0001-media-i2c-adv748x-Fix-unsafe-macros.patch:52: CHECK: Macro argument reuse 's' - possible side-effects?
patches/0001-media-i2c-adv748x-Fix-unsafe-macros.patch:52: CHECK: Macro argument reuse 'r' - possible side-effects?

Error #256 when running ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0009-vivid-Add-touch-support.patch:
$ ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0009-vivid-Add-touch-support.patch
patches/0009-vivid-Add-touch-support.patch:469: WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
patches/0009-vivid-Add-touch-support.patch:511: WARNING: line over 80 characters
patches/0009-vivid-Add-touch-support.patch:551: WARNING: line over 80 characters
patches/0009-vivid-Add-touch-support.patch:576: WARNING: line over 80 characters
patches/0009-vivid-Add-touch-support.patch:577: WARNING: line over 80 characters

Error #256 when running ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0013-ivtv-cx18-remove-ivtvdriver.org-references.patch:
$ ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0013-ivtv-cx18-remove-ivtvdriver.org-references.patch
patches/0013-ivtv-cx18-remove-ivtvdriver.org-references.patch:178: WARNING: line over 80 characters
patches/0013-ivtv-cx18-remove-ivtvdriver.org-references.patch:222: WARNING: line over 80 characters


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

* Re: [GIT PULL FOR v5.6] Various fixes/enhancements
  2019-12-13 10:48 Hans Verkuil
@ 2019-12-13 11:06 ` Jenkins
  0 siblings, 0 replies; 4+ messages in thread
From: Jenkins @ 2019-12-13 11:06 UTC (permalink / raw)
  To: mchehab+samsung, linux-media; +Cc: builder

From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/patch/60699/
Build log: https://builder.linuxtv.org/job/patchwork/29010/
Build time: 00:16:07
Link: https://lore.kernel.org/linux-media/e47a67f8-da88-b0af-d59a-bf54f28e56c1@xs4all.nl

gpg: Signature made Fri 13 Dec 2019 10:46:44 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]

Summary: 4 patches and/or PDF generation with issues, being 0 at build time

Error/warnings:


Error #256 when running ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0004-media-coda-jpeg-add-CODA960-JPEG-encoder-support.patch:
$ ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0004-media-coda-jpeg-add-CODA960-JPEG-encoder-support.patch
patches/0004-media-coda-jpeg-add-CODA960-JPEG-encoder-support.patch:38: WARNING: line over 80 characters
patches/0004-media-coda-jpeg-add-CODA960-JPEG-encoder-support.patch:890: CHECK: Alignment should match open parenthesis
patches/0004-media-coda-jpeg-add-CODA960-JPEG-encoder-support.patch:895: CHECK: Alignment should match open parenthesis

Error #256 when running ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0007-dt-bindings-media-amlogic-vdec-convert-to-yaml.patch:
$ ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0007-dt-bindings-media-amlogic-vdec-convert-to-yaml.patch
patches/0007-dt-bindings-media-amlogic-vdec-convert-to-yaml.patch:22: WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
patches/0007-dt-bindings-media-amlogic-vdec-convert-to-yaml.patch:138: WARNING: DT binding docs and includes should be a separate patch. See: Documentation/devicetree/bindings/submitting-patches.txt

Error #256 when running ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0013-media-atmel-atmel-isc-base-add-support-for-Y10-forma.patch:
$ ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0013-media-atmel-atmel-isc-base-add-support-for-Y10-forma.patch
patches/0013-media-atmel-atmel-isc-base-add-support-for-Y10-forma.patch:51: CHECK: Macro argument reuse 'mbus_code' - possible side-effects?

Error #256 when running ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0017-media-atmel-atmel-isi-add-support-for-mono-sensors-G.patch:
$ ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0017-media-atmel-atmel-isi-add-support-for-mono-sensors-G.patch
patches/0017-media-atmel-atmel-isi-add-support-for-mono-sensors-G.patch:61: CHECK: Prefer using the BIT macro


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

* [GIT PULL FOR v5.6] Various fixes/enhancements
@ 2019-12-13 10:48 Hans Verkuil
  2019-12-13 11:06 ` Jenkins
  0 siblings, 1 reply; 4+ messages in thread
From: Hans Verkuil @ 2019-12-13 10:48 UTC (permalink / raw)
  To: Linux Media Mailing List; +Cc: Philipp Zabel, Eugen Hristev, Neil Armstrong

The following changes since commit da090bf60370c9ad6ede4e76adbf37ce79b84791:

  media: Drop superfluous ioctl PCM ops (2019-12-13 09:33:22 +0100)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.6d

for you to fetch changes up to 425738b4771df9c973bf8d233835b198ba141677:

  media: vimc: Implement get/set selection in sink (2019-12-13 11:37:05 +0100)

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

----------------------------------------------------------------
Eugen Hristev (8):
      media: atmel: atmel-isc-base: allow 8 bit direct dump
      media: atmel: atmel-isc-base: add support for Y10 format
      media: atmel: atmel-isc-base: properly initialize pad_cfg
      media: atmel: atmel-isc-base: fix enum calls default format
      media: atmel: atmel-isc-base: initialize the try_crop for the pads in try_fmt
      media: atmel: atmel-isi: add support for mono sensors, GRAY and Y16
      media: atmel: atmel-isi: properly initialize pad_cfg
      media: atmel: atmel-isi: initialize the try_crop for the pads in try_fmt

Guilherme Alcarde Gallo (1):
      media: vimc: Implement get/set selection in sink

Hans Verkuil (1):
      pixfmt-tch-td16/tu16.rst: document that this is little endian

Hirokazu Honda (1):
      media: mtk-vcodec: Remove extra area allocation in an input buffer on encoding

Maxime Jourdan (1):
      media: meson: vdec: add g12a platform

Neil Armstrong (4):
      dt-bindings: media: amlogic,vdec: convert to yaml
      dt-bindings: media: amlogic,gx-vdec: add bindings for G12A family
      dt-bindings: media: amlogic,gx-vdec: add bindings for SM1 family
      media: meson: vdec: add sm1 platform

Niklas Söderlund (2):
      dt-bindings: rcar-vin: Remove paragraph about aliases
      dt-bindings: rcar-vin: Document compatibility string for R8A77470

Philipp Zabel (6):
      media: coda: do not skip finish_run if aborting
      media: coda: jpeg: merge Huffman table bits and values
      media: coda: jpeg: add JPEG register definitions for CODA960
      media: coda: jpeg: add CODA960 JPEG encoder support
      media: coda: remove redundant platform_get_irq error message
      media: coda: avoid hardware lockups with more than 13 capture buffers

Rui Miguel Silva (1):
      media: imx7-mipi-csis: remove subdev_notifier

Wei Yongjun (1):
      media: sun8i: Remove redundant dev_err call in deinterlace_probe()

 Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml | 141 ++++++++
 Documentation/devicetree/bindings/media/amlogic,vdec.txt     |  72 ----
 Documentation/devicetree/bindings/media/renesas,vin.txt      |   4 +-
 Documentation/media/uapi/v4l/pixfmt-tch-td16.rst             |  34 +-
 Documentation/media/uapi/v4l/pixfmt-tch-tu16.rst             |  34 +-
 drivers/media/platform/atmel/atmel-isc-base.c                |  94 ++++--
 drivers/media/platform/atmel/atmel-isi.c                     |  42 ++-
 drivers/media/platform/atmel/atmel-isi.h                     |   2 +
 drivers/media/platform/coda/coda-bit.c                       |  29 +-
 drivers/media/platform/coda/coda-common.c                    |  45 ++-
 drivers/media/platform/coda/coda-jpeg.c                      | 746 ++++++++++++++++++++++++++++++++++++++++--
 drivers/media/platform/coda/coda.h                           |   3 +
 drivers/media/platform/coda/coda_regs.h                      |  83 +++++
 drivers/media/platform/coda/trace.h                          |  10 +
 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c           |   9 +-
 drivers/media/platform/sunxi/sun8i-di/sun8i-di.c             |   5 +-
 drivers/media/platform/vimc/vimc-scaler.c                    | 166 +++++++++-
 drivers/staging/media/imx/imx7-mipi-csis.c                   |   3 -
 drivers/staging/media/meson/vdec/vdec.c                      |  16 +-
 drivers/staging/media/meson/vdec/vdec.h                      |   1 +
 drivers/staging/media/meson/vdec/vdec_1.c                    |  29 +-
 drivers/staging/media/meson/vdec/vdec_platform.c             |  60 ++++
 drivers/staging/media/meson/vdec/vdec_platform.h             |   4 +
 23 files changed, 1427 insertions(+), 205 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml
 delete mode 100644 Documentation/devicetree/bindings/media/amlogic,vdec.txt

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

end of thread, other threads:[~2019-12-13 11:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-12 12:20 [GIT PULL FOR v5.6] Various fixes/enhancements Hans Verkuil
2019-12-12 13:01 ` Jenkins
2019-12-13 10:48 Hans Verkuil
2019-12-13 11:06 ` Jenkins

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