|
First
|
Prev |
Next
|
Last
Pages: 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769
[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
[PATCH 3/9] viafb: VIA Frame Buffer Device Driver > + /* Indentify GFX Chip Name */ + pdev = + (struct pci_dev *)pci_get_device(PCI_VIA_VENDOR_ID, + UNICHROME_CLE266_DID, NULL); + if (pdev != NULL) + chip_info.gfx_chip_name = UNICHROME_CLE266; + + pdev = + (struct pci_dev *)pci_get_device(PCI_VIA_VENDOR_ID, + UNICH... 7 May 2008 11:47
[PATCH 6/9] viafb: VIA Frame Buffer Device Driver > +void delays(int count); +void i2cWriteSdaScl(u8 sda, u8 scl); +void i2cWriteScl(u8 scl); +void i2cReadSdaScl(u8 *pSda, u8 *pScl); Style is good, code looks clean One big thing that needs fixing here is the function names. If the driver gets linked into the kernel then the symbols become global - and ... 7 May 2008 11:47
[PATCH 1/9] viafb: VIA Frame Buffer Device Driver On Wed, 7 May 2008 18:55:30 +0800 JosephChan(a)via.com.tw wrote: Signed-off-by: Joseph Chan <josephchan(a)via.com.tw> diff -Nur a/Documentation/fb/viafb.txt b/Documentation/fb/viafb.txt --- a/Documentation/fb/viafb.txt 1969-12-31 19:00:00.000000000 -0500 +++ b/Documentation/fb/viafb.txt 2008-05-06 06:4... 7 May 2008 11:47
Introduce new LSM hooks. Hello. Chris Wright wrote: * Toshiharu Harada (haradats(a)nttdata.co.jp) wrote: This patch allows LSM to check permission using "struct vfsmount" without passing "struct vfsmount" to VFS helper functions. This is simply duplicating many of the existing checks. I don't see how this is an improv... 7 May 2008 11:47 |