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.