[char-misc-next v3 0/2] mei: gsc proxy component

Tomas Winkler posted 2 patches 2 years, 10 months ago
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
[char-misc-next v3 0/2] mei: gsc proxy component
Posted by Tomas Winkler 2 years, 10 months ago
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
Re: [Intel-gfx] [char-misc-next v3 0/2] mei: gsc proxy component
Posted by Rodrigo Vivi 2 years, 10 months ago
On Wed, Feb 08, 2023 at 04:23:56PM +0200, Tomas Winkler wrote:
> 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.

Cc: Daniele, since he was missing on this submission.

He raise concerns on getting this through another tree since he
has a pending series that uses this interface here. The propagation
at this point will take so long.

Could we do the other way around and get Greg's and your, Thomas',
acks to merge this through our drm-intel trees?

> 
> 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
>
Re: [Intel-gfx] [char-misc-next v3 0/2] mei: gsc proxy component
Posted by Greg Kroah-Hartman 2 years, 10 months ago
On Wed, Feb 08, 2023 at 12:17:23PM -0500, Rodrigo Vivi wrote:
> On Wed, Feb 08, 2023 at 04:23:56PM +0200, Tomas Winkler wrote:
> > 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.
> 
> Cc: Daniele, since he was missing on this submission.
> 
> He raise concerns on getting this through another tree since he
> has a pending series that uses this interface here. The propagation
> at this point will take so long.
> 
> Could we do the other way around and get Greg's and your, Thomas',
> acks to merge this through our drm-intel trees?

Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>