mbox series

[GIT,PULL,for,5.11] V4L2 sensor and CSI-2 driver patches

Message ID 20201118104121.GE867@valkosipuli.retiisi.org.uk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,for,5.11] V4L2 sensor and CSI-2 driver patches | expand

Pull-request

git://linuxtv.org/sailus/media_tree.git tags/for-5.11-2.1-signed

Message

Sakari Ailus Nov. 18, 2020, 10:41 a.m. UTC
Hi Mauro,

Here's a smallish set of V4L2 sensor and CSI-2 driver patches. Notable
changes include the ov9734 sensor driver.

Please pull.


The following changes since commit 9463e07df8e0f93931e32c6f415d3f82bda63f35:

  media: v4l2-compat-ioctl32.c: add missing #ifdef CONFIG_COMPAT_32BIT_TIMEs (2020-11-17 07:14:46 +0100)

are available in the Git repository at:

  git://linuxtv.org/sailus/media_tree.git tags/for-5.11-2.1-signed

for you to fetch changes up to b1848758e322e652809bf5e63458b1f630292ccd:

  media: i2c: imx219: Declare that the driver can create events (2020-11-18 12:33:17 +0200)

----------------------------------------------------------------
V4L2 patches for 5.11

----------------------------------------------------------------
Andy Shevchenko (1):
      media: ipu3-cio2: Use macros from mm.h

Bingbu Cao (2):
      media: ov2740: only do OTP data read on demand from user
      media: ov2740: allow OTP data access during streaming

Dave Stevenson (1):
      media: i2c: imx219: Declare that the driver can create events

Hugues Fruchet (2):
      media: dt-bindings: media: st,stm32-dcmi: add support of BT656 bus
      media: stm32-dcmi: add support of BT656 bus

Nigel Christian (1):
      media: ipu3-cio2: fix trivial style warning

Rui Miguel Silva (3):
      dt-bindings: ov2680: convert bindings to yaml
      dt-bindings: imx7-csi: convert bindings to yaml
      dt-bindings: imx7-mipi-csi2: convert bindings to yaml

Tianshu Qiu (1):
      media: i2c: Add ov9734 image sensor driver

Xu Wang (1):
      media: i2c: mt9p031: Remove redundant null check before clk_disable_unprepare

 .../devicetree/bindings/media/i2c/ov2680.txt       |   46 -
 .../devicetree/bindings/media/i2c/ovti,ov2680.yaml |   99 ++
 .../devicetree/bindings/media/imx7-csi.txt         |   42 -
 .../devicetree/bindings/media/imx7-mipi-csi2.txt   |   90 --
 .../devicetree/bindings/media/nxp,imx7-csi.yaml    |   71 ++
 .../bindings/media/nxp,imx7-mipi-csi2.yaml         |  173 ++++
 .../devicetree/bindings/media/st,stm32-dcmi.yaml   |   38 +
 MAINTAINERS                                        |   14 +-
 drivers/media/i2c/Kconfig                          |   14 +
 drivers/media/i2c/Makefile                         |    1 +
 drivers/media/i2c/imx219.c                         |    3 +-
 drivers/media/i2c/mt9p031.c                        |    3 +-
 drivers/media/i2c/ov2740.c                         |  203 ++--
 drivers/media/i2c/ov9734.c                         | 1018 ++++++++++++++++++++
 drivers/media/pci/intel/ipu3/ipu3-cio2.c           |    8 +-
 drivers/media/platform/stm32/stm32-dcmi.c          |   37 +-
 16 files changed, 1596 insertions(+), 264 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/media/i2c/ov2680.txt
 create mode 100644 Documentation/devicetree/bindings/media/i2c/ovti,ov2680.yaml
 delete mode 100644 Documentation/devicetree/bindings/media/imx7-csi.txt
 delete mode 100644 Documentation/devicetree/bindings/media/imx7-mipi-csi2.txt
 create mode 100644 Documentation/devicetree/bindings/media/nxp,imx7-csi.yaml
 create mode 100644 Documentation/devicetree/bindings/media/nxp,imx7-mipi-csi2.yaml
 create mode 100644 drivers/media/i2c/ov9734.c

Comments

Jenkins Nov. 18, 2020, 11:03 a.m. UTC | #1
From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/project/linux-media/patch/20201118104121.GE867@valkosipuli.retiisi.org.uk/
Build log: https://builder.linuxtv.org/job/patchwork/77545/
Build time: 00:08:16
Link: https://lore.kernel.org/linux-media/20201118104121.GE867@valkosipuli.retiisi.org.uk

gpg: Signature made Wed 18 Nov 2020 10:33:24 AM UTC
gpg:                using DSA key 53AC58A5F5948636C04A1BF8141DFA54A1EC8DEA
gpg:                issuer "sakari.ailus@linux.intel.com"
gpg: Can't check signature: No public key

Summary: got 4/12 patches with issues, being 0 at build time, plus one error when buinding PDF document

Error/warnings:

patches/0002-media-i2c-Add-ov9734-image-sensor-driver.patch:

   checkpatch.pl:
	$ cat patches/0002-media-i2c-Add-ov9734-image-sensor-driver.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:35: WARNING: Possible repeated word: 'git'

patches/0009-dt-bindings-ov2680-convert-bindings-to-yaml.patch:

   checkpatch.pl:
	$ cat patches/0009-dt-bindings-ov2680-convert-bindings-to-yaml.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:25: WARNING: DT binding docs and includes should be a separate patch. See: Documentation/devicetree/bindings/submitting-patches.rst
	-:73: WARNING: DT binding docs and includes should be a separate patch. See: Documentation/devicetree/bindings/submitting-patches.rst

patches/0010-dt-bindings-imx7-csi-convert-bindings-to-yaml.patch:

   checkpatch.pl:
	$ cat patches/0010-dt-bindings-imx7-csi-convert-bindings-to-yaml.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:25: WARNING: DT binding docs and includes should be a separate patch. See: Documentation/devicetree/bindings/submitting-patches.rst
	-:69: WARNING: DT binding docs and includes should be a separate patch. See: Documentation/devicetree/bindings/submitting-patches.rst

patches/0011-dt-bindings-imx7-mipi-csi2-convert-bindings-to-yaml.patch:

   checkpatch.pl:
	$ cat patches/0011-dt-bindings-imx7-mipi-csi2-convert-bindings-to-yaml.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:25: WARNING: DT binding docs and includes should be a separate patch. See: Documentation/devicetree/bindings/submitting-patches.rst
	-:117: WARNING: DT binding docs and includes should be a separate patch. See: Documentation/devicetree/bindings/submitting-patches.rst


Error #512 when building PDF docs