Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1532206

[char-msic 2/3] mei: me: fix place for kaby point device ids.

From Tomas Winkler <tomas.winkler@intel.com>
Newsgroups linux.kernel
Subject [char-msic 2/3] mei: me: fix place for kaby point device ids.
Date 2016-11-29 12:50 +0100
Message-ID <sIP58-7Uu-31@gated-at.bofh.it> (permalink)
References <sIP57-7Uu-19@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


This is fix of the backported patch only, it places
KBL DIDs on correct place to easy on backporting of
further DIDs.

Fixes: 5c99f32c461c ('mei: me: add kaby point device ids')
Cc: <stable@vger.kernel.org> #4.4
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
---
 drivers/misc/mei/hw-me-regs.h | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/drivers/misc/mei/hw-me-regs.h b/drivers/misc/mei/hw-me-regs.h
index 4e8069866c85..a2661381ddfc 100644
--- a/drivers/misc/mei/hw-me-regs.h
+++ b/drivers/misc/mei/hw-me-regs.h
@@ -66,9 +66,6 @@
 #ifndef _MEI_HW_MEI_REGS_H_
 #define _MEI_HW_MEI_REGS_H_
 
-#define MEI_DEV_ID_KBP        0xA2BA  /* Kaby Point */
-#define MEI_DEV_ID_KBP_2      0xA2BB  /* Kaby Point 2 */
-
 /*
  * MEI device IDs
  */
@@ -124,6 +121,10 @@
 #define MEI_DEV_ID_SPT_2      0x9D3B  /* Sunrise Point 2 */
 #define MEI_DEV_ID_SPT_H      0xA13A  /* Sunrise Point H */
 #define MEI_DEV_ID_SPT_H_2    0xA13B  /* Sunrise Point H 2 */
+
+#define MEI_DEV_ID_KBP        0xA2BA  /* Kaby Point */
+#define MEI_DEV_ID_KBP_2      0xA2BB  /* Kaby Point 2 */
+
 /*
  * MEI HW Section
  */
-- 
2.7.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[char-msic 2/3] mei: me: fix place for kaby point device ids. Tomas Winkler <tomas.winkler@intel.com> - 2016-11-29 12:50 +0100
  Re: [char-msic 2/3] mei: me: fix place for kaby point device ids. Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-11-29 20:20 +0100
    RE: [char-msic 2/3] mei: me: fix place for kaby point device ids. "Winkler, Tomas" <tomas.winkler@intel.com> - 2016-11-29 21:20 +0100
    RE: [char-msic 2/3] mei: me: fix place for kaby point device ids. "Winkler, Tomas" <tomas.winkler@intel.com> - 2016-11-29 21:30 +0100
      Re: [char-msic 2/3] mei: me: fix place for kaby point device ids. Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-11-29 22:40 +0100
        RE: [char-msic 2/3] mei: me: fix place for kaby point device ids. "Winkler, Tomas" <tomas.winkler@intel.com> - 2016-11-29 22:50 +0100

csiph-web