All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL FOR 5.16] Camera sensor and IPU3 driver patches
@ 2021-10-07  8:38 Sakari Ailus
  2021-10-07  9:04 ` [GIT PULL FOR 5.16] Camera sensor and IPU3 driver patches (#77524) Jenkins
  0 siblings, 1 reply; 2+ messages in thread
From: Sakari Ailus @ 2021-10-07  8:38 UTC (permalink / raw)
  To: linux-media

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

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

end of thread, other threads:[~2021-10-07  9:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-07  8:38 [GIT PULL FOR 5.16] Camera sensor and IPU3 driver patches Sakari Ailus
2021-10-07  9:04 ` [GIT PULL FOR 5.16] Camera sensor and IPU3 driver patches (#77524) 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.