mbox series

[GIT,PULL,FOR,5.16] V4L2 patches

Message ID YXcWok80UXRyK1eq@valkosipuli.retiisi.eu (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,FOR,5.16] V4L2 patches | expand

Pull-request

git://linuxtv.org/sailus/media_tree.git tags/for-5.16-2-signed

Message

Sakari Ailus Oct. 25, 2021, 8:42 p.m. UTC
Hi Mauro,

Here's a few patches for 5.16 if time allows, most notably a staging driver
for MAX96712 by Niklas. Also a few fixes for the IPU3 ImgU and CIO2
drivers.

Please pull.


The following changes since commit 57c3b9f55ba875a6f6295fa59f0bdc0a01c544f8:

  media: venus: core: Add sdm660 DT compatible and resource struct (2021-10-21 14:26:19 +0100)

are available in the Git repository at:

  git://linuxtv.org/sailus/media_tree.git tags/for-5.16-2-signed

for you to fetch changes up to dad71f55b69025a58cc54db95ed1a9e8cedbb08e:

  media: staging: ipu3-imgu: clarify the limitation of grid config (2021-10-22 23:30:49 +0300)

----------------------------------------------------------------
V4L2 patches for 5.16

----------------------------------------------------------------
Bingbu Cao (2):
      media: dw9768: activate runtime PM and turn off device
      media: staging: ipu3-imgu: clarify the limitation of grid config

Dan Carpenter (1):
      media: ipu3-cio2: fix error code in cio2_bridge_connect_sensor()

Niklas Söderlund (1):
      media: staging: max96712: Add basic support for MAX96712 GMSL2 deserializer

Qing Wang (1):
      media: i2c: ccs: replace snprintf in show functions with sysfs_emit

 MAINTAINERS                                        |   6 +
 drivers/media/i2c/ccs/ccs-core.c                   |  12 +-
 drivers/media/i2c/dw9768.c                         |   6 +
 drivers/media/pci/intel/ipu3/cio2-bridge.c         |   4 +-
 drivers/staging/media/Kconfig                      |   2 +
 drivers/staging/media/Makefile                     |   1 +
 .../staging/media/ipu3/include/uapi/intel-ipu3.h   |  10 +-
 drivers/staging/media/max96712/Kconfig             |  13 +
 drivers/staging/media/max96712/Makefile            |   2 +
 drivers/staging/media/max96712/max96712.c          | 440 +++++++++++++++++++++
 10 files changed, 487 insertions(+), 9 deletions(-)
 create mode 100644 drivers/staging/media/max96712/Kconfig
 create mode 100644 drivers/staging/media/max96712/Makefile
 create mode 100644 drivers/staging/media/max96712/max96712.c

Comments

Jenkins Oct. 25, 2021, 9:14 p.m. UTC | #1
From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/project/linux-media/patch/YXcWok80UXRyK1eq@valkosipuli.retiisi.eu/
Build log: https://builder.linuxtv.org/job/patchwork/151142/
Build time: 00:20:15
Link: https://lore.kernel.org/linux-media/YXcWok80UXRyK1eq@valkosipuli.retiisi.eu

gpg: Signature made Mon 25 Oct 2021 08:36:00 PM UTC
gpg:                using DSA key 53AC58A5F5948636C04A1BF8141DFA54A1EC8DEA
gpg:                issuer "sakari.ailus@linux.intel.com"
gpg: Good signature from "Sakari Ailus <sakari.ailus@linux.intel.com>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: F0D0 377A 0D4F 25A7 9238  EFE5 6D40 361B 6E28 C193
     Subkey fingerprint: 53AC 58A5 F594 8636 C04A  1BF8 141D FA54 A1EC 8DEA

Summary: got 1/5 patches with issues, being 1 at build time, plus one error when buinding PDF document

Error/warnings:

patches/0001-media-staging-max96712-Add-basic-support-for-MAX9671.patch:

    allyesconfig: return code #0:
	../scripts/genksyms/parse.y: warning: 9 shift/reduce conflicts [-Wconflicts-sr]
	../scripts/genksyms/parse.y: warning: 5 reduce/reduce conflicts [-Wconflicts-rr]
	../scripts/genksyms/parse.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples

    allyesconfig: return code #0:
	../drivers/media/cec/core/cec-adap.c: ../drivers/media/cec/core/cec-adap.c:926 cec_transmit_msg_fh() warn: '&data->list' not removed from list
	../drivers/media/rc/meson-ir-tx.c:22: warning: expecting prototype for meson(). Prototype was for DEVICE_NAME() instead
	SMATCH:../drivers/media/usb/siano/smsusb.c ../drivers/media/usb/siano/smsusb.c:53:38: :warning: array of flexible structures
	SPARSE:../drivers/media/usb/siano/smsusb.c ../drivers/media/usb/siano/smsusb.c:53:38: warning: array of flexible structures
	../drivers/media/pci/intel/ipu3/cio2-bridge.c:242 cio2_bridge_connect_sensor() warn: missing error code 'ret'
	../drivers/media/pci/cx23885/cx23885-dvb.c: ../drivers/media/pci/cx23885/cx23885-dvb.c:2625 dvb_register() parse error: turning off implications after 60 seconds
	../drivers/media/usb/pvrusb2/pvrusb2-encoder.c: ../drivers/media/usb/pvrusb2/pvrusb2-encoder.c:288 pvr2_encoder_cmd() warn: inconsistent indenting
	../drivers/media/test-drivers/vivid/vivid-core.c: ../drivers/media/test-drivers/vivid/vivid-core.c:1981 vivid_create_instance() parse error: turning off implications after 60 seconds
	../drivers/media/usb/pvrusb2/pvrusb2-hdw.c: ../drivers/media/usb/pvrusb2/pvrusb2-hdw.c:1730 pvr2_hdw_set_streaming() warn: inconsistent indenting
	../drivers/media/usb/pvrusb2/pvrusb2-hdw.c: ../drivers/media/usb/pvrusb2/pvrusb2-hdw.c:3461 pvr2_hdw_cpufw_set_enabled() warn: inconsistent indenting
	../drivers/media/usb/pvrusb2/pvrusb2-hdw.c: ../drivers/media/usb/pvrusb2/pvrusb2-hdw.c:3501 pvr2_hdw_cpufw_get() warn: inconsistent indenting
	../drivers/media/platform/qcom/venus/helpers.c: ../drivers/media/platform/qcom/venus/helpers.c:658 venus_helper_get_bufreq() error: we previously assumed 'req' could be null (see line 654)
	../drivers/media/usb/em28xx/em28xx-video.c: ../drivers/media/usb/em28xx/em28xx-video.c:2900 em28xx_v4l2_init() parse error: turning off implications after 60 seconds

   checkpatch.pl:
	$ cat patches/0001-media-staging-max96712-Add-basic-support-for-MAX9671.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:533: WARNING: DT compatible string "maxim,max96712" appears un-documented -- check ./Documentation/devicetree/bindings/


Error #512 when building PDF docs