[PATCH] acpi: video: fix acpi_backlight=video
Make "acpi_backlight=video" param enable ACPI_VIDEO_BACKLIGHT_FORCE_VIDEO as intended, instead of incorrectly enabling video output switching. BugLink: http://bugs.launchpad.net/bugs/573120 Signed-off-by: Kamal Mostafa <kamal(a)canonical.com> Cc: Len Brown <lenb(a)kernel.org> Cc: Zhang Rui <rui.zhang(a)intel.com> C... 1 May 2010 15:24
hwmon: applesmc: Add generic support for MacBook Pro 7
Hi Henrik, On Fri, 30 Apr 2010 23:38:06 +0200, Henrik Rydberg wrote: This patch adds generic support for the MacBook Pro 7 family based on the 7,1 model. Signed-off-by: Henrik Rydberg <rydberg(a)euromail.se> --- drivers/hwmon/applesmc.c | 9 +++++++++ 1 files changed, 9 insertions(+), 0 delet... 1 May 2010 15:24
perf, ftrace and MCEs
Hi, so I finally had some spare time to stare at perf/ftrace code and ponder on how to use those facilities for MCE collecting and reporting. Btw, I have to say, it took me quite a while to understand what goes where - my suggestion to anyone who tries to understand how perf/ftrace works is to do make <file.i> w... 16 May 2010 13:32
hv: Added new hv_utils driver to hyper-v - RE-CREATED
On Fri, Apr 30, 2010 at 04:52:34PM +0000, Hank Janssen wrote: Greg, As requested, here is the patch, it was created against a fresh clone of kernel.org:/pub/scm/linux/kernel/git/gregkh/staging-next-2.6.git of this morning using the origin/staging-next branch. It was created with the help of the g... 1 May 2010 13:11
Staging: arlan: fixed trailing whitespace style issue in arlan-main.c
On Fri, Apr 30, 2010 at 09:56:36PM +0530, Prashant P. Shah wrote: This is a patch to the arlan-main.c file that fixes up all the trailing whitespace errors found by the checkpatch.pl tool. Signed-off-by: Prashant P. Shah <pshah.mumbai(a)gmail.com> --- drivers/staging/arlan/arlan-main.c | 82 ++++++++... 1 May 2010 13:11
Staging: dream: pmem: code style fixes
On Thu, Apr 29, 2010 at 05:37:34PM -0400, Chihau Chau wrote: From: Chihau Chau <chihau(a)gmail.com> This patch include <linux/io.h> instead of <asm/io.h> and <linux/uaccess.h> instead of <asm/uaccess.h>. Signed-off-by: Chihau Chau <chihau(a)gmail.com> --- drivers/staging/dream/pmem.c | 4 ++-- ... 1 May 2010 13:11
Staging: dt3155: Cleanup memory mapped i/o access
On Wed, Apr 28, 2010 at 12:23:09PM -0500, H Hartley Sweeten wrote: The macros ReadMReg and WriteMReg are really just private versions of the kernel's readl and writel functions. Use the kernel's functions instead. And since ioremap returns a (void __iomem *) not a (u8 *), change all the uses of dt3155_lba... 6 May 2010 16:31
[PATCH v2.1 3/4] IPVS: make FTP work with full NAT support
Simon Horman wrote: +#define FMT_TUPLE "%u.%u.%u.%u:%u->%u.%u.%u.%u:%u/%u" +#define ARG_TUPLE(T) NIPQUAD((T)->src.u3.ip), ntohs((T)->src.u.all), \ + NIPQUAD((T)->dst.u3.ip), ntohs((T)->dst.u.all), \ + (T)->dst.protonum + +#define FMT_CONN "%u.%u.%u.%u:%u->%u.%u.%u.%u:%u->%u.%u.%u.%u:%u/%u:%u" ... 1 May 2010 13:11
[PATCH 4/4] ARM: AB3550 board configuration and irq for U300 v2
From: Mattias Wallin <mattias.wallin(a)stericsson.com> This patch adds the i2c board configuration needed for the Mixed Signal chip AB3550. It also adds the irq numbers needed for the irq_chip implementation. Signed-off-by: Mattias Wallin <mattias.wallin(a)stericsson.com> Signed-off-by: Linus Walleij <linus.wallei... 1 May 2010 13:11
[PATCH -mmotm] x86/mm/pgtable_32.c: add include asm/io.h
From: Randy Dunlap <randy.dunlap(a)oracle.com> Fix build error: arch/x86/mm/pgtable_32.c:130: error: implicit declaration of function 'fixup_early_ioremap' in patch: x86-fix-handling-of-the-reservetop-boot-option.patch Signed-off-by: Randy Dunlap <randy.dunlap(a)oracle.com> Cc: Liang Li <liang.li(a)windriver.com> ... 1 May 2010 12:02