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 4.20] Sensor and ISP driver patches for 4.21
Date: Tue, 6 Nov 2018 13:40:53 +0200	[thread overview]
Message-ID: <20181106114053.5i4e25dkfjnroqpg@valkosipuli.retiisi.org.uk> (raw)

Hi Mauro,

Here are a few sensor and ISP driver patches for 4.21, plus a documentation
fix. The noteworthy change in the sea of bugfixes is the imx214 driver.

Please pull.


The following changes since commit dafb7f9aef2fd44991ff1691721ff765a23be27b:

  v4l2-controls: add a missing include (2018-11-02 06:36:32 -0400)

are available in the git repository at:

  ssh://linuxtv.org/git/sailus/media_tree.git tags/for-4.21-1-sign

for you to fetch changes up to aaa886f8404b6ae39aad984c8b826c092ebe0092:

  media: ov7740: constify structures stored in fields of v4l2_subdev_ops structure (2018-11-06 13:33:19 +0200)

----------------------------------------------------------------
Patches or 4.21

----------------------------------------------------------------
Chiranjeevi Rapolu (1):
      media: ov13858: Check for possible null pointer

Julia Lawall (2):
      media: ov5645: constify v4l2_ctrl_ops structure
      media: ov7740: constify structures stored in fields of v4l2_subdev_ops structure

Rajmohan Mani (1):
      media: intel-ipu3: cio2: Remove redundant definitions

Ricardo Ribalda Delgado (2):
      imx214: device tree binding
      imx214: Add imx214 camera sensor driver

Sakari Ailus (4):
      media: docs: Document metadata format in struct v4l2_format
      omap3isp: Unregister media device as first
      ipu3-cio2: Unregister device nodes first, then release resources
      ipu3-cio2: Use cio2_queues_exit

 .../devicetree/bindings/media/i2c/sony,imx214.txt  |   53 +
 Documentation/media/uapi/v4l/dev-meta.rst          |    2 +-
 Documentation/media/uapi/v4l/vidioc-g-fmt.rst      |    5 +
 MAINTAINERS                                        |    8 +
 drivers/media/i2c/Kconfig                          |   12 +
 drivers/media/i2c/Makefile                         |    1 +
 drivers/media/i2c/imx214.c                         | 1118 ++++++++++++++++++++
 drivers/media/i2c/ov13858.c                        |    6 +-
 drivers/media/i2c/ov5645.c                         |    2 +-
 drivers/media/i2c/ov7740.c                         |    4 +-
 drivers/media/pci/intel/ipu3/ipu3-cio2.c           |    6 +-
 drivers/media/pci/intel/ipu3/ipu3-cio2.h           |    2 -
 drivers/media/platform/omap3isp/isp.c              |    3 +-
 13 files changed, 1209 insertions(+), 13 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/media/i2c/sony,imx214.txt
 create mode 100644 drivers/media/i2c/imx214.c

-- 
Sakari Ailus
e-mail: sakari.ailus@iki.fi

                 reply	other threads:[~2018-11-06 21:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20181106114053.5i4e25dkfjnroqpg@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.