All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mei: Add Meteor Lake support for IVSC device
@ 2024-02-07  0:43 Wentong Wu
  2024-02-07  6:43 ` Sakari Ailus
  0 siblings, 1 reply; 6+ messages in thread
From: Wentong Wu @ 2024-02-07  0:43 UTC (permalink / raw)
  To: gregkh, tomas.winkler; +Cc: sakari.ailus, linux-kernel, Wentong Wu

Add IVSC device support on Meteor Lake platform.

Signed-off-by: Wentong Wu <wentong.wu@intel.com>
---
 drivers/misc/mei/vsc-tp.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/misc/mei/vsc-tp.c b/drivers/misc/mei/vsc-tp.c
index 6f4a4be6ccb5..55f7db490d3b 100644
--- a/drivers/misc/mei/vsc-tp.c
+++ b/drivers/misc/mei/vsc-tp.c
@@ -535,6 +535,7 @@ static const struct acpi_device_id vsc_tp_acpi_ids[] = {
 	{ "INTC1009" }, /* Raptor Lake */
 	{ "INTC1058" }, /* Tiger Lake */
 	{ "INTC1094" }, /* Alder Lake */
+	{ "INTC10D0" }, /* Meteor Lake */
 	{}
 };
 MODULE_DEVICE_TABLE(acpi, vsc_tp_acpi_ids);
-- 
2.43.0


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

* Re: [PATCH] mei: Add Meteor Lake support for IVSC device
  2024-02-07  0:43 [PATCH] mei: Add Meteor Lake support for IVSC device Wentong Wu
@ 2024-02-07  6:43 ` Sakari Ailus
  2024-02-07  6:57   ` Winkler, Tomas
  0 siblings, 1 reply; 6+ messages in thread
From: Sakari Ailus @ 2024-02-07  6:43 UTC (permalink / raw)
  To: Wentong Wu; +Cc: gregkh, tomas.winkler, linux-kernel

On Wed, Feb 07, 2024 at 08:43:04AM +0800, Wentong Wu wrote:
> Add IVSC device support on Meteor Lake platform.
> 
> Signed-off-by: Wentong Wu <wentong.wu@intel.com>

Reviewed-by: Sakari Ailus <sakari.ailus@linux.intel.com>

> ---
>  drivers/misc/mei/vsc-tp.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/misc/mei/vsc-tp.c b/drivers/misc/mei/vsc-tp.c
> index 6f4a4be6ccb5..55f7db490d3b 100644
> --- a/drivers/misc/mei/vsc-tp.c
> +++ b/drivers/misc/mei/vsc-tp.c
> @@ -535,6 +535,7 @@ static const struct acpi_device_id vsc_tp_acpi_ids[] = {
>  	{ "INTC1009" }, /* Raptor Lake */
>  	{ "INTC1058" }, /* Tiger Lake */
>  	{ "INTC1094" }, /* Alder Lake */
> +	{ "INTC10D0" }, /* Meteor Lake */
>  	{}
>  };
>  MODULE_DEVICE_TABLE(acpi, vsc_tp_acpi_ids);

-- 
Sakari Ailus

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

* RE: [PATCH] mei: Add Meteor Lake support for IVSC device
  2024-02-07  6:43 ` Sakari Ailus
@ 2024-02-07  6:57   ` Winkler, Tomas
  2024-02-18  8:44     ` Wu, Wentong
  0 siblings, 1 reply; 6+ messages in thread
From: Winkler, Tomas @ 2024-02-07  6:57 UTC (permalink / raw)
  To: Sakari Ailus, Wu, Wentong; +Cc: gregkh, linux-kernel



> 
> On Wed, Feb 07, 2024 at 08:43:04AM +0800, Wentong Wu wrote:
> > Add IVSC device support on Meteor Lake platform.
> >
> > Signed-off-by: Wentong Wu <wentong.wu@intel.com>
> 
> Reviewed-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Acked-by: Tomas Winkler <tomas.winkler@intel.com>

> 
> > ---
> >  drivers/misc/mei/vsc-tp.c | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/drivers/misc/mei/vsc-tp.c b/drivers/misc/mei/vsc-tp.c
> > index 6f4a4be6ccb5..55f7db490d3b 100644
> > --- a/drivers/misc/mei/vsc-tp.c
> > +++ b/drivers/misc/mei/vsc-tp.c
> > @@ -535,6 +535,7 @@ static const struct acpi_device_id vsc_tp_acpi_ids[]
> = {
> >  	{ "INTC1009" }, /* Raptor Lake */
> >  	{ "INTC1058" }, /* Tiger Lake */
> >  	{ "INTC1094" }, /* Alder Lake */
> > +	{ "INTC10D0" }, /* Meteor Lake */
> >  	{}
> >  };
> >  MODULE_DEVICE_TABLE(acpi, vsc_tp_acpi_ids);
> 
> --
> Sakari Ailus

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

* RE: [PATCH] mei: Add Meteor Lake support for IVSC device
  2024-02-07  6:57   ` Winkler, Tomas
@ 2024-02-18  8:44     ` Wu, Wentong
  2024-02-19 10:40       ` gregkh
  0 siblings, 1 reply; 6+ messages in thread
From: Wu, Wentong @ 2024-02-18  8:44 UTC (permalink / raw)
  To: Winkler, Tomas, Sakari Ailus, gregkh; +Cc: linux-kernel

> From: Winkler, Tomas <tomas.winkler@intel.com>
> > On Wed, Feb 07, 2024 at 08:43:04AM +0800, Wentong Wu wrote:
> > > Add IVSC device support on Meteor Lake platform.
> > >
> > > Signed-off-by: Wentong Wu <wentong.wu@intel.com>
> >
> > Reviewed-by: Sakari Ailus <sakari.ailus@linux.intel.com>
> Acked-by: Tomas Winkler <tomas.winkler@intel.com>

Thanks, Sakari and Tomas. 

Greg, could you please help take a look this patch? Thanks

BR,
Wentong
> 
> >
> > > ---
> > >  drivers/misc/mei/vsc-tp.c | 1 +
> > >  1 file changed, 1 insertion(+)
> > >
> > > diff --git a/drivers/misc/mei/vsc-tp.c b/drivers/misc/mei/vsc-tp.c
> > > index 6f4a4be6ccb5..55f7db490d3b 100644
> > > --- a/drivers/misc/mei/vsc-tp.c
> > > +++ b/drivers/misc/mei/vsc-tp.c
> > > @@ -535,6 +535,7 @@ static const struct acpi_device_id
> > > vsc_tp_acpi_ids[]
> > = {
> > >  	{ "INTC1009" }, /* Raptor Lake */
> > >  	{ "INTC1058" }, /* Tiger Lake */
> > >  	{ "INTC1094" }, /* Alder Lake */
> > > +	{ "INTC10D0" }, /* Meteor Lake */
> > >  	{}
> > >  };
> > >  MODULE_DEVICE_TABLE(acpi, vsc_tp_acpi_ids);
> >
> > --
> > Sakari Ailus

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

* Re: [PATCH] mei: Add Meteor Lake support for IVSC device
  2024-02-18  8:44     ` Wu, Wentong
@ 2024-02-19 10:40       ` gregkh
  2024-02-21  2:48         ` Wu, Wentong
  0 siblings, 1 reply; 6+ messages in thread
From: gregkh @ 2024-02-19 10:40 UTC (permalink / raw)
  To: Wu, Wentong; +Cc: Winkler, Tomas, Sakari Ailus, linux-kernel

On Sun, Feb 18, 2024 at 08:44:58AM +0000, Wu, Wentong wrote:
> > From: Winkler, Tomas <tomas.winkler@intel.com>
> > > On Wed, Feb 07, 2024 at 08:43:04AM +0800, Wentong Wu wrote:
> > > > Add IVSC device support on Meteor Lake platform.
> > > >
> > > > Signed-off-by: Wentong Wu <wentong.wu@intel.com>
> > >
> > > Reviewed-by: Sakari Ailus <sakari.ailus@linux.intel.com>
> > Acked-by: Tomas Winkler <tomas.winkler@intel.com>
> 
> Thanks, Sakari and Tomas. 
> 
> Greg, could you please help take a look this patch? Thanks

To help make patch review quicker, please help out in reviewing patches
for others.

thanks,

greg k-h

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

* RE: [PATCH] mei: Add Meteor Lake support for IVSC device
  2024-02-19 10:40       ` gregkh
@ 2024-02-21  2:48         ` Wu, Wentong
  0 siblings, 0 replies; 6+ messages in thread
From: Wu, Wentong @ 2024-02-21  2:48 UTC (permalink / raw)
  To: gregkh; +Cc: Winkler, Tomas, Sakari Ailus, linux-kernel

> From: gregkh@linuxfoundation.org <gregkh@linuxfoundation.org>
> On Sun, Feb 18, 2024 at 08:44:58AM +0000, Wu, Wentong wrote:
> > > From: Winkler, Tomas <tomas.winkler@intel.com>
> > > > On Wed, Feb 07, 2024 at 08:43:04AM +0800, Wentong Wu wrote:
> > > > > Add IVSC device support on Meteor Lake platform.
> > > > >
> > > > > Signed-off-by: Wentong Wu <wentong.wu@intel.com>
> > > >
> > > > Reviewed-by: Sakari Ailus <sakari.ailus@linux.intel.com>
> > > Acked-by: Tomas Winkler <tomas.winkler@intel.com>
> >
> > Thanks, Sakari and Tomas.
> >
> > Greg, could you please help take a look this patch? Thanks
> 
> To help make patch review quicker, please help out in reviewing patches for
> others.

Sure, I will, thanks for your help 

BR,
Wentong 
> 
> thanks,
> 
> greg k-h

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

end of thread, other threads:[~2024-02-21  2:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-07  0:43 [PATCH] mei: Add Meteor Lake support for IVSC device Wentong Wu
2024-02-07  6:43 ` Sakari Ailus
2024-02-07  6:57   ` Winkler, Tomas
2024-02-18  8:44     ` Wu, Wentong
2024-02-19 10:40       ` gregkh
2024-02-21  2:48         ` Wu, Wentong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.