[PATCH] Staging: dream: pmem: fix some code style issues
From: Chihau Chau <chihau(a)gmail.com> This fixes some code style issues like some braces {} deleted becouse are not necessary for a single statement blocks and to include KERN_ facility level in the printk() functions. Signed-off-by: Chihau Chau <chihau(a)gmail.com> --- drivers/staging/dream/pmem.c | 18 +++++... 1 Mar 2010 19:52
[PATCH 3/3] time: Kill off CONFIG_GENERIC_TIME
Now that all arches have been converted over to use generic time via clocksources or arch_gettimeoffset(), we can remove the GENERIC_TIME config option and simplify the generic code. Signed-off-by: John Stultz <johnstul(a)us.ibm.com> --- Documentation/kernel-parameters.txt | 3 +- arch/alpha/Kconfig ... 1 Mar 2010 18:44
AMD Geode i686
Hi, I have refreshed my AMD Geode i686 patch with NOPL and I have added a new nice feature. When a NOPL is found the parser looks for any NOPL after the current one, so they are emulated in bulk. Tested ok on a Pcengines Alix. Signed-off-by: Matteo Croce <technoboy85(a)gmail.com> --- a/arch/x86/kernel/Makefile... 1 Mar 2010 19:52
[PATCH -next] mtd/nand/r852: fix build for CONFIG_PM=n
From: Randy Dunlap <randy.dunlap(a)oracle.com> Fix r852 build for the case of CONFIG_PM=n. drivers/mtd/nand/r852.c:1039: error: implicit declaration of function 'pci_prepare_to_sleep' drivers/mtd/nand/r852.c:1048: error: implicit declaration of function 'pci_back_from_sleep' This patch leaves r852_pm_ops untouc... 1 Mar 2010 17:36
Was: Re: [RFC PATCH] fix problems with NETIF_F_HIGHDMA in networking, Now: SWIOTLB dynamic allocation
On Mon, Mar 1, 2010 at 10:34 AM, Konrad Rzeszutek Wilk <konrad.wilk(a)oracle.com> wrote: On Sun, Feb 28, 2010 at 12:16:28AM -0800, David Miller wrote: From: FUJITA Tomonori <fujita.tomonori(a)lab.ntt.co.jp> Date: Sun, 28 Feb 2010 03:38:19 +0900 When I proposed such approach (always use swiotlb) before... 2 Mar 2010 00:15
classmate-laptop: Added some keys present in other devices
On Mon, Mar 01, 2010 at 06:06:40PM -0300, Thadeu Lima de Souza Cascardo wrote: Can you merge this one, please? It's not in your tree. Applied, thanks. -- Matthew Garrett | mjg59(a)srcf.ucam.org -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@v... 1 Mar 2010 16:27
classmate-laptop: Added some keys present in other devices
Matthew, Can you merge this one, please? It's not in your tree. Regards, Cascardo. On Fri, Feb 26, 2010 at 01:26:51PM -0300, Thadeu Lima de Souza Cascardo wrote: Some new devices have extra keys, which we add to our list. Currently, they all generate events that allow us to use a simple table/array, ... 1 Mar 2010 16:27
[RESEND][PATCH] Fix oops on !GENERIC_TIME systems when accessing current_clocksource
No one has replied to this, so I wanted to send it out again. Aaro Koskinen reported an issue in bug #15366, where on non-GENERIC_TIME systems, accessing /sys/devices/system/clocksource/clocksource0/current_clocksource would oops the system. It seems the timekeeper/clocksource rework missed initializing the c... 1 Mar 2010 16:27
Subject: [PATCH] pata_efar: add locking for parallel scanning
On 02/17/2010 08:16 AM, Alan Cox wrote: From: Bartlomiej Zolnierkiewicz<bzolnier(a)gmail.com> Add clearing of UDMA enable bit also for PIO modes and then add an extra locking for parallel scanning. This is similar change as commit 60c3be3 for ata_piix host driver and while pata_efar doesn't enable pa... 1 Mar 2010 16:27
pata_mpc52xx: optimizing code size by change of ATA timing data types
On 02/16/2010 02:41 PM, Grant Likely wrote: [cc'd linux-kernel, linux-ide and Jeff Garzik] Hi Roman. you should use ./scripts/get_maintainer.pl to make sure you're cc'ing the right people when posting patches. You should repost so that Jeff has a copy of the patch to pick up (and add my acked-by w... 1 Mar 2010 16:27