mbox series

[GIT,PULL,for,4.20] Sensor and ISP driver patches for 4.21

Message ID 20181106114053.5i4e25dkfjnroqpg@valkosipuli.retiisi.org.uk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,for,4.20] Sensor and ISP driver patches for 4.21 | expand

Pull-request

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

Message

Sakari Ailus Nov. 6, 2018, 11:40 a.m. UTC
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