Commit 2f82af08 authored by Nicolas Pitre's avatar Nicolas Pitre Committed by Linus Torvalds
Browse files

Nicolas Pitre has a new email address


Due to problems at cam.org, my nico@cam.org email address is no longer
valid.  FRom now on, nico@fluxnic.net should be used instead.
Signed-off-by: default avatarNicolas Pitre <nico@fluxnic.net>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent f199fd99
...@@ -2800,7 +2800,7 @@ D: Starter of Linux1394 effort ...@@ -2800,7 +2800,7 @@ D: Starter of Linux1394 effort
S: ask per mail for current address S: ask per mail for current address
N: Nicolas Pitre N: Nicolas Pitre
E: nico@cam.org E: nico@fluxnic.net
D: StrongARM SA1100 support integrator & hacker D: StrongARM SA1100 support integrator & hacker
D: Xscale PXA architecture D: Xscale PXA architecture
D: unified SMC 91C9x/91C11x ethernet driver (smc91x) D: unified SMC 91C9x/91C11x ethernet driver (smc91x)
......
...@@ -40,4 +40,4 @@ Notes: ...@@ -40,4 +40,4 @@ Notes:
mode, the timing is off so the image is corrupted. This will be mode, the timing is off so the image is corrupted. This will be
fixed soon. fixed soon.
Any contribution can be sent to nico@cam.org and will be greatly welcome! Any contribution can be sent to nico@fluxnic.net and will be greatly welcome!
...@@ -240,7 +240,7 @@ Then, rebooting the Assabet is just a matter of waiting for the login prompt. ...@@ -240,7 +240,7 @@ Then, rebooting the Assabet is just a matter of waiting for the login prompt.
Nicolas Pitre Nicolas Pitre
nico@cam.org nico@fluxnic.net
June 12, 2001 June 12, 2001
......
...@@ -60,7 +60,7 @@ little modifications. ...@@ -60,7 +60,7 @@ little modifications.
Any contribution is welcome. Any contribution is welcome.
Please send patches to nico@cam.org Please send patches to nico@fluxnic.net
Have Fun ! Have Fun !
...@@ -4,7 +4,7 @@ For more details, contact Applied Data Systems or see ...@@ -4,7 +4,7 @@ For more details, contact Applied Data Systems or see
http://www.applieddata.net/products.html http://www.applieddata.net/products.html
The original Linux support for this product has been provided by The original Linux support for this product has been provided by
Nicolas Pitre <nico@cam.org>. Continued development work by Nicolas Pitre <nico@fluxnic.net>. Continued development work by
Woojung Huh <whuh@applieddata.net> Woojung Huh <whuh@applieddata.net>
It's currently possible to mount a root filesystem via NFS providing a It's currently possible to mount a root filesystem via NFS providing a
...@@ -94,5 +94,5 @@ Notes: ...@@ -94,5 +94,5 @@ Notes:
mode, the timing is off so the image is corrupted. This will be mode, the timing is off so the image is corrupted. This will be
fixed soon. fixed soon.
Any contribution can be sent to nico@cam.org and will be greatly welcome! Any contribution can be sent to nico@fluxnic.net and will be greatly welcome!
...@@ -4,7 +4,7 @@ For more details, contact Applied Data Systems or see ...@@ -4,7 +4,7 @@ For more details, contact Applied Data Systems or see
http://www.applieddata.net/products.html http://www.applieddata.net/products.html
The original Linux support for this product has been provided by The original Linux support for this product has been provided by
Nicolas Pitre <nico@cam.org>. Continued development work by Nicolas Pitre <nico@fluxnic.net>. Continued development work by
Woojung Huh <whuh@applieddata.net> Woojung Huh <whuh@applieddata.net>
Use 'make graphicsmaster_config' before any 'make config'. Use 'make graphicsmaster_config' before any 'make config'.
...@@ -50,4 +50,4 @@ Notes: ...@@ -50,4 +50,4 @@ Notes:
mode, the timing is off so the image is corrupted. This will be mode, the timing is off so the image is corrupted. This will be
fixed soon. fixed soon.
Any contribution can be sent to nico@cam.org and will be greatly welcome! Any contribution can be sent to nico@fluxnic.net and will be greatly welcome!
...@@ -9,7 +9,7 @@ Of course Victor is using Linux as its main operating system. ...@@ -9,7 +9,7 @@ Of course Victor is using Linux as its main operating system.
The Victor implementation for Linux is maintained by Nicolas Pitre: The Victor implementation for Linux is maintained by Nicolas Pitre:
nico@visuaide.com nico@visuaide.com
nico@cam.org nico@fluxnic.net
For any comments, please feel free to contact me through the above For any comments, please feel free to contact me through the above
addresses. addresses.
......
...@@ -3317,7 +3317,7 @@ S: Supported ...@@ -3317,7 +3317,7 @@ S: Supported
F: drivers/net/wireless/mwl8k.c F: drivers/net/wireless/mwl8k.c
MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
M: Nicolas Pitre <nico@cam.org> M: Nicolas Pitre <nico@fluxnic.net>
S: Maintained S: Maintained
MARVELL YUKON / SYSKONNECT DRIVER MARVELL YUKON / SYSKONNECT DRIVER
...@@ -4689,7 +4689,7 @@ F: include/linux/sl?b*.h ...@@ -4689,7 +4689,7 @@ F: include/linux/sl?b*.h
F: mm/sl?b.c F: mm/sl?b.c
SMC91x ETHERNET DRIVER SMC91x ETHERNET DRIVER
M: Nicolas Pitre <nico@cam.org> M: Nicolas Pitre <nico@fluxnic.net>
S: Maintained S: Maintained
F: drivers/net/smc91x.* F: drivers/net/smc91x.*
......
/* /*
* linux/arch/arm/boot/compressed/head-sa1100.S * linux/arch/arm/boot/compressed/head-sa1100.S
* *
* Copyright (C) 1999 Nicolas Pitre <nico@cam.org> * Copyright (C) 1999 Nicolas Pitre <nico@fluxnic.net>
* *
* SA1100 specific tweaks. This is merged into head.S by the linker. * SA1100 specific tweaks. This is merged into head.S by the linker.
* *
......
/* /*
* linux/arch/arm/lib/lib1funcs.S: Optimized ARM division routines * linux/arch/arm/lib/lib1funcs.S: Optimized ARM division routines
* *
* Author: Nicolas Pitre <nico@cam.org> * Author: Nicolas Pitre <nico@fluxnic.net>
* - contributed to gcc-3.4 on Sep 30, 2003 * - contributed to gcc-3.4 on Sep 30, 2003
* - adapted for the Linux kernel on Oct 2, 2003 * - adapted for the Linux kernel on Oct 2, 2003
*/ */
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* *
* SHA transform optimized for ARM * SHA transform optimized for ARM
* *
* Copyright: (C) 2005 by Nicolas Pitre <nico@cam.org> * Copyright: (C) 2005 by Nicolas Pitre <nico@fluxnic.net>
* Created: September 17, 2005 * Created: September 17, 2005
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* /*
* arch/arm/mach-sa1100/include/mach/assabet.h * arch/arm/mach-sa1100/include/mach/assabet.h
* *
* Created 2000/06/05 by Nicolas Pitre <nico@cam.org> * Created 2000/06/05 by Nicolas Pitre <nico@fluxnic.net>
* *
* This file contains the hardware specific definitions for Assabet * This file contains the hardware specific definitions for Assabet
* Only include this file from SA1100-specific files. * Only include this file from SA1100-specific files.
......
/* /*
* arch/arm/mach-sa1100/include/mach/hardware.h * arch/arm/mach-sa1100/include/mach/hardware.h
* *
* Copyright (C) 1998 Nicolas Pitre <nico@cam.org> * Copyright (C) 1998 Nicolas Pitre <nico@fluxnic.net>
* *
* This file contains the hardware definitions for SA1100 architecture * This file contains the hardware definitions for SA1100 architecture
* *
......
/* /*
* arch/arm/mach-sa1100/include/mach/memory.h * arch/arm/mach-sa1100/include/mach/memory.h
* *
* Copyright (C) 1999-2000 Nicolas Pitre <nico@cam.org> * Copyright (C) 1999-2000 Nicolas Pitre <nico@fluxnic.net>
*/ */
#ifndef __ASM_ARCH_MEMORY_H #ifndef __ASM_ARCH_MEMORY_H
......
/* /*
* arch/arm/mach-sa1100/include/mach/neponset.h * arch/arm/mach-sa1100/include/mach/neponset.h
* *
* Created 2000/06/05 by Nicolas Pitre <nico@cam.org> * Created 2000/06/05 by Nicolas Pitre <nico@fluxnic.net>
* *
* This file contains the hardware specific definitions for Assabet * This file contains the hardware specific definitions for Assabet
* Only include this file from SA1100-specific files. * Only include this file from SA1100-specific files.
......
/* /*
* arch/arm/mach-sa1100/include/mach/system.h * arch/arm/mach-sa1100/include/mach/system.h
* *
* Copyright (c) 1999 Nicolas Pitre <nico@cam.org> * Copyright (c) 1999 Nicolas Pitre <nico@fluxnic.net>
*/ */
#include <mach/hardware.h> #include <mach/hardware.h>
......
/* /*
* arch/arm/mach-sa1100/include/mach/uncompress.h * arch/arm/mach-sa1100/include/mach/uncompress.h
* *
* (C) 1999 Nicolas Pitre <nico@cam.org> * (C) 1999 Nicolas Pitre <nico@fluxnic.net>
* *
* Reorganised to be machine independent. * Reorganised to be machine independent.
*/ */
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
* Save more value for the resume function! Support * Save more value for the resume function! Support
* Bitsy/Assabet/Freebird board * Bitsy/Assabet/Freebird board
* *
* 2001-08-29: Nicolas Pitre <nico@cam.org> * 2001-08-29: Nicolas Pitre <nico@fluxnic.net>
* Cleaned up, pushed platform dependent stuff * Cleaned up, pushed platform dependent stuff
* in the platform specific files. * in the platform specific files.
* *
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* Copyright (C) 1998 Deborah Wallach. * Copyright (C) 1998 Deborah Wallach.
* Twiddles (C) 1999 Hugo Fiennes <hugo@empeg.com> * Twiddles (C) 1999 Hugo Fiennes <hugo@empeg.com>
* *
* 2000/03/29 (C) Nicolas Pitre <nico@cam.org> * 2000/03/29 (C) Nicolas Pitre <nico@fluxnic.net>
* Rewritten: big cleanup, much simpler, better HZ accuracy. * Rewritten: big cleanup, much simpler, better HZ accuracy.
* *
*/ */
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* *
* 2001 Sep 08: * 2001 Sep 08:
* Completely revisited, many important fixes * Completely revisited, many important fixes
* Nicolas Pitre <nico@cam.org> * Nicolas Pitre <nico@fluxnic.net>
*/ */
#include <linux/linkage.h> #include <linux/linkage.h>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment