asus: don't modify bluetooth/wlan on boot
On Tue, Apr 6, 2010 at 12:44 PM, Dan Carpenter <error27(a)gmail.com> wrote: We were storing -1 as an unsigned int and as a result the effect of passing -1 was the same as using 1. Signed-off-by: Dan Carpenter <error27(a)gmail.com> diff --git a/drivers/platform/x86/asus-laptop.c b/drivers/platform/x86/asus... 12 Apr 2010 13:39
(none)
-- 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/ ... 6 Apr 2010 15:19
IRQ disable vs NMI
From: Peter Zijlstra <a.p.zijlstra(a)chello.nl> Date: Tue, 06 Apr 2010 15:28:07 +0200 This patch set tries to solve the local_irq_disable() vs NMI problem that SPARC has by providing new arch hooks and instrumenting the existing interface to WARN on conflicting usage. Thanks Peter, looks good at first sigh... 6 Apr 2010 19:51
[PATCH 6/6] i2c: davinci: bus recovery procedure to clear the bus
From: Philby John <pjohn(a)in.mvista.com> Come out of i2c time out condition by following the bus recovery procedure outlined in the i2c protocol v3 spec. The kernel must be robust enough to gracefully recover from i2c bus failure without having to reset the machine. This is done by first NACKing the slave, pulsin... 6 Apr 2010 14:10
[PATCH 4/6] i2c: davinci: Add suspend/resume support
From: Chaithrika U S <chaithrika(a)ti.com> Add suspend and resume callbacks to DaVinci I2C driver. This has been tested on DA850/OMAP-L138 EVM. Signed-off-by: Chaithrika U S <chaithrika(a)ti.com> Acked-by: Kevin Hilman <khilman(a)deeprootsystems.com> --- drivers/i2c/busses/i2c-davinci.c | 36 ++++++++++++++++++++... 6 Apr 2010 14:10
[patch] jbd: tag journal writes as metadata I/O
Hi, In running iozone for writes to small files, we noticed a pretty big discrepency between the performance of the deadline and cfq I/O schedulers. Investigation showed that I/O was being issued from 2 different contexts: the iozone process itself, and the jbd/sdh-8 thread (as expected). Because of the way cf... 6 Apr 2010 13:02
[patch v2] dma-debug: cleanup for loop
Earlier in this function we set the last byte of "buf" to NULL so we always hit the break statement and "i" is never equal to NAME_MAX_LEN. This patch doesn't change how the driver works but it silences a Smatch warning and it makes it clearer that we don't write past the end of the array. Signed-off-by: Da... 6 Apr 2010 13:02
libertas/sdio: 8686: set ECSI bit for 1-bit transfers
On Tue, 2010-04-06 at 10:52 +0200, Daniel Mack wrote: When operating in 1-bit mode, SDAT1 is used as dedicated interrupt line. However, the 8686 will only drive this line when the ECSI bit is set in the CCCR_IF register. Thanks to Alagu Sankar for pointing me in the right direction. Signed-off-by... 13 Apr 2010 10:34
[tip:perf/urgent] perf, x86: Enable Nehalem-EX support
Commit-ID: 134fbadf028a5977a1b06b0253d3ee33e6f0c642 Gitweb: http://git.kernel.org/tip/134fbadf028a5977a1b06b0253d3ee33e6f0c642 Author: Vince Weaver <vweaver1(a)eecs.utk.edu> AuthorDate: Tue, 6 Apr 2010 10:01:19 -0400 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Tue, 6 Apr 2010 17:52:59 +0200 perf,... 6 Apr 2010 13:02
perf: Store active software events in a hashlist
On Mon, 2010-04-05 at 16:08 +0200, Frederic Weisbecker wrote: Each time a software event triggers, we need to walk through the entire list of events from the current cpu and task contexts to retrieve a running perf event that matches. We also need to check a matching perf event is actually counting. ... 16 Apr 2010 07:15