mbox series

[GIT,PULL,for,4.20] Sensor and Intel CIO2 driver cleanups, fixes

Message ID 20180830111619.d2xtfith2apl4d2i@valkosipuli.retiisi.org.uk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,for,4.20] Sensor and Intel CIO2 driver cleanups, fixes | expand

Pull-request

ssh://linuxtv.org/git/sailus/media_tree.git for-4.20-1

Message

Sakari Ailus Aug. 30, 2018, 11:16 a.m. UTC
Hi Mauro,

Here are a few cleanups and fixes for sensor and Intel CIO2 CSI-2 receiver
drivers.

Please pull.


The following changes since commit 3799eca51c5be3cd76047a582ac52087373b54b3:

  media: camss: add missing includes (2018-08-29 14:02:06 -0400)

are available in the git repository at:

  ssh://linuxtv.org/git/sailus/media_tree.git for-4.20-1

for you to fetch changes up to 4d99425e4b2a34e00a4d79ed5526524548288568:

  media: ov5640: fix mode change regression (2018-08-30 14:14:20 +0300)

----------------------------------------------------------------
Akinobu Mita (2):
      media: ov772x: use SCCB regmap
      media: ov9650: use SCCB regmap

Alexey Khoroshilov (1):
      media: ov772x: Disable clk on error path

Hugues Fruchet (1):
      media: ov5640: fix mode change regression

Sakari Ailus (2):
      ov5670, ov13858: Use pm_runtime_idle
      i2c: Fix pm_runtime_get_if_in_use() usage in sensor drivers

zhong jiang (1):
      media: ipu3-cio2: Use dma_zalloc_coherent to replace dma_alloc_coherent + memset

 drivers/media/i2c/Kconfig                |   2 +
 drivers/media/i2c/ov13858.c              |  12 +-
 drivers/media/i2c/ov2685.c               |   2 +-
 drivers/media/i2c/ov5640.c               |  21 +++-
 drivers/media/i2c/ov5670.c               |  12 +-
 drivers/media/i2c/ov5695.c               |   2 +-
 drivers/media/i2c/ov772x.c               | 193 +++++++++++++------------------
 drivers/media/i2c/ov7740.c               |   2 +-
 drivers/media/i2c/ov9650.c               | 157 ++++++++++++-------------
 drivers/media/pci/intel/ipu3/ipu3-cio2.c |   6 +-
 10 files changed, 184 insertions(+), 225 deletions(-)