OMAP: Fix for bus width which improves SD card's peformance.
Hi, On Mon, Apr 05, 2010 at 06:26:16PM +0530, kishore kadiyala wrote: @@ -2091,9 +2091,9 @@ static int __init omap_hsmmc_probe(struct mmc->caps |= MMC_CAP_MMC_HIGHSPEED | MMC_CAP_SD_HIGHSPEED | MMC_CAP_WAIT_WHILE_BUSY; - if (mmc_slot(host).wires >= 8) - mmc->caps |= MMC_CAP_8_BIT_DATA; ... 6 Apr 2010 13:02
Expose the statistics in blkio.time and blkio.sectors for the root cgroup
On Mon, Apr 05 2010, Manuel Benitez wrote: Jens, Please let me know if this patch is/isn't acceptable. Not having the statistics exposed at the root is a little bit problematic for our user-level control programs. It's fine with me, I'll queue it up. -- Jens Axboe -- To unsubscribe from this... 5 Apr 2010 12:45
[PATCH 1/2] ntfs : Clean up ntfs_attr_extend_initialized
cached_page and lru_pvec have not been used. Let's remove the arguments. Signed-off-by: Minchan Kim <minchan.kim(a)gmail.com> --- fs/ntfs/file.c | 9 ++------- 1 files changed, 2 insertions(+), 7 deletions(-) diff --git a/fs/ntfs/file.c b/fs/ntfs/file.c index b681c71..41ffdcc 100644 --- a/fs/ntfs/file.c... 5 Apr 2010 12:44
[PATCH 0/2] perf: Usability improvements
From: Arnaldo Carvalho de Melo <acme(a)redhat.com> Hi Ingo, Please consider pulling from the "perf" branch at: git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 Arnaldo Carvalho de Melo (2): perf TUI: Show filters on the title and add help line about how to zoom out perf TUI: Move "Yes" butt... 5 Apr 2010 11:37
[PATCH 1/2] mfd: Initialise WM831x IRQ masks on chip even if interrupts not in use
Ensure that the hardware has interrupts masked if we are not using the interrupt controller on the WM831x by initialising the masks before we check for the setup data required for the IRQ line. This avoids signalling an unused IRQ line and improves the robustness of checks that the IRQ is in use. Signed-off-by: ... 5 Apr 2010 11:37
[PATCH][GIT PULL] tracing: Fix uninitialized variable of tracing/trace output
Ingo, Please pull the latest tip/tracing/core tree, which can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git tip/tracing/core Lai Jiangshan (1): tracing: Fix uninitialized variable of tracing/trace output ---- kernel/trace/trace.c | 2 +- 1 files c... 5 Apr 2010 11:37
tracing: kill wrong message when cat tracing/trace
On Mon, 2010-04-05 at 17:11 +0800, Lai Jiangshan wrote: Because of a local variable is not initialized, I got these when I did 'cat tracing/trace'. (not trace_pipe): CPU:0 [LOST 18446744071579453134 EVENTS] ps-3099 [000] 560.770221: lock_acquire: ffff880030865010 &(&dentry->d_lock)->rlo... 5 Apr 2010 11:37
[PATCH -mm] oom: select_bad_process: never choose tasks with badness == 0
This is the David's patch rediffed agains the recent changes in -mm. As David pointed out, we should fix select_bad_process() which currently always selects the first process which was not filtered out before oom_badness(), no matter what oom_badness() returns. Change the code to ignore the process if oom_badne... 5 Apr 2010 11:37
video/matrox: fix dangling pointers
On Sat, 20 Mar 2010, Wolfram Sang wrote: Fix I2C-drivers which missed setting clientdata to NULL before freeing the structure it points to. Also fix drivers which do this _after_ the structure was freed already. Signed-off-by: Wolfram Sang <w.sang(a)pengutronix.de> Cc: Petr Vandrovec <vandrove(a)vc.c... 5 Apr 2010 10:29
-V2 Add MFD driver for TPS6507x family of multi-function chips and move TPS6507x regulator driver from being stand-alone to using the MFD driver.
On Fri, Apr 02, 2010 at 03:37:33PM -0600, Todd Fischer wrote: Add MFD driver for TPS6507x family of multi-function chips. Move TPS6507x regulator driver from being stand-alone driver to using the MFD TPS6507x driver. Signed-off-by: Todd Fischer <todd.fischer(a)ridgerun.com> One issue... +static int... 5 Apr 2010 10:29