[PATCH 0/3] Add Intel SCH GPIO driver
LPC bridge controller of Intel SCH contains several functions. Currently, LPC bridge controller PCI device is claimed by SMBus driver thus disabling ability to have an additional driver for the LPC bridge PCI device. This patch series introduces and MFD driver that creates platform_device for both SMBus and GPIO co... 11 Feb 2010 06:06
blackfin: remove trailing space in messages
thanks, ive merged this now -mike -- 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/ ... 11 Feb 2010 05:00
drivers: dream: Codestyle patch
On Wed 2010-02-10 10:27:14, Jochen Maes wrote: Fixed code style issues. ACK. Signed-off-by: Jochen Maes <jochen.maes(a)sejo.be> -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html -- To unsubscribe from this list: send t... 11 Feb 2010 02:50
[git pull] Input updates for 2.6.33-rc7
Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus or master.kernel.org:/pub/scm/linux/kernel/git/dtor/input.git for-linus to receive updates for the input subsystem. There is a single fix for reported 2.6.32 regression causing IBM trackpoint device to loose... 11 Feb 2010 02:50
Remove unused macro, VM_MIN_READAHEAD.
Hi Nikanth, On Tue, Feb 09, 2010 at 04:59:19PM +0530, Nikanth Karthikesan wrote: Remove unused macro, VM_MIN_READAHEAD. NAK, sorry. I'm using VM_MIN_READAHEAD in this patchset: http://lkml.org/lkml/2010/2/2/232 So please don't drop it. Thanks, Fengguang -- To unsubscribe from this list: ... 11 Feb 2010 00:40
oom: avoid oom killer for lowmem allocations
On 02/10/2010 11:32 AM, David Rientjes wrote: diff --git a/mm/page_alloc.c b/mm/page_alloc.c --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -1914,6 +1914,9 @@ rebalance: * running out of options and have to consider going OOM */ if (!did_some_progress) { + /* The oom killer won't n... 23 Feb 2010 06:49
X25: Fix x25_create errors for bad protocol and ENOBUFS
From: andrew hendry <andrew.hendry(a)gmail.com> Date: Sun, 7 Feb 2010 10:16:59 +1100 alloc_socket failures should return -ENOBUFS a bad protocol should return -EINVAL Signed-off-by: Andrew Hendry <andrew.hendry(a)gmail.com> Both of your patches were corrupted by your email client, so they will not apply... 17 Feb 2010 00:15
tools/perf: libraries must come after objects
parent b4bdd73ce865213a5653dc424873e8da37e858cc (v2.6.32.7) commit 588424af1a51fa41ea4811200889d6a03219c6fd Author: Jan Engelhardt <jengelh(a)medozas.de> Date: Thu Feb 11 01:20:54 2010 +0100 tools/perf: libraries must come after objects Link order matters, especially now since distributions are using -Wl,--as... 23 Feb 2010 19:22
2.6.33-rc7 problems usb CF
Hi Concerning the problems in the non working card reader. The SD Cards are working but the CF Card is not. (Cardreader: Logitech (Alcor Micro) USB ) So if anybody has a working .config for a recent kernel where a USB Compact Flash reader is known to work, i would be happy if she/he could send this config fi... 10 Feb 2010 19:06
[PATCH 1/1] DVB: ngene, fix memset parameters
Switch second and third memset parameter to stamp the length buffer bytes by 0xff's, not 255 bytes by low 8 bits of Length. Signed-off-by: Jiri Slaby <jslaby(a)suse.cz> Cc: Matthias Benesch <twoof7(a)freenet.de> Cc: Ralph Metzler <rjkm(a)metzlerbros.de> Cc: Oliver Endriss <o.endriss(a)gmx.de> Cc: Mauro Carvalho Chehab ... 10 Feb 2010 19:05