Linux Media Controller development
 help / color / mirror / Atom feed
* [GIT PULL] media patches
@ 2019-08-26 16:38 Mauro Carvalho Chehab
  2019-08-26 16:40 ` Jenkins
  2019-08-26 16:42 ` Jenkins
  0 siblings, 2 replies; 5+ messages in thread
From: Mauro Carvalho Chehab @ 2019-08-26 16:38 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: Linux Media Mailing List

The following changes since commit 01faced6f65d0224bf6ce1262a4137771e28519f:

  media: dt-bindings: media: Convert Allwinner A10 IR to a schema (2019-08-21 18:39:55 -0300)

are available in the Git repository at:

  git://git://linuxtv.org/mchehab/experimental.git patches/v5.3-1

for you to fetch changes up to 03905f3929e5c8241aa0188eda41dcb37ffd64c5:

  media: don't do a 31 bit shift on a signed int (2019-08-26 06:49:18 -0300)

----------------------------------------------------------------

Media patches solving some issues detected by cppcheck.

----------------------------------------------------------------
Mauro Carvalho Chehab (6):
      media: remove include stdarg.h from some drivers
      media: vicodec: make life easier for static analyzers
      media: aspeed-video: address a protential usage of an unit var
      media: ov9650: add a sanity check
      media: use the BIT() macro
      media: don't do a 31 bit shift on a signed int

 drivers/media/dvb-frontends/cx24123.c             |   2 +-
 drivers/media/i2c/ov9650.c                        |   5 +
 drivers/media/pci/bt8xx/bttv-input.c              |   4 +-
 drivers/media/pci/cobalt/cobalt-driver.h          |  63 +--
 drivers/media/pci/cx18/cx18-ioctl.c               |   2 +-
 drivers/media/pci/cx18/cx18-mailbox.c             |   2 +-
 drivers/media/pci/ivtv/ivtv-driver.c              |   2 +-
 drivers/media/pci/ivtv/ivtv-ioctl.c               |   4 +-
 drivers/media/pci/ivtv/ivtv-irq.h                 |  28 +-
 drivers/media/pci/ivtv/ivtv-mailbox.c             |   2 -
 drivers/media/pci/mantis/mantis_reg.h             | 152 +++---
 drivers/media/pci/solo6x10/solo6x10-gpio.c        |   6 +-
 drivers/media/pci/solo6x10/solo6x10-regs.h        | 286 +++++------
 drivers/media/pci/ttpci/av7110_hw.c               |   1 -
 drivers/media/platform/am437x/am437x-vpfe_regs.h  |  26 +-
 drivers/media/platform/aspeed-video.c             |   5 +-
 drivers/media/platform/davinci/dm644x_ccdc_regs.h |  20 +-
 drivers/media/platform/exynos4-is/fimc-lite-reg.h |  80 +--
 drivers/media/platform/exynos4-is/fimc-reg.h      | 138 ++---
 drivers/media/platform/exynos4-is/mipi-csis.c     |   6 +-
 drivers/media/platform/fsl-viu.c                  |   2 +-
 drivers/media/platform/mx2_emmaprp.c              |   2 +-
 drivers/media/platform/omap3isp/ispreg.h          | 584 +++++++++++-----------
 drivers/media/platform/pxa_camera.c               |   4 +-
 drivers/media/platform/qcom/venus/core.c          |   2 +-
 drivers/media/platform/s3c-camif/camif-regs.h     | 118 ++---
 drivers/media/platform/s5p-jpeg/jpeg-regs.h       |  10 +-
 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c   |   4 +-
 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c   |   2 +-
 drivers/media/platform/tegra-cec/tegra_cec.h      |  82 +--
 drivers/media/platform/ti-vpe/vpe_regs.h          |  94 ++--
 drivers/media/platform/vicodec/vicodec-core.c     |  11 +-
 drivers/media/platform/vsp1/vsp1_regs.h           | 224 ++++-----
 drivers/media/platform/xilinx/xilinx-vip.h        |  29 +-
 drivers/media/radio/radio-gemtek.c                |   2 +-
 drivers/media/radio/radio-trust.c                 |   1 -
 drivers/media/radio/wl128x/fmdrv_common.h         |  88 ++--
 drivers/media/usb/dvb-usb-v2/gl861.c              |   2 +-
 drivers/media/usb/pvrusb2/pvrusb2-hdw.c           |  14 +-
 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c          |   4 +-
 drivers/media/v4l2-core/v4l2-ioctl.c              |   2 +-
 drivers/staging/media/ipu3/ipu3-tables.h          |   4 +-
 42 files changed, 1068 insertions(+), 1051 deletions(-)


---

Ok, sending an e-mail to me sounds a little... selfish :-)

Yet, doing that makes the pull request to be parsed by the builder, so,
if everything wents fine, I may end doing it from now on.

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

* Re: [GIT PULL] media patches
  2019-08-26 16:38 [GIT PULL] media patches Mauro Carvalho Chehab
@ 2019-08-26 16:40 ` Jenkins
  2019-08-26 16:42 ` Jenkins
  1 sibling, 0 replies; 5+ messages in thread
From: Jenkins @ 2019-08-26 16:40 UTC (permalink / raw)
  To: mchehab+samsung, linux-media; +Cc: builder

From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/patch/58429/
Build log: https://builder.linuxtv.org/job/patchwork/13380/
Build time: 00:00:00
Link: https://lore.kernel.org/linux-media/20190826133808.1bb4f296@coco.lan

Build aborted due to a fatal error:
FAILED: can't fetch patches from 01faced6f65d0224bf6ce1262a4137771e28519f to 03905f3929e5c8241aa0188eda41dcb37ffd64c5

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

* Re: [GIT PULL] media patches
  2019-08-26 16:38 [GIT PULL] media patches Mauro Carvalho Chehab
  2019-08-26 16:40 ` Jenkins
@ 2019-08-26 16:42 ` Jenkins
  1 sibling, 0 replies; 5+ messages in thread
From: Jenkins @ 2019-08-26 16:42 UTC (permalink / raw)
  To: mchehab+samsung, linux-media; +Cc: builder

From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/patch/58429/
Build log: https://builder.linuxtv.org/job/patchwork/13381/
Build time: 00:00:00
Link: https://lore.kernel.org/linux-media/20190826133808.1bb4f296@coco.lan

Build aborted due to a fatal error:
FAILED: can't fetch patches from 01faced6f65d0224bf6ce1262a4137771e28519f to 03905f3929e5c8241aa0188eda41dcb37ffd64c5

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

* [GIT PULL] media patches
@ 2019-08-26 16:45 Mauro Carvalho Chehab
  2019-08-26 16:58 ` Jenkins
  0 siblings, 1 reply; 5+ messages in thread
From: Mauro Carvalho Chehab @ 2019-08-26 16:45 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: Linux Media Mailing List

The following changes since commit 01faced6f65d0224bf6ce1262a4137771e28519f:

  media: dt-bindings: media: Convert Allwinner A10 IR to a schema (2019-08-21 18:39:55 -0300)

are available in the Git repository at:

  git://linuxtv.org/mchehab/experimental.git tags/patches/v5.3-1

for you to fetch changes up to 03905f3929e5c8241aa0188eda41dcb37ffd64c5:

  media: don't do a 31 bit shift on a signed int (2019-08-26 06:49:18 -0300)

----------------------------------------------------------------

Media patches solving some issues detected by cppcheck.

----------------------------------------------------------------
Mauro Carvalho Chehab (6):
      media: remove include stdarg.h from some drivers
      media: vicodec: make life easier for static analyzers
      media: aspeed-video: address a protential usage of an unit var
      media: ov9650: add a sanity check
      media: use the BIT() macro
      media: don't do a 31 bit shift on a signed int

 drivers/media/dvb-frontends/cx24123.c             |   2 +-
 drivers/media/i2c/ov9650.c                        |   5 +
 drivers/media/pci/bt8xx/bttv-input.c              |   4 +-
 drivers/media/pci/cobalt/cobalt-driver.h          |  63 +--
 drivers/media/pci/cx18/cx18-ioctl.c               |   2 +-
 drivers/media/pci/cx18/cx18-mailbox.c             |   2 +-
 drivers/media/pci/ivtv/ivtv-driver.c              |   2 +-
 drivers/media/pci/ivtv/ivtv-ioctl.c               |   4 +-
 drivers/media/pci/ivtv/ivtv-irq.h                 |  28 +-
 drivers/media/pci/ivtv/ivtv-mailbox.c             |   2 -
 drivers/media/pci/mantis/mantis_reg.h             | 152 +++---
 drivers/media/pci/solo6x10/solo6x10-gpio.c        |   6 +-
 drivers/media/pci/solo6x10/solo6x10-regs.h        | 286 +++++------
 drivers/media/pci/ttpci/av7110_hw.c               |   1 -
 drivers/media/platform/am437x/am437x-vpfe_regs.h  |  26 +-
 drivers/media/platform/aspeed-video.c             |   5 +-
 drivers/media/platform/davinci/dm644x_ccdc_regs.h |  20 +-
 drivers/media/platform/exynos4-is/fimc-lite-reg.h |  80 +--
 drivers/media/platform/exynos4-is/fimc-reg.h      | 138 ++---
 drivers/media/platform/exynos4-is/mipi-csis.c     |   6 +-
 drivers/media/platform/fsl-viu.c                  |   2 +-
 drivers/media/platform/mx2_emmaprp.c              |   2 +-
 drivers/media/platform/omap3isp/ispreg.h          | 584 +++++++++++-----------
 drivers/media/platform/pxa_camera.c               |   4 +-
 drivers/media/platform/qcom/venus/core.c          |   2 +-
 drivers/media/platform/s3c-camif/camif-regs.h     | 118 ++---
 drivers/media/platform/s5p-jpeg/jpeg-regs.h       |  10 +-
 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c   |   4 +-
 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c   |   2 +-
 drivers/media/platform/tegra-cec/tegra_cec.h      |  82 +--
 drivers/media/platform/ti-vpe/vpe_regs.h          |  94 ++--
 drivers/media/platform/vicodec/vicodec-core.c     |  11 +-
 drivers/media/platform/vsp1/vsp1_regs.h           | 224 ++++-----
 drivers/media/platform/xilinx/xilinx-vip.h        |  29 +-
 drivers/media/radio/radio-gemtek.c                |   2 +-
 drivers/media/radio/radio-trust.c                 |   1 -
 drivers/media/radio/wl128x/fmdrv_common.h         |  88 ++--
 drivers/media/usb/dvb-usb-v2/gl861.c              |   2 +-
 drivers/media/usb/pvrusb2/pvrusb2-hdw.c           |  14 +-
 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c          |   4 +-
 drivers/media/v4l2-core/v4l2-ioctl.c              |   2 +-
 drivers/staging/media/ipu3/ipu3-tables.h          |   4 +-
 42 files changed, 1068 insertions(+), 1051 deletions(-)


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

* Re: [GIT PULL] media patches
  2019-08-26 16:45 Mauro Carvalho Chehab
@ 2019-08-26 16:58 ` Jenkins
  0 siblings, 0 replies; 5+ messages in thread
From: Jenkins @ 2019-08-26 16:58 UTC (permalink / raw)
  To: mchehab+samsung, linux-media; +Cc: builder

From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/patch/58430/
Build log: https://builder.linuxtv.org/job/patchwork/13382/
Build time: 00:08:06
Link: https://lore.kernel.org/linux-media/20190826134529.5db7716b@coco.lan

gpg: Signature made Mon 26 Aug 2019 10:00:59 AM UTC
gpg:                using RSA key F909AE68FC11DF09C1755C00085F3EBD8EE4E115
gpg: Good signature from "Mauro Carvalho Chehab <mchehab+samsung@kernel.org>" [ultimate]
gpg:                 aka "Mauro Carvalho Chehab <mchehab@kernel.org>" [ultimate]
gpg:                 aka "Mauro Carvalho Chehab <m.chehab@samsung.com>" [ultimate]
gpg:                 aka "Mauro Carvalho Chehab <mchehab@osg.samsung.com>" [ultimate]
gpg:                 aka "Mauro Carvalho Chehab <mchehab@s-opensource.com>" [ultimate]
gpg:                 aka "[jpeg image of size 3594]" [ultimate]

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

Error/warnings:

patches/0002-media-vicodec-make-life-easier-for-static-analyzers.patch:7: 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/0002-media-vicodec-make-life-easier-for-static-analyzers.patch
patches/0003-media-aspeed-video-address-a-protential-usage-of-an-.patch:19: 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/0003-media-aspeed-video-address-a-protential-usage-of-an-.patch
patches/0004-media-ov9650-add-a-sanity-check.patch:8: 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/0004-media-ov9650-add-a-sanity-check.patch
patches/0005-media-use-the-BIT-macro.patch:8: WARNING: Possible unwrapped commit description (prefer a maximum 75 chars per line)
patches/0005-media-use-the-BIT-macro.patch:742: WARNING: 'WIAT' may be misspelled - perhaps 'WAIT'?
patches/0005-media-use-the-BIT-macro.patch:743: WARNING: 'WIAT' may be misspelled - perhaps 'WAIT'?
patches/0005-media-use-the-BIT-macro.patch:744: WARNING: 'WIAT' may be misspelled - perhaps 'WAIT'?
patches/0005-media-use-the-BIT-macro.patch:745: WARNING: 'WIAT' may be misspelled - perhaps 'WAIT'?

Error #256 when running ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0005-media-use-the-BIT-macro.patch
patches/0006-media-don-t-do-a-31-bit-shift-on-a-signed-int.patch:147: CHECK: Prefer using the BIT macro
patches/0006-media-don-t-do-a-31-bit-shift-on-a-signed-int.patch:156: CHECK: Prefer using the BIT macro
patches/0006-media-don-t-do-a-31-bit-shift-on-a-signed-int.patch:165: CHECK: Prefer using the BIT macro
patches/0006-media-don-t-do-a-31-bit-shift-on-a-signed-int.patch:191: CHECK: Prefer using the BIT macro
patches/0006-media-don-t-do-a-31-bit-shift-on-a-signed-int.patch:204: CHECK: Prefer using the BIT macro
patches/0006-media-don-t-do-a-31-bit-shift-on-a-signed-int.patch:213: CHECK: Prefer using the BIT macro
patches/0006-media-don-t-do-a-31-bit-shift-on-a-signed-int.patch:257: WARNING: line over 80 characters
patches/0006-media-don-t-do-a-31-bit-shift-on-a-signed-int.patch:257: CHECK: Prefer using the BIT macro
patches/0006-media-don-t-do-a-31-bit-shift-on-a-signed-int.patch:264: WARNING: line over 80 characters
patches/0006-media-don-t-do-a-31-bit-shift-on-a-signed-int.patch:264: CHECK: Prefer using the BIT macro
patches/0006-media-don-t-do-a-31-bit-shift-on-a-signed-int.patch:312: CHECK: spaces preferred around that '<<' (ctx:VxV)
patches/0006-media-don-t-do-a-31-bit-shift-on-a-signed-int.patch:347: ERROR: trailing statements should be on next line
patches/0006-media-don-t-do-a-31-bit-shift-on-a-signed-int.patch:356: ERROR: trailing statements should be on next line
patches/0006-media-don-t-do-a-31-bit-shift-on-a-signed-int.patch:370: ERROR: trailing statements should be on next line
patches/0006-media-don-t-do-a-31-bit-shift-on-a-signed-int.patch:388: ERROR: trailing statements should be on next line
patches/0006-media-don-t-do-a-31-bit-shift-on-a-signed-int.patch:401: ERROR: trailing statements should be on next line
patches/0006-media-don-t-do-a-31-bit-shift-on-a-signed-int.patch:410: ERROR: trailing statements should be on next line
patches/0006-media-don-t-do-a-31-bit-shift-on-a-signed-int.patch:423: WARNING: line over 80 characters

Error #256 when running ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0006-media-don-t-do-a-31-bit-shift-on-a-signed-int.patch


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

end of thread, other threads:[~2019-08-26 16:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-26 16:38 [GIT PULL] media patches Mauro Carvalho Chehab
2019-08-26 16:40 ` Jenkins
2019-08-26 16:42 ` Jenkins
  -- strict thread matches above, loose matches on Subject: below --
2019-08-26 16:45 Mauro Carvalho Chehab
2019-08-26 16:58 ` Jenkins

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox