linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] misc: mei: Add support for IVSC device
@ 2023-12-04  0:55 Wentong Wu
  2023-12-04  0:55 ` [PATCH v2 1/2] mei: Add transport driver " Wentong Wu
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Wentong Wu @ 2023-12-04  0:55 UTC (permalink / raw)
  To: gregkh, tomas.winkler, hdegoede, krzk
  Cc: andriy.shevchenko, sakari.ailus, alexander.usyskin, zhifeng.wang,
	linux-kernel, Wentong Wu

The Intel visual sensing controller (IVSC) device is designed to
control the camera sharing between host IPU for media usage and
IVSC for context sensing (face detection).

IVSC is exposed to host as a SPI device and the protocol used
for communicating with host is MEI. This driver implements the
transport protocol and MEI hardware interfaces for IVSC device.

The firmware downloading for IVSC device is implemented as well.

---
v2:
  - change to `depends on INTEL_MEI_VSC_HW` for INTEL_MEI_VSC Kconfig
  - remove MODULE_ALIAS and add MODULE_DEVICE_TABLE in platform-vsc.c

Wentong Wu (2):
  mei: Add transport driver for IVSC device
  mei: Add MEI hardware support for IVSC device

 drivers/misc/mei/Kconfig         |  24 ++
 drivers/misc/mei/Makefile        |   7 +
 drivers/misc/mei/platform-vsc.c  | 450 +++++++++++++++++++++
 drivers/misc/mei/vsc-fw-loader.c | 822 +++++++++++++++++++++++++++++++++++++++
 drivers/misc/mei/vsc-tp.c        | 555 ++++++++++++++++++++++++++
 drivers/misc/mei/vsc-tp.h        |  50 +++
 6 files changed, 1908 insertions(+)
 create mode 100644 drivers/misc/mei/platform-vsc.c
 create mode 100644 drivers/misc/mei/vsc-fw-loader.c
 create mode 100644 drivers/misc/mei/vsc-tp.c
 create mode 100644 drivers/misc/mei/vsc-tp.h

-- 
2.7.4


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

end of thread, other threads:[~2023-12-06  7:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-04  0:55 [PATCH v2 0/2] misc: mei: Add support for IVSC device Wentong Wu
2023-12-04  0:55 ` [PATCH v2 1/2] mei: Add transport driver " Wentong Wu
2023-12-04  0:55 ` [PATCH v2 2/2] mei: Add MEI hardware support " Wentong Wu
2023-12-06  7:42   ` Winkler, Tomas
2023-12-06  5:58 ` [PATCH v2 0/2] misc: mei: Add " Hao Yao
2023-12-06  7:14   ` Wu, Wentong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).