Linux Media Controller development
 help / color / mirror / Atom feed
* [PATCH v11 0/2] media: pci: intel: ivsc: Add driver of Intel Visual     Sensing Controller(IVSC)
@ 2023-08-03 11:55 Sakari Ailus
  2023-08-03 11:55 ` [PATCH v11 1/2] media: pci: intel: ivsc: Add CSI submodule Sakari Ailus
  2023-08-03 11:55 ` [PATCH v11 2/2] media: pci: intel: ivsc: Add ACE submodule Sakari Ailus
  0 siblings, 2 replies; 11+ messages in thread
From: Sakari Ailus @ 2023-08-03 11:55 UTC (permalink / raw)
  To: Wentong Wu, hdegoede, djrscally, laurent.pinchart, linux-media
  Cc: bingbu.cao, zhifeng.wang, xiang.ye, tian.shu.qiu

Hi folks,

Here's just a small update to Wentong's MEI ACE+CSI patches.

v10 is here
<URL:https://lore.kernel.org/linux-media/1690631575-15124-1-git-send-email-wentong.wu@intel.com/>.

since v10:

- Update V4L2 async API usage.

- Fix owner configuration for MEI ACE --- wrong enum was being used, thus
  ownership was always assigned to the host.

Wentong Wu (2):
  media: pci: intel: ivsc: Add CSI submodule
  media: pci: intel: ivsc: Add ACE submodule

 drivers/media/pci/intel/Kconfig        |   1 +
 drivers/media/pci/intel/Makefile       |   1 +
 drivers/media/pci/intel/ivsc/Kconfig   |  12 +
 drivers/media/pci/intel/ivsc/Makefile  |   9 +
 drivers/media/pci/intel/ivsc/mei_ace.c | 579 +++++++++++++++++
 drivers/media/pci/intel/ivsc/mei_csi.c | 825 +++++++++++++++++++++++++
 6 files changed, 1427 insertions(+)
 create mode 100644 drivers/media/pci/intel/ivsc/Kconfig
 create mode 100644 drivers/media/pci/intel/ivsc/Makefile
 create mode 100644 drivers/media/pci/intel/ivsc/mei_ace.c
 create mode 100644 drivers/media/pci/intel/ivsc/mei_csi.c

-- 
2.39.2


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

end of thread, other threads:[~2023-08-07  9:33 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-03 11:55 [PATCH v11 0/2] media: pci: intel: ivsc: Add driver of Intel Visual Sensing Controller(IVSC) Sakari Ailus
2023-08-03 11:55 ` [PATCH v11 1/2] media: pci: intel: ivsc: Add CSI submodule Sakari Ailus
2023-08-03 21:58   ` Laurent Pinchart
2023-08-03 22:03     ` Sakari Ailus
2023-08-03 22:08       ` Laurent Pinchart
2023-08-04  6:20         ` Sakari Ailus
2023-08-04 10:32           ` Laurent Pinchart
2023-08-04 11:19             ` Sakari Ailus
2023-08-04 13:45               ` Laurent Pinchart
2023-08-07  9:33                 ` Sakari Ailus
2023-08-03 11:55 ` [PATCH v11 2/2] media: pci: intel: ivsc: Add ACE submodule Sakari Ailus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox