x86/mrst: add dependencies for Moorestown
On 02/24/2010 04:41 PM, Pan, Jacob jun wrote: Moorestown platform depends on IOAPIC, specify dependency correctly. Signed-off-by: Jacob Pan <jacob.jun.pan(a)intel.com> --- arch/x86/Kconfig | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/x86/Kconfig b/arch/x86/Kconf... 25 Feb 2010 01:29
[PATCH 1/2] fb: for framebuffer handover don't exit the loop early.
From: Dave Airlie <airlied(a)redhat.com> An offb machine has been seen in the fields which adds two offb nodes, so continue scanning the list after removing one. Signed-off-by: Dave Airlie <airlied(a)redhat.com> --- drivers/video/fbmem.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/... 25 Feb 2010 00:23
fb fix + laptop gpu switching support
The first patch is a trivial change to the fb handover code. The second adds initial support framework for laptops with GPU switching features, it has some changes to fb code, along with changes to dri drivers. I'm happy to deal with these patches via drm-2.6 for this merge window if nobody has any objections.... 25 Feb 2010 00:23
[PATCH] rfkill bug fixed in rfkill_set_sw_state
Don¡¯t work expected operation in __rfkill_set_sw_state. when rfkill initialized. Rfkill¡¯s blocked & unblocked is operating on the contrary. Signed-off-by: Jaehoon Chung <jh80.chung(a)samsung.com> --- net/rfkill/core.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net/rfkill/cor... 25 Feb 2010 00:23
hid: add suspend/resume hooks for hid drivers
Am Mittwoch, 24. Februar 2010 17:01:12 schrieb Bruno Prémont: Add suspend/resume hooks for HID drivers so these can do some additional state adjustment when device gets suspended/resumed. This patch calls these hooks from usbhid suspend/resume functions, only calling suspend on plain suspend, not autosu... 25 Feb 2010 05:51
tracing: return accurate value for print_graph_prologue
On Wed, Feb 24, 2010 at 03:40:25PM +0800, Wenji Huang wrote: Return TRACE_TYPE_HANDLED instead of zero to avoid confusion. Signed-off-by: Wenji Huang <wenji.huang(a)oracle.com> --- kernel/trace/trace_functions_graph.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kern... 25 Feb 2010 00:23
libata bug fix
On Wed, 24 Feb 2010 22:49:37 -0500 Jeff Garzik <jeff(a)garzik.org> wrote: This is a fix that probably should have gone into 2.6.33. It still can if we cc stable(a)kernel.org? It never received an ack from the bug reporter, hence the delay, but NVIDIA ok'd it anyway. It merely disables an optimizati... 24 Feb 2010 23:18
cs5535_gpio: gpio_chip.get should return the input value
>> --- linux-2.6.33-rc8.orig/drivers/gpio/cs5535-gpio.c +++ linux-2.6.33-rc8/drivers/gpio/cs5535-gpio.c @@ -154,7 +154,7 @@ �static int chip_gpio_get(struct gpio_chip *chip, unsigned offset) �{ - � � return cs5535_gpio_isset(offset, GPIO_OUTPUT_VAL); + � � return cs5535_gpio_isset(offset, GP... 25 Feb 2010 00:23
[GIT PULL] Perf python scripting support
Ingo, Please pull the perf/core branch that can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git perf/core I've left out the parts that deal with syscall nr to name resolution as it would be nicer to implement it through events injection instead of yet another debugfs ... 24 Feb 2010 23:17
[git patch] libata bug fix
This is a fix that probably should have gone into 2.6.33. It never received an ack from the bug reporter, hence the delay, but NVIDIA ok'd it anyway. It merely disables an optimization. Please pull from 'upstream-linus' branch of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git upstrea... 24 Feb 2010 23:17