All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL v2 FOR 5.10] V4L2 fixes, cleanups and documentation improvements
@ 2020-08-21 16:41 Sakari Ailus
  2020-08-21 18:11 ` [GIT PULL v2 FOR 5.10] V4L2 fixes, cleanups and documentation (#20200821164103) Jenkins
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Sakari Ailus @ 2020-08-21 16:41 UTC (permalink / raw)
  To: linux-media

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-08-27 17:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-21 16:41 [GIT PULL v2 FOR 5.10] V4L2 fixes, cleanups and documentation improvements Sakari Ailus
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

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.