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 v3 FOR 5.18] Even yet more V4L2 patches
Date: Fri, 4 Mar 2022 09:39:58 +0200	[thread overview]
Message-ID: <YiHCTill0+2zBBTm@valkosipuli.retiisi.eu> (raw)

Hi Mauro,

Here's a nice set of mostly camera related patches for 5.18. Worth noting
are especially new drivers for isl7998x analogue to CSI-2/BT.656 decoder
and og01a1b camera sensor. Also included are cleanups for V4L2 fwnode
reference parsing and stream control internals in MC, as well as various
driver fixes and cleanups.

Since v2:

- Add all Linus's sensor driver gpiod patches.
- New version of the ov8865 pixel array position patch.
- Added isl799x driver back, with fixes.

Since v1:

- Drop isl7998x driver from this PR, add Laurent's MC documentation patch.

Please pull.


The following changes since commit 2b891d3980f6c255459d0e1c29ce2152ec7cf678:

  media: xilinx: csi2rxss: Use mipi-csi2.h (2022-02-17 10:32:26 +0100)

are available in the Git repository at:

  git://linuxtv.org/sailus/media_tree.git tags/for-5.18-2.6-signed

for you to fetch changes up to 3d1e4228c9dd5c945a5cb621749f358766ee5777:

  media: i2c: Fix pixel array positions in ov8865 (2022-03-04 09:36:28 +0200)

----------------------------------------------------------------
Even yet more V4L2 patches for 5.18

----------------------------------------------------------------
Daniel Scally (1):
      media: i2c: Fix pixel array positions in ov8865

Hans de Goede (1):
      media: i2c: ov5648: Fix lockdep error

Laurent Pinchart (3):
      media: media-entity: Add media_pad_is_streaming() helper function
      media: media-entity: Simplify media_pipeline_start()
      media: media-entity: Clarify media_entity_cleanup() usage

Linus Walleij (7):
      media: i2c: ccs: Drop unused include
      media: i2c: imx274: Drop surplus includes
      media: adv7511: Drop unused include
      media: mt9m111: Drop unused include
      media: noon010p30: Convert to use GPIO descriptors
      media: m5mols: Convert to use GPIO descriptors
      media: adv7183: Convert to GPIO descriptors

Marek Vasut (2):
      media: dt-bindings: Add Intersil ISL79987 DT bindings
      media: i2c: isl7998x: Add driver for Intersil ISL7998x

Mirela Rabulea (1):
      media: ov5640: Fix set format, v4l2_mbus_pixelcode not updated

Sakari Ailus (2):
      v4l: fwnode: Drop redunant -ENODATA check in property reference parsing
      v4l: fwnode: Remove now-redundant loop from v4l2_fwnode_parse_reference()

Shawn Tu (1):
      media: Add a driver for the og01a1b camera sensor

 .../bindings/media/i2c/isil,isl79987.yaml          |  113 ++
 MAINTAINERS                                        |   14 +
 drivers/media/i2c/Kconfig                          |   23 +
 drivers/media/i2c/Makefile                         |    2 +
 drivers/media/i2c/adv7183.c                        |   51 +-
 drivers/media/i2c/adv7511-v4l2.c                   |    1 -
 drivers/media/i2c/ccs/ccs-core.c                   |    1 -
 drivers/media/i2c/imx274.c                         |    2 -
 drivers/media/i2c/isl7998x.c                       | 1628 ++++++++++++++++++++
 drivers/media/i2c/m5mols/m5mols.h                  |    2 +
 drivers/media/i2c/m5mols/m5mols_capture.c          |    1 -
 drivers/media/i2c/m5mols/m5mols_core.c             |   29 +-
 drivers/media/i2c/mt9m111.c                        |    1 -
 drivers/media/i2c/noon010pc30.c                    |   75 +-
 drivers/media/i2c/og01a1b.c                        | 1128 ++++++++++++++
 drivers/media/i2c/ov5640.c                         |   14 +-
 drivers/media/i2c/ov5648.c                         |   10 +-
 drivers/media/i2c/ov8865.c                         |    4 +-
 drivers/media/mc/mc-entity.c                       |   55 +-
 drivers/media/platform/exynos4-is/common.c         |    5 +-
 drivers/media/platform/exynos4-is/fimc-isp.c       |    2 +-
 drivers/media/platform/exynos4-is/fimc-lite.c      |    6 +-
 drivers/media/platform/rcar-vin/rcar-core.c        |    2 +-
 drivers/media/v4l2-core/v4l2-fwnode.c              |   28 +-
 include/media/i2c/m5mols.h                         |    4 -
 include/media/i2c/noon010pc30.h                    |    4 -
 include/media/media-entity.h                       |   25 +-
 include/uapi/linux/v4l2-controls.h                 |    6 +
 28 files changed, 3063 insertions(+), 173 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/media/i2c/isil,isl79987.yaml
 create mode 100644 drivers/media/i2c/isl7998x.c
 create mode 100644 drivers/media/i2c/og01a1b.c

-- 
Sakari Ailus

             reply	other threads:[~2022-03-04  7:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-04  7:39 Sakari Ailus [this message]
2022-03-04  7:57 ` [GIT PULL v3 FOR 5.18] Even yet more V4L2 patches (#81260) 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=YiHCTill0+2zBBTm@valkosipuli.retiisi.eu \
    --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.