All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sakari Ailus <sakari.ailus@iki.fi>
To: linux-media@vger.kernel.org
Subject: [GIT PULL for 5.11] Camera sensor and CSI-2 patches (mostly)
Date: Mon, 30 Nov 2020 12:42:21 +0200	[thread overview]
Message-ID: <20201130104221.GM4351@valkosipuli.retiisi.org.uk> (raw)

Hi Mauro,

Here's another set of camera sensor and other nice patches for 5.11. In
particular, there's a driver a for ov02a10. Also a lot of DT bindings are
improved to conform to the graph schema. Apart from these, it's cleanups
and fixes.

Please pull.


The following changes since commit a3f132df0e5f25399c9592c2d14997975ddbf290:

  media: bttv: use generic power management (2020-11-27 14:11:26 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 603e062d47bbca54226712afb6ee5e20c6f88f70:

  media: i2c: imx219: Selection compliance fixes (2020-11-30 12:30:04 +0200)

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

----------------------------------------------------------------
Bingbu Cao (1):
      media: ov9734: hold lock to check streaming state

Colin Ian King (1):
      media: ov2740: fix dereference before null check on pointer nvm

Dongchun Zhu (2):
      media: dt-bindings: media: i2c: document OV02A10 DT bindings
      media: i2c: add OV02A10 image sensor driver

Hans Verkuil (1):
      media: i2c: imx219: Selection compliance fixes

Jacopo Mondi (2):
      media: max9271: Fix GPIO enable/disable
      media: rdacm20: Enable GPIO1 explicitly

Niklas Söderlund (5):
      rcar-vin: Only dynamically allocate v4l2_async_subdev
      rcar-vin: Rework parallel firmware parsing
      rcar-vin: Use v4l2_async_subdev instead of fwnode_handle to match subdevices
      rcar-vin: Rework CSI-2 firmware parsing
      v4l2-fwnode: Remove v4l2_async_notifier_parse_fwnode_endpoints_by_port()

Rob Herring (1):
      dt-bindings: media: Use OF graph schema

Sakari Ailus (1):
      v4l: subdev: Set sd->devnode before registering the subdev

Thomas Gleixner (1):
      media: omap3isp: Remove misleading comment

 .../bindings/media/allwinner,sun4i-a10-csi.yaml    |    1 +
 .../bindings/media/allwinner,sun6i-a31-csi.yaml    |    1 +
 .../devicetree/bindings/media/i2c/adv7180.yaml     |   31 +-
 .../devicetree/bindings/media/i2c/adv7604.yaml     |   32 +-
 .../bindings/media/i2c/aptina,mt9v111.yaml         |    2 +-
 .../bindings/media/i2c/imi,rdacm2x-gmsl.yaml       |   25 +-
 .../devicetree/bindings/media/i2c/imx219.yaml      |    4 +
 .../bindings/media/i2c/maxim,max9286.yaml          |   76 +-
 .../devicetree/bindings/media/i2c/ov5647.yaml      |    5 +-
 .../devicetree/bindings/media/i2c/ov8856.yaml      |    5 +-
 .../bindings/media/i2c/ovti,ov02a10.yaml           |  159 +++
 .../devicetree/bindings/media/i2c/ovti,ov772x.yaml |    1 +
 .../devicetree/bindings/media/i2c/sony,imx214.yaml |    1 +
 .../devicetree/bindings/media/i2c/sony,imx274.yaml |    3 +-
 .../bindings/media/marvell,mmp2-ccic.yaml          |    1 +
 .../devicetree/bindings/media/renesas,ceu.yaml     |    1 +
 .../devicetree/bindings/media/renesas,csi2.yaml    |   36 +-
 .../devicetree/bindings/media/renesas,vin.yaml     |    7 +-
 .../devicetree/bindings/media/st,stm32-dcmi.yaml   |    7 +-
 .../devicetree/bindings/media/ti,cal.yaml          |   15 +-
 .../bindings/media/xilinx/xlnx,csi2rxss.yaml       |   21 +-
 MAINTAINERS                                        |    8 +
 drivers/media/i2c/Kconfig                          |   13 +
 drivers/media/i2c/Makefile                         |    1 +
 drivers/media/i2c/imx219.c                         |   17 +-
 drivers/media/i2c/max9271.c                        |    8 +-
 drivers/media/i2c/ov02a10.c                        | 1013 ++++++++++++++++++++
 drivers/media/i2c/ov2740.c                         |    7 +-
 drivers/media/i2c/ov9734.c                         |    6 +-
 drivers/media/i2c/rdacm20.c                        |   13 +-
 drivers/media/platform/omap3isp/ispccdc.c          |    5 +-
 drivers/media/platform/rcar-vin/rcar-core.c        |  154 +--
 drivers/media/platform/rcar-vin/rcar-dma.c         |   16 +-
 drivers/media/platform/rcar-vin/rcar-v4l2.c        |   12 +-
 drivers/media/platform/rcar-vin/rcar-vin.h         |    8 +-
 drivers/media/v4l2-core/v4l2-device.c              |    3 +-
 drivers/media/v4l2-core/v4l2-fwnode.c              |   14 -
 include/media/v4l2-fwnode.h                        |   53 -
 38 files changed, 1404 insertions(+), 381 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/media/i2c/ovti,ov02a10.yaml
 create mode 100644 drivers/media/i2c/ov02a10.c

-- 
Sakari Ailus

             reply	other threads:[~2020-11-30 10:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-30 10:42 Sakari Ailus [this message]
2020-11-30 10:59 ` [GIT PULL for 5.11] Camera sensor and CSI-2 patches (mostly) (#69526) Jenkins

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201130104221.GM4351@valkosipuli.retiisi.org.uk \
    --to=sakari.ailus@iki.fi \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.