[PATCH 0/2] mc13783: LED support
Hello This adds led support for the MC13783 PMIC. The first patch modify the mc13783 MFD driver to add a led subdevice and also adds the leds-mc13783 driver. The second patch adds the RGB leds support on the mx31moboard boards. I have only tested the RGB led part since I don't have the hardware to test wi... 17 May 2010 13:32
sched: Avoid side-effect of tickless idle on update_cpu_load (v2)
On Mon, May 17, 2010 at 1:19 AM, Peter Zijlstra <peterz(a)infradead.org> wrote: On Fri, 2010-05-14 at 18:21 -0700, Venkatesh Pallipadi wrote: �/* + * The exact cpu_load decay at various idx values would be + * [0] new = 0 * old + 1 * new + * [1] new = 1/2 * old + 1/2 * new + * [2] new = 3/4 *... 18 May 2010 12:34
x86, hpet: Add reference to chipset erratum documentation for disable-hpet-msi-quirk
On Mon, 17 May 2010, Andreas Herrmann wrote: (At the moment the "SB700 Family Product Errata" document is available at http://support.amd.com/us/Embedded_TechDocs/46837.pdf) Ok, this is against x86 -tip, right? It doesn't apply for me, so I'll just assume I will get it through the normal x86 merge re... 17 May 2010 13:32
[PATCH 2/2] mx31moboard: Add MC13783 led support
Add two RGB led on mx31moboard using MC13783 led subsystem Signed-off-by: Philippe Rétornaz <philippe.retornaz(a)epfl.ch> --- arch/arm/mach-mx3/mach-mx31moboard.c | 45 +++++++++++++++++++++++++++++++++- 1 files changed, 44 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-mx3/mach-mx31moboard.c b/arch... 17 May 2010 13:32
drivers/net/wireless/libertas: Use kmemdup
On Sat, 2010-05-15 at 23:12 +0200, Julia Lawall wrote: From: Julia Lawall <julia(a)diku.dk> Use kmemdup when some other buffer is immediately copied into the allocated region. A simplified version of the semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <sm... 17 May 2010 13:32
Split executable and non-executable mmap tracking V2
On Mon, 2010-05-17 at 16:26 +0100, Eric B Munson wrote: This patch splits tracking of executable and non-executable mmaps. Executable mmaps are tracked normally and non-executable are tracked when --data is used. Signed-off-by: Anton Blanchard <anton(a)samba.org> Updated code for stable perf ABI ... 17 May 2010 13:32
[PATCH -next] bridge: fix build for CONFIG_SYSFS disabled
From: Randy Dunlap <randy.dunlap(a)oracle.com> Fix build when CONFIG_SYSFS is not enabled: net/bridge/br_if.c:136: error: 'struct net_bridge_port' has no member named 'sysfs_name' Signed-off-by: Randy Dunlap <randy.dunlap(a)oracle.com> --- net/bridge/br_if.c | 2 ++ 1 file changed, 2 insertions(+) --- li... 17 May 2010 13:32
[PATCH -next] pcmciamtd: fix printk format warnings
From: Randy Dunlap <randy.dunlap(a)oracle.com> Fix printk format warnings in pcmciamtd debug code: drivers/mtd/maps/pcmciamtd.c:163: warning: format '%u' expects type 'unsigned int', but argument 5 has type 'ssize_t' drivers/mtd/maps/pcmciamtd.c:212: warning: format '%u' expects type 'unsigned int', but argument 5... 17 May 2010 12:25
mem-hotplug: separate setup_per_cpu_pageset() into separate functions
Reviewed-by: Christoph Lameter <cl(a)linux-foundation.org> -- 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/ ... 17 May 2010 12:25
leds-ss4200: fix led_classdev_unregister twice in error handling
On Mon, 2010-05-17 at 13:42 +0800, Axel Lin wrote: In current implementation, if device_create_file failed in register_nasgpio_led, led_classdev_unregister will be executed twice. ( in register_nasgpio_led it calls led_classdev_unregister before return and in nas_gpio_init out_err ) This patch fix... 17 May 2010 12:25