linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sakari Ailus <sakari.ailus@iki.fi>
To: linux-media@vger.kernel.org
Subject: [GIT PULL v2 for 5.4] More sensor driver, omap3isp and documentation patches
Date: Wed, 14 Aug 2019 13:32:51 +0300	[thread overview]
Message-ID: <20190814103251.GA3504@valkosipuli.retiisi.org.uk> (raw)

Hi Mauro,

Here's a bunch of sensor driver, omap3isp and documentatino patches.
Noteworthy bit is perhaps a driver for the ov5675 sensor.

There are some checkpatch warnings there (patches 1, 6 and 8), the first
two seem false positives whereas the last one comes from the documentation
license header.

I've since v1 added a few more patches; IMX driver improvements as well as
a MAINTAINERS entry for ov5670.

Please pull.


The following changes since commit 0dc99e042a4cfbc1e27572d523d2a1dbaf402cbf:

  media: MAINTAINERS: Remove zoran driver (2019-08-13 11:55:34 -0300)

are available in the Git repository at:

  git://linuxtv.org/sailus/media_tree.git tags/for-5.4-6-signed

for you to fetch changes up to 852a51507ac865d7fbbf1305e2f485e7a4131b95:

  MAINTAINERS: Add entry for the ov5670 driver (2019-08-14 12:59:16 +0300)

----------------------------------------------------------------
Camera driver + framework patches for 5.4

----------------------------------------------------------------
Ezequiel Garcia (2):
      media: i2c: ov5645: Fix power sequence
      media: imx: mipi csi-2: Don't fail if initial state times-out

Luca Weiss (1):
      media: ov5640: Add support for flash and lens devices

Sakari Ailus (6):
      ov8856: Check reading clock frequency succeeded
      omap3isp: Set device on omap3isp subdevs
      omap3isp: Don't set streaming state on random subdevs
      v4l: Documentation: Serial busses use parallel mbus codes
      v4l: Documentation: Raw Bayer formats are not RGB formats
      MAINTAINERS: Add entry for the ov5670 driver

Shawn Tu (1):
      ov5675: Add support for OV5675 sensor

Steve Longerbeam (1):
      media: docs-rst: Clarify duration of LP-11 mode

Sébastien Szymanski (2):
      media: dt-bindings: imx7-csi: add i.MX6UL/L support
      media: imx7-media-csi: add i.MX6UL support

 .../devicetree/bindings/media/imx7-csi.txt         |    2 +-
 Documentation/media/kapi/csi2.rst                  |   17 +-
 Documentation/media/uapi/v4l/control.rst           |    2 +-
 Documentation/media/uapi/v4l/hist-v4l2.rst         |    2 +-
 Documentation/media/uapi/v4l/pixfmt-bayer.rst      |   38 +
 Documentation/media/uapi/v4l/pixfmt-packed-rgb.rst | 1306 --------------------
 Documentation/media/uapi/v4l/pixfmt-rgb.rst        | 1302 ++++++++++++++++++-
 Documentation/media/uapi/v4l/pixfmt-v4l2.rst       |    2 +-
 Documentation/media/uapi/v4l/pixfmt.rst            |    1 +
 Documentation/media/uapi/v4l/subdev-formats.rst    |    8 +
 MAINTAINERS                                        |   15 +
 drivers/media/i2c/Kconfig                          |   13 +
 drivers/media/i2c/Makefile                         |    1 +
 drivers/media/i2c/ov5640.c                         |    2 +-
 drivers/media/i2c/ov5645.c                         |   26 +-
 drivers/media/i2c/ov5675.c                         | 1183 ++++++++++++++++++
 drivers/media/i2c/ov8856.c                         |    5 +-
 drivers/media/platform/omap3isp/isp.c              |    8 +
 drivers/media/platform/omap3isp/ispccdc.c          |    1 +
 drivers/media/platform/omap3isp/ispccp2.c          |    1 +
 drivers/media/platform/omap3isp/ispcsi2.c          |    1 +
 drivers/media/platform/omap3isp/isppreview.c       |    1 +
 drivers/media/platform/omap3isp/ispresizer.c       |    1 +
 drivers/media/platform/omap3isp/ispstat.c          |    2 +
 drivers/staging/media/imx/Kconfig                  |    4 +-
 drivers/staging/media/imx/imx6-mipi-csi2.c         |   12 +-
 drivers/staging/media/imx/imx7-media-csi.c         |   30 +-
 27 files changed, 2630 insertions(+), 1356 deletions(-)
 create mode 100644 Documentation/media/uapi/v4l/pixfmt-bayer.rst
 delete mode 100644 Documentation/media/uapi/v4l/pixfmt-packed-rgb.rst
 create mode 100644 drivers/media/i2c/ov5675.c

-- 
Sakari Ailus

             reply	other threads:[~2019-08-14 10:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-14 10:32 Sakari Ailus [this message]
2019-08-14 12:08 ` [GIT PULL v2 for 5.4] More sensor driver, omap3isp and documentation Jenkins
2019-08-14 17:42 ` 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=20190814103251.GA3504@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).