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 FOR 5.16] Camera sensor and IPU3 driver patches
Date: Thu, 7 Oct 2021 11:38:18 +0300	[thread overview]
Message-ID: <YV6x+qscgN5/pcaY@valkosipuli.retiisi.eu> (raw)

Hi Mauro,

Here's a set of camera sensor, rcar and IPU3 driver patches. In particular,
support for SK Hynix Hi-846 driver by Martin Kepplinger and rcar-isp by
Niklas are included.

Please pull.


The following changes since commit 4114978dcd24e72415276bba60ff4ff355970bbc:

  media: ir_toy: prevent device from hanging during transmit (2021-09-30 10:10:26 +0200)

are available in the Git repository at:

  git://linuxtv.org/sailus/media_tree.git tags/for-5.16-1-signed

for you to fetch changes up to 461793c165bfad3713ba871cc39c680d17cd1a67:

  media: ov5670: Add implementation for events (2021-10-07 01:39:27 +0300)

----------------------------------------------------------------
V4L2 patches for 5.16

----------------------------------------------------------------
Fabian Wüthrich (1):
      ipu3-cio2: Parse sensor orientation and rotation

Martin Kepplinger (4):
      dt-bindings: vendor-prefixes: Add SK Hynix Inc.
      dt-bindings: media: document SK Hynix Hi-846 MIPI CSI-2 8M pixel sensor
      media: i2c: add driver for the SK Hynix Hi-846 8M pixel camera
      Documentation: i2c-cardlist: add the Hynix hi846 sensor

Niklas Söderlund (1):
      media: rcar-isp: Add Renesas R-Car Image Signal Processor driver

Ricardo Ribalda (8):
      media: ipu3-cio2 Check num_planes and sizes in queue_setup
      media: ipu3-imgu: Refactor bytesperpixel calculation
      media: ipu3-imgu: Set valid initial format
      media: ipu3-imgu: imgu_fmt: Handle properly try
      media: ipu3-imgu: VIDIOC_QUERYCAP: Fix bus_info
      media: dw9714: Add implementation for events
      media: ov13858: Add implementation for events
      media: ov5670: Add implementation for events

Rikard Falkeborn (1):
      media: staging/intel-ipu3: Constify static struct v4l2_subdev_internal_ops

Sakari Ailus (1):
      media: admin-guide: Update i2c-cardlist

 Documentation/admin-guide/media/i2c-cardlist.rst   |    8 +-
 .../devicetree/bindings/media/i2c/hynix,hi846.yaml |  120 ++
 .../devicetree/bindings/vendor-prefixes.yaml       |    2 +
 MAINTAINERS                                        |    7 +
 drivers/media/i2c/Kconfig                          |   13 +
 drivers/media/i2c/Makefile                         |    1 +
 drivers/media/i2c/dw9714.c                         |   14 +-
 drivers/media/i2c/hi846.c                          | 2190 ++++++++++++++++++++
 drivers/media/i2c/ov13858.c                        |   11 +-
 drivers/media/i2c/ov5670.c                         |   11 +-
 drivers/media/pci/intel/ipu3/cio2-bridge.c         |   60 +-
 drivers/media/pci/intel/ipu3/cio2-bridge.h         |    9 +-
 drivers/media/pci/intel/ipu3/ipu3-cio2-main.c      |    8 +-
 drivers/media/platform/Kconfig                     |   16 +
 drivers/media/platform/Makefile                    |    1 +
 drivers/media/platform/rcar-isp.c                  |  515 +++++
 drivers/staging/media/ipu3/ipu3-css.c              |   19 +-
 drivers/staging/media/ipu3/ipu3-css.h              |    1 -
 drivers/staging/media/ipu3/ipu3-v4l2.c             |   13 +-
 drivers/staging/media/ipu3/ipu3.h                  |   12 +
 20 files changed, 2997 insertions(+), 34 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/media/i2c/hynix,hi846.yaml
 create mode 100644 drivers/media/i2c/hi846.c
 create mode 100644 drivers/media/platform/rcar-isp.c

-- 
Sakari Ailus

             reply	other threads:[~2021-10-07  8:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-07  8:38 Sakari Ailus [this message]
2021-10-07  9:04 ` [GIT PULL FOR 5.16] Camera sensor and IPU3 driver patches (#77524) 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=YV6x+qscgN5/pcaY@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.