[PATCH 1/7] Alchemy: export get_au1x00_speed for modules
From e441a70bfa420f1cef86597a5ef23dfa440ba25e Mon Sep 17 00:00:00 2001 From: Manuel Lauss <mlau(a)msc-ge.com> Date: Wed, 7 May 2008 13:42:55 +0200 Subject: [PATCH] Alchemy: export get_au1x00_speed for modules au1xmmc.c driver depends on it, so export it for modules. Signed-off-by: Manuel Lauss <mano(a)roarinelk.ho... 7 May 2008 12:36
[PATCH] Update Geode mailing list in MAINTAINERS
The AMD Geode linux list has a new home (thank goodness). This patch updates MAINTAINERS accordingly. Jordan -- Jordan Crouse Systems Software Development Engineer Advanced Micro Devices, Inc. ... 7 May 2008 12:36
[PATCH 4/7] Alchemy: db1200/pb1200: register mmc platform device and board specific functions
From 94bfedb777443b33abd62fde48940db0fab36d80 Mon Sep 17 00:00:00 2001 From: Manuel Lauss <mlau(a)msc-ge.com> Date: Wed, 7 May 2008 14:59:45 +0200 Subject: [PATCH] Alchemy: register mmc platform device for db1200/pb1200 boards register the mmc platform device for db1200/pb1200 boards, with board-specific card dete... 7 May 2008 12:36
[PATCH 6/7] au1xmmc: wire up SDIO interrupt
From 629e40951cb1c4c6ddcdc89a69af85c30f3bea3b Mon Sep 17 00:00:00 2001 From: Manuel Lauss <mlau(a)msc-ge.com> Date: Wed, 7 May 2008 15:18:14 +0200 Subject: [PATCH] au1xmmc: wire up SDIO interrupt The silicon supports SDIO irqs. Untested since I don't have any SDIO hardware. Signed-off-by: Manuel Lauss <mano@r... 7 May 2008 12:36
[PATCH 7/7] au1xmmc: codingstyle tidying
From fc2578032bfc08799ab4766513d8f04674397166 Mon Sep 17 00:00:00 2001 From: Manuel Lauss <mlau(a)msc-ge.com> Date: Wed, 7 May 2008 15:30:14 +0200 Subject: [PATCH] au1xmmc: codingstyle tidying Make the driver source a bit easier on the eyes; no functional changes. Signed-off-by: Manuel Lauss <mano(a)roarinelk.hom... 7 May 2008 12:36
[PATCH 0/7] au1xmmc updates
Hello, The following patches update the au1xmmc driver with new features and a few cleanups. Testers (especially with db1200 and pb1200 boards) and comments welcome! Thanks! Manuel Lauss -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vge... 7 May 2008 12:36
get_task_mm
You can drop this patch. This turned out to be a race in xpmem. It "appeared" as if it were a race in get_task_mm, but it really is not. The current->mm field is cleared under the task_lock and the task_lock is grabbed by get_task_mm. I have been testing you v15 version without this patch and not encountere ... 7 May 2008 12:36
[PATCH 5/7] au1xmmc: 4 bit transfer mode
From c3bf4d3ee34ecaa3d3ee13d843677ed25da8ca6e Mon Sep 17 00:00:00 2001 From: Manuel Lauss <mlau(a)msc-ge.com> Date: Wed, 7 May 2008 15:04:51 +0200 Subject: [PATCH] au1xmmc: 4 bit transfer mode Add 4 Bit transfer mode support. Signed-off-by: Manuel Lauss <mano(a)roarinelk.homelinux.net> --- drivers/mmc/host/au1x... 7 May 2008 12:36
[PATCH 04/56] microblaze_v2: Open firmware files
> +#ifdef CONFIG_PPC_PSERIES +#include <asm/rtas.h> +#include <asm/kdump.h> +#include <asm/smp.h> +#include <asm/iommu.h> +#include <asm/btext.h> +#include <asm/machdep.h> +#include <asm/pSeries_reconfig.h> +#include <asm/phyp_dump.h> +#include <asm/kexec.h> +#endif I don't think we nee... 7 May 2008 15:04
[PATCH 2/9] viafb: VIA Frame Buffer Device Driver
+u16 red256[] = { Asking for clashes again - naming issues. Also stuff that cannot be changed is best marked const. -- 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-i... 7 May 2008 11:47