projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c06806
)
seqno mask of THM_ITV register is 16bit
author
minskey guo
<
[email protected]
>
Fri, 17 Sep 2010 06:02:37 +0000
(14:02 +0800)
committer
Matthew Garrett
<
[email protected]
>
Tue, 5 Oct 2010 18:58:54 +0000
(14:58 -0400)
The mask of sequence number in THM_ITV register is 16bit width instead
of 8bit.
Signed-off-by: minskey guo <
[email protected]
>
Acked-by: Jesse Barnes <
[email protected]
>
Signed-off-by: Matthew Garrett <
[email protected]
>
drivers/platform/x86/intel_ips.c
patch
|
blob
|
history
diff --git
a/drivers/platform/x86/intel_ips.c
b/drivers/platform/x86/intel_ips.c
index 9024480a82288ec071e26008f616fe2d9556c18b..fb317007e3e5e9b1b7f0de91911cb35817cbd8ae 100644
(file)
--- a/
drivers/platform/x86/intel_ips.c
+++ b/
drivers/platform/x86/intel_ips.c
@@
-230,7
+230,7
@@
#define THM_TC2 0xac
#define THM_DTV 0xb0
#define THM_ITV 0xd8
-#define ITV_ME_SEQNO_MASK 0x00
0
f0000 /* ME should update every ~200ms */
+#define ITV_ME_SEQNO_MASK 0x00
f
f0000 /* ME should update every ~200ms */
#define ITV_ME_SEQNO_SHIFT (16)
#define ITV_MCH_TEMP_MASK 0x0000ff00
#define ITV_MCH_TEMP_SHIFT (8)