[Meego-kernel] patch [4/4] medfield DTS driver

Jacob Pan jacob.jun.pan at linux.intel.com
Thu Oct 21 04:16:24 PDT 2010


R, Durgadoss Thu, 21 Oct 2010 11:01:13 +0530
>Hi Arjan,
>
>This patch, the final one, enables monitoring Digital Temperature
>Sensor on the medfield platform.
>
>This driver, registers itself with the generic thermal sysfs framework.
>It monitors the dts temperature and sends out a notification when
>the temperature reaches critical limit.
>
>--------------------------------------------------------------------
>Signed-off-by:  <durgadoss.r at intel.com>
>
>Index: ac_kernel/kernel/arch/x86/include/asm/mce.h
>===================================================================
>--- ac_kernel.orig/kernel/arch/x86/include/asm/mce.h
>+++ ac_kernel/kernel/arch/x86/include/asm/mce.h
>@@ -39,8 +39,8 @@
> #define MCM_ADDR_GENERIC 7     /* generic */
>
> /* CTL2 register defines */
>-#define MCI_CTL2_CMCI_EN               (1ULL << 30)
>-#define MCI_CTL2_CMCI_THRESHOLD_MASK   0x7fffULL
>+#define MCI_CTL2_CMCI_EN                (1ULL << 30)
>+#define MCI_CTL2_CMCI_THRESHOLD_MASK    0x7fffULL
I noticed quite a few bogus changes like this, it is hard to find the
real changes. could you remove them first?

Thanks,

Jacob


More information about the Meego-kernel mailing list