Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1718075 > unrolled thread
| Started by | Tomas Winkler <tomas.winkler@intel.com> |
|---|---|
| First post | 2017-08-23 08:40 +0200 |
| Last post | 2017-08-23 15:50 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[stable 4.4 1/2] mei: me: add broxton pci device ids Tomas Winkler <tomas.winkler@intel.com> - 2017-08-23 08:40 +0200
Re: [stable 4.4 1/2] mei: me: add broxton pci device ids Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-08-23 15:50 +0200
| From | Tomas Winkler <tomas.winkler@intel.com> |
|---|---|
| Date | 2017-08-23 08:40 +0200 |
| Subject | [stable 4.4 1/2] mei: me: add broxton pci device ids |
| Message-ID | <uhxux-5tC-7@gated-at.bofh.it> |
Add device ids for Broxton SoC based devices.
Cc: stable@kernel.com #4.4.x
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
drivers/misc/mei/hw-me-regs.h | 3 +++
drivers/misc/mei/pci-me.c | 3 +++
2 files changed, 6 insertions(+)
diff --git a/drivers/misc/mei/hw-me-regs.h b/drivers/misc/mei/hw-me-regs.h
index a2661381ddfc..21e5c6b652c5 100644
--- a/drivers/misc/mei/hw-me-regs.h
+++ b/drivers/misc/mei/hw-me-regs.h
@@ -125,6 +125,9 @@
#define MEI_DEV_ID_KBP 0xA2BA /* Kaby Point */
#define MEI_DEV_ID_KBP_2 0xA2BB /* Kaby Point 2 */
+#define MEI_DEV_ID_BXT_M 0x1A9A /* Broxton M */
+#define MEI_DEV_ID_APL_I 0x5A9A /* Apollo Lake I */
+
/*
* MEI HW Section
*/
diff --git a/drivers/misc/mei/pci-me.c b/drivers/misc/mei/pci-me.c
index 01e20384ac44..9d7ed85f2744 100644
--- a/drivers/misc/mei/pci-me.c
+++ b/drivers/misc/mei/pci-me.c
@@ -90,6 +90,9 @@ static const struct pci_device_id mei_me_pci_tbl[] = {
{MEI_PCI_DEVICE(MEI_DEV_ID_KBP, mei_me_pch8_cfg)},
{MEI_PCI_DEVICE(MEI_DEV_ID_KBP_2, mei_me_pch8_cfg)},
+ {MEI_PCI_DEVICE(MEI_DEV_ID_BXT_M, mei_me_pch8_cfg)},
+ {MEI_PCI_DEVICE(MEI_DEV_ID_APL_I, mei_me_pch8_cfg)},
+
/* required last entry */
{0, }
};
--
2.9.5
[toc] | [next] | [standalone]
| From | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2017-08-23 15:50 +0200 |
| Message-ID | <uhEcG-1bd-7@gated-at.bofh.it> |
| In reply to | #1718075 |
On Wed, Aug 23, 2017 at 09:30:28AM +0300, Tomas Winkler wrote: > Add device ids for Broxton SoC based devices. > > Cc: stable@kernel.com #4.4.x > Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> > Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> > --- > drivers/misc/mei/hw-me-regs.h | 3 +++ > drivers/misc/mei/pci-me.c | 3 +++ > 2 files changed, 6 insertions(+) What is the git commit for this, and patch 2/2 in this series, that describes these patches in Linus's tree? thanks, greg k-h
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web