mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [char-misc-next v3 0/2] mei: gsc proxy component
@ 2023-02-08 14:23 Tomas Winkler
  2023-02-08 14:23 ` [char-misc-next v3 1/2] drm/i915/mtl: Define GSC Proxy component interface Tomas Winkler
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Tomas Winkler @ 2023-02-08 14:23 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Alexander Usyskin, Vitaly Lubart, Ceraolo Spurio Daniele,
	Alan Previn, linux-kernel, intel-gfx, Tomas Winkler

GSC Proxy component is used for communication between the
Intel graphics driver and MEI driver.

Daniele, please ack so that drm part can be merged via Greg's tree.

V2:
1. Add missing patch from the series
2. Use device information instead of driver name
   to identify the aggregate device.
V3:
1. Drop MAINTAINERS update
2. Add gfx mailing list and maintanier


Alexander Usyskin (2):
  drm/i915/mtl: Define GSC Proxy component interface
  mei: gsc_proxy: add gsc proxy driver

 drivers/misc/mei/Kconfig                   |   2 +-
 drivers/misc/mei/Makefile                  |   1 +
 drivers/misc/mei/gsc_proxy/Kconfig         |  14 ++
 drivers/misc/mei/gsc_proxy/Makefile        |   7 +
 drivers/misc/mei/gsc_proxy/mei_gsc_proxy.c | 208 +++++++++++++++++++++
 include/drm/i915_component.h               |   3 +-
 include/drm/i915_gsc_proxy_mei_interface.h |  36 ++++
 7 files changed, 269 insertions(+), 2 deletions(-)
 create mode 100644 drivers/misc/mei/gsc_proxy/Kconfig
 create mode 100644 drivers/misc/mei/gsc_proxy/Makefile
 create mode 100644 drivers/misc/mei/gsc_proxy/mei_gsc_proxy.c
 create mode 100644 include/drm/i915_gsc_proxy_mei_interface.h

-- 
2.39.1


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

end of thread, other threads:[~2023-02-08 17:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-08 14:23 [char-misc-next v3 0/2] mei: gsc proxy component Tomas Winkler
2023-02-08 14:23 ` [char-misc-next v3 1/2] drm/i915/mtl: Define GSC Proxy component interface Tomas Winkler
2023-02-08 14:23 ` [char-misc-next v3 2/2] mei: gsc_proxy: add gsc proxy driver Tomas Winkler
2023-02-08 17:17 ` [Intel-gfx] [char-misc-next v3 0/2] mei: gsc proxy component Rodrigo Vivi
2023-02-08 17:32   ` Greg Kroah-Hartman

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

all inboxes | Powered by JetHome®