linux-pwm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] pwm: lpss: Add Intel Gemini Lake PCI ID
@ 2017-01-04 15:43 Mika Westerberg
  2017-01-20 10:25 ` Andy Shevchenko
  0 siblings, 1 reply; 2+ messages in thread
From: Mika Westerberg @ 2017-01-04 15:43 UTC (permalink / raw)
  To: Thierry Reding; +Cc: linux-pwm, Mika Westerberg, Andy Shevchenko

Intel Gemini Lake PWM is pretty much same as used in Intel Broxton. Add
this new PCI ID to the list of supported devices.

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
---
Hi, this is on top of Andy's series here:

https://patchwork.ozlabs.org/patch/710104/
https://patchwork.ozlabs.org/patch/710107/
https://patchwork.ozlabs.org/patch/710105/
https://patchwork.ozlabs.org/patch/710106/

 drivers/pwm/pwm-lpss-pci.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/pwm/pwm-lpss-pci.c b/drivers/pwm/pwm-lpss-pci.c
index dfe0a2e8e4de..2c2ca370dc26 100644
--- a/drivers/pwm/pwm-lpss-pci.c
+++ b/drivers/pwm/pwm-lpss-pci.c
@@ -78,6 +78,7 @@ static const struct pci_device_id pwm_lpss_pci_ids[] = {
 	{ PCI_VDEVICE(INTEL, 0x1ac8), PWM_LPSS_BXT },
 	{ PCI_VDEVICE(INTEL, 0x2288), PWM_LPSS_BSW },
 	{ PCI_VDEVICE(INTEL, 0x2289), PWM_LPSS_BSW },
+	{ PCI_VDEVICE(INTEL, 0x31c8), PWM_LPSS_BXT },
 	{ PCI_VDEVICE(INTEL, 0x5ac8), PWM_LPSS_BXT },
 	{ },
 };
-- 
2.11.0

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

* Re: [PATCH] pwm: lpss: Add Intel Gemini Lake PCI ID
  2017-01-04 15:43 [PATCH] pwm: lpss: Add Intel Gemini Lake PCI ID Mika Westerberg
@ 2017-01-20 10:25 ` Andy Shevchenko
  0 siblings, 0 replies; 2+ messages in thread
From: Andy Shevchenko @ 2017-01-20 10:25 UTC (permalink / raw)
  To: Mika Westerberg, Thierry Reding; +Cc: linux-pwm

On Wed, 2017-01-04 at 18:43 +0300, Mika Westerberg wrote:
> Intel Gemini Lake PWM is pretty much same as used in Intel Broxton.
> Add
> this new PCI ID to the list of supported devices.
> 

Since we didn't yet settle the dependence series, I will incorporate
your patch in the next version of that series.

Change looks good to me!

> Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
> ---
> Hi, this is on top of Andy's series here:
> 
> https://patchwork.ozlabs.org/patch/710104/
> https://patchwork.ozlabs.org/patch/710107/
> https://patchwork.ozlabs.org/patch/710105/
> https://patchwork.ozlabs.org/patch/710106/
> 
>  drivers/pwm/pwm-lpss-pci.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/pwm/pwm-lpss-pci.c b/drivers/pwm/pwm-lpss-pci.c
> index dfe0a2e8e4de..2c2ca370dc26 100644
> --- a/drivers/pwm/pwm-lpss-pci.c
> +++ b/drivers/pwm/pwm-lpss-pci.c
> @@ -78,6 +78,7 @@ static const struct pci_device_id pwm_lpss_pci_ids[]
> = {
>  	{ PCI_VDEVICE(INTEL, 0x1ac8), PWM_LPSS_BXT },
>  	{ PCI_VDEVICE(INTEL, 0x2288), PWM_LPSS_BSW },
>  	{ PCI_VDEVICE(INTEL, 0x2289), PWM_LPSS_BSW },
> +	{ PCI_VDEVICE(INTEL, 0x31c8), PWM_LPSS_BXT },
>  	{ PCI_VDEVICE(INTEL, 0x5ac8), PWM_LPSS_BXT },
>  	{ },
>  };

-- 
Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Intel Finland Oy

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

end of thread, other threads:[~2017-01-20 10:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-04 15:43 [PATCH] pwm: lpss: Add Intel Gemini Lake PCI ID Mika Westerberg
2017-01-20 10:25 ` Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).