From: Mika Westerberg <mika.westerberg@linux.intel.com>
To: Thierry Reding <thierry.reding@gmail.com>
Cc: linux-pwm@vger.kernel.org,
Mika Westerberg <mika.westerberg@linux.intel.com>,
Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Subject: [PATCH] pwm: lpss: Add Intel Gemini Lake PCI ID
Date: Wed, 4 Jan 2017 18:43:34 +0300 [thread overview]
Message-ID: <20170104154334.29046-1-mika.westerberg@linux.intel.com> (raw)
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
next reply other threads:[~2017-01-04 15:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-04 15:43 Mika Westerberg [this message]
2017-01-20 10:25 ` [PATCH] pwm: lpss: Add Intel Gemini Lake PCI ID Andy Shevchenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170104154334.29046-1-mika.westerberg@linux.intel.com \
--to=mika.westerberg@linux.intel.com \
--cc=andriy.shevchenko@linux.intel.com \
--cc=linux-pwm@vger.kernel.org \
--cc=thierry.reding@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.