All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL FOR v4.13] Add ov13858 and dw9714 drivers, digital gain control
@ 2017-06-15  8:36 Sakari Ailus
  0 siblings, 0 replies; only message in thread
From: Sakari Ailus @ 2017-06-15  8:36 UTC (permalink / raw)
  To: linux-media

Hi Mauro,

Here are new drivers for the ov13858 sensor and the dw9714 lens voice coil
driver, as well as the new V4L2_CID_DIGITAL_GAIN control. A small cleanup
for the as3645a driver is included as well.

Compared to the patches reviewed on the list, I've added MAINTAINERS entries
to the drivers:


diff --git a/MAINTAINERS b/MAINTAINERS
index 053c3bd..7b5c99d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4692,6 +4692,13 @@ S:	Maintained
 F:	drivers/media/usb/dvb-usb-v2/dvb_usb*
 F:	drivers/media/usb/dvb-usb-v2/usb_urb.c
 
+DONGWOON DW9714 LENS VOICE COIL DRIVER
+M:	Sakari Ailus <sakari.ailus@linux.intel.com>
+L:	linux-media@vger.kernel.org
+T:	git git://linuxtv.org/media_tree.git
+S:	Maintained
+F:	drivers/media/i2c/dw9714.c
+
 DYNAMIC DEBUG
 M:	Jason Baron <jbaron@akamai.com>
 S:	Maintained
@@ -9434,6 +9441,13 @@ S:	Maintained
 F:	drivers/media/i2c/ov7670.c
 F:	Documentation/devicetree/bindings/media/i2c/ov7670.txt
 
+OMNIVISION OV13858 SENSOR DRIVER
+M:	Sakari Ailus <sakari.ailus@linux.intel.com>
+L:	linux-media@vger.kernel.org
+T:	git git://linuxtv.org/media_tree.git
+S:	Maintained
+F:	drivers/media/i2c/ov13858.c
+
 ONENAND FLASH DRIVER
 M:	Kyungmin Park <kyungmin.park@samsung.com>
 L:	linux-mtd@lists.infradead.org

Please pull.


The following changes since commit acec3630155763c170c7ae6508cf973355464508:

  [media] s3c-camif: fix arguments position in a function call (2017-06-13 14:21:24 -0300)

are available in the git repository at:

  ssh://linuxtv.org/git/sailus/media_tree.git for-4.13

for you to fetch changes up to d092459a1bd864a24589cee6ed8de8bb9081797a:

  as3645a: Join string literals back (2017-06-15 11:16:48 +0300)

----------------------------------------------------------------
Andy Shevchenko (1):
      as3645a: Join string literals back

Hyungwoo Yang (1):
      ov13858: add support for OV13858 sensor

Rajmohan Mani (1):
      dw9714: Initial driver for dw9714 VCM

Sakari Ailus (2):
      v4l: ctrls: Add a control for digital gain
      v4l: controls: Improve documentation for V4L2_CID_GAIN

 Documentation/media/uapi/v4l/control.rst           |    6 +
 Documentation/media/uapi/v4l/extended-controls.rst |    7 +
 MAINTAINERS                                        |   14 +
 drivers/media/i2c/Kconfig                          |   18 +
 drivers/media/i2c/Makefile                         |    2 +
 drivers/media/i2c/as3645a.c                        |   12 +-
 drivers/media/i2c/dw9714.c                         |  291 ++++
 drivers/media/i2c/ov13858.c                        | 1816 ++++++++++++++++++++
 drivers/media/v4l2-core/v4l2-ctrls.c               |    1 +
 include/uapi/linux/v4l2-controls.h                 |    2 +-
 10 files changed, 2162 insertions(+), 7 deletions(-)
 create mode 100644 drivers/media/i2c/dw9714.c
 create mode 100644 drivers/media/i2c/ov13858.c

-- 
Regards,

Sakari Ailus
e-mail: sakari.ailus@iki.fi	XMPP: sailus@retiisi.org.uk

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-06-15  8:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-15  8:36 [GIT PULL FOR v4.13] Add ov13858 and dw9714 drivers, digital gain control Sakari Ailus

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.