[PATCH 3/3] gta02: Use pcf50633 backlight driver instead of platform backlight driver.
Use the pcf50633 backlight driver instead of the platform backlight driver. Signed-off-by: Lars-Peter Clausen <lars(a)metafoo.de> Cc: Ben Dooks <ben-linux(a)fluff.org> --- arch/arm/mach-s3c2440/mach-gta02.c | 76 ++++------------------------------- 1 files changed, 9 insertions(+), 67 deletions(-) diff --git a... 11 May 2010 21:14
[PATCH 0/3] Add pcf50633 backlight driver
Hi This patch series adds a backlight driver for the pcf50633. The first patch adds the backlight driver, the second patch registers the backlight driver in the pcf50633 core driver and the third patch replaces the platform backlight driver in mach-gta02 with the pcf50633 backlight driver. - Lars Lars-Peter... 11 May 2010 21:14
[PATCH 2/4] MFD: pcf50633-adc: Fix potential race pcf50633_adc_sync_read
Currently it's not guaranteed that request struct is not already freed when reading from it. Fix this by moving synced request related fields from the pcf50633_adc_request struct to its own struct and store it on the functions stack. Signed-off-by: Lars-Peter Clausen <lars(a)metafoo.de> --- drivers/mfd/pcf50633-... 11 May 2010 21:14
[PATCH 1/4] MFD: pcf50633: Fix bitfield logic in interrupt handler
Those constants are alreay bitfields. Signed-off-by: Lars-Peter Clausen <lars(a)metafoo.de> --- drivers/mfd/pcf50633-core.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/mfd/pcf50633-core.c b/drivers/mfd/pcf50633-core.c index d66f389..6f7fb60 100644 --- a/drivers/mfd/p... 11 May 2010 21:14
mm,migration: Avoid race between shift_arg_pages() and rmap_walk() during migration by not migrating temporary stacks
> diff --git a/fs/exec.c b/fs/exec.c index 725d7ef..13f8e7f 100644 --- a/fs/exec.c +++ b/fs/exec.c @@ -242,9 +242,10 @@ static int __bprm_mm_init(struct linux_binprm *bprm) * use STACK_TOP because that can depend on attributes which aren't * configured yet. */ + BUG_ON(VM_STACK_FLAGS & ... 12 May 2010 19:13
[PATCH] Disable i8042 checks on Intel Apple Macs
As those computers never had any i8042 controllers, and the current lookup code could potentially lock up/hang/wait for timeout for long periods of time. Fixes intermittent hangs on boot on a MacbookAir1,1 Signed-off-by: Bastien Nocera <hadess(a)hadess.net> --- drivers/input/serio/i8042-x86ia64io.h | 18 ++++... 11 May 2010 21:14
[tip:x86/fpu] x86, fpu: Use the proper asm constraint in use_xsave()
Commit-ID: dce8bf4e115aa44d590802ce3554e926840c9042 Gitweb: http://git.kernel.org/tip/dce8bf4e115aa44d590802ce3554e926840c9042 Author: H. Peter Anvin <hpa(a)zytor.com> AuthorDate: Mon, 10 May 2010 13:41:41 -0700 Committer: H. Peter Anvin <hpa(a)zytor.com> CommitDate: Mon, 10 May 2010 13:41:41 -0700 x86, f... 11 May 2010 21:14
[PATCH 0/4] MFD: pcf50633: Fixes and updates
Hi This patch series contains fixes and updates for the pcf50633 mfd and adc driver. Lars-Peter Clausen (4): MFD: pcf50633: Fix bitfield logic in interrupt handler MFD: pcf50633-adc: Fix potential race pcf50633_adc_sync_read MFD: pcf50633: Use threaded irq MFD: pcf50633: Move irq related functions to... 11 May 2010 21:14
direct-io: honor dio->boundary a little more strictly
On Fri, May 07, 2010 at 01:41:04PM -0400, Josef Bacik wrote: Because BTRFS needs to be able to lookup checksums when we submit the bio's, we need to be able to look up the logical offset in the inode we're submitting the bio for. The way we do this is in our get_blocks function is return the map_bh with b_... 11 May 2010 21:14
[PATCH 1/1] Documentation: usb/CREDITS
From: Billy Simrell <bill_simrell(a)yahoo.com> Fixed a spelling error in Documentation/usb/CREDITS on line 104. Signed-off-by: Billy Simrell <bill_simrell(a)yahoo.com> ----------------------------------------------------------------------------- --- usb/CREDITS.orig 2010-05-11 17:26:53.000000000 -0500 +++ usb/CREDIT... 11 May 2010 20:08