All of lore.kernel.org
 help / color / mirror / Atom feed
From: sakari.ailus@iki.fi
To: linux-media@vger.kernel.org
Subject: [GIT PULL for 4.21] More sensor driver patches
Date: Wed, 5 Dec 2018 12:55:24 +0200	[thread overview]
Message-ID: <20181205105524.zzugyiya53ytutg7@valkosipuli.retiisi.org.uk> (raw)

Hi Mauro,

Here are improvements for various sensor drivers for 4.21. There area few
trivial V4L2 fwnode and async framework changes as well, plus DT binding
documentation for mt9m111.

Please pull.


The following changes since commit 9b90dc85c718443a3e573a0ccf55900ff4fa73ae:

  media: seco-cec: add missing header file to fix build (2018-12-03 15:11:00 -0500)

are available in the git repository at:

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

for you to fetch changes up to bf8da26398f03704bbf7bb10b9c847fd187f4260:

  v4l2: async: remove locking when initializing async notifier (2018-12-05 12:10:24 +0200)

----------------------------------------------------------------
sensor driver patches and stuff for 4.21

----------------------------------------------------------------
Bingbu Cao (3):
      media: imx319: fix wrong order in test pattern menus
      media: imx355: fix wrong order in test pattern menus
      media: unify some sony camera sensors pattern naming

Enrico Scholz (1):
      media: mt9m111: allow to setup pixclk polarity

Fabio Estevam (1):
      media: v4l2-fwnode: Demote warning to debug level

Jacopo Mondi (1):
      media: ov5640: Fix set format regression

Luca Ceresoli (3):
      media: imx274: fix stack corruption in imx274_read_reg
      media: imx274: declare the correct number of controls
      media: imx274: select REGMAP_I2C

Marco Felsch (3):
      media: mt9m111: add s_stream callback
      dt-bindings: media: mt9m111: adapt documentation to be more clear
      dt-bindings: media: mt9m111: add pclk-sample property

Maxime Ripard (11):
      media: ov5640: Adjust the clock based on the expected rate
      media: ov5640: Remove the clocks registers initialization
      media: ov5640: Remove redundant defines
      media: ov5640: Remove redundant register setup
      media: ov5640: Compute the clock rate at runtime
      media: ov5640: Remove pixel clock rates
      media: ov5640: Enhance FPS handling
      media: ov5640: Make the return rate type more explicit
      media: ov5640: Make the FPS clamping / rounding more extendable
      media: ov5640: Add 60 fps support
      media: ov5640: Remove duplicate auto-exposure setup

Michael Grzeschik (2):
      media: mt9m111: add streaming check to set_fmt
      media: mt9m111: add support to select formats and fps for {Q,SXGA}

Niklas Söderlund (1):
      v4l2: async: remove locking when initializing async notifier

 .../devicetree/bindings/media/i2c/mt9m111.txt      |  13 +-
 drivers/media/i2c/Kconfig                          |   2 +
 drivers/media/i2c/imx258.c                         |   8 +-
 drivers/media/i2c/imx274.c                         |   9 +-
 drivers/media/i2c/imx319.c                         |   8 +-
 drivers/media/i2c/imx355.c                         |   8 +-
 drivers/media/i2c/mt9m111.c                        | 222 +++++-
 drivers/media/i2c/ov5640.c                         | 764 ++++++++++++---------
 drivers/media/v4l2-core/v4l2-async.c               |   4 -
 drivers/media/v4l2-core/v4l2-fwnode.c              |   2 +-
 10 files changed, 703 insertions(+), 337 deletions(-)

-- 
Regards,

Sakari Ailus

                 reply	other threads:[~2018-12-05 10:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181205105524.zzugyiya53ytutg7@valkosipuli.retiisi.org.uk \
    --to=sakari.ailus@iki.fi \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.