mei: Add Meteor Lake support for IVSC device

Message ID 20240207004304.31862-1-wentong.wu@intel.com
State New
Headers
Series mei: Add Meteor Lake support for IVSC device |

Commit Message

Wu, Wentong Feb. 7, 2024, 12:43 a.m. UTC
  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(+)
  

Comments

Sakari Ailus Feb. 7, 2024, 6:43 a.m. UTC | #1
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);
  
Tomas Winkler Feb. 7, 2024, 6:57 a.m. UTC | #2
> 
> 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
  
Wu, Wentong Feb. 18, 2024, 8:44 a.m. UTC | #3
> 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
  
Greg KH Feb. 19, 2024, 10:40 a.m. UTC | #4
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
  
Wu, Wentong Feb. 21, 2024, 2:48 a.m. UTC | #5
> 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
  

Patch

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);