OSDN Git Service

media: staging/intel-ipu3: Add imgu top level pci device driver
authorYong Zhi <yong.zhi@intel.com>
Fri, 7 Dec 2018 01:03:37 +0000 (20:03 -0500)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Fri, 14 Dec 2018 10:48:08 +0000 (05:48 -0500)
commit7fc7af649ca77fd6a184a0d74269206fd3836a9c
tree05224caf791c7b46a81757514999dd4716723bc3
parenta0ca1627b4501d266c92ed84669309d33deca0df
media: staging/intel-ipu3: Add imgu top level pci device driver

This patch adds support for the Intel IPU v3 as found
on Skylake and Kaby Lake SoCs.

The driver glues v4l2, css(camera sub system) and other
pieces together to perform its functions, it also loads
the IPU3 firmware binary as part of its initialization.

Signed-off-by: Yong Zhi <yong.zhi@intel.com>
Signed-off-by: Tomasz Figa <tfiga@chromium.org>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/staging/media/Kconfig
drivers/staging/media/Makefile
drivers/staging/media/ipu3/Kconfig [new file with mode: 0644]
drivers/staging/media/ipu3/Makefile [new file with mode: 0644]
drivers/staging/media/ipu3/TODO [new file with mode: 0644]
drivers/staging/media/ipu3/ipu3.c [new file with mode: 0644]
drivers/staging/media/ipu3/ipu3.h [new file with mode: 0644]