linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL FOR v5.10] Various fixes/improvements
@ 2020-08-19 15:44 Hans Verkuil
  2020-08-27 16:27 ` [GIT PULL FOR v5.10] Various fixes/improvements (#66418) Jenkins
  0 siblings, 1 reply; 2+ messages in thread
From: Hans Verkuil @ 2020-08-19 15:44 UTC (permalink / raw)
  To: Linux Media Mailing List

The following changes since commit 9a538b83612c8b5848bf840c2ddcd86dda1c8c76:

  media: venus: core: Add support for opp tables/perf voting (2020-08-18 15:55:56 +0200)

are available in the Git repository at:

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

for you to fetch changes up to bd3dcad470cc3f3102dbc96bb8827802c12d5e87:

  media: exynos4-is: Simplify the pinctrl code (2020-08-19 16:52:30 +0200)

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

----------------------------------------------------------------
Allen Pais (11):
      media: bt8xx: convert tasklets to use new tasklet_setup() API
      media: mantis: convert tasklets to use new tasklet_setup() API
      media: ngene: convert tasklets to use new tasklet_setup() API
      media: smipcie: convert tasklets to use new tasklet_setup() API
      media: ttpci: convert tasklets to use new tasklet_setup() API
      media: tw5864: convert tasklets to use new tasklet_setup() API
      media: marvell-ccic: convert tasklets to use new tasklet_setup() API
      media: pxa_camera: convert tasklets to use new tasklet_setup() API
      media: sti: convert tasklets to use new tasklet_setup() API
      media/radio: wl128x: convert tasklets to use new tasklet_setup() API
      media: ttusb-dec: convert tasklets to use new tasklet_setup() API

Andrey Konovalov (3):
      media: camss: Make use of V4L2_CAP_IO_MC
      media: camss: add support for vidioc_enum_framesizes ioctl
      media: camss: __video_try_fmt(): don't use hardcoded constants

Daniel W. S. Almeida (15):
      media: sunxi: sun8i-rotate.c: remove useless error message
      media: cobalt: cobalt-omnitek.c: fix comparison to bool
      media: mtk-vcodec: mtk_vcodec_dec.c: fix comparison to bool
      media: vicodec: vicodec-core.c: fix assignment of 0/1 to bool variable
      media: pci: saa7164.c: Replace if(cond) BUG with BUG_ON
      media: pci: saa7164-dvb.c: replace if(cond) BUG() with BUG_ON()
      media: pci: saa7164-vbi.c: replace if (cond) BUG() with BUG_ON()
      media: pci: saa7164-core.c: replace if (cond) BUG() with BUG_ON()
      media: usb: dib0700_devices.c: remove useless if/else
      media: dvb-frontends: mb86a16.c: remove useless if/else
      media: pci: cx23855-video.c: remove duplicate argument in 'or'
      media: i2c: imx219.c: fix assignment of 0/1 to bool variable
      media: i2c: tda1997x.c: Fix assignment of 0/1 to bool variable
      media: pci: cobalt-i2c.c: fix comparison of 0/1 to bool variable
      media: mtk-vcodec: vdec_vp9_if.c: fix comparison to bool

Fabio Estevam (1):
      media: fsl-viu: Do not redefine out_be32()/in_be32() for CONFIG_M68K

Frederic Chen (1):
      media: mc-device.c: change media_device_request_alloc to match media_ioctl_info

Ismael Luceno (1):
      MAINTAINERS: Remove broken bluecherry.net email

Lubomir Rintel (4):
      media: cafe-driver: use drvdata instead of back-casting from v4l2_device
      media: marvell-ccic: mmp: get rid of mmpcam_devices list
      media: marvell-ccic: mmp: use generic dev_pm_ops
      media: marvell-ccic: add support for runtime PM

Niklas Söderlund (2):
      rcar-vin: Unconditionally unregister notifier on remove
      rcar-vin: Register media device when all sub-devices bound

Sylwester Nawrocki (2):
      media: Revert "media: exynos4-is: Add missed check for pinctrl_lookup_state()"
      media: exynos4-is: Simplify the pinctrl code

Tom Rix (1):
      media: tw5864: check status of tw5864_frameinterval_get

YueHaibing (1):
      media: staging: tegra-vde: Mark tegra_vde_runtime_suspend/resume as __maybe_unused

 MAINTAINERS                                              |   1 -
 drivers/media/dvb-frontends/mb86a16.c                    |   7 +--
 drivers/media/i2c/imx219.c                               |   2 +-
 drivers/media/i2c/tda1997x.c                             |   6 +--
 drivers/media/mc/mc-device.c                             |   7 +--
 drivers/media/pci/bt8xx/dvb-bt8xx.c                      |   7 +--
 drivers/media/pci/cobalt/cobalt-i2c.c                    |   8 +--
 drivers/media/pci/cobalt/cobalt-omnitek.c                |   2 +-
 drivers/media/pci/cx23885/cx23885-video.c                |   2 +-
 drivers/media/pci/mantis/mantis_dma.c                    |   4 +-
 drivers/media/pci/mantis/mantis_dma.h                    |   2 +-
 drivers/media/pci/mantis/mantis_dvb.c                    |   2 +-
 drivers/media/pci/ngene/ngene-core.c                     |  12 ++---
 drivers/media/pci/saa7164/saa7164-buffer.c               |   8 ++-
 drivers/media/pci/saa7164/saa7164-core.c                 |  12 ++---
 drivers/media/pci/saa7164/saa7164-dvb.c                  |   7 +--
 drivers/media/pci/saa7164/saa7164-vbi.c                  |   6 +--
 drivers/media/pci/smipcie/smipcie-main.c                 |   6 +--
 drivers/media/pci/ttpci/av7110.c                         |  20 +++----
 drivers/media/pci/ttpci/budget-ci.c                      |  15 +++---
 drivers/media/pci/ttpci/budget-core.c                    |   6 +--
 drivers/media/pci/tw5864/tw5864-video.c                  |  15 ++++--
 drivers/media/platform/exynos4-is/media-dev.c            |  29 ++---------
 drivers/media/platform/exynos4-is/media-dev.h            |  11 ----
 drivers/media/platform/fsl-viu.c                         |   2 +-
 drivers/media/platform/marvell-ccic/cafe-driver.c        |  10 ++--
 drivers/media/platform/marvell-ccic/mcam-core.c          |  38 +++-----------
 drivers/media/platform/marvell-ccic/mmp-driver.c         | 133 ++++++++++++++++++-----------------------------
 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c       |   7 ++-
 drivers/media/platform/mtk-vcodec/vdec/vdec_vp9_if.c     |   2 +-
 drivers/media/platform/pxa_camera.c                      |   6 +--
 drivers/media/platform/qcom/camss/camss-video.c          | 112 +++++++++++++++++++++++++++++++++------
 drivers/media/platform/rcar-vin/rcar-core.c              |  22 ++++----
 drivers/media/platform/sti/c8sectpfe/c8sectpfe-core.c    |  10 ++--
 drivers/media/platform/sunxi/sun8i-rotate/sun8i_rotate.c |   5 +-
 drivers/media/radio/wl128x/fmdrv_common.c                |  12 ++---
 drivers/media/test-drivers/vicodec/vicodec-core.c        |   4 +-
 drivers/media/usb/dvb-usb/dib0700_devices.c              |  11 ++--
 drivers/media/usb/ttusb-dec/ttusb_dec.c                  |   7 ++-
 drivers/staging/media/tegra-vde/vde.c                    |   4 +-
 40 files changed, 275 insertions(+), 307 deletions(-)

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

* Re: [GIT PULL FOR v5.10] Various fixes/improvements (#66418)
  2020-08-19 15:44 [GIT PULL FOR v5.10] Various fixes/improvements Hans Verkuil
@ 2020-08-27 16:27 ` Jenkins
  0 siblings, 0 replies; 2+ messages in thread
From: Jenkins @ 2020-08-27 16:27 UTC (permalink / raw)
  To: mchehab+samsung, linux-media; +Cc: builder

From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/project/linux-media/patch/4f43533b-c6a9-6741-851b-af8d0a74880d@xs4all.nl/
Build log: https://builder.linuxtv.org/job/patchwork/65989/
Build time: 00:18:00
Link: https://lore.kernel.org/linux-media/4f43533b-c6a9-6741-851b-af8d0a74880d@xs4all.nl

gpg: Signature made Wed 19 Aug 2020 03:43:26 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: 8 patches and/or PDF generation with issues, being 0 at build time

Error/warnings:


Error #256 when running cat patches/0005-media-pci-saa7164.c-Replace-if-cond-BUG-with-BUG_ON.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict:
$ cat patches/0005-media-pci-saa7164.c-Replace-if-cond-BUG-with-BUG_ON.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
-:32: WARNING: Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()
-:40: WARNING: Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()

Error #256 when running cat patches/0006-media-pci-saa7164-dvb.c-replace-if-cond-BUG-with-BUG.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict:
$ cat patches/0006-media-pci-saa7164-dvb.c-replace-if-cond-BUG-with-BUG.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
-:32: WARNING: Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()
-:42: WARNING: Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()

Error #256 when running cat patches/0007-media-pci-saa7164-vbi.c-replace-if-cond-BUG-with-BUG.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict:
$ cat patches/0007-media-pci-saa7164-vbi.c-replace-if-cond-BUG-with-BUG.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
-:32: WARNING: Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()
-:42: WARNING: Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()

Error #256 when running cat patches/0008-media-pci-saa7164-core.c-replace-if-cond-BUG-with-BU.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict:
$ cat patches/0008-media-pci-saa7164-core.c-replace-if-cond-BUG-with-BU.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
-:36: WARNING: Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()
-:46: WARNING: Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()
-:57: WARNING: Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()

Error #256 when running cat patches/0016-media-fsl-viu-Do-not-redefine-out_be32-in_be32-for-C.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict:
$ cat patches/0016-media-fsl-viu-Do-not-redefine-out_be32-in_be32-for-C.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
-:22: WARNING: Possible unwrapped commit description (prefer a maximum 75 chars per line)

Error #256 when running cat patches/0022-media-mantis-convert-tasklets-to-use-new-tasklet_set.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict:
$ cat patches/0022-media-mantis-convert-tasklets-to-use-new-tasklet_set.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
-:45: CHECK: extern prototypes should be avoided in .h files

Error #256 when running cat patches/0032-media-staging-tegra-vde-Mark-tegra_vde_runtime_suspe.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict:
$ cat patches/0032-media-staging-tegra-vde-Mark-tegra_vde_runtime_suspe.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
-:9: WARNING: Possible unwrapped commit description (prefer a maximum 75 chars per line)


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

end of thread, other threads:[~2020-08-27 16:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-19 15:44 [GIT PULL FOR v5.10] Various fixes/improvements Hans Verkuil
2020-08-27 16:27 ` [GIT PULL FOR v5.10] Various fixes/improvements (#66418) 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).