[PATCH 6/6] regulator: Ensure val is initialised in 88pm8607 choose_voltage()
If we fall through it means that we hit an unknown regulator/chip combination so set -ENOENT as an explicit flag (the return code is only used internally). Signed-off-by: Mark Brown <broonie(a)opensource.wolfsonmicro.com> --- drivers/regulator/88pm8607.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(... 22 Oct 2009 11:52
[PATCH] sh: Build fix: define more __movmem* symbols
ERROR: "__movmemSI12" [net/unix/unix.ko] undefined! ERROR: "__movmemSI52" [net/ipv6/sit.ko] undefined! ERROR: "__movmemSI24" [net/ipv6/ipv6.ko] undefined! ERROR: "__movmemSI60" [net/ipv6/ipv6.ko] undefined! ERROR: "__movmemSI16" [net/ipv6/ipv6.ko] undefined! ERROR: "__movmemSI20" [net/ipv6/ipv6.ko] undefined! ERR... 22 Oct 2009 08:31
staging/dream: add gpio and pmem support
This adds generic_gpio and pmem support, both are needed for other dream drivers. Signed-off-by: Pavel Machek <pavel(a)ucw.cz> diff --git a/drivers/staging/dream/generic_gpio.c b/drivers/staging/dream/generic_gpio.c new file mode 100644 index 0000000..fe24d38 --- /dev/null +++ b/drivers/staging/dream/generic... 28 Oct 2009 19:37
msm_sdcc.c: remove references to htc_pwrsink
htc_pwrsing code never went to mainline, remove references to it. Signed-off-by: Pavel Machek <pavel(a)ucw.cz> diff --git a/drivers/mmc/host/msm_sdcc.c b/drivers/mmc/host/msm_sdcc.c index dba4600..64d4e48 100644 --- a/drivers/mmc/host/msm_sdcc.c +++ b/drivers/mmc/host/msm_sdcc.c @@ -41,7 +41,6 @@ #include <... 22 Oct 2009 04:10
[PATCH 2.4] net: Fix 64 bit DMA addressing for 8139cp and r8169
sizeof(dma_addr_t) will be either 4(32 bit) or 8(64 bit) Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput(a)gmail.com> --- drivers/net/8139cp.c | 2 +- drivers/net/r8169.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/8139cp.c b/drivers/net/8139cp.c index 9b4... 22 Oct 2009 01:59
Add prctl to set sibling thread names
On Wed, Oct 21, 2009 at 04:21:37PM -0700, john stultz wrote: Taking a very raw attempt at this, I scratched out the following simple implementation. I'd appreciate any review or suggestions for improvements. I'm not at all certain the passing of the thread pid_t through the unsigned long is valid, for i... 5 Nov 2009 14:31
SLUB: Don't drop __GFP_NOFAIL completely from allocate_slab() (was: Re: [Bug #14265] ifconfig: page allocation failure. order:5,ode:0x8020 w/ e100)
On Wed, 21 Oct 2009, Karol Lewandowski wrote: commit d6849591e042bceb66f1b4513a1df6740d2ad762 Author: Karol Lewandowski <karol.k.lewandowski(a)gmail.com> Date: Wed Oct 21 21:01:20 2009 +0200 SLUB: Don't drop __GFP_NOFAIL completely from allocate_slab() Commit ba52270d18fb17ce2cf176b... 21 Oct 2009 18:16
[PATCH 03/12] Staging: rt28x0: remove private RTPRIV_IOCTL_SET ioctl
From: Bartlomiej Zolnierkiewicz <bzolnier(a)gmail.com> Subject: [PATCH] Staging: rt28x0: remove private RTPRIV_IOCTL_SET ioctl Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier(a)gmail.com> --- drivers/staging/rt2860/sta_ioctl.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) Index: b/drivers/stag... 21 Oct 2009 17:08
KVM: Directly inject interrupts via irqfd
On Wed, Oct 21, 2009 at 10:34:53AM -0400, Gregory Haskins wrote: IRQFD currently uses a deferred workqueue item to execute the injection operation. It was originally designed this way because kvm_set_irq() required the caller to hold the irq_lock mutex, and the eventfd callback is invoked from within a non... 22 Oct 2009 11:52
[PATCH] mfd: fix check on unsigned in twl4030_configure_resource()
struct twl4030_resconfig members devgroup, type and type2 are unsigned. Signed-off-by: Roel Kluin <roel.kluin(a)gmail.com> --- `git grep devgroup' and notice that these are initialized to -1 in arch/arm/mach-omap2/board-rx51-peripherals.c:383-397 Is this the right fix? diff --git a/drivers/mfd/twl4030-power.... 21 Oct 2009 08:11