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.10] V4L2 fixes, cleanups and documentation improvements
Date: Fri, 21 Aug 2020 19:41:03 +0300	[thread overview]
Message-ID: <20200821164103.GN7145@valkosipuli.retiisi.org.uk> (raw)

Hi Mauro,

Here's a pile of patches I dug from the depths of Patchwork. It's mostly
fixes but also a few cleanups as well as guide on writing camera sensor
drivers.

Since v1, I've done more tests and added a few more patches plus fixed a
commit ID in a Fixes: tag.

Please pull.


The following changes since commit 9a538b83612c8b5848bf840c2ddcd86dda1c8c76:

  media: venus: core: Add support for opp tables/perf voting (2020-08-18 15:55:56 +0200)

are available in the Git repository at:

  git://linuxtv.org/sailus/media_tree.git tags/for-5.10-1.1-signed

for you to fetch changes up to 10dc3647f36f54fdd39fa7c5143bd30a5969652d:

  media: ov5675: correct the maximum exposure value (2020-08-21 11:00:44 +0300)

----------------------------------------------------------------
V4L2 camera patches for 5.9

----------------------------------------------------------------
Alexander A. Klimov (1):
      media: omap: Replace HTTP links with HTTPS ones

Bingbu Cao (3):
      media: i2c: ov2740: get OTP data ready before nvmem registration
      MAINTAINERS: Fix email typo and correct name of Tianshu
      media: ov5675: correct the maximum exposure value

Colin Ian King (1):
      media: i2c: fix error check on max9286_read call

Hans Verkuil (1):
      imx274: fix frame interval handling

Jacopo Mondi (4):
      dt-bindings: media: ov5647: Convert to json-schema
      dt-bindings: media: ov5647: Document pwdn-gpios
      dt-bindings: media: ov5647: Document clock-noncontinuous
      media: MAINTAINERS: ov5647: Replace maintainer

Jordan Hand (1):
      media: ipu3.rst: Format media-ctl and yavta commands as code blocks

Kieran Bingham (1):
      MAINTAINERS: Fix sort order for RDACM20

Paul Kocialkowski (1):
      media: ov5640: Correct Bit Div register in clock tree diagram

Raag Jadav (1):
      media: ov7740: use SCCB regmap

Rahul Gottipati (1):
      media: intel-ipu3: Fix code style issue

Sakari Ailus (1):
      Documentation: media: Document how to write camera sensor drivers

Tom Rix (1):
      media: m5mols: Check function pointer in m5mols_sensor_power

 Documentation/admin-guide/media/ipu3.rst           | 104 ++++++++--------
 .../devicetree/bindings/media/i2c/ov5647.txt       |  35 ------
 .../devicetree/bindings/media/i2c/ov5647.yaml      |  88 ++++++++++++++
 Documentation/driver-api/media/camera-sensor.rst   | 134 +++++++++++++++++++++
 Documentation/driver-api/media/csi2.rst            |   2 +
 Documentation/driver-api/media/index.rst           |   1 +
 MAINTAINERS                                        |  12 +-
 drivers/media/i2c/Kconfig                          |   2 +-
 drivers/media/i2c/imx274.c                         |   8 +-
 drivers/media/i2c/m5mols/m5mols_core.c             |   3 +-
 drivers/media/i2c/max9286.c                        |   3 +-
 drivers/media/i2c/ov2740.c                         |  24 ++--
 drivers/media/i2c/ov5640.c                         |   2 +-
 drivers/media/i2c/ov5675.c                         |  15 ++-
 drivers/media/i2c/ov7740.c                         |  10 +-
 drivers/media/platform/omap3isp/isp.c              |   2 +-
 drivers/staging/media/ipu3/include/intel-ipu3.h    |  14 +--
 drivers/staging/media/omap4iss/iss.c               |   2 +-
 18 files changed, 330 insertions(+), 131 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/media/i2c/ov5647.txt
 create mode 100644 Documentation/devicetree/bindings/media/i2c/ov5647.yaml
 create mode 100644 Documentation/driver-api/media/camera-sensor.rst

-- 
Kind regards,

Sakari Ailus

             reply	other threads:[~2020-08-21 16:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-21 16:41 Sakari Ailus [this message]
2020-08-21 18:11 ` [GIT PULL v2 FOR 5.10] V4L2 fixes, cleanups and documentation (#20200821164103) Jenkins
2020-08-24 22:13 ` Jenkins
2020-08-27 17:14 ` [GIT PULL v2 FOR 5.10] V4L2 fixes, cleanups and documentation (#66506) 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=20200821164103.GN7145@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.