mbox series

[GIT,PULL,for,4.20] Unlocked control grab and imx319 driver

Message ID 20180926212302.yk3f5k7hqhp6vufl@valkosipuli.retiisi.org.uk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,for,4.20] Unlocked control grab and imx319 driver | expand

Pull-request

ssh://linuxtv.org/git/sailus/media_tree.git tags/for-4.20-8-sign-2

Message

Sakari Ailus Sept. 26, 2018, 9:23 p.m. UTC
Hi Mauro,

Here's a driver for Sony imx319 sensor and an unlocked version of
v4l2_ctrl_grab() which is used by the driver.

Please pull.


The following changes since commit 985cdcb08a0488558d1005139596b64d73bee267:

  media: ov5640: fix restore of last mode set (2018-09-17 15:33:38 -0400)

are available in the git repository at:

  ssh://linuxtv.org/git/sailus/media_tree.git tags/for-4.20-8-sign-2

for you to fetch changes up to 0e5924d5c0051228a59adffa1e48777f9ebd60de:

  media: add imx319 camera sensor driver (2018-09-27 00:19:40 +0300)

----------------------------------------------------------------
v4l2_ctrl_grab and imx319

----------------------------------------------------------------
Bingbu Cao (1):
      media: add imx319 camera sensor driver

Sakari Ailus (2):
      v4l: ctrl: Remove old documentation from v4l2_ctrl_grab
      v4l: ctrl: Provide unlocked variant of v4l2_ctrl_grab

 MAINTAINERS                          |    7 +
 drivers/media/i2c/Kconfig            |   11 +
 drivers/media/i2c/Makefile           |    1 +
 drivers/media/i2c/imx319.c           | 2558 ++++++++++++++++++++++++++++++++++
 drivers/media/v4l2-core/v4l2-ctrls.c |   14 +-
 include/media/v4l2-ctrls.h           |   26 +-
 6 files changed, 2606 insertions(+), 11 deletions(-)
 create mode 100644 drivers/media/i2c/imx319.c