All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yong Zhi <yong.zhi@intel.com>
To: linux-media@vger.kernel.org, sakari.ailus@linux.intel.com
Cc: jian.xu.zheng@intel.com, rajmohan.mani@intel.com,
	hyungwoo.yang@intel.com, Yong Zhi <yong.zhi@intel.com>
Subject: [PATCH 0/3] [media] add IPU3 CIO2 CSI2 driver
Date: Sat, 29 Apr 2017 18:34:33 -0500	[thread overview]
Message-ID: <cover.1493479141.git.yong.zhi@intel.com> (raw)

This patch adds the driver for the CIO2 device found in some the Skylake 
and Kaby Kake SoCs. The CIO2 consists of four D-PHY receivers.

The CIO2 driver exposes V4L2, V4L2 sub-device and Media controller 
interfaces to the user space. It depends on Sakari's V4L2 fwnode 
patchset here:

<URL:https://git.linuxtv.org/sailus/media_tree.git/log/?h=v4l2-acpi>

Yong Zhi (3):
  [media] videodev2.h, v4l2-ioctl: add IPU3 raw10 color format
  [media] doc-rst: add IPU3 raw10 bayer pixel format definitions
  [media] intel-ipu3: cio2: Add new MIPI-CSI2 driver

 Documentation/media/uapi/v4l/pixfmt-rgb.rst        |    1 +
 .../media/uapi/v4l/pixfmt-srggb10-ipu3.rst         |   61 +
 drivers/media/pci/Kconfig                          |    2 +
 drivers/media/pci/Makefile                         |    3 +-
 drivers/media/pci/ipu3/Kconfig                     |   17 +
 drivers/media/pci/ipu3/Makefile                    |    1 +
 drivers/media/pci/ipu3/ipu3-cio2.c                 | 1813 ++++++++++++++++++++
 drivers/media/pci/ipu3/ipu3-cio2.h                 |  425 +++++
 drivers/media/v4l2-core/v4l2-ioctl.c               |    4 +
 include/uapi/linux/videodev2.h                     |    4 +
 10 files changed, 2330 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/media/uapi/v4l/pixfmt-srggb10-ipu3.rst
 create mode 100644 drivers/media/pci/ipu3/Kconfig
 create mode 100644 drivers/media/pci/ipu3/Makefile
 create mode 100644 drivers/media/pci/ipu3/ipu3-cio2.c
 create mode 100644 drivers/media/pci/ipu3/ipu3-cio2.h

-- 
2.7.4

             reply	other threads:[~2017-04-29 23:35 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-29 23:34 Yong Zhi [this message]
2017-04-29 23:34 ` [PATCH 1/3] [media] videodev2.h, v4l2-ioctl: add IPU3 raw10 color format Yong Zhi
2017-04-29 23:34 ` [PATCH 2/3] [media] doc-rst: add IPU3 raw10 bayer pixel format definitions Yong Zhi
2017-05-08  8:33   ` Hans Verkuil
2017-05-16 12:02   ` Sakari Ailus
2017-04-29 23:34 ` [PATCH 3/3] [media] intel-ipu3: cio2: Add new MIPI-CSI2 driver Yong Zhi
2017-04-30  0:33   ` kbuild test robot
2017-05-02 13:00   ` Sakari Ailus
2017-05-03 10:57     ` Tuukka Toivonen
2017-05-03 20:23       ` Sakari Ailus
2017-05-09 15:27     ` Tomasz Figa
2017-05-25 14:57       ` Tomasz Figa
2017-05-03  8:58   ` Sakari Ailus
2017-05-03 11:06     ` Tuukka Toivonen
2017-05-03 20:25       ` Sakari Ailus
2017-05-03 20:35   ` Hans Verkuil
2017-05-03 21:00     ` Sakari Ailus
2017-05-08  9:06   ` Hans Verkuil
2017-05-08 12:10     ` Sakari Ailus
2017-05-08 12:32       ` Hans Verkuil
2017-05-08 12:56         ` Sakari Ailus
2017-05-08 13:08           ` Hans Verkuil
2017-05-08 21:32             ` Sakari Ailus
2017-06-01 10:27   ` Sakari Ailus

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=cover.1493479141.git.yong.zhi@intel.com \
    --to=yong.zhi@intel.com \
    --cc=hyungwoo.yang@intel.com \
    --cc=jian.xu.zheng@intel.com \
    --cc=linux-media@vger.kernel.org \
    --cc=rajmohan.mani@intel.com \
    --cc=sakari.ailus@linux.intel.com \
    /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.