All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sakari Ailus <sakari.ailus@iki.fi>
To: linux-media@vger.kernel.org
Subject: [GIT PULL v2 for 5.8] More camera sensor, documentation patches
Date: Mon, 25 May 2020 11:19:59 +0300	[thread overview]
Message-ID: <20200525081959.GB8214@valkosipuli.retiisi.org.uk> (raw)

Hi Mauro,

Here's a set of camera sensor patches and a lone documentation patch for
5.8. In particular, there's a driver for ov2740 and DT support for ov8856.
It'd be nice to get this in to 5.8 if it's still possible.

Please pull.

since v1:

- Fixed trailing whitespaces in docs.


The following changes since commit 960b2dee908b0fc51cf670841de13b40b44aaaae:

  media: dt-bindings: phy: phy-rockchip-dphy-rx0: move rockchip dphy rx0 bindings out of staging (2020-05-20 15:22:27 +0200)

are available in the Git repository at:

  git://linuxtv.org/sailus/media_tree.git tags/for-5.8-4.1-signed

for you to fetch changes up to 0b62b41321497ad0e11e7162184b5a2c6512bac0:

  Documentation: media: Refer to mbus format documentation from CSI-2 docs (2020-05-25 11:18:21 +0300)

----------------------------------------------------------------
More camera sensor patches for 5.8

----------------------------------------------------------------
Bingbu Cao (1):
      media: i2c: Add ov2740 image sensor driver

Dongchun Zhu (1):
      media: dt-bindings: ov8856: Document YAML bindings

Geert Uytterhoeven (1):
      media: i2c: imx219: Drop <linux/clk-provider.h> and <linux/clkdev.h>

Gustavo A. R. Silva (1):
      media: s5k5baf: Replace zero-length array with flexible-array

Robert Foss (2):
      media: ov8856: Add devicetree support
      media: ov8856: Implement sensor module revision identification

Sakari Ailus (1):
      Documentation: media: Refer to mbus format documentation from CSI-2 docs

 .../devicetree/bindings/media/i2c/ov8856.yaml      |  142 +++
 Documentation/driver-api/media/csi2.rst            |    6 +
 MAINTAINERS                                        |   12 +-
 drivers/media/i2c/Kconfig                          |   13 +
 drivers/media/i2c/Makefile                         |    1 +
 drivers/media/i2c/imx219.c                         |    2 -
 drivers/media/i2c/ov2740.c                         | 1016 ++++++++++++++++++++
 drivers/media/i2c/ov8856.c                         |  191 +++-
 drivers/media/i2c/s5k5baf.c                        |    2 +-
 9 files changed, 1367 insertions(+), 18 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/media/i2c/ov8856.yaml
 create mode 100644 drivers/media/i2c/ov2740.c

-- 
Sakari Ailus

             reply	other threads:[~2020-05-25  8:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-25  8:19 Sakari Ailus [this message]
2020-05-25  8:33 ` [GIT PULL v2 for 5.8] More camera sensor, documentation patches (#64037) Jenkins

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=20200525081959.GB8214@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.