linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL FOR v5.6] Various fixes
@ 2020-01-16 13:52 Hans Verkuil
  2020-01-16 14:21 ` Jenkins
  0 siblings, 1 reply; 8+ messages in thread
From: Hans Verkuil @ 2020-01-16 13:52 UTC (permalink / raw)
  To: Linux Media Mailing List

The following changes since commit 2a0a0bc7020ef7e66c9569d8229d79fa72e3d659:

  media: MAINTAINERS: add entry for Rockchip ISP1 driver (2020-01-09 16:45:01 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 14c6e30267c855093778bcec15b53b4051823498:

  rcar-vin: Add support for V4L2_FIELD_SEQ_{TB,BT} (2020-01-16 14:50:13 +0100)

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

----------------------------------------------------------------
Dafna Hirschfeld (1):
      media: vimc: streamer: fix memory leak in vimc subdevs if kthread_run fails

Eugen Hristev (2):
      media: atmel: atmel-isc-base: expose white balance as v4l2 controls
      MAINTAINERS: add atmel-isc-media.h file to ATMEL ISC driver

Hans Verkuil (1):
      vidioc-queryctrl.rst: fix error code

Hirokazu Honda (1):
      media: hantro: Support H264 profile control

Jae Hyun Yoo (1):
      Documentation: dt-bindings: media: add AST2600 Video Engine support

Joel Stanley (3):
      media: aspeed: Rework memory mapping in probe
      media: aspeed: Use runtime configuration
      video: aspeed: Update copyright information

Johan Hovold (1):
      media: usbtv: fix control-message timeouts

Niklas Söderlund (3):
      adv7180: Add init_cfg pad operation
      rcar-vin: Move hardware buffer tracking to own struct
      rcar-vin: Add support for V4L2_FIELD_SEQ_{TB,BT}

Peter Ujfalusi (3):
      media: pxa_camera: Use dma_request_chan() instead dma_request_slave_channel()
      media: rcar_drif: Use dma_request_chan() instead dma_request_slave_channel()
      media: xilinx: Use dma_request_chan() instead dma_request_slave_channel()

 Documentation/devicetree/bindings/media/aspeed-video.txt |   5 +-
 Documentation/media/uapi/v4l/vidioc-queryctrl.rst        |   2 +-
 MAINTAINERS                                              |   1 +
 drivers/media/i2c/adv7180.c                              |  12 +++
 drivers/media/platform/aspeed-video.c                    |  73 +++++++++++------
 drivers/media/platform/atmel/atmel-isc-base.c            | 222 ++++++++++++++++++++++++++++++++++++++++++++-------
 drivers/media/platform/atmel/atmel-isc.h                 |  23 +++++-
 drivers/media/platform/pxa_camera.c                      |  20 ++---
 drivers/media/platform/rcar-vin/rcar-dma.c               |  91 ++++++++++++++++-----
 drivers/media/platform/rcar-vin/rcar-v4l2.c              |   5 ++
 drivers/media/platform/rcar-vin/rcar-vin.h               |  28 ++++++-
 drivers/media/platform/rcar_drif.c                       |   6 +-
 drivers/media/platform/vimc/vimc-streamer.c              |   9 ++-
 drivers/media/platform/xilinx/xilinx-dma.c               |  11 +--
 drivers/media/usb/usbtv/usbtv-core.c                     |   2 +-
 drivers/media/usb/usbtv/usbtv-video.c                    |   5 +-
 drivers/staging/media/hantro/hantro_drv.c                |  10 +++
 include/linux/atmel-isc-media.h                          |  58 ++++++++++++++
 include/uapi/linux/v4l2-controls.h                       |   6 ++
 19 files changed, 486 insertions(+), 103 deletions(-)
 create mode 100644 include/linux/atmel-isc-media.h

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

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

From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/patch/61207/
Build log: https://builder.linuxtv.org/job/patchwork/33921/
Build time: 00:21:15
Link: https://lore.kernel.org/linux-media/05d43c5d-f0ba-74df-3a95-e424c6b39a79@xs4all.nl

gpg: Signature made Thu 16 Jan 2020 01:51:49 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: 2 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/0006-media-aspeed-Use-runtime-configuration.patch:
$ ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0006-media-aspeed-Use-runtime-configuration.patch
patches/0006-media-aspeed-Use-runtime-configuration.patch:94: WARNING: line over 80 characters
patches/0006-media-aspeed-Use-runtime-configuration.patch:95: WARNING: line over 80 characters

Error #256 when running ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0008-media-atmel-atmel-isc-base-expose-white-balance-as-v.patch:
$ ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0008-media-atmel-atmel-isc-base-expose-white-balance-as-v.patch
patches/0008-media-atmel-atmel-isc-base-expose-white-balance-as-v.patch:62: CHECK: Macro argument reuse 'x' - possible side-effects?
patches/0008-media-atmel-atmel-isc-base-expose-white-balance-as-v.patch:63: CHECK: Macro argument reuse 'x' - possible side-effects?
patches/0008-media-atmel-atmel-isc-base-expose-white-balance-as-v.patch:76: WARNING: line over 80 characters
patches/0008-media-atmel-atmel-isc-base-expose-white-balance-as-v.patch:78: WARNING: line over 80 characters
patches/0008-media-atmel-atmel-isc-base-expose-white-balance-as-v.patch:80: WARNING: line over 80 characters
patches/0008-media-atmel-atmel-isc-base-expose-white-balance-as-v.patch:82: WARNING: line over 80 characters
patches/0008-media-atmel-atmel-isc-base-expose-white-balance-as-v.patch:175: WARNING: line over 80 characters
patches/0008-media-atmel-atmel-isc-base-expose-white-balance-as-v.patch:177: WARNING: line over 80 characters
patches/0008-media-atmel-atmel-isc-base-expose-white-balance-as-v.patch:266: WARNING: line over 80 characters
patches/0008-media-atmel-atmel-isc-base-expose-white-balance-as-v.patch:268: WARNING: line over 80 characters
patches/0008-media-atmel-atmel-isc-base-expose-white-balance-as-v.patch:412: WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?


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

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

From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/patch/61151/
Build log: https://builder.linuxtv.org/job/patchwork/33479/
Build time: 00:02:32
Link: https://lore.kernel.org/linux-media/da873712-6eda-e564-6f3b-efb09d6a64f5@xs4all.nl

gpg: Signature made Mon 13 Jan 2020 12:16:50 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: no issues

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

* [GIT PULL FOR v5.6] Various fixes
@ 2020-01-13 12:17 Hans Verkuil
  2020-01-13 12:22 ` Jenkins
  0 siblings, 1 reply; 8+ messages in thread
From: Hans Verkuil @ 2020-01-13 12:17 UTC (permalink / raw)
  To: Linux Media Mailing List

The following changes since commit 2a0a0bc7020ef7e66c9569d8229d79fa72e3d659:

  media: MAINTAINERS: add entry for Rockchip ISP1 driver (2020-01-09 16:45:01 +0100)

are available in the Git repository at:

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

for you to fetch changes up to fb5696fbfd3cde5a9a934884925bb454b749a26d:

  media: allegro: add missed checks in allegro_open() (2020-01-13 13:06:45 +0100)

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

----------------------------------------------------------------
Chuhong Yuan (2):
      media: exynos4-is: add missed clk_disable_unprepare in remove
      media: allegro: add missed checks in allegro_open()

Jonas Karlman (1):
      media: hantro: fix post-processing NULL pointer dereference

Maoguang Meng (1):
      media: platform: VIDEO_MEDIATEK_JPEG can also depend on MTK_IOMMU

Zhang Xiaoxu (1):
      media: staging: rkisp1: Fix undefined reference to `phy_mipi_dphy_get_default_config' in rkisp1_mipi_csi2_start

 drivers/media/platform/Kconfig                   |  2 +-
 drivers/media/platform/exynos4-is/fimc-lite.c    |  3 +++
 drivers/staging/media/allegro-dvt/allegro-core.c | 24 ++++++++++++++++++++----
 drivers/staging/media/hantro/hantro_postproc.c   |  6 ++++++
 drivers/staging/media/rkisp1/Kconfig             |  1 +
 5 files changed, 31 insertions(+), 5 deletions(-)

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

* Re: [GIT PULL FOR v5.6] Various fixes
  2020-01-10 14:53 Hans Verkuil
@ 2020-01-10 15:03 ` Jenkins
  0 siblings, 0 replies; 8+ messages in thread
From: Jenkins @ 2020-01-10 15:03 UTC (permalink / raw)
  To: mchehab+samsung, linux-media; +Cc: builder

From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/patch/61113/
Build log: https://builder.linuxtv.org/job/patchwork/33063/
Build time: 00:03:25
Link: https://lore.kernel.org/linux-media/cc217178-64e4-19ca-f8f8-06edf053a14a@xs4all.nl

gpg: Signature made Fri 10 Jan 2020 02:51:52 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: no issues

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

* [GIT PULL FOR v5.6] Various fixes
@ 2020-01-10 14:53 Hans Verkuil
  2020-01-10 15:03 ` Jenkins
  0 siblings, 1 reply; 8+ messages in thread
From: Hans Verkuil @ 2020-01-10 14:53 UTC (permalink / raw)
  To: Linux Media Mailing List

The following changes since commit 2a0a0bc7020ef7e66c9569d8229d79fa72e3d659:

  media: MAINTAINERS: add entry for Rockchip ISP1 driver (2020-01-09 16:45:01 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 3351d701efd90aa963cb7e22e4c2ad0b1fa09e7d:

  media: stm32-dcmi: Use dma_request_chan() instead dma_request_slave_channel() (2020-01-10 15:27:49 +0100)

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

----------------------------------------------------------------
Aditya Pakki (1):
      media: media/saa7146: fix incorrect assertion in saa7146_buffer_finish

Julia Lawall (3):
      anysee: constify copied structure
      media: isif: constify copied structure
      media: cx231xx: constify copied structure

Krzysztof Kozlowski (1):
      media: Fix Kconfig indentation

Niklas Söderlund (3):
      rcar-vin: Use correct pixel format when aligning format
      rcar-vin: Handle special pixel formats in a switch
      rcar-vin: Limit NV12 availability to supported VIN channels only

Peter Ujfalusi (1):
      media: stm32-dcmi: Use dma_request_chan() instead dma_request_slave_channel()

Wolfram Sang (1):
      media: v4l2-core: v4l2-i2c: convert to new API with ERRPTR

 drivers/media/Kconfig                       |  6 +++---
 drivers/media/common/saa7146/saa7146_fops.c |  2 --
 drivers/media/platform/Kconfig              | 74 ++++++++++++++++++++++++++++++++---------------------------------
 drivers/media/platform/davinci/isif.c       |  2 +-
 drivers/media/platform/exynos4-is/Kconfig   |  2 +-
 drivers/media/platform/rcar-vin/rcar-v4l2.c | 23 ++++++++++++++------
 drivers/media/platform/stm32/stm32-dcmi.c   | 11 ++++++----
 drivers/media/radio/si470x/Kconfig          |  4 ++--
 drivers/media/usb/cx231xx/cx231xx-dvb.c     |  2 +-
 drivers/media/usb/dvb-usb-v2/anysee.c       |  4 ++--
 drivers/media/v4l2-core/v4l2-i2c.c          | 10 ++++-----
 11 files changed, 76 insertions(+), 64 deletions(-)

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

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

From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/patch/60987/
Build log: https://builder.linuxtv.org/job/patchwork/32479/
Build time: 00:13:30
Link: https://lore.kernel.org/linux-media/2337b954-6d92-319f-91d9-caa66713571e@xs4all.nl

gpg: Signature made Mon 06 Jan 2020 01:34:08 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: 2 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/0002-media-v4l2-Fix-fourcc-names-for-12b-and-14b-packed-b.patch:
$ ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0002-media-v4l2-Fix-fourcc-names-for-12b-and-14b-packed-b.patch
patches/0002-media-v4l2-Fix-fourcc-names-for-12b-and-14b-packed-b.patch:6: WARNING: Possible unwrapped commit description (prefer a maximum 75 chars per line)

Error #256 when running ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0010-media-pci-bt8xx-convert-to-i2c_new_scanned_device.patch:
$ ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0010-media-pci-bt8xx-convert-to-i2c_new_scanned_device.patch
patches/0010-media-pci-bt8xx-convert-to-i2c_new_scanned_device.patch:35: WARNING: line over 80 characters


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

* [GIT PULL FOR v5.6] Various fixes
@ 2020-01-06 13:36 Hans Verkuil
  2020-01-06 13:54 ` Jenkins
  0 siblings, 1 reply; 8+ messages in thread
From: Hans Verkuil @ 2020-01-06 13:36 UTC (permalink / raw)
  To: Linux Media Mailing List; +Cc: Daniel Gomez, Wolfram Sang

The following changes since commit 51e40a0dbe53cebe1f4b85bb47e250dc5a89b254:

  media: sun4i-csi: Add support for A10 CSI1 camera sensor interface (2020-01-04 08:21:35 +0100)

are available in the Git repository at:

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

for you to fetch changes up to ab568ba9fc3fd0b262e925fefa199320584a7d98:

  cec: remove unused functions (2020-01-06 14:06:05 +0100)

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

----------------------------------------------------------------
Aditya Pakki (2):
      media: cx231xx: replace BUG_ON with recovery code
      media: saa7146: Avoid using BUG_ON as an assertion

Daniel Gomez (1):
      media: v4l2: Fix fourcc names for 12b and 14b packed bayer

Dmitry Osipenko (3):
      media: staging: tegra-vde: Select IOVA unconditionally in Kconfig
      media: staging: tegra-vde: Sort headers alphabetically
      media: staging: tegra-vde: Use __maybe_unused attribute instead of ifdef

Hans Verkuil (2):
      Revert "media: v4l2: Fix fourcc names for BAYER12P"
      cec: remove unused functions

Helen Koike (1):
      media: v4l2-rect.h: fix v4l2_rect_map_inside() top/left adjustments

Jia-Ju Bai (1):
      media: sti: bdisp: fix a possible sleep-in-atomic-context bug in bdisp_device_run()

Ma Feng (1):
      media: pvrusb2: Remove unneeded semicolon and add newline

Wolfram Sang (5):
      media: pci: cx23885: convert to i2c_new_scanned_device
      media: pci: cx88: convert to i2c_new_scanned_device
      media: pci: bt8xx: convert to i2c_new_scanned_device
      media: pci: cx18: convert to i2c_new_scanned_device
      media: pci: ivtv: convert to i2c_new_scanned_device

 Documentation/media/uapi/v4l/pixfmt-srggb12p.rst |  2 +-
 Documentation/media/uapi/v4l/pixfmt-srggb14p.rst |  2 +-
 drivers/media/cec/cec-core.c                     | 21 +--------------------
 drivers/media/cec/cec-notifier.c                 | 37 ++-----------------------------------
 drivers/media/cec/cec-priv.h                     |  2 +-
 drivers/media/common/saa7146/saa7146_video.c     |  6 ++++--
 drivers/media/pci/bt8xx/bttv-input.c             |  6 +++---
 drivers/media/pci/cx18/cx18-i2c.c                |  2 +-
 drivers/media/pci/cx23885/cx23885-i2c.c          |  4 ++--
 drivers/media/pci/cx88/cx88-input.c              |  2 +-
 drivers/media/pci/ivtv/ivtv-i2c.c                |  6 +++---
 drivers/media/pci/ivtv/ivtv-i2c.h                |  2 +-
 drivers/media/platform/sti/bdisp/bdisp-hw.c      |  6 +++---
 drivers/media/usb/cx231xx/cx231xx-i2c.c          |  3 ++-
 drivers/media/usb/pvrusb2/pvrusb2-encoder.c      |  4 ++--
 drivers/staging/media/tegra-vde/Kconfig          |  2 +-
 drivers/staging/media/tegra-vde/vde.c            |  6 ++----
 drivers/staging/media/tegra-vde/vde.h            |  2 +-
 include/media/cec-notifier.h                     | 27 ---------------------------
 include/media/cec.h                              | 46 ----------------------------------------------
 include/media/v4l2-rect.h                        |  8 ++++----
 21 files changed, 36 insertions(+), 160 deletions(-)

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

end of thread, other threads:[~2020-01-16 14:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-16 13:52 [GIT PULL FOR v5.6] Various fixes Hans Verkuil
2020-01-16 14:21 ` Jenkins
  -- strict thread matches above, loose matches on Subject: below --
2020-01-13 12:17 Hans Verkuil
2020-01-13 12:22 ` Jenkins
2020-01-10 14:53 Hans Verkuil
2020-01-10 15:03 ` Jenkins
2020-01-06 13:36 Hans Verkuil
2020-01-06 13:54 ` 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).