hwmon: (coretemp) Get TjMax value from MSR
On Fri, 2010-05-07 at 17:59 +0800, Huaxu Wan wrote: The MSR IA32_TEMPERATURE_TARGET contains the TjMax value in the newer processers. I know that TjMax on my system is 85, and now coretemp reports wrong temperatures. First of all BIOS using stupid tricks actualy reports CPU temperature through ACPI, and as... 12 Jun 2010 23:41
[RFC PATCH 0/1] input/touchscreen: Synaptics Touchscreen Driver
This patch adds an initial driver supporting Synaptics ClearPad touchscreens that use the RMI4 protocol, as defined here: http://www.synaptics.com/sites/default/files/511-000136-01_revA.pdf This patch addresses most of the feedback relating to our previous submissions. Of particular interest are I2C changes b... 29 May 2010 01:45
[patch] complain when users abuse the pm_qos API
The following patch is to help clean up API abusers of pm_qos where they call update_request before registering a request. --mgross --Signed-off-by: markgross <markgross(a)thegnar.org> From a0813007ddc7b72cb3da7a533fefba9889aab1d8 Mon Sep 17 00:00:00 2001 From: mgross <mgross(a)mgross-desktop.(none)> Date: Fr... 30 May 2010 17:36
[PATCH 1/2] char: add WARN_ON() in misc_deregister()
misc_deregister() returns an error only when it attempts to unregister the device that is not registered. This is the driver's bug. Most of the drivers don't check the return value of misc_deregister(). (It is not bad thing because most of kernel *_unregister() API always succeed and do not return value) So it... 29 May 2010 00:40
[PATCH 2/2] s390: remove WARN_ON for misc_deregister() failures
The previous change added WARN_ON() in misc_deregister(). So it is not necessary to WARN_ON() misc_deregister() failure by callers. Signed-off-by: Akinobu Mita <akinobu.mita(a)gmail.com> Cc: Martin Schwidefsky <schwidefsky(a)de.ibm.com> Cc: Heiko Carstens <heiko.carstens(a)de.ibm.com> Cc: linux390(a)de.ibm.com Cc: lin... 29 May 2010 00:40
[PATCH 3/8] arch/tile: header files for the Tile architecture.
This includes the relevant Linux headers in asm/; the low-level low-level "Tile architecture" headers in arch/, which are shared with the hypervisor, etc., and are build-system agnostic; and the relevant hypervisor headers in hv/. Signed-off-by: Chris Metcalf <cmetcalf(a)tilera.com> --- arch/tile/include/arch/ab... 29 May 2010 00:40
[PATCH 7/8] arch/tile: lib/ directory.
Signed-off-by: Chris Metcalf <cmetcalf(a)tilera.com> --- arch/tile/lib/Makefile | 16 + arch/tile/lib/__invalidate_icache.S | 106 ++++++ arch/tile/lib/atomic_32.c | 347 +++++++++++++++++++ arch/tile/lib/atomic_asm_32.S | 197 +++++++++++ arch/tile/lib/checksum.c | 10... 29 May 2010 00:40
ACPI / EC / PM: Fix race between EC transactions and system suspend
applied thanks, Len Brown, Intel Open Source Technology Center -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ... 29 May 2010 00:40
ACPI / EC / PM: Fix names of functions that block/unblock EC transactions
applied thanks, Len Brown, Intel Open Source Technology Center -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ... 29 May 2010 00:40
New MSI support in sata_sil24 still broken in 2.6.33-rc3
My advance apologies if this email gets badly MIME-mangled... On 2010/01/06 20:59, "Robert Hancock" <hancockrwd(a)gmail.com> wrote: On 01/06/2010 03:37 AM, Torsten Kaiser wrote: After activating the MSI support by adding sata_sil24.msi=1 to the kernel command line, the first write to a drive attached to the... 28 May 2010 22:31