mbox series

[GIT,PULL,for,4.20] Ov7670 and ov9650 fixes

Message ID 20181005130544.fp6nfpfdqvgzhhsj@valkosipuli.retiisi.org.uk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,for,4.20] Ov7670 and ov9650 fixes | expand

Pull-request

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

Message

Sakari Ailus Oct. 5, 2018, 1:05 p.m. UTC
Hi Mauro,

Here are fixes for the Omnivision sensor drivers. Please pull.


The following changes since commit f492fb4f5b41e8e62051e710369320e9ffa7a1ea:

  media: MAINTAINERS: Fix entry for the renamed dw9807 driver (2018-10-05 08:40:00 -0400)

are available in the git repository at:

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

for you to fetch changes up to f974cffdf34ec08ac0b27ace938c07f4aa078b4c:

  media: ov5640: fix framerate update (2018-10-05 16:04:12 +0300)

----------------------------------------------------------------
ov sensor driver fixes

----------------------------------------------------------------
Arnd Bergmann (1):
      media: ov9650: avoid maybe-uninitialized warnings

Hugues Fruchet (1):
      media: ov5640: fix framerate update

Lubomir Rintel (1):
      ov7670: make "xclk" clock optional

 drivers/media/i2c/ov5640.c |  7 ++++---
 drivers/media/i2c/ov7670.c | 27 +++++++++++++++++----------
 drivers/media/i2c/ov9650.c |  2 ++
 3 files changed, 23 insertions(+), 13 deletions(-)