2024-02-07 00:44:38

by Wentong Wu

[permalink] [raw]
Subject: [PATCH] mei: Add Meteor Lake support for IVSC device

Add IVSC device support on Meteor Lake platform.

Signed-off-by: Wentong Wu <[email protected]>
---
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



2024-02-07 06:43:32

by Sakari Ailus

[permalink] [raw]
Subject: Re: [PATCH] mei: Add Meteor Lake support for IVSC device

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 <[email protected]>

Reviewed-by: Sakari Ailus <[email protected]>

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

2024-02-07 06:58:30

by Winkler, Tomas

[permalink] [raw]
Subject: RE: [PATCH] mei: Add Meteor Lake support for IVSC device



>
> 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 <[email protected]>
>
> Reviewed-by: Sakari Ailus <[email protected]>
Acked-by: Tomas Winkler <[email protected]>

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

2024-02-18 08:45:19

by Wentong Wu

[permalink] [raw]
Subject: RE: [PATCH] mei: Add Meteor Lake support for IVSC device

> From: Winkler, Tomas <[email protected]>
> > 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 <[email protected]>
> >
> > Reviewed-by: Sakari Ailus <[email protected]>
> Acked-by: Tomas Winkler <[email protected]>

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

2024-02-19 10:42:00

by Greg KH

[permalink] [raw]
Subject: Re: [PATCH] mei: Add Meteor Lake support for IVSC device

On Sun, Feb 18, 2024 at 08:44:58AM +0000, Wu, Wentong wrote:
> > From: Winkler, Tomas <[email protected]>
> > > 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 <[email protected]>
> > >
> > > Reviewed-by: Sakari Ailus <[email protected]>
> > Acked-by: Tomas Winkler <[email protected]>
>
> 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

2024-02-21 02:48:21

by Wentong Wu

[permalink] [raw]
Subject: RE: [PATCH] mei: Add Meteor Lake support for IVSC device

> From: [email protected] <[email protected]>
> On Sun, Feb 18, 2024 at 08:44:58AM +0000, Wu, Wentong wrote:
> > > From: Winkler, Tomas <[email protected]>
> > > > 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 <[email protected]>
> > > >
> > > > Reviewed-by: Sakari Ailus <[email protected]>
> > > Acked-by: Tomas Winkler <[email protected]>
> >
> > 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