]> Git Repo - J-linux.git/commitdiff
Merge branches 'at91', 'ep93xx', 'etm', 'ks8695', 'nuc', 'u300' and 'u8500' into...
authorRussell King <[email protected]>
Sat, 5 Dec 2009 10:35:18 +0000 (10:35 +0000)
committerRussell King <[email protected]>
Sat, 5 Dec 2009 10:35:18 +0000 (10:35 +0000)
1  2  3  4  5  6  7  8 
MAINTAINERS
arch/arm/mach-at91/Kconfig
arch/arm/mach-at91/at91sam9g45_devices.c
drivers/dma/Kconfig

diff --combined MAINTAINERS
index 7d4b5cc07ad86f74cfcada1540b1f9132508cbaf,88241154f4ce69819684d0d991e92a3ec2d1dd75,c824b4d62754ddf04e3feae871d43dff77954c28,16129e67678ad2a53e5d9d738b56a01eb36a28c7,fa2a16def17afb765ad447f10b5dde634f83ded9,16129e67678ad2a53e5d9d738b56a01eb36a28c7,88241154f4ce69819684d0d991e92a3ec2d1dd75,2c719e1fca712819d2ba684d44bb6163505c3536..6150c80bccf64f6430d383cf5cd446477b3b3a33
@@@@@@@@@ -65,136 -65,128 -65,136 -65,136 -65,144 -65,136 -65,128 -65,136 +65,136 @@@@@@@@@ trivial patch so apply some common sens
        
        8.      Happy hacking.
        
 -  - -                 -----------------------------------
 -  - - 
 -  - - Maintainers List (try to look for most precise areas first)
 +  + + Descriptions of section entries:
 +  + + 
 +  + +         P: Person (obsolete)
 +  + +         M: Mail patches to: FullName <address@domain>
 +  + +         L: Mailing list that is relevant to this area
 +  + +         W: Web-page with status/info
 +  + +         T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
 +  + +         S: Status, one of the following:
 +  + +            Supported:   Someone is actually paid to look after this.
 +  + +            Maintained:  Someone actually looks after it.
 +  + +            Odd Fixes:   It has a maintainer but they don't have time to do
 +  + +                         much other than throw the odd patch in. See below..
 +  + +            Orphan:      No current maintainer [but maybe you could take the
 +  + +                         role as you write your new code].
 +  + +            Obsolete:    Old code. Something tagged obsolete generally means
 +  + +                         it has been replaced by a better system and you
 +  + +                         should be using that.
 +  + +         F: Files and directories with wildcard patterns.
 +  + +            A trailing slash includes all files and subdirectory files.
 +  + +            F:   drivers/net/    all files in and below drivers/net
 +  + +            F:   drivers/net/*   all files in drivers/net, but not below
 +  + +            F:   */net/*         all files in "any top level directory"/net
 +  + +            One pattern per line.  Multiple F: lines acceptable.
 +  + +         X: Files and directories that are NOT maintained, same rules as F:
 +  + +            Files exclusions are tested before file matches.
 +  + +            Can be useful for excluding a specific subdirectory, for instance:
 +  + +            F:   net/
 +  + +            X:   net/ipv6/
 +  + +            matches all files in and below net excluding net/ipv6/
 +  + +         K: Keyword perl extended regex pattern to match content in a
 +  + +            patch or file.  For instance:
 +  + +            K: of_get_profile
 +  + +               matches patches or files that contain "of_get_profile"
 +  + +            K: \b(printk|pr_(info|err))\b
 +  + +               matches patches or files that contain one or more of the words
 +  + +               printk, pr_info or pr_err
 +  + +            One regex pattern per line.  Multiple K: lines acceptable.
        
        Note: For the hard of thinking, this list is meant to remain in alphabetical
        order. If you could add yourselves to it in alphabetical order that would be
        so much easier [Ed]
        
 -    - P: Person (obsolete)
 -    - M: Mail patches to: FullName <address@domain>
    -   P: Person
    -   M: Mail patches to
 -  - - L: Mailing list that is relevant to this area
 -  - - W: Web-page with status/info
 -  - - T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
 -  - - S: Status, one of the following:
 -  - - 
 -  - -         Supported:      Someone is actually paid to look after this.
 -  - -         Maintained:     Someone actually looks after it.
 -  - -         Odd Fixes:      It has a maintainer but they don't have time to do
 -  - -                         much other than throw the odd patch in. See below..
 -  - -         Orphan:         No current maintainer [but maybe you could take the
 -  - -                         role as you write your new code].
 -  - -         Obsolete:       Old code. Something tagged obsolete generally means
 -  - -                         it has been replaced by a better system and you
 -  - -                         should be using that.
 +  + + Maintainers List (try to look for most precise areas first)
        
 -  - - F: Files and directories with wildcard patterns.
 -  - -    A trailing slash includes all files and subdirectory files.
 -  - -         F:      drivers/net/    all files in and below drivers/net
 -  - -         F:      drivers/net/*   all files in drivers/net, but not below
 -  - -         F:      */net/*         all files in "any top level directory"/net
 -  - -    One pattern per line.  Multiple F: lines acceptable.
 -  - - X: Files and directories that are NOT maintained, same rules as F:
 -  - -    Files exclusions are tested before file matches.
 -  - -    Can be useful for excluding a specific subdirectory, for instance:
 -  - -         F:      net/
 -  - -         X:      net/ipv6/
 -  - -    matches all files in and below net excluding net/ipv6/
 +  + +                 -----------------------------------
        
        3C505 NETWORK DRIVER
    -   P:      Philip Blundell
    -   M:      [email protected]
    +   M:      Philip Blundell <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/net/3c505*
        
        3C59X NETWORK DRIVER
    -   P:      Steffen Klassert
    -   M:      [email protected]
    +   M:      Steffen Klassert <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      Documentation/networking/vortex.txt
        F:      drivers/net/3c59x.c
        
        3CR990 NETWORK DRIVER
    -   P:      David Dillow
    -   M:      [email protected]
    +   M:      David Dillow <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/net/typhoon*
        
        3W-9XXX SATA-RAID CONTROLLER DRIVER
    -   P:      Adam Radford
    -   M:      [email protected]
    +   M:      Adam Radford <[email protected]>
        L:      [email protected]
        W:      http://www.amcc.com
        S:      Supported
        F:      drivers/scsi/3w-9xxx*
        
        3W-XXXX ATA-RAID CONTROLLER DRIVER
    -   P:      Adam Radford
    -   M:      [email protected]
    +   M:      Adam Radford <[email protected]>
        L:      [email protected]
        W:      http://www.amcc.com
        S:      Supported
        F:      drivers/scsi/3w-xxxx*
        
        53C700 AND 53C700-66 SCSI DRIVER
    -   P:      James E.J. Bottomley
    -   M:      [email protected]
    +   M:      "James E.J. Bottomley" <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/scsi/53c700*
        
        6PACK NETWORK DRIVER FOR AX.25
    -   P:      Andreas Koensgen
    -   M:      [email protected]
    +   M:      Andreas Koensgen <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/net/hamradio/6pack.c
        
        8169 10/100/1000 GIGABIT ETHERNET DRIVER
    -   P:      Francois Romieu
    -   M:      [email protected]
    +   M:      Francois Romieu <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/net/r8169.c
        
        8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
    -   P:      Alan Cox
    -   M:      [email protected]
        L:      [email protected]
        W:      http://serial.sourceforge.net
    -   S:      Odd Fixes
    +   S:      Orphan
        F:      drivers/serial/8250*
        F:      include/linux/serial_8250.h
        
        8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
    -   P:      Paul Gortmaker
    -   M:      [email protected]
    +   M:      Paul Gortmaker <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/net/*8390*
        F:      drivers/net/ax88796.c
        
        9P FILE SYSTEM
    -   P:      Eric Van Hensbergen
    -   M:      [email protected]
    -   P:      Ron Minnich
    -   M:      [email protected]
    -   P:      Latchesar Ionkov
    -   M:      [email protected]
    +   M:      Eric Van Hensbergen <[email protected]>
    +   M:      Ron Minnich <[email protected]>
    +   M:      Latchesar Ionkov <[email protected]>
        L:      [email protected]
        W:      http://swik.net/v9fs
 -  - - T:      git git://git.kernel.org/pub/scm/linux/kernel/ericvh/v9fs.git
 +  + + T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
        S:      Maintained
        F:      Documentation/filesystems/9p.txt
        F:      fs/9p/
        
        A2232 SERIAL BOARD DRIVER
    -   P:      Enver Haase
    -   M:      [email protected]
    +   M:      Enver Haase <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/char/ser_a2232*
        
        AACRAID SCSI RAID DRIVER
    -   P:      Adaptec OEM Raid Solutions
    -   M:      [email protected]
    +   M:      Adaptec OEM Raid Solutions <[email protected]>
        L:      [email protected]
        W:      http://www.adaptec.com/
        S:      Supported
@@@@@@@@@ -202,38 -194,38 -202,38 -202,38 -210,44 -202,38 -194,38 -202,38 +202,38 @@@@@@@@@ F:  Documentation/scsi/aacraid.tx
        F:      drivers/scsi/aacraid/
        
        ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
    -   P:      Hans de Goede
    -   M:      [email protected]
    +   M:      Hans de Goede <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/hwmon/abituguru.c
        
        ABIT UGURU 3 HARDWARE MONITOR DRIVER
    -   P:      Alistair John Strachan
    -   M:      [email protected]
    +   M:      Alistair John Strachan <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/hwmon/abituguru3.c
        
        ACENIC DRIVER
    -   P:      Jes Sorensen
    -   M:      [email protected]
    +   M:      Jes Sorensen <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/net/acenic*
        
        ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
    -   P: Peter Feuerer
    -   M: [email protected]
    -   W: http://piie.net/?section=acerhdf
    -   S: Maintained
    -   F: drivers/platform/x86/acerhdf.c
    +   M:      Peter Feuerer <[email protected]>
    +   W:      http://piie.net/?section=acerhdf
    +   S:      Maintained
    +   F:      drivers/platform/x86/acerhdf.c
        
        ACER WMI LAPTOP EXTRAS
    -   P:      Carlos Corbacho
    -   M:      [email protected]
    +   M:      Carlos Corbacho <[email protected]>
        L:      [email protected] (subscribers-only)
        W:      http://code.google.com/p/aceracpi
        S:      Maintained
        F:      drivers/platform/x86/acer-wmi.c
        
        ACPI
    -   P:      Len Brown
    -   M:      [email protected]
    +   M:      Len Brown <[email protected]>
        L:      [email protected]
        W:      http://www.lesswatts.org/projects/acpi/
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
@@@@@@@@@ -241,10 -233,10 -241,10 -241,10 -255,10 -241,10 -233,10 -241,10 +241,10 @@@@@@@@@ S:  Supporte
        F:      drivers/acpi/
        F:      drivers/pnp/pnpacpi/
        F:      include/linux/acpi.h
    +   F:      include/acpi/
        
        ACPI BATTERY DRIVERS
    -   P:      Alexey Starikovskiy
    -   M:      [email protected]
    +   M:      Alexey Starikovskiy <[email protected]>
        L:      [email protected]
        W:      http://www.lesswatts.org/projects/acpi/
        S:      Supported
@@@@@@@@@ -252,70 -244,70 -252,70 -252,70 -266,80 -252,70 -244,70 -252,70 +252,70 @@@@@@@@@ F:  drivers/acpi/battery.
        F:      drivers/acpi/*sbs*
        
        ACPI EC DRIVER
    -   P:      Alexey Starikovskiy
    -   M:      [email protected]
    +   M:      Alexey Starikovskiy <[email protected]>
        L:      [email protected]
        W:      http://www.lesswatts.org/projects/acpi/
        S:      Supported
        F:      drivers/acpi/ec.c
        
        ACPI FAN DRIVER
    -   P:      Zhang Rui
    -   M:      [email protected]
    +   M:      Zhang Rui <[email protected]>
        L:      [email protected]
        W:      http://www.lesswatts.org/projects/acpi/
        S:      Supported
        F:      drivers/acpi/fan.c
        
    -   ACPI PCI HOTPLUG DRIVER
    -   P:      Kristen Carlson Accardi
    -   M:      [email protected]
    -   L:      [email protected]
    +   ACPI PROCESSOR AGGREGATOR DRIVER
    +   M:      Shaohua Li <[email protected]>
    +   L:      [email protected]
    +   W:      http://www.lesswatts.org/projects/acpi/
        S:      Supported
    -   F:      drivers/pci/hotplug/acpi*
    +   F:      drivers/acpi/acpi_pad.c
        
        ACPI THERMAL DRIVER
    -   P:      Zhang Rui
    -   M:      [email protected]
    +   M:      Zhang Rui <[email protected]>
        L:      [email protected]
        W:      http://www.lesswatts.org/projects/acpi/
        S:      Supported
        F:      drivers/acpi/*thermal*
        
        ACPI VIDEO DRIVER
    -   P:      Zhang Rui
    -   M:      [email protected]
    +   M:      Zhang Rui <[email protected]>
        L:      [email protected]
        W:      http://www.lesswatts.org/projects/acpi/
        S:      Supported
        F:      drivers/acpi/video.c
        
        ACPI WMI DRIVER
    -   P:      Carlos Corbacho
    -   M:      [email protected]
    +   M:      Carlos Corbacho <[email protected]>
        L:      [email protected]
        W:      http://www.lesswatts.org/projects/acpi/
        S:      Maintained
        F:      drivers/platform/x86/wmi.c
        
        AD1889 ALSA SOUND DRIVER
    -   P:      Kyle McMartin
    -   M:      [email protected]
    -   P:      Thibaut Varene
    -   M:      [email protected]
    +   M:      Kyle McMartin <[email protected]>
    +   M:      Thibaut Varene <[email protected]>
        W:      http://wiki.parisc-linux.org/AD1889
        L:      [email protected]
        S:      Maintained
        F:      sound/pci/ad1889.*
        
        ADM1025 HARDWARE MONITOR DRIVER
    -   P:      Jean Delvare
    -   M:      [email protected]
    +   M:      Jean Delvare <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      Documentation/hwmon/adm1025
        F:      drivers/hwmon/adm1025.c
        
        ADM1029 HARDWARE MONITOR DRIVER
    -   P:      Corentin Labbe
    -   M:      [email protected]
    +   M:      Corentin Labbe <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/hwmon/adm1029.c
        
        ADM8211 WIRELESS DRIVER
    -   P:      Michael Wu
    -   M:      [email protected]
    +   M:      Michael Wu <[email protected]>
        L:      [email protected]
        W:      http://linuxwireless.org/
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
@@@@@@@@@ -323,30 -315,30 -323,30 -323,30 -347,35 -323,30 -315,30 -323,30 +323,30 @@@@@@@@@ S:  Maintaine
        F:      drivers/net/wireless/adm8211.*
        
        ADT746X FAN DRIVER
    -   P:      Colin Leroy
    -   M:      [email protected]
    +   M:      Colin Leroy <[email protected]>
        S:      Maintained
        F:      drivers/macintosh/therm_adt746x.c
        
        ADVANSYS SCSI DRIVER
    -   P:      Matthew Wilcox
    -   M:      [email protected]
    +   M:      Matthew Wilcox <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      Documentation/scsi/advansys.txt
        F:      drivers/scsi/advansys.c
        
        AEDSP16 DRIVER
    -   P:      Riccardo Facchetti
    -   M:      [email protected]
    +   M:      Riccardo Facchetti <[email protected]>
        S:      Maintained
        F:      sound/oss/aedsp16.c
        
        AFFS FILE SYSTEM
    -   P:      Roman Zippel
    -   M:      [email protected]
    +   M:      Roman Zippel <[email protected]>
        S:      Maintained
        F:      Documentation/filesystems/affs.txt
        F:      fs/affs/
        
        AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
    -   P:      David Howells
    -   M:      [email protected]
    +   M:      David Howells <[email protected]>
        L:      [email protected]
        S:      Supported
        F:      fs/afs/
@@@@@@@@@ -354,35 -346,35 -354,35 -354,35 -383,40 -354,35 -346,35 -354,35 +354,35 @@@@@@@@@ F:  include/net/af_rxrpc.
        F:      net/rxrpc/af_rxrpc.c
        
        AGPGART DRIVER
    -   P:      David Airlie
    -   M:      [email protected]
    +   M:      David Airlie <[email protected]>
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
        S:      Maintained
        F:      drivers/char/agp/
        F:      include/linux/agp*
        
        AHA152X SCSI DRIVER
    -   P:      Juergen E. Fischer
    -   M:      [email protected]
    +   M:      "Juergen E. Fischer" <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/scsi/aha152x*
        F:      drivers/scsi/pcmcia/aha152x*
        
        AIC7XXX / AIC79XX SCSI DRIVER
    -   P:      Hannes Reinecke
    -   M:      [email protected]
    +   M:      Hannes Reinecke <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/scsi/aic7xxx/
        F:      drivers/scsi/aic7xxx_old/
        
        AIO
    -   P:      Benjamin LaHaise
    -   M:      [email protected]
    +   M:      Benjamin LaHaise <[email protected]>
        L:      [email protected]
        S:      Supported
        F:      fs/aio.c
        F:      include/linux/*aio*.h
        
        ALCATEL SPEEDTOUCH USB DRIVER
    -   P:      Duncan Sands
    -   M:      [email protected]
    +   M:      Duncan Sands <[email protected]>
        L:      [email protected]
        W:      http://www.linux-usb.org/SpeedTouch/
        S:      Maintained
@@@@@@@@@ -390,27 -382,27 -390,27 -390,27 -424,32 -390,27 -382,27 -390,27 +390,27 @@@@@@@@@ F:  drivers/usb/atm/speedtch.
        F:      drivers/usb/atm/usbatm.c
        
        ALCHEMY AU1XX0 MMC DRIVER
    -   P:      Manuel Lauss
    -   M:      [email protected]
    +   M:      Manuel Lauss <[email protected]>
        S:      Maintained
        F:      drivers/mmc/host/au1xmmc.c
        
        ALI1563 I2C DRIVER
    -   P:      Rudolf Marek
    -   M:      [email protected]
    +   M:      Rudolf Marek <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      Documentation/i2c/busses/i2c-ali1563
        F:      drivers/i2c/busses/i2c-ali1563.c
        
        ALPHA PORT
    -   P:      Richard Henderson
    -   M:      [email protected]
    +   M:      Richard Henderson <[email protected]>
        S:      Odd Fixes for 2.4; Maintained for 2.6.
    -   P:      Ivan Kokshaysky
    -   M:      [email protected]
    +   M:      Ivan Kokshaysky <[email protected]>
        S:      Maintained for 2.4; PCI support for 2.6.
        L:      [email protected]
        F:      arch/alpha/
        
        AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
    -   P:      Thomas Dahlmann
    -   M:      [email protected]
    +   M:      Thomas Dahlmann <[email protected]>
        L:      [email protected] (moderated for non-subscribers)
        S:      Supported
        F:      drivers/usb/gadget/amd5536udc.*
@@@@@@@@@ -427,7 -419,7 -427,7 -427,7 -466,8 -427,7 -419,7 -427,7 +427,7 @@@@@@@@@ F:   drivers/video/geode
        F:      arch/x86/include/asm/geode.h
        
        AMD IOMMU (AMD-VI)
    -   P:      Joerg Roedel
    -   M:      [email protected]
    +   M:      Joerg Roedel <[email protected]>
        L:      [email protected]
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
        S:      Supported
@@@@@@@@@ -435,33 -427,33 -435,33 -435,33 -475,40 -435,33 -427,33 -435,33 +435,33 @@@@@@@@@ F:  arch/x86/kernel/amd_iommu*.
        F:      arch/x86/include/asm/amd_iommu*.h
        
        AMD MICROCODE UPDATE SUPPORT
    -   P:      Andreas Herrmann
    -   M:      [email protected]
    +   M:      Andreas Herrmann <[email protected]>
        L:      [email protected]
        S:      Supported
        F:      arch/x86/kernel/microcode_amd.c
        
        AMS (Apple Motion Sensor) DRIVER
    -   P:      Stelian Pop
    -   M:      [email protected]
    -   P:      Michael Hanselmann
    -   M:      [email protected]
    +   M:      Stelian Pop <[email protected]>
    +   M:      Michael Hanselmann <[email protected]>
        S:      Supported
        F:      drivers/hwmon/ams/
        
        AMSO1100 RNIC DRIVER
    -   P:      Tom Tucker
    -   M:      [email protected]
    -   P:      Steve Wise
    -   M:      [email protected]
    -   L:      [email protected]
    +   M:      Tom Tucker <[email protected]>
    +   M:      Steve Wise <[email protected]>
    +   L:      [email protected]
        S:      Maintained
        F:      drivers/infiniband/hw/amso1100/
        
        AOA (Apple Onboard Audio) ALSA DRIVER
    -   P:      Johannes Berg
    -   M:      [email protected]
    +   M:      Johannes Berg <[email protected]>
        L:      [email protected]
        L:      [email protected] (moderated for non-subscribers)
        S:      Maintained
        F:      sound/aoa/
        
        APM DRIVER
    -   P:      Stephen Rothwell
    -   M:      [email protected]
    +   M:      Stephen Rothwell <[email protected]>
        L:      [email protected]
        W:      http://www.canb.auug.org.au/~sfr/
        S:      Supported
@@@@@@@@@ -469,172 -461,150 -469,150 -469,172 -516,147 -469,172 -461,150 -469,150 +469,172 @@@@@@@@@ F: arch/x86/kernel/apm_32.
        F:      include/linux/apm_bios.h
        
        APPLE BCM5974 MULTITOUCH DRIVER
    -   P:      Henrik Rydberg
    -   M:      [email protected]
    +   M:      Henrik Rydberg <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/input/mouse/bcm5974.c
        
        APPLE SMC DRIVER
    -   P:      Nicolas Boichat
    -   M:      [email protected]
    +   M:      Nicolas Boichat <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/hwmon/applesmc.c
        
        APPLETALK NETWORK LAYER
    -   P:      Arnaldo Carvalho de Melo
    -   M:      [email protected]
    +   M:      Arnaldo Carvalho de Melo <[email protected]>
        S:      Maintained
        F:      drivers/net/appletalk/
        F:      net/appletalk/
        
        APPLETOUCH TOUCHPAD DRIVER
    -   P:      Johannes Berg
    -   M:      [email protected]
    +   M:      Johannes Berg <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      Documentation/input/appletouch.txt
        F:      drivers/input/mouse/appletouch.c
        
        ARC FRAMEBUFFER DRIVER
    -   P:      Jaya Kumar
    -   M:      [email protected]
    +   M:      Jaya Kumar <[email protected]>
        S:      Maintained
        F:      drivers/video/arcfb.c
        F:      drivers/video/fb_defio.c
        
        ARM MFM AND FLOPPY DRIVERS
    -   P:      Ian Molton
    -   M:      [email protected]
    +   M:      Ian Molton <[email protected]>
        S:      Maintained
        F:      arch/arm/lib/floppydma.S
        F:      arch/arm/include/asm/floppy.h
        
        ARM PORT
    -   P:      Russell King
    -   M:      [email protected]
    -   L:      [email protected] (subscribers-only)
    +   M:      Russell King <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
        W:      http://www.arm.linux.org.uk/
        S:      Maintained
        F:      arch/arm/
        
 ++ + ++ARM PRIMECELL AACI PL041 DRIVER
 ++ + ++M:      Russell King <[email protected]>
 ++ + ++S:      Maintained
 ++ + ++F:      sound/arm/aaci.*
 ++ + ++
 ++ + ++ARM PRIMECELL CLCD PL110 DRIVER
 ++ + ++M:      Russell King <[email protected]>
 ++ + ++S:      Maintained
 ++ + ++F:      drivers/video/amba-clcd.*
 ++ + ++
 ++ + ++ARM PRIMECELL KMI PL050 DRIVER
 ++ + ++M:      Russell King <[email protected]>
 ++ + ++S:      Maintained
 ++ + ++F:      drivers/input/serio/ambakmi.*
 ++ + ++F:      include/linux/amba/kmi.h
 ++ + ++
        ARM PRIMECELL MMCI PL180/1 DRIVER
        S:      Orphan
        F:      drivers/mmc/host/mmci.*
        
 ++ + ++ARM PRIMECELL BUS SUPPORT
 ++ + ++M:      Russell King <[email protected]>
 ++ + ++S:      Maintained
 ++ + ++F:      drivers/amba/
 ++ + ++F:      include/linux/amba/bus.h
 ++ + ++
        ARM/ADI ROADRUNNER MACHINE SUPPORT
    -   P:      Lennert Buytenhek
    -   M:      [email protected]
    -   L:      [email protected] (subscribers-only)
    +   M:      Lennert Buytenhek <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
        S:      Maintained
        F:      arch/arm/mach-ixp23xx/
        F:      arch/arm/mach-ixp23xx/include/mach/
        
        ARM/ADS SPHERE MACHINE SUPPORT
    -   P:      Lennert Buytenhek
    -   M:      [email protected]
    -   L:      [email protected] (subscribers-only)
    +   M:      Lennert Buytenhek <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
        S:      Maintained
        
        ARM/AFEB9260 MACHINE SUPPORT
    -   P:      Sergey Lapin
    -   M:      [email protected]
    -   L:      [email protected] (subscribers-only)
    +   M:      Sergey Lapin <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
        S:      Maintained
        
        ARM/AJECO 1ARM MACHINE SUPPORT
    -   P:      Lennert Buytenhek
    -   M:      [email protected]
    -   L:      [email protected] (subscribers-only)
    +   M:      Lennert Buytenhek <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
        S:      Maintained
        
        ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
    -   P:      Andrew Victor
    -   M:      [email protected]
    -   L:      [email protected] (subscribers-only)
    +   M:      Andrew Victor <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
        W:      http://maxim.org.za/at91_26.html
        S:      Maintained
        
    +   ARM/BCMRING ARM ARCHITECTURE
    +   M:      Leo Chen <[email protected]>
    +   M:      Scott Branden <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
    +   S:      Maintained
    +   F:      arch/arm/mach-bcmring
    +   
    +   ARM/BCMRING MTD NAND DRIVER
    +   M:      Leo Chen <[email protected]>
    +   M:      Scott Branden <[email protected]>
    +   L:      [email protected]
    +   S:      Maintained
    +   F:      drivers/mtd/nand/bcm_umi_nand.c
    +   F:      drivers/mtd/nand/bcm_umi_bch.c
    +   F:      drivers/mtd/nand/bcm_umi_hamming.c
    +   F:      drivers/mtd/nand/nand_bcm_umi.h
    +   
        ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
    -   P:      Lennert Buytenhek
    -   M:      [email protected]
    -   L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
    +   M:      Hartley Sweeten <[email protected]>
    +   M:      Ryan Mallon <[email protected]>
    +   L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
        S:      Maintained
    +   F:      arch/arm/mach-ep93xx/
    +   F:      arch/arm/mach-ep93xx/include/mach/
        
        ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
    -   P:      Lennert Buytenhek
    -   M:      [email protected]
    -   L:      [email protected] (subscribers-only)
    +   M:      Lennert Buytenhek <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
        S:      Maintained
        
        ARM/CLKDEV SUPPORT
    -   P:      Russell King
    -   M:      [email protected]
    -   L:      [email protected] (subscribers-only)
    +   M:      Russell King <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
        F:      arch/arm/common/clkdev.c
        F:      arch/arm/include/asm/clkdev.h
        
        ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
    -   P:      Mike Rapoport
    -   M:      [email protected]
    -   L:      [email protected] (subscribers-only)
    +   M:      Mike Rapoport <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
    +   S:      Maintained
    +   
    +   ARM/CONTEC MICRO9 MACHINE SUPPORT
    +   M:      Hubert Feurstein <[email protected]>
        S:      Maintained
    +   F:      arch/arm/mach-ep93xx/micro9.c
        
        ARM/CORGI MACHINE SUPPORT
    -   P:      Richard Purdie
    -   M:      [email protected]
    +   M:      Richard Purdie <[email protected]>
        S:      Maintained
        
        ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
    -   P:      Paulius Zaleckas
    -   M:      [email protected]
    -   L:      [email protected] (subscribers-only)
    +   M:      Paulius Zaleckas <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
        T:      git git://gitorious.org/linux-gemini/mainline.git
        S:      Maintained
        F:      arch/arm/mach-gemini/
        
        ARM/EBSA110 MACHINE SUPPORT
    -   P:      Russell King
    -   M:      [email protected]
    -   L:      [email protected] (subscribers-only)
    +   M:      Russell King <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
        W:      http://www.arm.linux.org.uk/
        S:      Maintained
        F:      arch/arm/mach-ebsa110/
        F:      drivers/net/arm/am79c961a.*
        
        ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
    -   P:      Daniel Ribeiro
    -   M:      [email protected]
    -   P:      Stefan Schmidt
    -   M:      [email protected]
    -   P:      Harald Welte
    -   M:      [email protected]
    +   M:      Daniel Ribeiro <[email protected]>
    +   M:      Stefan Schmidt <[email protected]>
    +   M:      Harald Welte <[email protected]>
        L:      [email protected] (subscribers-only)
        W:      http://www.openezx.org/
        S:      Maintained
@@@@@@@@@ -642,205 -612,197 -620,197 -642,197 -664,192 -642,197 -612,197 -620,197 +642,205 @@@@@@@@@ T: topgit git://git.openezx.org/openezx
        F:      arch/arm/mach-pxa/ezx.c
        
        ARM/FARADAY FA526 PORT
    -   P:      Paulius Zaleckas
    -   M:      [email protected]
    -   L:      [email protected] (subscribers-only)
    +   M:      Paulius Zaleckas <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
        S:      Maintained
        F:      arch/arm/mm/*-fa*
        
        ARM/FOOTBRIDGE ARCHITECTURE
    -   P:      Russell King
    -   M:      [email protected]
    -   L:      [email protected] (subscribers-only)
    +   M:      Russell King <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
        W:      http://www.arm.linux.org.uk/
        S:      Maintained
        F:      arch/arm/include/asm/hardware/dec21285.h
        F:      arch/arm/mach-footbridge/
        
        ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
    -   P:      Sascha Hauer
    -   M:      [email protected]
    -   L:      [email protected] (subscribers-only)
    +   M:      Sascha Hauer <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
        S:      Maintained
        
        ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
    -   P:      Lennert Buytenhek
    -   M:      [email protected]
    -   L:      [email protected] (subscribers-only)
    +   M:      Lennert Buytenhek <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
        S:      Maintained
        
        ARM/GUMSTIX MACHINE SUPPORT
    -   P:      Steve Sakoman
    -   M:      [email protected]
    -   L:      [email protected] (subscribers-only)
    +   M:      Steve Sakoman <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
        S:      Maintained
        
        ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
    -   P:      Philipp Zabel
    -   M:      [email protected]
    +   M:      Philipp Zabel <[email protected]>
        S:      Maintained
        F:      arch/arm/mach-pxa/hx4700.c
        F:      arch/arm/mach-pxa/include/mach/hx4700.h
        
        ARM/HP JORNADA 7XX MACHINE SUPPORT
    -   P:      Kristoffer Ericson
    -   M:      [email protected]
    +   M:      Kristoffer Ericson <[email protected]>
        W:      www.jlime.com
        S:      Maintained
    +   T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
    +   F:      arch/arm/mach-sa1100/jornada720.c
    +   F:      arch/arm/mach-sa1100/include/mach/jornada720.h
        
        ARM/INTEL IOP32X ARM ARCHITECTURE
    -   P:      Lennert Buytenhek
    -   M:      [email protected]
    -   P:      Dan Williams
    -   M:      [email protected]
    -   L:      [email protected] (subscribers-only)
    -   S:      Supported
    +   M:      Lennert Buytenhek <[email protected]>
    +   M:      Dan Williams <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
    +   S:      Maintained
        
        ARM/INTEL IOP33X ARM ARCHITECTURE
    -   P:      Dan Williams
    -   M:      [email protected]
    -   L:      [email protected] (subscribers-only)
    -   S:      Supported
    +   M:      Dan Williams <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
    +   S:      Maintained
        
        ARM/INTEL IOP13XX ARM ARCHITECTURE
    -   P:      Lennert Buytenhek
    -   M:      [email protected]
    -   P:      Dan Williams
    -   M:      [email protected]
    -   L:      [email protected] (subscribers-only)
    -   S:      Supported
    +   M:      Lennert Buytenhek <[email protected]>
    +   M:      Dan Williams <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
    +   S:      Maintained
        
        ARM/INTEL IQ81342EX MACHINE SUPPORT
    -   P:      Lennert Buytenhek
    -   M:      [email protected]
    -   P:      Dan Williams
    -   M:      [email protected]
    -   L:      [email protected] (subscribers-only)
    -   S:      Supported
    +   M:      Lennert Buytenhek <[email protected]>
    +   M:      Dan Williams <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
    +   S:      Maintained
        
        ARM/INTEL IXP2000 ARM ARCHITECTURE
    -   P:      Lennert Buytenhek
    -   M:      [email protected]
    -   L:      [email protected] (subscribers-only)
    +   M:      Lennert Buytenhek <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
        S:      Maintained
        
        ARM/INTEL IXDP2850 MACHINE SUPPORT
    -   P:      Lennert Buytenhek
    -   M:      [email protected]
    -   L:      [email protected] (subscribers-only)
    +   M:      Lennert Buytenhek <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
        S:      Maintained
        
        ARM/INTEL IXP23XX ARM ARCHITECTURE
    -   P:      Lennert Buytenhek
    -   M:      [email protected]
    -   L:      [email protected] (subscribers-only)
    +   M:      Lennert Buytenhek <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
        S:      Maintained
        
    +   ARM/INTEL IXP4XX ARM ARCHITECTURE
    +   M:      Imre Kaloz <[email protected]>
    +   M:      Krzysztof Halasa <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
    +   S:      Maintained
    +   F:      arch/arm/mach-ixp4xx/
    +   
        ARM/INTEL XSC3 (MANZANO) ARM CORE
    -   P:      Lennert Buytenhek
    -   M:      [email protected]
    -   P:      Dan Williams
    -   M:      [email protected]
    -   L:      [email protected] (subscribers-only)
    -   S:      Supported
    +   M:      Lennert Buytenhek <[email protected]>
    +   M:      Dan Williams <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
    +   S:      Maintained
        
        ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
    -   P:      Lennert Buytenhek
    -   M:      [email protected]
    -   L:      [email protected] (subscribers-only)
    +   M:      Lennert Buytenhek <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
        S:      Maintained
        
        ARM/LOGICPD PXA270 MACHINE SUPPORT
    -   P:      Lennert Buytenhek
    -   M:      [email protected]
    -   L:      [email protected] (subscribers-only)
    +   M:      Lennert Buytenhek <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
        S:      Maintained
        
        ARM/MAGICIAN MACHINE SUPPORT
    -   P:      Philipp Zabel
    -   M:      [email protected]
    +   M:      Philipp Zabel <[email protected]>
        S:      Maintained
        
    +   ARM/Marvell Loki/Kirkwood/MV78xx0/Orion SOC support
    +   M:      Lennert Buytenhek <[email protected]>
    +   M:      Nicolas Pitre <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
    +   T:      git git://git.marvell.com/orion
    +   S:      Maintained
    +   F:      arch/arm/mach-loki/
    +   F:      arch/arm/mach-kirkwood/
    +   F:      arch/arm/mach-mv78xx0/
    +   F:      arch/arm/mach-orion5x/
    +   F:      arch/arm/plat-orion/
    +   
        ARM/MIOA701 MACHINE SUPPORT
    -   P:      Robert Jarzmik
    -   M:      [email protected]
    -   L:      [email protected] (subscribers-only)
    +   M:      Robert Jarzmik <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
        F:      arch/arm/mach-pxa/mioa701.c
        S:      Maintained
        
        ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
    -   P:      Michael Petchkovsky
    -   M:      [email protected]
    +   M:      Michael Petchkovsky <[email protected]>
        S:      Maintained
        
 +++++++ARM/NOMADIK ARCHITECTURE
 +++++++M:     Alessandro Rubini <[email protected]>
 +++++++M:     STEricsson <[email protected]>
 +++++++L:     [email protected] (moderated for non-subscribers)
 +++++++S:     Maintained
 +++++++F:     arch/arm/mach-nomadik/
 +++++++F:     arch/arm/plat-nomadik/
 +++++++
        ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
    -   P:      Nelson Castillo
    -   M:      [email protected]
    +   M:      Nelson Castillo <[email protected]>
        L:      [email protected] (subscribers-only)
        W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
        S:      Supported
        
        ARM/TOSA MACHINE SUPPORT
    -   P:      Dmitry Eremin-Solenikov
    -   M:      [email protected]
    -   P:      Dirk Opfer
    -   M:      [email protected]
    +   M:      Dmitry Eremin-Solenikov <[email protected]>
    +   M:      Dirk Opfer <[email protected]>
        S:      Maintained
        
    -   ARM/PALMTX,PALMT5,PALMLD,PALMTE2 SUPPORT
    -   P:      Marek Vasut
    -   M:      [email protected]
    +   ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
    +   M:      Marek Vasut <[email protected]>
    +   L:      [email protected]
        W:      http://hackndev.com
        S:      Maintained
    +   F:      arch/arm/mach-pxa/include/mach/palmtx.h
    +   F:      arch/arm/mach-pxa/palmtx.c
    +   F:      arch/arm/mach-pxa/include/mach/palmt5.h
    +   F:      arch/arm/mach-pxa/palmt5.c
    +   F:      arch/arm/mach-pxa/include/mach/palmld.h
    +   F:      arch/arm/mach-pxa/palmld.c
    +   F:      arch/arm/mach-pxa/include/mach/palmte2.h
    +   F:      arch/arm/mach-pxa/palmte2.c
    +   F:      arch/arm/mach-pxa/include/mach/palmtc.h
    +   F:      arch/arm/mach-pxa/palmtc.c
        
        ARM/PALM TREO 680 SUPPORT
    -   P:      Tomas Cech
    -   M:      [email protected]
    +   M:      Tomas Cech <[email protected]>
    +   L:      [email protected]
        W:      http://hackndev.com
        S:      Maintained
    +   F:      arch/arm/mach-pxa/include/mach/treo680.h
    +   F:      arch/arm/mach-pxa/treo680.c
        
        ARM/PALMZ72 SUPPORT
    -   P:      Sergey Lapin
    -   M:      slapin@ossfans.org
    +   M:      Sergey Lapin <[email protected]>
    +   L:      [email protected].org
        W:      http://hackndev.com
        S:      Maintained
    +   F:      arch/arm/mach-pxa/include/mach/palmz72.h
    +   F:      arch/arm/mach-pxa/palmz72.c
        
        ARM/PLEB SUPPORT
    -   P:      Peter Chubb
    -   M:      [email protected]
    +   M:      Peter Chubb <[email protected]>
        W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
        S:      Maintained
        
        ARM/PT DIGITAL BOARD PORT
    -   P:      Stefan Eletzhofer
    -   M:      [email protected]
    -   L:      [email protected] (subscribers-only)
    +   M:      Stefan Eletzhofer <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
        W:      http://www.arm.linux.org.uk/
        S:      Maintained
        
        ARM/RADISYS ENP2611 MACHINE SUPPORT
    -   P:      Lennert Buytenhek
    -   M:      [email protected]
    -   L:      [email protected] (subscribers-only)
    +   M:      Lennert Buytenhek <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
        S:      Maintained
        
        ARM/RISCPC ARCHITECTURE
    -   P:      Russell King
    -   M:      [email protected]
    -   L:      [email protected] (subscribers-only)
    +   M:      Russell King <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
        W:      http://www.arm.linux.org.uk/
        S:      Maintained
        F:      arch/arm/common/time-acorn.c
@@@@@@@@@ -853,107 -815,108 -823,107 -845,107 -862,89 -845,107 -815,108 -823,113 +853,113 @@@@@@@@@ F:  drivers/net/arm/ether
        F:      drivers/scsi/arm/
        
        ARM/SHARK MACHINE SUPPORT
    -   P:      Alexander Schulz
    -   M:      [email protected]
    +   M:      Alexander Schulz <[email protected]>
        W:      http://www.shark-linux.de/shark.html
        S:      Maintained
        
    +   ARM/SAMSUNG ARM ARCHITECTURES
    +   M:      Ben Dooks <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
    +   W:      http://www.fluff.org/ben/linux/
    +   S:      Maintained
    +   F:      arch/arm/plat-s3c/
    +   F:      arch/arm/plat-s3c24xx/
    +   
        ARM/S3C2410 ARM ARCHITECTURE
    -   P:      Ben Dooks
    -   M:      [email protected]
    -   L:      [email protected] (subscribers-only)
    +   M:      Ben Dooks <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
        W:      http://www.fluff.org/ben/linux/
        S:      Maintained
    +   F:      arch/arm/mach-s3c2410/
        
        ARM/S3C2440 ARM ARCHITECTURE
    -   P:      Ben Dooks
    -   M:      [email protected]
    -   L:      [email protected] (subscribers-only)
    +   M:      Ben Dooks <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
    +   W:      http://www.fluff.org/ben/linux/
    +   S:      Maintained
    +   F:      arch/arm/mach-s3c2440/
    +   
    +   ARM/S3C2442 ARM ARCHITECTURE
    +   M:      Ben Dooks <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
    +   W:      http://www.fluff.org/ben/linux/
    +   S:      Maintained
    +   F:      arch/arm/mach-s3c2442/
    +   
    +   ARM/S3C2443 ARM ARCHITECTURE
    +   M:      Ben Dooks <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
        W:      http://www.fluff.org/ben/linux/
        S:      Maintained
    +   F:      arch/arm/mach-s3c2443/
    +   
    +   ARM/S3C6400 ARM ARCHITECTURE
    +   M:      Ben Dooks <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
    +   W:      http://www.fluff.org/ben/linux/
    +   S:      Maintained
    +   F:      arch/arm/mach-s3c6400/
    +   
    +   ARM/S3C6410 ARM ARCHITECTURE
    +   M:      Ben Dooks <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
    +   W:      http://www.fluff.org/ben/linux/
    +   S:      Maintained
    +   F:      arch/arm/mach-s3c6410/
        
        ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
    -   P:      Lennert Buytenhek
    -   M:      [email protected]
    -   L:      [email protected] (subscribers-only)
    +   M:      Lennert Buytenhek <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
        S:      Maintained
        
        ARM/THECUS N2100 MACHINE SUPPORT
    -   P:      Lennert Buytenhek
    -   M:      [email protected]
    -   L:      [email protected] (subscribers-only)
    +   M:      Lennert Buytenhek <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
        S:      Maintained
        
        ARM/NUVOTON W90X900 ARM ARCHITECTURE
    -   P:      Wan ZongShun
    -   M:      [email protected]
    -   L:      [email protected] (subscribers-only)
    +   M:      Wan ZongShun <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
        W:      http://www.mcuos.com
        S:      Maintained
        
+++++++ ARM/U8500 ARM ARCHITECTURE
+++++++ M:      Srinidhi Kasagar <[email protected]>
+++++++ L:      [email protected] (moderated for non-subscribers)
+++++++ S:      Maintained
+++++++ F:      arch/arm/mach-ux500/
+++++++ 
        ARM/VFP SUPPORT
    -   P:      Russell King
    -   M:      [email protected]
    -   L:      [email protected] (subscribers-only)
    +   M:      Russell King <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
        W:      http://www.arm.linux.org.uk/
        S:      Maintained
        F:      arch/arm/vfp/
        
    -   ARPD SUPPORT
    -   P:      Jonathan Layes
    -   L:      [email protected]
    -   S:      Maintained
    -   F:      net/ipv4/arp.c
    -   
        ASUS ACPI EXTRAS DRIVER
    -   P:      Corentin Chary
    -   M:      [email protected]
    -   P:      Karol Kozimor
    -   M:      [email protected]
    +   M:      Corentin Chary <[email protected]>
    +   M:      Karol Kozimor <[email protected]>
        L:      [email protected]
        W:      http://acpi4asus.sf.net
        S:      Maintained
 -  - - F:      arch/x86/kernel/acpi/boot.c
        F:      drivers/platform/x86/asus_acpi.c
        
        ASUS ASB100 HARDWARE MONITOR DRIVER
    -   P:      Mark M. Hoffman
    -   M:      [email protected]
    +   M:      "Mark M. Hoffman" <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/hwmon/asb100.c
        
        ASUS LAPTOP EXTRAS DRIVER
    -   P:      Corentin Chary
    -   M:      [email protected]
    +   M:      Corentin Chary <[email protected]>
        L:      [email protected]
        W:      http://acpi4asus.sf.net
        S:      Maintained
        F:      drivers/platform/x86/asus-laptop.c
        
        ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
    -   P:      Dan Williams
    -   M:      [email protected]
    -   P:      Maciej Sosnowski
    -   M:      [email protected]
    +   M:      Dan Williams <[email protected]>
    +   M:      Maciej Sosnowski <[email protected]>
        W:      http://sourceforge.net/projects/xscaleiop
        S:      Supported
        F:      Documentation/crypto/async-tx-api.txt
@@@@@@@@@ -962,65 -925,65 -932,65 -954,65 -953,65 -954,65 -925,65 -938,65 +968,65 @@@@@@@@@ F:  drivers/dma
        F:      include/linux/dmaengine.h
        F:      include/linux/async_tx.h
        
    +   AT24 EEPROM DRIVER
    +   M:      Wolfram Sang <[email protected]>
    +   L:      [email protected]
    +   S:      Maintained
    +   F:      drivers/misc/eeprom/at24.c
    +   F:      include/linux/i2c/at24.h
    +   
        ATA OVER ETHERNET (AOE) DRIVER
    -   P:      Ed L. Cashin
    -   M:      [email protected]
    +   M:      "Ed L. Cashin" <[email protected]>
        W:      http://www.coraid.com/support/linux
        S:      Supported
        F:      Documentation/aoe/
        F:      drivers/block/aoe/
        
        ATHEROS ATH5K WIRELESS DRIVER
    -   P:      Jiri Slaby
    -   M:      [email protected]
    -   P:      Nick Kossifidis
    -   M:      [email protected]
    -   P:      Luis R. Rodriguez
    -   M:      [email protected]
    -   P:      Bob Copeland
    -   M:      [email protected]
    +   M:      Jiri Slaby <[email protected]>
    +   M:      Nick Kossifidis <[email protected]>
    +   M:      "Luis R. Rodriguez" <[email protected]>
    +   M:      Bob Copeland <[email protected]>
        L:      [email protected]
        L:      [email protected]
    +   W:      http://wireless.kernel.org/en/users/Drivers/ath5k
        S:      Maintained
        F:      drivers/net/wireless/ath/ath5k/
        
        ATHEROS ATH9K WIRELESS DRIVER
    -   P:      Luis R. Rodriguez
    -   M:      [email protected]
    -   P:      Jouni Malinen
    -   M:      [email protected]
    -   P:      Sujith Manoharan
    -   M:      [email protected]
    -   P:      Vasanthakumar Thiagarajan
    -   M:      [email protected]
    -   P:      Senthil Balasubramanian
    -   M:      [email protected]
    +   M:      "Luis R. Rodriguez" <[email protected]>
    +   M:      Jouni Malinen <[email protected]>
    +   M:      Sujith Manoharan <[email protected]>
    +   M:      Vasanthakumar Thiagarajan <[email protected]>
    +   M:      Senthil Balasubramanian <[email protected]>
        L:      [email protected]
        L:      [email protected]
    +   W:      http://wireless.kernel.org/en/users/Drivers/ath9k
        S:      Supported
        F:      drivers/net/wireless/ath/ath9k/
        
        ATHEROS AR9170 WIRELESS DRIVER
    -   P:      Christian Lamparter
    -   M:      [email protected]
    +   M:      Christian Lamparter <[email protected]>
        L:      [email protected]
        W:      http://wireless.kernel.org/en/users/Drivers/ar9170
        S:      Maintained
        F:      drivers/net/wireless/ath/ar9170/
        
    +   ATK0110 HWMON DRIVER
    +   M:      Luca Tettamanti <[email protected]>
    +   L:      [email protected]
    +   S:      Maintained
    +   F:      drivers/hwmon/asus_atk0110.c
    +   
        ATI_REMOTE2 DRIVER
    -   P:      Ville Syrjala
    -   M:      [email protected]
    +   M:      Ville Syrjala <[email protected]>
        S:      Maintained
        F:      drivers/input/misc/ati_remote2.c
        
        ATLX ETHERNET DRIVERS
    -   P:      Jay Cliburn
    -   M:      [email protected]
    -   P:      Chris Snook
    -   M:      [email protected]
    -   P:      Jie Yang
    -   M:      [email protected]
    +   M:      Jay Cliburn <[email protected]>
    +   M:      Chris Snook <[email protected]>
    +   M:      Jie Yang <[email protected]>
        L:      [email protected]
        W:      http://sourceforge.net/projects/atl1
        W:      http://atl1.sourceforge.net
@@@@@@@@@ -1028,8 -991,8 -998,8 -1020,8 -1019,9 -1020,8 -991,8 -1004,8 +1034,8 @@@@@@@@@ S:     Maintaine
        F:      drivers/net/atlx/
        
        ATM
    -   P:      Chas Williams
    -   M:      [email protected]
    -   L:      [email protected] (subscribers-only)
    +   M:      Chas Williams <[email protected]>
 -    - L:      [email protected] (subscribers-only)
 +  + + L:      [email protected] (moderated for non-subscribers)
        L:      [email protected]
        W:      http://linux-atm.sourceforge.net
        S:      Maintained
        F:      include/linux/atm*
        
        ATMEL AT91 MCI DRIVER
    -   P:      Nicolas Ferre
    -   M:      [email protected]
    -   L:      [email protected] (subscribers-only)
    +   M:      Nicolas Ferre <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
        W:      http://www.atmel.com/products/AT91/
        W:      http://www.at91.com/
        S:      Maintained
        F:      drivers/mmc/host/at91_mci.c
        
        ATMEL AT91 / AT32 MCI DRIVER
    -   P:      Nicolas Ferre
    -   M:      [email protected]
    +   M:      Nicolas Ferre <[email protected]>
        S:      Maintained
        F:      drivers/mmc/host/atmel-mci.c
        F:      drivers/mmc/host/atmel-mci-regs.h
        
        ATMEL AT91 / AT32 SERIAL DRIVER
    -   P:      Haavard Skinnemoen
    -   M:      [email protected]
    +   M:      Haavard Skinnemoen <[email protected]>
        S:      Supported
        F:      drivers/serial/atmel_serial.c
        
        ATMEL LCDFB DRIVER
    -   P:      Nicolas Ferre
    -   M:      [email protected]
    -   L:      [email protected] (moderated for non-subscribers)
    +   M:      Nicolas Ferre <[email protected]>
 --   --L:      [email protected] (moderated for non-subscribers)
 ++ + ++L:      [email protected]
        S:      Maintained
        F:      drivers/video/atmel_lcdfb.c
        F:      include/video/atmel_lcdc.h
        
        ATMEL MACB ETHERNET DRIVER
    -   P:      Haavard Skinnemoen
    -   M:      [email protected]
    +   M:      Haavard Skinnemoen <[email protected]>
        S:      Supported
        F:      drivers/net/macb.*
        
        ATMEL SPI DRIVER
    -   P:      Haavard Skinnemoen
    -   M:      [email protected]
    +   M:      Haavard Skinnemoen <[email protected]>
        S:      Supported
        F:      drivers/spi/atmel_spi.*
        
        ATMEL USBA UDC DRIVER
    -   P:      Haavard Skinnemoen
    -   M:      [email protected]
    +   M:      Haavard Skinnemoen <[email protected]>
        L:      [email protected]
        W:      http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
        S:      Supported
        F:      drivers/usb/gadget/atmel_usba_udc.*
        
        ATMEL WIRELESS DRIVER
    -   P:      Simon Kelley
    -   M:      [email protected]
    +   M:      Simon Kelley <[email protected]>
        L:      [email protected]
        W:      http://www.thekelleys.org.uk/atmel
        W:      http://atmelwlandriver.sourceforge.net/
@@@@@@@@@ -1088,8 -1051,8 -1058,8 -1080,8 -1088,10 -1080,8 -1051,8 -1064,8 +1094,8 @@@@@@@@@ S: Maintaine
        F:      drivers/net/wireless/atmel*
        
        AUDIT SUBSYSTEM
    -   P:      Al Viro
    -   M:      [email protected]
    -   P:      Eric Paris
    -   M:      [email protected]
    +   M:      Al Viro <[email protected]>
    +   M:      Eric Paris <[email protected]>
        L:      [email protected] (subscribers-only)
        W:      http://people.redhat.com/sgrubb/audit/
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
@@@@@@@@@ -1098,7 -1061,7 -1068,7 -1090,7 -1100,8 -1090,7 -1061,7 -1074,7 +1104,7 @@@@@@@@@ F:  include/linux/audit.
        F:      kernel/audit*
        
        AUXILIARY DISPLAY DRIVERS
    -   P:      Miguel Ojeda Sandonis
    -   M:      [email protected]
    +   M:      Miguel Ojeda Sandonis <[email protected]>
        W:      http://miguelojeda.es/auxdisplay.htm
        W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
        S:      Maintained
@@@@@@@@@ -1106,7 -1069,7 -1076,7 -1098,7 -1109,8 -1098,7 -1069,7 -1082,7 +1112,7 @@@@@@@@@ F:  drivers/auxdisplay
        F:      include/linux/cfag12864b.h
        
        AVR32 ARCHITECTURE
    -   P:      Haavard Skinnemoen
    -   M:      [email protected]
    +   M:      Haavard Skinnemoen <[email protected]>
        W:      http://www.atmel.com/products/AVR32/
        W:      http://avr32linux.org/
        W:      http://avrfreaks.net/
        F:      arch/avr32/
        
        AVR32/AT32AP MACHINE SUPPORT
    -   P:      Haavard Skinnemoen
    -   M:      [email protected]
    +   M:      Haavard Skinnemoen <[email protected]>
        S:      Supported
        F:      arch/avr32/mach-at32ap/
        
        AX.25 NETWORK LAYER
    -   P:      Ralf Baechle
    -   M:      [email protected]
    +   M:      Ralf Baechle <[email protected]>
        L:      [email protected]
        W:      http://www.linux-ax25.org/
        S:      Maintained
@@@@@@@@@ -1128,110 -1091,110 -1098,110 -1120,110 -1134,128 -1120,110 -1091,110 -1104,110 +1134,110 @@@@@@@@@ F:        include/net/ax25.
        F:      net/ax25/
        
        B43 WIRELESS DRIVER
    -   P:      Michael Buesch
    -   M:      [email protected]
    -   P:      Stefano Brivio
    -   M:      [email protected]
    +   M:      Michael Buesch <[email protected]>
    +   M:      Stefano Brivio <[email protected]>
        L:      [email protected]
        W:      http://linuxwireless.org/en/users/Drivers/b43
        S:      Maintained
        F:      drivers/net/wireless/b43/
        
        B43LEGACY WIRELESS DRIVER
    -   P:      Larry Finger
    -   M:      [email protected]
    -   P:      Stefano Brivio
    -   M:      [email protected]
    +   M:      Larry Finger <[email protected]>
    +   M:      Stefano Brivio <[email protected]>
        L:      [email protected]
        W:      http://linuxwireless.org/en/users/Drivers/b43
        S:      Maintained
        F:      drivers/net/wireless/b43legacy/
        
        BACKLIGHT CLASS/SUBSYSTEM
    -   P:      Richard Purdie
    -   M:      [email protected]
    +   M:      Richard Purdie <[email protected]>
        S:      Maintained
        F:      drivers/video/backlight/
        F:      include/linux/backlight.h
        
        BAYCOM/HDLCDRV DRIVERS FOR AX.25
    -   P:      Thomas Sailer
    -   M:      [email protected]
    +   M:      Thomas Sailer <[email protected]>
        L:      [email protected]
        W:      http://www.baycom.org/~tom/ham/ham.html
        S:      Maintained
        F:      drivers/net/hamradio/baycom*
        
        BEFS FILE SYSTEM
    -   P:      Sergey S. Kostyliov
    -   M:      [email protected]
    +   M:      "Sergey S. Kostyliov" <[email protected]>
        S:      Maintained
        F:      Documentation/filesystems/befs.txt
        F:      fs/befs/
        
        BFS FILE SYSTEM
    -   P:      Tigran A. Aivazian
    -   M:      [email protected]
    +   M:      "Tigran A. Aivazian" <[email protected]>
        S:      Maintained
        F:      Documentation/filesystems/bfs.txt
        F:      fs/bfs/
        F:      include/linux/bfs_fs.h
        
        BLACKFIN ARCHITECTURE
    -   P:      Mike Frysinger
    -   M:      [email protected]
    +   M:      Mike Frysinger <[email protected]>
        L:      [email protected]
        W:      http://blackfin.uclinux.org
        S:      Supported
        F:      arch/blackfin/
        
        BLACKFIN EMAC DRIVER
    -   P:      Michael Hennerich
    -   M:      [email protected]
    +   M:      Michael Hennerich <[email protected]>
        L:      [email protected]
        W:      http://blackfin.uclinux.org
        S:      Supported
        F:      drivers/net/bfin_mac.*
        
        BLACKFIN RTC DRIVER
    -   P:      Mike Frysinger
    -   M:      [email protected]
    +   M:      Mike Frysinger <[email protected]>
        L:      [email protected]
        W:      http://blackfin.uclinux.org
        S:      Supported
        F:      drivers/rtc/rtc-bfin.c
        
        BLACKFIN SERIAL DRIVER
    -   P:      Sonic Zhang
    -   M:      [email protected]
    +   M:      Sonic Zhang <[email protected]>
        L:      [email protected]
        W:      http://blackfin.uclinux.org
        S:      Supported
        F:      drivers/serial/bfin_5xx.c
        
        BLACKFIN WATCHDOG DRIVER
    -   P:      Mike Frysinger
    -   M:      [email protected]
    +   M:      Mike Frysinger <[email protected]>
        L:      [email protected]
        W:      http://blackfin.uclinux.org
        S:      Supported
        F:      drivers/watchdog/bfin_wdt.c
        
        BLACKFIN I2C TWI DRIVER
    -   P:      Sonic Zhang
    -   M:      [email protected]
    +   M:      Sonic Zhang <[email protected]>
        L:      [email protected]
        W:      http://blackfin.uclinux.org/
        S:      Supported
        F:      drivers/i2c/busses/i2c-bfin-twi.c
        
        BLOCK LAYER
    -   P:      Jens Axboe
    -   M:      [email protected]
    +   M:      Jens Axboe <[email protected]>
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
        S:      Maintained
        F:      block/
        
        BLOCK2MTD DRIVER
    -   P:      Joern Engel
    -   M:      [email protected]
    +   M:      Joern Engel <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/mtd/devices/block2mtd.c
        
        BLUETOOTH DRIVERS
    -   P:      Marcel Holtmann
    -   M:      [email protected]
    +   M:      Marcel Holtmann <[email protected]>
        L:      [email protected]
        W:      http://www.bluez.org/
        S:      Maintained
        F:      drivers/bluetooth/
        
        BLUETOOTH SUBSYSTEM
    -   P:      Marcel Holtmann
    -   M:      [email protected]
    +   M:      Marcel Holtmann <[email protected]>
        L:      [email protected]
        W:      http://www.bluez.org/
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
@@@@@@@@@ -1240,7 -1203,7 -1210,7 -1232,7 -1264,8 -1232,7 -1203,7 -1216,7 +1246,7 @@@@@@@@@ F:  net/bluetooth
        F:      include/net/bluetooth/
        
        BONDING DRIVER
    -   P:      Jay Vosburgh
    -   M:      [email protected]
    +   M:      Jay Vosburgh <[email protected]>
        L:      [email protected]
        W:      http://sourceforge.net/projects/bonding/
        S:      Supported
@@@@@@@@@ -1248,52 -1211,53 -1218,52 -1240,52 -1273,54 -1240,52 -1211,53 -1224,52 +1254,52 @@@@@@@@@ F: drivers/net/bonding
        F:      include/linux/if_bonding.h
        
        BROADCOM B44 10/100 ETHERNET DRIVER
    -   P:      Gary Zambrano
    -   M:      [email protected]
    +   M:      Gary Zambrano <[email protected]>
        L:      [email protected]
        S:      Supported
        F:      drivers/net/b44.*
        
        BROADCOM BNX2 GIGABIT ETHERNET DRIVER
    -   P:      Michael Chan
    -   M:      [email protected]
    +   M:      Michael Chan <[email protected]>
        L:      [email protected]
        S:      Supported
        F:      drivers/net/bnx2.*
        F:      drivers/net/bnx2_*
        
        BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
    -   P:      Eilon Greenstein
    -   M:      [email protected]
    +   M:      Eilon Greenstein <[email protected]>
        L:      [email protected]
        S:      Supported
        F:      drivers/net/bnx2x*
        
        BROADCOM TG3 GIGABIT ETHERNET DRIVER
    -   P:      Matt Carlson
    -   M:      [email protected]
    -   P:      Michael Chan
    -   M:      [email protected]
    +   M:      Matt Carlson <[email protected]>
    +   M:      Michael Chan <[email protected]>
        L:      [email protected]
        S:      Supported
        F:      drivers/net/tg3.*
        
 -    - P:      Jing Huang
 -    - M:      [email protected]
 -    - L:      [email protected]
 -    - S:      Supported
 -    - F:      drivers/scsi/bfa/
    +   BROCADE BFA FC SCSI DRIVER
 +  + + M:      Jing Huang <[email protected]>
 +  + + L:      [email protected]
 +  + + S:      Supported
 +  + + F:      drivers/scsi/bfa/
    +   
        BSG (block layer generic sg v4 driver)
    -   P:      FUJITA Tomonori
    -   M:      [email protected]
    +   M:      FUJITA Tomonori <[email protected]>
        L:      [email protected]
        S:      Supported
        F:      block/bsg.c
        F:      include/linux/bsg.h
        
        BT8XXGPIO DRIVER
    -   P:      Michael Buesch
    -   M:      [email protected]
    +   M:      Michael Buesch <[email protected]>
        W:      http://bu3sch.de/btgpio.php
        S:      Maintained
        F:      drivers/gpio/bt8xxgpio.c
        
        BTRFS FILE SYSTEM
    -   P:      Chris Mason
    -   M:      [email protected]
    +   M:      Chris Mason <[email protected]>
        L:      [email protected]
        W:      http://btrfs.wiki.kernel.org/
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
@@@@@@@@@ -1302,7 -1266,7 -1272,7 -1294,7 -1329,8 -1294,7 -1266,7 -1278,7 +1308,7 @@@@@@@@@ F:  Documentation/filesystems/btrfs.tx
        F:      fs/btrfs/
        
        BTTV VIDEO4LINUX DRIVER
    -   P:      Mauro Carvalho Chehab
    -   M:      [email protected]
    +   M:      Mauro Carvalho Chehab <[email protected]>
        L:      [email protected]
        W:      http://linuxtv.org
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
@@@@@@@@@ -1311,14 -1275,14 -1281,14 -1303,14 -1339,16 -1303,14 -1275,14 -1287,14 +1317,14 @@@@@@@@@ F: Documentation/video4linux/bttv
        F:      drivers/media/video/bt8xx/bttv*
        
        CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
    -   P:      David Howells
    -   M:      [email protected]
    +   M:      David Howells <[email protected]>
        L:      [email protected]
        S:      Supported
        F:      Documentation/filesystems/caching/cachefiles.txt
        F:      fs/cachefiles/
        
        CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
    -   P:      Jonathan Corbet
    -   M:      [email protected]
    +   M:      Jonathan Corbet <[email protected]>
        L:      [email protected]
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
        S:      Maintained
@@@@@@@@@ -1326,8 -1290,8 -1296,8 -1318,8 -1356,10 -1318,8 -1290,8 -1302,8 +1332,8 @@@@@@@@@ F: Documentation/video4linux/cafe_cci
        F:      drivers/media/video/cafe_ccic*
        
        CALGARY x86-64 IOMMU
    -   P:      Muli Ben-Yehuda
    -   M:      [email protected]
    -   P:      Jon D. Mason
    -   M:      [email protected]
    +   M:      Muli Ben-Yehuda <[email protected]>
    +   M:      "Jon D. Mason" <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      arch/x86/kernel/pci-calgary_64.c
@@@@@@@@@ -1336,8 -1300,8 -1306,8 -1328,8 -1368,10 -1328,8 -1300,8 -1312,8 +1342,8 @@@@@@@@@ F: arch/x86/include/asm/calgary.
        F:      arch/x86/include/asm/tce.h
        
        CAN NETWORK LAYER
    -   P:      Urs Thuermann
    -   M:      [email protected]
    -   P:      Oliver Hartkopp
    -   M:      [email protected]
    +   M:      Urs Thuermann <[email protected]>
    +   M:      Oliver Hartkopp <[email protected]>
        L:      [email protected] (subscribers-only)
        W:      http://developer.berlios.de/projects/socketcan/
        S:      Maintained
@@@@@@@@@ -1346,13 -1310,13 -1316,13 -1338,13 -1380,15 -1338,13 -1310,13 -1322,13 +1352,13 @@@@@@@@@ F: include/linux/can
        F:      include/linux/can.h
        
        CAN NETWORK DRIVERS
    -   P:      Wolfgang Grandegger
    -   M:      [email protected]
    +   M:      Wolfgang Grandegger <[email protected]>
        L:      [email protected] (subscribers-only)
        W:      http://developer.berlios.de/projects/socketcan/
        S:      Maintained
        
        CELL BROADBAND ENGINE ARCHITECTURE
    -   P:      Arnd Bergmann
    -   M:      [email protected]
    +   M:      Arnd Bergmann <[email protected]>
        L:      [email protected]
        L:      [email protected]
        W:      http://www.ibm.com/developerworks/power/cell/
@@@@@@@@@ -1363,7 -1327,7 -1333,7 -1355,7 -1399,8 -1355,7 -1327,7 -1339,7 +1369,7 @@@@@@@@@ F:  arch/powerpc/oprofile/*cell
        F:      arch/powerpc/platforms/cell/
        
        CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
    -   P:      David Vrabel
    -   M:      [email protected]
    +   M:      David Vrabel <[email protected]>
        L:      [email protected]
        S:      Supported
        F:      Documentation/usb/WUSB-Design-overview.txt
@@@@@@@@@ -1372,7 -1336,7 -1342,7 -1364,7 -1409,8 -1364,7 -1336,7 -1348,7 +1378,7 @@@@@@@@@ F:  drivers/usb/wusbcore
        F:      include/linux/usb/wusb*
        
        CFAG12864B LCD DRIVER
    -   P:      Miguel Ojeda Sandonis
    -   M:      [email protected]
    +   M:      Miguel Ojeda Sandonis <[email protected]>
        W:      http://miguelojeda.es/auxdisplay.htm
        W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
        S:      Maintained
@@@@@@@@@ -1380,7 -1344,7 -1350,7 -1372,7 -1418,8 -1372,7 -1344,7 -1356,7 +1386,7 @@@@@@@@@ F:  drivers/auxdisplay/cfag12864b.
        F:      include/linux/cfag12864b.h
        
        CFAG12864BFB LCD FRAMEBUFFER DRIVER
    -   P:      Miguel Ojeda Sandonis
    -   M:      [email protected]
    +   M:      Miguel Ojeda Sandonis <[email protected]>
        W:      http://miguelojeda.es/auxdisplay.htm
        W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
        S:      Maintained
@@@@@@@@@ -1388,7 -1352,7 -1358,7 -1380,7 -1427,8 -1380,7 -1352,7 -1364,7 +1394,7 @@@@@@@@@ F:  drivers/auxdisplay/cfag12864bfb.
        F:      include/linux/cfag12864b.h
        
        CFG80211 and NL80211
    -   P:      Johannes Berg
    -   M:      [email protected]
    +   M:      Johannes Berg <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      include/linux/nl80211.h
        X:      net/wireless/wext*
        
        CHECKPATCH
    -   P:      Andy Whitcroft
    -   M:      [email protected]
    +   M:      Andy Whitcroft <[email protected]>
        S:      Supported
        F:      scripts/checkpatch.pl
        
        CISCO 10G ETHERNET DRIVER
    -   P:      Scott Feldman
    -   M:      [email protected]
    -   P:      Joe Eykholt
    -   M:      [email protected]
    +   M:      Scott Feldman <[email protected]>
    +   M:      Joe Eykholt <[email protected]>
        S:      Supported
        F:      drivers/net/enic/
        
        CIRRUS LOGIC EP93XX ETHERNET DRIVER
    -   P:      Lennert Buytenhek
    -   M:      [email protected]
    +   M:      Lennert Buytenhek <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/net/arm/ep93xx_eth.c
        
        CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
    -   P:      Lennert Buytenhek
    -   M:      [email protected]
    +   M:      Lennert Buytenhek <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/usb/host/ohci-ep93xx.c
        
        CIRRUS LOGIC CS4270 SOUND DRIVER
    -   P:      Timur Tabi
    -   M:      [email protected]
    +   M:      Timur Tabi <[email protected]>
        L:      [email protected] (moderated for non-subscribers)
        S:      Supported
        F:      sound/soc/codecs/cs4270*
        
    -   CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
    -   P:      Cirrus Logic Corporation (kernel 2.2 driver)
    -   M:      Cirrus Logic Corporation, Thomas Woller <[email protected]>
    -   P:      Nils Faerber (port to kernel 2.4)
    -   M:      Nils Faerber <[email protected]>
    -   S:      Maintained
    -   F:      Documentation/input/cs461x.txt
    -   F:      sound/pci/cs46xx/
    -   
        CLK API
    -   P:      Russell King
    -   M:      [email protected]
    +   M:      Russell King <[email protected]>
        F:      include/linux/clk.h
        
        CISCO FCOE HBA DRIVER
    -   P:      Abhijeet Joglekar
    -   M:      [email protected]
    -   P:      Joe Eykholt
    -   M:      [email protected]
    +   M:      Abhijeet Joglekar <[email protected]>
    +   M:      Joe Eykholt <[email protected]>
        L:      [email protected]
        S:      Supported
        F:      drivers/scsi/fnic/
        
        CODA FILE SYSTEM
    -   P:      Jan Harkes
    -   M:      [email protected]
    +   M:      Jan Harkes <[email protected]>
        M:      [email protected]
        L:      [email protected]
        W:      http://www.coda.cs.cmu.edu/
@@@@@@@@@ -1447,7 -1411,7 -1417,7 -1439,7 -1506,8 -1439,7 -1411,7 -1423,7 +1453,7 @@@@@@@@@ F:  fs/coda
        F:      include/linux/coda*.h
        
        COMMON INTERNET FILE SYSTEM (CIFS)
    -   P:      Steve French
    -   M:      [email protected]
    +   M:      Steve French <[email protected]>
        L:      [email protected]
        L:      [email protected]
        W:      http://linux-cifs.samba.org/
@@@@@@@@@ -1457,57 -1421,57 -1427,57 -1449,57 -1517,63 -1449,57 -1421,57 -1433,57 +1463,57 @@@@@@@@@ F: Documentation/filesystems/cifs.tx
        F:      fs/cifs/
        
        COMPACTPCI HOTPLUG CORE
    -   P:      Scott Murray
    -   M:      [email protected]
    -   M:      [email protected]
    +   M:      Scott Murray <[email protected]>
        L:      [email protected]
    -   S:      Supported
    +   S:      Maintained
        F:      drivers/pci/hotplug/cpci_hotplug*
        
        COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
    -   P:      Scott Murray
    -   M:      [email protected]
    -   M:      [email protected]
    +   M:      Scott Murray <[email protected]>
        L:      [email protected]
    -   S:      Supported
    +   S:      Maintained
        F:      drivers/pci/hotplug/cpcihp_zt5550.*
        
        COMPACTPCI HOTPLUG GENERIC DRIVER
    -   P:      Scott Murray
    -   M:      [email protected]
    -   M:      [email protected]
    +   M:      Scott Murray <[email protected]>
        L:      [email protected]
    -   S:      Supported
    +   S:      Maintained
        F:      drivers/pci/hotplug/cpcihp_generic.c
        
        COMPAL LAPTOP SUPPORT
    -   P:      Cezary Jackiewicz
    -   M:      [email protected]
    +   M:      Cezary Jackiewicz <[email protected]>
        S:      Maintained
        F:      drivers/platform/x86/compal-laptop.c
        
        COMPUTONE INTELLIPORT MULTIPORT CARD
    -   P:      Michael H. Warfield
    -   M:      [email protected]
    +   M:      "Michael H. Warfield" <[email protected]>
        W:      http://www.wittsend.com/computone.html
        S:      Maintained
        F:      Documentation/serial/computone.txt
        F:      drivers/char/ip2/
        
        CONEXANT ACCESSRUNNER USB DRIVER
    -   P:      Simon Arlott
    -   M:      [email protected]
    +   M:      Simon Arlott <[email protected]>
        L:      [email protected]
        W:      http://accessrunner.sourceforge.net/
        S:      Maintained
        F:      drivers/usb/atm/cxacru.c
        
        CONFIGFS
    -   P:      Joel Becker
    -   M:      [email protected]
    +   M:      Joel Becker <[email protected]>
        S:      Supported
        F:      fs/configfs/
        F:      include/linux/configfs.h
        
    +   CONNECTOR
    +   M:      Evgeniy Polyakov <[email protected]>
    +   L:      [email protected]
    +   S:      Maintained
    +   F:      drivers/connector/
    +   
        CONTROL GROUPS (CGROUPS)
    -   P:      Paul Menage
    -   M:      [email protected]
    -   P:      Li Zefan
    -   M:      [email protected]
    +   M:      Paul Menage <[email protected]>
    +   M:      Li Zefan <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      include/linux/cgroup*
        F:      mm/*cgroup*
        
        CORETEMP HARDWARE MONITORING DRIVER
    -   P:      Rudolf Marek
    -   M:      [email protected]
    +   M:      Rudolf Marek <[email protected]>
 +  + + M:      Huaxu Wan <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      Documentation/hwmon/coretemp
        F:      drivers/hwmon/coretemp.c
        
        COSA/SRP SYNC SERIAL DRIVER
    -   P:      Jan "Yenya" Kasprzak
    -   M:      [email protected]
    +   M:      Jan "Yenya" Kasprzak <[email protected]>
        W:      http://www.fi.muni.cz/~kas/cosa/
        S:      Maintained
        F:      drivers/net/wan/cosa*
        
        CPMAC ETHERNET DRIVER
    -   P:      Florian Fainelli
    -   M:      [email protected]
    +   M:      Florian Fainelli <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/net/cpmac.c
        
        CPU FREQUENCY DRIVERS
    -   P:      Dave Jones
    -   M:      [email protected]
    +   M:      Dave Jones <[email protected]>
        L:      [email protected]
        W:      http://www.codemonkey.org.uk/projects/cpufreq/
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
@@@@@@@@@ -1545,13 -1508,13 -1515,13 -1537,13 -1614,15 -1537,13 -1508,13 -1521,13 +1551,13 @@@@@@@@@ F: drivers/cpufreq
        F:      include/linux/cpufreq.h
        
        CPUID/MSR DRIVER
    -   P:      H. Peter Anvin
    -   M:      [email protected]
    +   M:      "H. Peter Anvin" <[email protected]>
        S:      Maintained
        F:      arch/x86/kernel/cpuid.c
        F:      arch/x86/kernel/msr.c
        
        CPUSETS
    -   P:      Paul Menage
    -   M:      [email protected]
    +   M:      Paul Menage <[email protected]>
        W:      http://www.bullopensource.org/cpuset/
        W:      http://oss.sgi.com/projects/cpusets/
        S:      Supported
@@@@@@@@@ -1566,16 -1529,16 -1536,16 -1558,16 -1637,20 -1558,16 -1529,16 -1542,16 +1572,16 @@@@@@@@@ F: Documentation/filesystems/cramfs.tx
        F:      fs/cramfs/
        
        CRIS PORT
    -   P:      Mikael Starvik
    -   M:      [email protected]
    -   P:      Jesper Nilsson
    -   M:      [email protected]
    +   M:      Mikael Starvik <[email protected]>
    +   M:      Jesper Nilsson <[email protected]>
        L:      [email protected]
        W:      http://developer.axis.com
        S:      Maintained
        F:      arch/cris/
        
        CRYPTO API
    -   P:      Herbert Xu
    -   M:      [email protected]
    -   P:      David S. Miller
    -   M:      [email protected]
    +   M:      Herbert Xu <[email protected]>
    +   M:      "David S. Miller" <[email protected]>
        L:      [email protected]
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
        S:      Maintained
@@@@@@@@@ -1586,50 -1549,50 -1556,50 -1578,50 -1661,58 -1578,50 -1549,50 -1562,50 +1592,50 @@@@@@@@@ F: drivers/crypto
        F:      include/crypto/
        
        CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
    -   P:      Neil Horman
    -   M:      [email protected]
    +   M:      Neil Horman <[email protected]>
        L:      [email protected]
        S:      Maintained
        
        CS5535 Audio ALSA driver
    -   P:      Jaya Kumar
    -   M:      [email protected]
    +   M:      Jaya Kumar <[email protected]>
        S:      Maintained
        F:      sound/pci/cs5535audio/
        
        CX18 VIDEO4LINUX DRIVER
    -   P:      Hans Verkuil
    -   M:      [email protected]
    -   P:      Andy Walls
    -   M:      [email protected]
    +   M:      Hans Verkuil <[email protected]>
    +   M:      Andy Walls <[email protected]>
        L:      [email protected]
    -   L:      [email protected]
        L:      [email protected]
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
        W:      http://linuxtv.org
    +   W:      http://www.ivtvdriver.org/index.php/Cx18
        S:      Maintained
        F:      Documentation/video4linux/cx18.txt
        F:      drivers/media/video/cx18/
        
        CXGB3 ETHERNET DRIVER (CXGB3)
    -   P:      Divy Le Ray
    -   M:      [email protected]
    +   M:      Divy Le Ray <[email protected]>
        L:      [email protected]
        W:      http://www.chelsio.com
        S:      Supported
        F:      drivers/net/cxgb3/
        
        CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
    -   P:      Steve Wise
    -   M:      [email protected]
    -   L:      [email protected]
    +   M:      Steve Wise <[email protected]>
    +   L:      [email protected]
        W:      http://www.openfabrics.org
        S:      Supported
        F:      drivers/infiniband/hw/cxgb3/
        
        CYBERPRO FB DRIVER
    -   P:      Russell King
    -   M:      [email protected]
    -   L:      [email protected] (subscribers-only)
    +   M:      Russell King <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
        W:      http://www.arm.linux.org.uk/
        S:      Maintained
        F:      drivers/video/cyber2000fb.*
        
        CYCLADES 2X SYNC CARD DRIVER
    -   P:      Arnaldo Carvalho de Melo
    -   M:      [email protected]
    +   M:      Arnaldo Carvalho de Melo <[email protected]>
        W:      http://oops.ghostprotocols.net:81/blog
        S:      Maintained
        F:      drivers/net/wan/cycx*
        F:      drivers/net/wan/pc300*
        
        DAMA SLAVE for AX.25
    -   P:      Joerg Reuter
    -   M:      [email protected]
    +   M:      Joerg Reuter <[email protected]>
        W:      http://yaina.de/jreuter/
        W:      http://www.qsl.net/dl1bke/
        L:      [email protected]
@@@@@@@@@ -1660,23 -1623,23 -1630,23 -1652,23 -1744,29 -1652,23 -1623,23 -1636,23 +1666,23 @@@@@@@@@ F: net/ax25/ax25_timer.
        F:      net/ax25/sysctl_net_ax25.c
        
        DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
    -   P:      Tobias Ringstrom
    -   M:      [email protected]
    +   M:      Tobias Ringstrom <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      Documentation/networking/dmfe.txt
        F:      drivers/net/tulip/dmfe.c
        
        DC390/AM53C974 SCSI driver
    -   P:      Kurt Garloff
    -   M:      [email protected]
    +   M:      Kurt Garloff <[email protected]>
        W:      http://www.garloff.de/kurt/linux/dc390/
    -   P:      Guennadi Liakhovetski
    -   M:      [email protected]
    +   M:      Guennadi Liakhovetski <[email protected]>
        S:      Maintained
        F:      drivers/scsi/tmscsim.*
        
        DC395x SCSI driver
    -   P:      Oliver Neukum
    -   M:      [email protected]
    -   P:      Ali Akcaagac
    -   M:      [email protected]
    -   P:      Jamie Lenehan
    -   M:      [email protected]
    +   M:      Oliver Neukum <[email protected]>
    +   M:      Ali Akcaagac <[email protected]>
    +   M:      Jamie Lenehan <[email protected]>
        W:      http://twibble.org/dist/dc395x/
        L:      [email protected]
        L:      http://lists.twibble.org/mailman/listinfo/dc395x/
@@@@@@@@@ -1685,7 -1648,7 -1655,7 -1677,7 -1775,8 -1677,7 -1648,7 -1661,7 +1691,7 @@@@@@@@@ F:  Documentation/scsi/dc395x.tx
        F:      drivers/scsi/dc395x.*
        
        DCCP PROTOCOL
    -   P:      Arnaldo Carvalho de Melo
    -   M:      [email protected]
    +   M:      Arnaldo Carvalho de Melo <[email protected]>
        L:      [email protected]
        W:      http://linux-net.osdl.org/index.php/DCCP
        S:      Maintained
@@@@@@@@@ -1694,7 -1657,7 -1664,7 -1686,7 -1785,8 -1686,7 -1657,7 -1670,7 +1700,7 @@@@@@@@@ F:  include/linux/tfrc.
        F:      net/dccp/
        
        DECnet NETWORK LAYER
    -   P:      Christine Caulfield
    -   M:      [email protected]
    +   M:      Christine Caulfield <[email protected]>
        W:      http://linux-decnet.sourceforge.net
        L:      [email protected]
        S:      Maintained
@@@@@@@@@ -1702,34 -1665,34 -1672,34 -1694,34 -1794,40 -1694,34 -1665,34 -1678,34 +1708,34 @@@@@@@@@ F: Documentation/networking/decnet.tx
        F:      net/decnet/
        
        DEFXX FDDI NETWORK DRIVER
    -   P:      Maciej W. Rozycki
    -   M:      [email protected]
    +   M:      "Maciej W. Rozycki" <[email protected]>
        S:      Maintained
        F:      drivers/net/defxx.*
        
        DELL LAPTOP DRIVER
    -   P:      Matthew Garrett
    -   M:      [email protected]
    +   M:      Matthew Garrett <[email protected]>
        S:      Maintained
        F:      drivers/platform/x86/dell-laptop.c
        
        DELL LAPTOP SMM DRIVER
    -   P:      Massimo Dal Zotto
    -   M:      [email protected]
    +   M:      Massimo Dal Zotto <[email protected]>
        W:      http://www.debian.org/~dz/i8k/
        S:      Maintained
        F:      drivers/char/i8k.c
        F:      include/linux/i8k.h
        
        DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
    -   P:      Doug Warzecha
    -   M:      [email protected]
    +   M:      Doug Warzecha <[email protected]>
        S:      Maintained
        F:      Documentation/dcdbas.txt
        F:      drivers/firmware/dcdbas.*
        
        DELL WMI EXTRAS DRIVER
    -   P:      Matthew Garrett
    -   M:      [email protected]
    +   M:      Matthew Garrett <[email protected]>
        S:      Maintained
        
        DEVICE NUMBER REGISTRY
    -   P:      Torben Mathiasen
    -   M:      [email protected]
    +   M:      Torben Mathiasen <[email protected]>
        W:      http://lanana.org/docs/device-list/index.html
        S:      Maintained
        
@@@@@@@@@ -1744,7 -1707,7 -1714,7 -1736,7 -1842,8 -1736,7 -1707,7 -1720,7 +1750,7 @@@@@@@@@ F:  include/linux/device-mapper.
        F:      include/linux/dm-*.h
        
        DIGI INTL. EPCA DRIVER
    -   P:      Digi International, Inc
    -   M:      [email protected]
    +   M:      "Digi International, Inc" <[email protected]>
        L:      [email protected]
        W:      http://www.digi.com
        S:      Orphan
@@@@@@@@@ -1753,29 -1716,29 -1723,29 -1745,29 -1852,34 -1745,29 -1716,29 -1729,29 +1759,29 @@@@@@@@@ F: drivers/char/epca
        F:      drivers/char/digi*
        
        DIRECTORY NOTIFICATION (DNOTIFY)
    -   P:      Eric Paris
    -   M:      [email protected]
    +   M:      Eric Paris <[email protected]>
        S:      Maintained
        F:      Documentation/filesystems/dnotify.txt
        F:      fs/notify/dnotify/
        F:      include/linux/dnotify.h
        
        DISK GEOMETRY AND PARTITION HANDLING
    -   P:      Andries Brouwer
    -   M:      [email protected]
    +   M:      Andries Brouwer <[email protected]>
        W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
        W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
        W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
        S:      Maintained
        
        DISKQUOTA
    -   P:      Jan Kara
    -   M:      [email protected]
    +   M:      Jan Kara <[email protected]>
        S:      Maintained
        F:      Documentation/filesystems/quota.txt
        F:      fs/quota/
        F:      include/linux/quota*.h
        
        DISTRIBUTED LOCK MANAGER (DLM)
    -   P:      Christine Caulfield
    -   M:      [email protected]
    -   P:      David Teigland
    -   M:      [email protected]
    +   M:      Christine Caulfield <[email protected]>
    +   M:      David Teigland <[email protected]>
        L:      [email protected]
        W:      http://sources.redhat.com/cluster/
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
        F:      fs/dlm/
        
        DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
    -   P:      Maciej Sosnowski
    -   M:      [email protected]
    -   P:      Dan Williams
    -   M:      [email protected]
    +   M:      Maciej Sosnowski <[email protected]>
    +   M:      Dan Williams <[email protected]>
        S:      Supported
        F:      drivers/dma/
        F:      include/linux/dma*
        
        DME1737 HARDWARE MONITOR DRIVER
    -   P:      Juerg Haefliger
    -   M:      [email protected]
    +   M:      Juerg Haefliger <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      Documentation/hwmon/dme1737
        F:      drivers/hwmon/dme1737.c
        
        DOCBOOK FOR DOCUMENTATION
    -   P:      Randy Dunlap
    -   M:      [email protected]
    +   M:      Randy Dunlap <[email protected]>
        S:      Maintained
        
        DOCKING STATION DRIVER
    -   P:      Shaohua Li
    -   M:      [email protected]
    +   M:      Shaohua Li <[email protected]>
        L:      [email protected]
        S:      Supported
        F:      drivers/acpi/dock.c
        
        DOCUMENTATION
    -   P:      Randy Dunlap
    -   M:      [email protected]
    +   M:      Randy Dunlap <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      Documentation/
        
        DOUBLETALK DRIVER
    -   P:      James R. Van Zandt
    -   M:      [email protected]
    +   M:      "James R. Van Zandt" <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/char/dtlk.c
        F:      include/linux/dtlk.h
        
        DPT_I2O SCSI RAID DRIVER
    -   P:      Adaptec OEM Raid Solutions
    -   M:      [email protected]
    +   M:      Adaptec OEM Raid Solutions <[email protected]>
        L:      [email protected]
        W:      http://www.adaptec.com/
        S:      Maintained
@@@@@@@@@ -1828,7 -1791,7 -1798,7 -1820,7 -1940,8 -1820,7 -1791,7 -1804,7 +1834,7 @@@@@@@@@ F:  drivers/scsi/dpt
        F:      drivers/scsi/dpt/
        
        DRIVER CORE, KOBJECTS, AND SYSFS
    -   P:      Greg Kroah-Hartman
    -   M:      [email protected]
    +   M:      Greg Kroah-Hartman <[email protected]>
        T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
        S:      Supported
        F:      Documentation/kobject.txt
@@@@@@@@@ -1838,45 -1801,45 -1808,45 -1830,45 -1951,52 -1830,45 -1801,45 -1814,45 +1844,45 @@@@@@@@@ F: include/linux/kobj
        F:      lib/kobj*
        
        DRM DRIVERS
    -   P:      David Airlie
    -   M:      [email protected]
    +   M:      David Airlie <[email protected]>
        L:      [email protected]
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
        S:      Maintained
        F:      drivers/gpu/drm/
        
        DSCC4 DRIVER
    -   P:      Francois Romieu
    -   M:      [email protected]
    +   M:      Francois Romieu <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/net/wan/dscc4.c
        
        DZ DECSTATION DZ11 SERIAL DRIVER
    -   P:      Maciej W. Rozycki
    -   M:      [email protected]
    +   M:      "Maciej W. Rozycki" <[email protected]>
        S:      Maintained
        F:      drivers/serial/dz.*
        
        EATA-DMA SCSI DRIVER
    -   P:      Michael Neuffer
    -   M:      [email protected]
    +   M:      Michael Neuffer <[email protected]>
        L:      [email protected]
        L:      [email protected]
        S:      Maintained
        F:      drivers/scsi/eata*
        
        EATA ISA/EISA/PCI SCSI DRIVER
    -   P:      Dario Ballabio
    -   M:      [email protected]
    +   M:      Dario Ballabio <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/scsi/eata.c
        
        EATA-PIO SCSI DRIVER
    -   P:      Michael Neuffer
    -   M:      [email protected]
    +   M:      Michael Neuffer <[email protected]>
        L:      [email protected]
        L:      [email protected]
        S:      Maintained
        F:      drivers/scsi/eata_pio.*
        
        EBTABLES
    -   P:      Bart De Schuymer
    -   M:      [email protected]
    +   M:      Bart De Schuymer <[email protected]>
        L:      [email protected]
        L:      [email protected]
        W:      http://ebtables.sourceforge.net/
@@@@@@@@@ -1885,8 -1848,8 -1855,8 -1877,8 -2005,10 -1877,8 -1848,8 -1861,8 +1891,8 @@@@@@@@@ F: include/linux/netfilter_bridge/ebt_*
        F:      net/bridge/netfilter/ebt*.c
        
        ECRYPT FILE SYSTEM
    -   P:      Tyler Hicks
    -   M:      [email protected]
    -   P:      Dustin Kirkland
    -   M:      [email protected]
    +   M:      Tyler Hicks <[email protected]>
    +   M:      Dustin Kirkland <[email protected]>
        L:      [email protected]
        W:      https://launchpad.net/ecryptfs
        S:      Supported
@@@@@@@@@ -1894,7 -1857,7 -1864,7 -1886,7 -2016,8 -1886,7 -1857,7 -1870,7 +1900,7 @@@@@@@@@ F:  Documentation/filesystems/ecryptfs.t
        F:      fs/ecryptfs/
        
        EDAC-CORE
    -   P:      Doug Thompson
    -   M:      [email protected]
    +   M:      Doug Thompson <[email protected]>
        L:      [email protected] (moderated for non-subscribers)
        W:      bluesmoke.sourceforge.net
        S:      Supported
@@@@@@@@@ -1903,80 -1866,80 -1873,80 -1895,80 -2026,94 -1895,80 -1866,80 -1879,80 +1909,80 @@@@@@@@@ F: drivers/edac/edac_
        F:      include/linux/edac.h
        
        EDAC-AMD64
    -   P:      Doug Thompson
    -   M:      [email protected]
    -   P:      Borislav Petkov
    -   M:      [email protected]
    +   M:      Doug Thompson <[email protected]>
    +   M:      Borislav Petkov <[email protected]>
        L:      [email protected] (moderated for non-subscribers)
        W:      bluesmoke.sourceforge.net
        S:      Supported
        F:      drivers/edac/amd64_edac*
        
        EDAC-E752X
    -   P:      Mark Gross
    -   M:      [email protected]
    -   P:      Doug Thompson
    -   M:      [email protected]
    +   M:      Mark Gross <[email protected]>
    +   M:      Doug Thompson <[email protected]>
        L:      [email protected] (moderated for non-subscribers)
        W:      bluesmoke.sourceforge.net
        S:      Maintained
        F:      drivers/edac/e752x_edac.c
        
        EDAC-E7XXX
    -   P:      Doug Thompson
    -   M:      [email protected]
    +   M:      Doug Thompson <[email protected]>
        L:      [email protected] (moderated for non-subscribers)
        W:      bluesmoke.sourceforge.net
        S:      Maintained
        F:      drivers/edac/e7xxx_edac.c
        
        EDAC-I82443BXGX
    -   P:      Tim Small
    -   M:      [email protected]
    +   M:      Tim Small <[email protected]>
        L:      [email protected] (moderated for non-subscribers)
        W:      bluesmoke.sourceforge.net
        S:      Maintained
        F:      drivers/edac/i82443bxgx_edac.c
        
        EDAC-I3000
    -   P:      Jason Uhlenkott
    -   M:      [email protected]
    +   M:      Jason Uhlenkott <[email protected]>
        L:      [email protected] (moderated for non-subscribers)
        W:      bluesmoke.sourceforge.net
        S:      Maintained
        F:      drivers/edac/i3000_edac.c
        
        EDAC-I5000
    -   P:      Doug Thompson
    -   M:      [email protected]
    +   M:      Doug Thompson <[email protected]>
        L:      [email protected] (moderated for non-subscribers)
        W:      bluesmoke.sourceforge.net
        S:      Maintained
        F:      drivers/edac/i5000_edac.c
        
        EDAC-I5400
    -   P:      Mauro Carvalho Chehab
    -   M:      [email protected]
    +   M:      Mauro Carvalho Chehab <[email protected]>
        L:      [email protected] (moderated for non-subscribers)
        W:      bluesmoke.sourceforge.net
        S:      Maintained
        F:      drivers/edac/i5400_edac.c
        
        EDAC-I82975X
    -   P:      Ranganathan Desikan
    -   M:      [email protected]
    -   P:      Arvind R.
    -   M:      [email protected]
    +   M:      Ranganathan Desikan <[email protected]>
    +   M:      "Arvind R." <[email protected]>
        L:      [email protected] (moderated for non-subscribers)
        W:      bluesmoke.sourceforge.net
        S:      Maintained
        F:      drivers/edac/i82975x_edac.c
        
        EDAC-PASEMI
    -   P:      Egor Martovetsky
    -   M:      [email protected]
    +   M:      Egor Martovetsky <[email protected]>
        L:      [email protected] (moderated for non-subscribers)
        W:      bluesmoke.sourceforge.net
        S:      Maintained
        F:      drivers/edac/pasemi_edac.c
        
        EDAC-R82600
    -   P:      Tim Small
    -   M:      [email protected]
    +   M:      Tim Small <[email protected]>
        L:      [email protected] (moderated for non-subscribers)
        W:      bluesmoke.sourceforge.net
        S:      Maintained
        F:      drivers/edac/r82600_edac.c
        
        EEEPC LAPTOP EXTRAS DRIVER
    -   P:      Corentin Chary
    -   M:      [email protected]
    +   M:      Corentin Chary <[email protected]>
        L:      [email protected]
        W:      http://acpi4asus.sf.net
        S:      Maintained
        F:      fs/efs/
        
        EHCA (IBM GX bus InfiniBand adapter) DRIVER
    -   P:      Hoang-Nam Nguyen
    -   M:      [email protected]
    -   P:      Christoph Raisch
    -   M:      [email protected]
    -   L:      [email protected]
    +   M:      Hoang-Nam Nguyen <[email protected]>
    +   M:      Christoph Raisch <[email protected]>
    +   L:      [email protected]
        S:      Supported
        F:      drivers/infiniband/hw/ehca/
        
        EMBEDDED LINUX
    -   P:      Paul Gortmaker
    -   M:      [email protected]
    -   P:      Matt Mackall
    -   M:      [email protected]
    -   P:      David Woodhouse
    -   M:      [email protected]
    +   M:      Paul Gortmaker <[email protected]>
    +   M:      Matt Mackall <[email protected]>
    +   M:      David Woodhouse <[email protected]>
        L:      [email protected]
        S:      Maintained
        
        EMULEX LPFC FC SCSI DRIVER
    -   P:      James Smart
    -   M:      [email protected]
    +   M:      James Smart <[email protected]>
        L:      [email protected]
        W:      http://sourceforge.net/projects/lpfcxxxx
        S:      Supported
        F:      drivers/scsi/lpfc/
        
        ENE CB710 FLASH CARD READER DRIVER
    -   P:      MichaÅ‚ MirosÅ‚aw
    -   M:      [email protected]
    -   L:      [email protected]
    +   M:      MichaÅ‚ MirosÅ‚aw <[email protected]>
        S:      Maintained
        F:      drivers/misc/cb710/
        F:      drivers/mmc/host/cb710-mmc.*
        F:      include/linux/cb710.h
        
        EPSON 1355 FRAMEBUFFER DRIVER
    -   P:      Christopher Hoover
    -   M:      [email protected]
    -   P:      Christopher Hoover
    -   M:      [email protected]
    +   M:      Christopher Hoover <[email protected]>
    +   M:      Christopher Hoover <[email protected]>
        S:      Maintained
        F:      drivers/video/epson1355fb.c
        
        EPSON S1D13XXX FRAMEBUFFER DRIVER
    -   P:      Kristoffer Ericson
    -   M:      [email protected]
    +   M:      Kristoffer Ericson <[email protected]>
        S:      Maintained
    +   T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
        F:      drivers/video/s1d13xxxfb.c
        F:      include/video/s1d13xxxfb.h
        
        ETHEREXPRESS-16 NETWORK DRIVER
    -   P:      Philip Blundell
    -   M:      [email protected]
    +   M:      Philip Blundell <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/net/eexpress.*
        
        ETHERNET BRIDGE
    -   P:      Stephen Hemminger
    -   M:      [email protected]
    +   M:      Stephen Hemminger <[email protected]>
        L:      [email protected]
        W:      http://www.linux-foundation.org/en/Net:Bridge
        S:      Maintained
@@@@@@@@@ -2043,7 -2006,7 -2013,7 -2035,7 -2192,8 -2035,7 -2006,7 -2019,7 +2049,7 @@@@@@@@@ F:  include/linux/netfilter_bridge
        F:      net/bridge/
        
        ETHERTEAM 16I DRIVER
    -   P:      Mika Kuoppala
    -   M:      [email protected]
    +   M:      Mika Kuoppala <[email protected]>
        S:      Maintained
        F:      drivers/net/eth16i.c
        
        F:      include/linux/ext2*
        
        EXT3 FILE SYSTEM
    -   P:      Stephen Tweedie
    -   M:      [email protected]
    -   P:      Andrew Morton
    -   M:      [email protected]
    -   P:      Andreas Dilger
    -   M:      [email protected]
    +   M:      Andrew Morton <[email protected]>
    +   M:      Andreas Dilger <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      Documentation/filesystems/ext3.txt
        F:      include/linux/ext3*
        
        EXT4 FILE SYSTEM
    -   P:      Theodore Ts'o
    -   M:      [email protected]
    -   P:      Andreas Dilger
    -   M:      [email protected]
    +   M:      "Theodore Ts'o" <[email protected]>
    +   M:      Andreas Dilger <[email protected]>
        L:      [email protected]
        W:      http://ext4.wiki.kernel.org
        S:      Maintained
@@@@@@@@@ -2073,26 -2036,26 -2043,26 -2065,26 -2229,30 -2065,26 -2036,26 -2049,26 +2079,26 @@@@@@@@@ F: Documentation/filesystems/ext4.tx
        F:      fs/ext4/
        
        F71805F HARDWARE MONITORING DRIVER
    -   P:      Jean Delvare
    -   M:      [email protected]
    +   M:      Jean Delvare <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      Documentation/hwmon/f71805f
        F:      drivers/hwmon/f71805f.c
        
        FARSYNC SYNCHRONOUS DRIVER
    -   P:      Kevin Curtis
    -   M:      [email protected]
    +   M:      Kevin Curtis <[email protected]>
        W:      http://www.farsite.co.uk/
        S:      Supported
        F:      drivers/net/wan/farsync.*
        
        FAULT INJECTION SUPPORT
    -   P:      Akinobu Mita
    -   M:      [email protected]
    +   M:      Akinobu Mita <[email protected]>
        S:      Supported
        F:      Documentation/fault-injection/
        F:      lib/fault-inject.c
        
        FILE LOCKING (flock() and fcntl()/lockf())
    -   P:      Matthew Wilcox
    -   M:      [email protected]
    +   M:      Matthew Wilcox <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      include/linux/fcntl.h
        F:      fs/locks.c
        
        FILESYSTEMS (VFS and infrastructure)
    -   P:      Alexander Viro
    -   M:      [email protected]
    +   M:      Alexander Viro <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      fs/*
        
        FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
    -   P:      Riku Voipio
    -   M:      [email protected]
    +   M:      Riku Voipio <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/hwmon/f75375s.c
        F:      include/linux/f75375s.h
        
        FIREWIRE SUBSYSTEM
    -   P:      Kristian Hoegsberg
    -   M:      [email protected]
    -   P:      Stefan Richter
    -   M:      [email protected]
    +   M:      Kristian Hoegsberg <[email protected]>
    +   M:      Stefan Richter <[email protected]>
        L:      [email protected]
        W:      http://www.linux1394.org/
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
@@@@@@@@@ -2130,20 -2093,20 -2100,20 -2122,20 -2294,22 -2122,20 -2093,20 -2106,20 +2136,20 @@@@@@@@@ F: drivers/base/firmware*.
        F:      include/linux/firmware.h
        
        FPU EMULATOR
    -   P:      Bill Metzenthen
    -   M:      [email protected]
    +   M:      Bill Metzenthen <[email protected]>
        W:      http://floatingpoint.sourceforge.net/emulator/index.html
        S:      Maintained
        F:      arch/x86/math-emu/
        
        FRAME RELAY DLCI/FRAD (Sangoma drivers too)
    -   P:      Mike McLagan
    -   M:      [email protected]
    +   M:      Mike McLagan <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/net/wan/dlci.c
        F:      drivers/net/wan/sdla.c
        
        FRAMEBUFFER LAYER
 -- - --L:      linux-fbdev[email protected] (moderated for non-subscribers)
 ++ + ++L:      linux-fbdev@vger.kernel.org
        W:      http://linux-fbdev.sourceforge.net/
        S:      Orphan
        F:      Documentation/fb/
@@@@@@@@@ -2151,30 -2114,30 -2121,30 -2143,30 -2317,36 -2143,30 -2114,30 -2127,30 +2157,30 @@@@@@@@@ F: drivers/video/fb
        F:      include/linux/fb.h
        
        FREESCALE DMA DRIVER
    -   P:      Li Yang
    -   M:      [email protected]
    -   P:      Zhang Wei
    -   M:      [email protected]
    +   M:      Li Yang <[email protected]>
    +   M:      Zhang Wei <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/dma/fsldma.*
        
        FREESCALE I2C CPM DRIVER
    -   P:      Jochen Friedrich
    -   M:      [email protected]
    +   M:      Jochen Friedrich <[email protected]>
        L:      [email protected]
        L:      [email protected]
        S:      Maintained
        F:      drivers/i2c/busses/i2c-cpm.c
        
        FREESCALE IMX / MXC FRAMEBUFFER DRIVER
    -   P:      Sascha Hauer
    -   M:      [email protected]
    -   L:      [email protected] (moderated for non-subscribers)
    -   L:      [email protected] (subscribers-only)
    +   M:      Sascha Hauer <[email protected]>
 --   --L:      [email protected] (moderated for non-subscribers)
 ++ + ++L:      [email protected]
    +   L:      [email protected] (moderated for non-subscribers)
        S:      Maintained
        F:      arch/arm/plat-mxc/include/mach/imxfb.h
        F:      drivers/video/imxfb.c
        
        FREESCALE SOC FS_ENET DRIVER
    -   P:      Pantelis Antoniou
    -   M:      [email protected]
    -   P:      Vitaly Bordug
    -   M:      [email protected]
    +   M:      Pantelis Antoniou <[email protected]>
    +   M:      Vitaly Bordug <[email protected]>
        L:      [email protected]
        L:      [email protected]
        S:      Maintained
@@@@@@@@@ -2182,34 -2145,34 -2152,34 -2174,34 -2354,39 -2174,34 -2145,34 -2158,34 +2188,34 @@@@@@@@@ F: drivers/net/fs_enet
        F:      include/linux/fs_enet_pd.h
        
        FREESCALE QUICC ENGINE LIBRARY
    -   P:      Timur Tabi
    -   M:      [email protected]
    +   M:      Timur Tabi <[email protected]>
        L:      [email protected]
        S:      Supported
        F:      arch/powerpc/sysdev/qe_lib/
        F:      arch/powerpc/include/asm/*qe.h
        
 -    - FREESCALE USB PERIPHERIAL DRIVERS
    -   FREESCALE HIGHSPEED USB DEVICE DRIVER
    -   P:      Li Yang
    -   M:      [email protected]
 +  + + FREESCALE USB PERIPHERAL DRIVERS
    +   M:      Li Yang <[email protected]>
        L:      [email protected]
        L:      [email protected]
        S:      Maintained
    -   F:      drivers/usb/gadget/fsl_usb2_udc.c
    +   F:      drivers/usb/gadget/fsl*
        
        FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
    -   P:      Li Yang
    -   M:      [email protected]
    +   M:      Li Yang <[email protected]>
        L:      [email protected]
        L:      [email protected]
        S:      Maintained
        F:      drivers/net/ucc_geth*
        
        FREESCALE QUICC ENGINE UCC UART DRIVER
    -   P:      Timur Tabi
    -   M:      [email protected]
    +   M:      Timur Tabi <[email protected]>
        L:      [email protected]
        S:      Supported
        F:      drivers/serial/ucc_uart.c
        
        FREESCALE SOC SOUND DRIVERS
    -   P:      Timur Tabi
    -   M:      [email protected]
    +   M:      Timur Tabi <[email protected]>
        L:      [email protected] (moderated for non-subscribers)
        L:      [email protected]
        S:      Supported
@@@@@@@@@ -2217,14 -2180,14 -2187,14 -2209,14 -2394,17 -2209,14 -2180,14 -2193,14 +2223,14 @@@@@@@@@ F: sound/soc/fsl/fsl
        F:      sound/soc/fsl/mpc8610_hpcd.c
        
        FREEVXFS FILESYSTEM
    -   P:      Christoph Hellwig
    -   M:      [email protected]
    +   M:      Christoph Hellwig <[email protected]>
        W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
        S:      Maintained
        F:      fs/freevxfs/
        
        FREEZER
    -   P:      Pavel Machek
    -   M:      [email protected]
    -   P:      Rafael J. Wysocki
    -   M:      [email protected]
    +   M:      Pavel Machek <[email protected]>
    +   M:      "Rafael J. Wysocki" <[email protected]>
        L:      [email protected]
        S:      Supported
        F:      Documentation/power/freezing-of-tasks.txt
@@@@@@@@@ -2232,26 -2195,38 -2202,26 -2224,26 -2412,40 -2224,26 -2195,38 -2208,26 +2238,26 @@@@@@@@@ F: include/linux/freezer.
        F:      kernel/freezer.c
        
        FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
    -   P:      David Howells
    -   M:      [email protected]
    +   M:      David Howells <[email protected]>
        L:      [email protected]
        S:      Supported
        F:      Documentation/filesystems/caching/
        F:      fs/fscache/
        F:      include/linux/fscache*.h
        
 -    - TRACING
 -    - M:      Steven Rostedt <[email protected]>
 -    - M:      Frederic Weisbecker <[email protected]>
 -    - M:      Ingo Molnar <[email protected]>
 -    - T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git tracing/core
    -   FTRACE
    -   P:      Steven Rostedt
    -   M:      [email protected]
 -  - - S:      Maintained
 -  - - F:      Documentation/trace/ftrace.txt
 -  - - F:      arch/*/*/*/ftrace.h
 -  - - F:      arch/*/kernel/ftrace.c
 -    - F:      include/*/ftrace.h include/trace/ include/linux/trace*.h
    -   F:      include/*/ftrace.h
 -  - - F:      kernel/trace/
 -  - - 
        FUJITSU FR-V (FRV) PORT
    -   P:      David Howells
    -   M:      [email protected]
    +   M:      David Howells <[email protected]>
        S:      Maintained
        F:      arch/frv/
        
        FUJITSU LAPTOP EXTRAS
    -   P:      Jonathan Woithe
    -   M:      [email protected]
    +   M:      Jonathan Woithe <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/platform/x86/fujitsu-laptop.c
        
        FUSE: FILESYSTEM IN USERSPACE
    -   P:      Miklos Szeredi
    -   M:      [email protected]
    +   M:      Miklos Szeredi <[email protected]>
        L:      [email protected]
        W:      http://fuse.sourceforge.net/
        S:      Maintained
        F:      include/linux/fuse.h
        
        FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
    -   P:      Rik Faith
    -   M:      [email protected]
    +   M:      Rik Faith <[email protected]>
        L:      [email protected]
        S:      Odd Fixes (e.g., new signatures)
        F:      drivers/scsi/fdomain.*
        
        GDT SCSI DISK ARRAY CONTROLLER DRIVER
    -   P:      Achim Leubner
    -   M:      [email protected]
    +   M:      Achim Leubner <[email protected]>
        L:      [email protected]
        W:      http://www.icp-vortex.com/
        S:      Supported
        F:      drivers/scsi/gdt*
        
        GENERIC GPIO I2C DRIVER
    -   P:      Haavard Skinnemoen
    -   M:      [email protected]
    +   M:      Haavard Skinnemoen <[email protected]>
        S:      Supported
        F:      drivers/i2c/busses/i2c-gpio.c
        F:      include/linux/i2c-gpio.h
        
        GENERIC HDLC (WAN) DRIVERS
    -   P:      Krzysztof Halasa
    -   M:      [email protected]
    +   M:      Krzysztof Halasa <[email protected]>
        W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
        S:      Maintained
        F:      drivers/net/wan/c101.c
@@@@@@@@@ -2290,20 -2265,21 -2260,20 -2282,20 -2488,16 -2282,20 -2265,21 -2266,20 +2296,20 @@@@@@@@@ F: drivers/net/wan/pci200syn.
        F:      drivers/net/wan/wanxl*
        
        GENERIC INCLUDE/ASM HEADER FILES
    -   P:      Arnd Bergmann
    -   M:      [email protected]
    +   M:      Arnd Bergmann <[email protected]>
        L:      [email protected]
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
        S:      Maintained
        F:      include/asm-generic
        
 -    - M:      Michael S. Tsirkin <[email protected]>
    +   GENERIC UIO DRIVER FOR PCI DEVICES
 -    - L:      [email protected]
 +  + + M:      "Michael S. Tsirkin" <[email protected]>
    +   L:      [email protected]
    +   S:      Supported
    +   F:      drivers/uio/uio_pci_generic.c
    +   
        GFS2 FILE SYSTEM
    -   P:      Steven Whitehouse
    -   M:      [email protected]
    +   M:      Steven Whitehouse <[email protected]>
        L:      [email protected]
        W:      http://sources.redhat.com/cluster/
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
        F:      include/linux/gfs2_ondisk.h
        
        GIGASET ISDN DRIVERS
    -   P:      Hansjoerg Lipp
    -   M:      [email protected]
    -   P:      Tilman Schmidt
    -   M:      [email protected]
    +   M:      Hansjoerg Lipp <[email protected]>
    +   M:      Tilman Schmidt <[email protected]>
        L:      [email protected]
        W:      http://gigaset307x.sourceforge.net/
        S:      Maintained
@@@@@@@@@ -2324,7 -2300,7 -2294,7 -2316,7 -2520,8 -2316,7 -2300,7 -2300,7 +2330,7 @@@@@@@@@ F:  drivers/isdn/gigaset
        F:      include/linux/gigaset_dev.h
        
        HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
    -   P:      Frank Seidel
    -   M:      [email protected]
    +   M:      Frank Seidel <[email protected]>
        L:      [email protected]
        W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
        S:      Maintained
        F:      drivers/char/hvc_*
        
        GSPCA FINEPIX SUBDRIVER
    -   P:      Frank Zago
    -   M:      [email protected]
    +   M:      Frank Zago <[email protected]>
        L:      [email protected]
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
        S:      Maintained
        F:      drivers/media/video/gspca/finepix.c
        
 ++ + ++GSPCA GL860 SUBDRIVER
 ++ + ++M:      Olivier Lorin <[email protected]>
 ++ + ++L:      [email protected]
 ++ + ++T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
 ++ + ++S:      Maintained
 ++ + ++F:      drivers/media/video/gspca/gl860/
 ++ + ++
        GSPCA M5602 SUBDRIVER
    -   P:      Erik Andren
    -   M:      [email protected]
    +   M:      Erik Andren <[email protected]>
        L:      [email protected]
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
        S:      Maintained
        F:      drivers/media/video/gspca/m5602/
        
        GSPCA PAC207 SONIXB SUBDRIVER
    -   P:      Hans de Goede
    -   M:      [email protected]
    +   M:      Hans de Goede <[email protected]>
        L:      [email protected]
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
        S:      Maintained
        F:      drivers/media/video/gspca/pac207.c
        
    +   GSPCA SN9C20X SUBDRIVER
    +   M:      Brian Johnson <[email protected]>
    +   L:      [email protected]
    +   T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
    +   S:      Maintained
    +   F:      drivers/media/video/gspca/sn9c20x.c
    +   
        GSPCA T613 SUBDRIVER
    -   P:      Leandro Costantino
    -   M:      [email protected]
    +   M:      Leandro Costantino <[email protected]>
        L:      [email protected]
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
        S:      Maintained
        F:      drivers/media/video/gspca/t613.c
        
        GSPCA USB WEBCAM DRIVER
    -   P:      Jean-Francois Moine
    -   M:      [email protected]
    +   M:      Jean-Francois Moine <[email protected]>
        W:      http://moinejf.free.fr
        L:      [email protected]
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
        F:      drivers/hwmon/
        
        HARDWARE RANDOM NUMBER GENERATOR CORE
    -   S:      Orphan
    +   M:      Matt Mackall <[email protected]>
    +   M:      Herbert Xu <[email protected]>
    +   S:      Odd fixes
        F:      Documentation/hw_random.txt
        F:      drivers/char/hw_random/
        F:      include/linux/hw_random.h
        
        HARMONY SOUND DRIVER
    -   P:      Kyle McMartin
    -   M:      [email protected]
    +   M:      Kyle McMartin <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      sound/parisc/harmony.*
        
        HAYES ESP SERIAL DRIVER
    -   P:      Andrew J. Robinson
    -   M:      [email protected]
    +   M:      "Andrew J. Robinson" <[email protected]>
        W:      http://www.nyx.net/~arobinso
        S:      Maintained
        F:      Documentation/serial/hayes-esp.txt
        F:      drivers/char/esp.c
        
        HEWLETT-PACKARD SMART2 RAID DRIVER
    -   P:      Chirag Kantharia
    -   M:      [email protected]
    +   M:      Chirag Kantharia <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      Documentation/blockdev/cpqarray.txt
        F:      drivers/block/cpqarray.*
        
        HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
    -   P:      Mike Miller
    -   M:      [email protected]
    +   M:      Mike Miller <[email protected]>
        L:      [email protected]
        S:      Supported
        F:      Documentation/blockdev/cciss.txt
@@@@@@@@@ -2428,21 -2397,21 -2391,21 -2420,21 -2618,25 -2420,21 -2397,21 -2397,21 +2434,21 @@@@@@@@@ F: drivers/block/cciss
        F:      include/linux/cciss_ioctl.h
        
        HFS FILESYSTEM
    -   P:      Roman Zippel
    -   M:      [email protected]
    +   M:      Roman Zippel <[email protected]>
        S:      Maintained
        F:      Documentation/filesystems/hfs.txt
        F:      fs/hfs/
        
        HGA FRAMEBUFFER DRIVER
    -   P:      Ferenc Bakonyi
    -   M:      [email protected]
    +   M:      Ferenc Bakonyi <[email protected]>
        L:      [email protected]
        W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
        S:      Maintained
        F:      drivers/video/hgafb.c
        
        HIBERNATION (aka Software Suspend, aka swsusp)
    -   P:      Pavel Machek
    -   M:      [email protected]
    -   P:      Rafael J. Wysocki
    -   M:      [email protected]
    +   M:      Pavel Machek <[email protected]>
    +   M:      "Rafael J. Wysocki" <[email protected]>
        L:      [email protected]
        S:      Supported
        F:      arch/x86/power/
@@@@@@@@@ -2454,7 -2423,7 -2417,7 -2446,7 -2648,8 -2446,7 -2423,7 -2423,7 +2460,7 @@@@@@@@@ F:  include/linux/pm.
        F:      arch/*/include/asm/suspend*.h
        
        HID CORE LAYER
    -   P:      Jiri Kosina
    -   M:      [email protected]
    +   M:      Jiri Kosina <[email protected]>
        L:      [email protected]
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
        S:      Maintained
        F:      include/linux/hid*
        
        HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
    -   P:      Thomas Gleixner
    -   M:      [email protected]
    +   M:      Thomas Gleixner <[email protected]>
        S:      Maintained
        F:      Documentation/timers/
        F:      kernel/hrtimer.c
        F:      include/linux/hrtimer.h
        
        HIGH-SPEED SCC DRIVER FOR AX.25
    -   P:      Klaus Kudielka
    -   M:      [email protected]
    +   M:      Klaus Kudielka <[email protected]>
        L:      [email protected]
        W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
        S:      Maintained
@@@@@@@@@ -2477,14 -2446,14 -2440,14 -2469,14 -2674,16 -2469,14 -2446,14 -2446,14 +2483,14 @@@@@@@@@ F: drivers/net/hamradio/dmascc.
        F:      drivers/net/hamradio/scc.c
        
        HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
    -   P:      HighPoint Linux Team
    -   M:      [email protected]
    +   M:      HighPoint Linux Team <[email protected]>
        W:      http://www.highpoint-tech.com
        S:      Supported
        F:      Documentation/scsi/hptiop.txt
        F:      drivers/scsi/hptiop.c
        
        HIPPI
    -   P:      Jes Sorensen
    -   M:      [email protected]
    +   M:      Jes Sorensen <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      include/linux/hippidevice.h
@@@@@@@@@ -2492,7 -2461,7 -2455,7 -2484,7 -2691,8 -2484,7 -2461,7 -2461,7 +2498,7 @@@@@@@@@ F:  include/linux/if_hippi.
        F:      net/802/hippi.c
        
        HOST AP DRIVER
    -   P:      Jouni Malinen
    -   M:      [email protected]
    +   M:      Jouni Malinen <[email protected]>
        L:      [email protected] (subscribers-only)
        L:      [email protected]
        W:      http://hostap.epitest.fi/
        F:      drivers/net/wireless/hostap/
        
        HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
    -   P:      Carlos Corbacho
    -   M:      [email protected]
    +   M:      Carlos Corbacho <[email protected]>
        S:      Odd Fixes
        F:      drivers/platform/x86/tc1100-wmi.c
        
        HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
    -   P:      Jaroslav Kysela
    -   M:      [email protected]
    +   M:      Jaroslav Kysela <[email protected]>
        S:      Maintained
        F:      drivers/net/hp100.*
        
        HPET:   High Precision Event Timers driver
    -   P:      Clemens Ladisch
    -   M:      [email protected]
    +   M:      Clemens Ladisch <[email protected]>
        S:      Maintained
        F:      Documentation/timers/hpet.txt
        F:      drivers/char/hpet.c
        F:      include/linux/hpet.h
        
        HPET:   i386
    -   P:      Venkatesh Pallipadi (Venki)
    -   M:      [email protected]
    +   M:      "Venkatesh Pallipadi (Venki)" <[email protected]>
        S:      Maintained
        F:      arch/x86/kernel/hpet.c
        F:      arch/x86/include/asm/hpet.h
        
        HPET:   x86_64
    -   P:      Vojtech Pavlik
    -   M:      [email protected]
    +   M:      Vojtech Pavlik <[email protected]>
        S:      Maintained
        
        HPET:   ACPI
    -   P:      Bob Picco
    -   M:      [email protected]
    +   M:      Bob Picco <[email protected]>
        S:      Maintained
        F:      drivers/char/hpet.c
        
        HPFS FILESYSTEM
    -   P:      Mikulas Patocka
    -   M:      [email protected]
    +   M:      Mikulas Patocka <[email protected]>
        W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
        S:      Maintained
        F:      fs/hpfs/
        
        HSO 3G MODEM DRIVER
    -   P:      Jan Dumon
    -   M:      [email protected]
    +   M:      Jan Dumon <[email protected]>
        W:      http://www.pharscape.org
        S:      Maintained
        F:      drivers/net/usb/hso.c
        
        HTCPEN TOUCHSCREEN DRIVER
    -   P:      Pau Oliva Fora
    -   M:      [email protected]
    +   M:      Pau Oliva Fora <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/input/touchscreen/htcpen.c
        
        HUGETLB FILESYSTEM
    -   P:      William Irwin
    -   M:      [email protected]
    +   M:      William Irwin <[email protected]>
        S:      Maintained
        F:      fs/hugetlbfs/
        
        I2C/SMBUS STUB DRIVER
    -   P:      Mark M. Hoffman
    -   M:      [email protected]
    +   M:      "Mark M. Hoffman" <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/i2c/busses/i2c-stub.c
        
        I2C SUBSYSTEM
    -   P:      Jean Delvare (PC drivers, core)
    -   M:      [email protected]
    -   P:      Ben Dooks (embedded platforms)
    -   M:      [email protected]
    +   M:      "Jean Delvare (PC drivers, core)" <[email protected]>
    +   M:      "Ben Dooks (embedded platforms)" <[email protected]>
        L:      [email protected]
        W:      http://i2c.wiki.kernel.org/
        T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
        F:      Documentation/i2c/
        F:      drivers/i2c/
        F:      include/linux/i2c.h
 -- - --F:      include/linux/i2c-dev.h
 -- - --F:      include/linux/i2c-id.h
 ++ + ++F:      include/linux/i2c-*.h
        
        I2C-TINY-USB DRIVER
    -   P:      Till Harbaum
    -   M:      [email protected]
    +   M:      Till Harbaum <[email protected]>
        L:      [email protected]
        W:      http://www.harbaum.org/till/i2c_tiny_usb
        S:      Maintained
        F:      drivers/i2c/busses/i2c-tiny-usb.c
        
        i386 BOOT CODE
    -   P:      H. Peter Anvin
    -   M:      [email protected]
    +   M:      "H. Peter Anvin" <[email protected]>
        S:      Maintained
        F:      arch/x86/boot/
        
        i386 SETUP CODE / CPU ERRATA WORKAROUNDS
    -   P:      H. Peter Anvin
    -   M:      [email protected]
    +   M:      "H. Peter Anvin" <[email protected]>
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
        S:      Maintained
        
        IA64 (Itanium) PLATFORM
    -   P:      Tony Luck
    -   M:      [email protected]
    +   M:      Tony Luck <[email protected]>
    +   M:      Fenghua Yu <[email protected]>
        L:      [email protected]
        W:      http://www.ia64-linux.org/
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
        F:      arch/ia64/
        
        IBM MCA SCSI SUBSYSTEM DRIVER
    -   P:      Michael Lang
    -   M:      [email protected]
    +   M:      Michael Lang <[email protected]>
        W:      http://www.uni-mainz.de/~langm000/linux.html
        S:      Maintained
        F:      drivers/scsi/ibmmca.c
        
        IBM Power Linux RAID adapter
    -   P:      Brian King
    -   M:      [email protected]
    +   M:      Brian King <[email protected]>
        S:      Supported
        F:      drivers/scsi/ipr.*
        
        IBM ServeRAID RAID DRIVER
        P:      Jack Hammer
    -   P:      Dave Jeffery
    -   M:      [email protected]
    +   M:      Dave Jeffery <[email protected]>
        W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
        S:      Supported
        F:      drivers/scsi/ips.*
        
        IDE SUBSYSTEM
    -   P:      David S. Miller
    -   M:      [email protected]
    +   M:      "David S. Miller" <[email protected]>
        L:      [email protected]
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git
        S:      Maintained
        F:      include/linux/ide.h
        
        IDE/ATAPI DRIVERS
    -   P:      Borislav Petkov
    -   M:      [email protected]
    +   M:      Borislav Petkov <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      Documentation/cdrom/ide-cd
        F:      drivers/ide/ide-cd*
        
        IDLE-I7300
    -   P:      Andy Henroid
    -   M:      [email protected]
    +   M:      Andy Henroid <[email protected]>
        L:      [email protected]
        S:      Supported
        F:      drivers/idle/i7300_idle.c
        
        IEEE 1394 SUBSYSTEM
    -   P:      Ben Collins
    -   M:      [email protected]
    -   P:      Stefan Richter
    -   M:      [email protected]
    +   M:      Ben Collins <[email protected]>
    +   M:      Stefan Richter <[email protected]>
        L:      [email protected]
        W:      http://www.linux1394.org/
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
        S:      Maintained
    +   F:      Documentation/debugging-via-ohci1394.txt
        F:      drivers/ieee1394/
        
        IEEE 1394 RAW I/O DRIVER
    -   P:      Dan Dennedy
    -   M:      [email protected]
    -   P:      Stefan Richter
    -   M:      [email protected]
    +   M:      Dan Dennedy <[email protected]>
    +   M:      Stefan Richter <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/ieee1394/raw1394*
        
        IEEE 802.15.4 SUBSYSTEM
    -   P:      Dmitry Eremin-Solenikov
    -   M:      [email protected]
    -   P:      Sergey Lapin
    -   M:      [email protected]
    -   L:      [email protected]
    +   M:      Dmitry Eremin-Solenikov <[email protected]>
    +   M:      Sergey Lapin <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
        W:      http://apps.sourceforge.net/trac/linux-zigbee
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
        S:      Maintained
@@@@@@@@@ -2666,20 -2636,20 -2630,20 -2658,20 -2894,24 -2658,20 -2636,20 -2636,20 +2672,20 @@@@@@@@@ F: net/ieee802154
        F:      drivers/ieee802154/
        
        INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
    -   P:      Mimi Zohar
    -   M:      [email protected]
    +   M:      Mimi Zohar <[email protected]>
        S:      Supported
        F:      security/integrity/ima/
        
        IMS TWINTURBO FRAMEBUFFER DRIVER
 -- - --L:      linux-fbdev[email protected] (moderated for non-subscribers)
 ++ + ++L:      linux-fbdev@vger.kernel.org
        S:      Orphan
        F:      drivers/video/imsttfb.c
        
        INFINIBAND SUBSYSTEM
    -   P:      Roland Dreier
    -   M:      [email protected]
    -   P:      Sean Hefty
    -   M:      [email protected]
    -   P:      Hal Rosenstock
    -   M:      [email protected]
    -   L:      [email protected] (moderated for non-subscribers)
    +   M:      Roland Dreier <[email protected]>
    +   M:      Sean Hefty <[email protected]>
    +   M:      Hal Rosenstock <[email protected]>
    +   L:      [email protected]
        W:      http://www.openib.org/
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
        S:      Supported
@@@@@@@@@ -2688,55 -2658,55 -2652,55 -2680,55 -2920,65 -2680,55 -2658,55 -2658,55 +2694,55 @@@@@@@@@ F: drivers/infiniband
        F:      include/linux/if_infiniband.h
        
        INOTIFY
    -   P:      John McCutchan
    -   M:      [email protected]
    -   P:      Robert Love
    -   M:      [email protected]
    -   P:      Eric Paris
    -   M:      [email protected]
    +   M:      John McCutchan <[email protected]>
    +   M:      Robert Love <[email protected]>
    +   M:      Eric Paris <[email protected]>
        S:      Maintained
        F:      Documentation/filesystems/inotify.txt
        F:      fs/notify/inotify/
        F:      include/linux/inotify.h
        
        INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
    -   P:      Dmitry Torokhov
    -   M:      [email protected]
    -   M:      [email protected]
    +   M:      Dmitry Torokhov <[email protected]>
    +   M:      Dmitry Torokhov <[email protected]>
        L:      [email protected]
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
        S:      Maintained
        F:      drivers/input/
        
        INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
    -   P:      Sylvain Meyer
    -   M:      [email protected]
    -   L:      [email protected] (moderated for non-subscribers)
    +   M:      Sylvain Meyer <[email protected]>
 --   --L:      [email protected] (moderated for non-subscribers)
 ++ + ++L:      [email protected]
        S:      Maintained
        F:      Documentation/fb/intelfb.txt
        F:      drivers/video/intelfb/
        
        INTEL 810/815 FRAMEBUFFER DRIVER
    -   P:      Antonino Daplas
    -   M:      [email protected]
    -   L:      [email protected] (moderated for non-subscribers)
    +   M:      Antonino Daplas <[email protected]>
 --   --L:      [email protected] (moderated for non-subscribers)
 ++ + ++L:      [email protected]
        S:      Maintained
        F:      drivers/video/i810/
        
        INTEL MENLOW THERMAL DRIVER
    -   P:      Sujith Thomas
    -   M:      [email protected]
    +   M:      Sujith Thomas <[email protected]>
        L:      [email protected]
        W:      http://www.lesswatts.org/projects/acpi/
        S:      Supported
        F:      drivers/platform/x86/intel_menlow.c
        
        INTEL IA32 MICROCODE UPDATE SUPPORT
    -   P:      Tigran Aivazian
    -   M:      [email protected]
    +   M:      Tigran Aivazian <[email protected]>
        S:      Maintained
        F:      arch/x86/kernel/microcode_core.c
        F:      arch/x86/kernel/microcode_intel.c
        
        INTEL I/OAT DMA DRIVER
    -   P:      Maciej Sosnowski
    -   M:      [email protected]
    +   M:      Maciej Sosnowski <[email protected]>
        S:      Supported
        F:      drivers/dma/ioat*
        
        INTEL IOMMU (VT-d)
    -   P:      David Woodhouse
    -   M:      [email protected]
    +   M:      David Woodhouse <[email protected]>
        L:      [email protected]
        T:      git git://git.infradead.org/iommu-2.6.git
        S:      Supported
@@@@@@@@@ -2744,12 -2714,12 -2708,12 -2736,12 -2986,14 -2736,12 -2714,12 -2714,12 +2750,12 @@@@@@@@@ F: drivers/pci/intel-iommu.
        F:      include/linux/intel-iommu.h
        
        INTEL IOP-ADMA DMA DRIVER
    -   P:      Dan Williams
    -   M:      [email protected]
    -   S:      Supported
    +   M:      Dan Williams <[email protected]>
    +   S:      Maintained
        F:      drivers/dma/iop-adma.c
        
        INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
    -   P:      Krzysztof Halasa
    -   M:      [email protected]
    +   M:      Krzysztof Halasa <[email protected]>
        S:      Maintained
        F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
        F:      arch/arm/mach-ixp4xx/include/mach/npe.h
@@@@@@@@@ -2759,22 -2729,22 -2723,22 -2751,22 -3003,29 -2751,22 -2729,22 -2729,22 +2765,22 @@@@@@@@@ F: drivers/net/arm/ixp4xx_eth.
        F:      drivers/net/wan/ixp4xx_hss.c
        
        INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
    -   P:      Deepak Saxena
    -   M:      [email protected]
    +   M:      Deepak Saxena <[email protected]>
        S:      Maintained
        F:      drivers/char/hw_random/ixp4xx-rng.c
        
        INTEL IXP2000 ETHERNET DRIVER
    -   P:      Lennert Buytenhek
    -   M:      [email protected]
    +   M:      Lennert Buytenhek <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/net/ixp2000/
        
        INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
    -   P:      Jeff Kirsher
    -   M:      [email protected]
    -   P:      Jesse Brandeburg
    -   M:      [email protected]
    -   P:      Bruce Allan
    -   M:      [email protected]
    -   P:      PJ Waskiewicz
    -   M:      [email protected]
    -   P:      John Ronciak
    -   M:      [email protected]
    +   M:      Jeff Kirsher <[email protected]>
    +   M:      Jesse Brandeburg <[email protected]>
    +   M:      Bruce Allan <[email protected]>
    +   M:      PJ Waskiewicz <[email protected]>
    +   M:      John Ronciak <[email protected]>
        L:      [email protected]
        W:      http://e1000.sourceforge.net/
        S:      Supported
@@@@@@@@@ -2786,27 -2756,27 -2750,27 -2778,27 -3037,38 -2778,27 -2756,27 -2756,27 +2792,27 @@@@@@@@@ F: drivers/net/ixgb
        F:      drivers/net/ixgbe/
        
        INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
    -   P:      Zhu Yi
    -   M:      [email protected]
    -   P:      James Ketrenos
    -   M:      [email protected]
    -   P:      Reinette Chatre
    -   M:      [email protected]
    +   M:      Zhu Yi <[email protected]>
    +   M:      Reinette Chatre <[email protected]>
    +   M:      Intel Linux Wireless <[email protected]>
        L:      [email protected]
    -   L:      [email protected]
    -   W:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
        W:      http://ipw2100.sourceforge.net
    -   S:      Supported
    +   S:      Odd Fixes
        F:      Documentation/networking/README.ipw2100
        F:      drivers/net/wireless/ipw2x00/ipw2100.*
        
        INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
    -   P:      Zhu Yi
    -   M:      [email protected]
    -   P:      James Ketrenos
    -   M:      [email protected]
    -   P:      Reinette Chatre
    -   M:      [email protected]
    +   M:      Zhu Yi <[email protected]>
    +   M:      Reinette Chatre <[email protected]>
    +   M:      Intel Linux Wireless <[email protected]>
        L:      [email protected]
    -   L:      [email protected]
    -   W:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
        W:      http://ipw2200.sourceforge.net
    -   S:      Supported
    +   S:      Odd Fixes
        F:      Documentation/networking/README.ipw2200
        F:      drivers/net/wireless/ipw2x00/ipw2200.*
        
        INTEL WIRELESS WIMAX CONNECTION 2400
    -   P:      Inaky Perez-Gonzalez
    -   M:      [email protected]
    +   M:      Inaky Perez-Gonzalez <[email protected]>
        M:      [email protected]
        L:      [email protected]
        S:      Supported
@@@@@@@@@ -2816,50 -2786,50 -2780,50 -2808,50 -3078,60 -2808,50 -2786,50 -2786,50 +2822,50 @@@@@@@@@ F: drivers/net/wimax/i2400m
        F:      include/linux/wimax/i2400m.h
        
        INTEL WIRELESS WIFI LINK (iwlwifi)
    -   P:      Zhu Yi
    -   M:      [email protected]
    -   P:      Reinette Chatre
    -   M:      [email protected]
    +   M:      Zhu Yi <[email protected]>
    +   M:      Reinette Chatre <[email protected]>
    +   M:      Intel Linux Wireless <[email protected]>
        L:      [email protected]
    -   L:      [email protected]
        W:      http://intellinuxwireless.org
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
        S:      Supported
        F:      drivers/net/wireless/iwlwifi/
        
        IOC3 ETHERNET DRIVER
    -   P:      Ralf Baechle
    -   M:      [email protected]
    +   M:      Ralf Baechle <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/net/ioc3-eth.c
        
        IOC3 SERIAL DRIVER
    -   P:      Pat Gefre
    -   M:      [email protected]
    +   M:      Pat Gefre <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/serial/ioc3_serial.c
        
        IP MASQUERADING
    -   P:      Juanjo Ciarlante
    -   M:      [email protected]
    +   M:      Juanjo Ciarlante <[email protected]>
        S:      Maintained
        F:      net/ipv4/netfilter/ipt_MASQUERADE.c
        
        IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
    -   P:      Francois Romieu
    -   M:      [email protected]
    -   P:      Sorbica Shieh
    -   M:      [email protected]
    -   P:      Jesse Huang
    -   M:      [email protected]
    +   M:      Francois Romieu <[email protected]>
    +   M:      Sorbica Shieh <[email protected]>
    +   M:      Jesse Huang <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/net/ipg.c
        
        IPATH DRIVER
    -   P:      Ralph Campbell
    -   M:      [email protected]
    -   L:      [email protected]
    +   M:      Ralph Campbell <[email protected]>
    +   L:      [email protected]
        T:      git git://git.qlogic.com/ipath-linux-2.6
        S:      Supported
        F:      drivers/infiniband/hw/ipath/
        
        IPMI SUBSYSTEM
    -   P:      Corey Minyard
    -   M:      [email protected]
    -   L:      [email protected]
    +   M:      Corey Minyard <[email protected]>
 -    - L:      [email protected]
 +  + + L:      [email protected] (moderated for non-subscribers)
        W:      http://openipmi.sourceforge.net/
        S:      Supported
        F:      Documentation/IPMI.txt
@@@@@@@@@ -2867,33 -2837,33 -2831,33 -2859,33 -3139,38 -2859,33 -2837,33 -2837,33 +2873,33 @@@@@@@@@ F: drivers/char/ipmi
        F:      include/linux/ipmi*
        
        IPS SCSI RAID DRIVER
    -   P:      Adaptec OEM Raid Solutions
    -   M:      [email protected]
    +   M:      Adaptec OEM Raid Solutions <[email protected]>
        L:      [email protected]
        W:      http://www.adaptec.com/
        S:      Maintained
        F:      drivers/scsi/ips*
        
        IPVS
    -   P:      Wensong Zhang
    -   M:      [email protected]
    -   P:      Simon Horman
    -   M:      [email protected]
    -   P:      Julian Anastasov
    -   M:      [email protected]
    +   M:      Wensong Zhang <[email protected]>
    +   M:      Simon Horman <[email protected]>
    +   M:      Julian Anastasov <[email protected]>
        L:      [email protected]
        L:      [email protected]
        S:      Maintained
        F:      Documentation/networking/ipvs-sysctl.txt
    +   F:      include/net/ip_vs.h
    +   F:      include/linux/ip_vs.h
        F:      net/netfilter/ipvs/
        
        IPWIRELESS DRIVER
    -   P:      Jiri Kosina
    -   M:      [email protected]
    -   P:      David Sterba
    -   M:      [email protected]
    +   M:      Jiri Kosina <[email protected]>
    +   M:      David Sterba <[email protected]>
        S:      Maintained
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
        F:      drivers/char/pcmcia/ipwireless/
        
        IPX NETWORK LAYER
    -   P:      Arnaldo Carvalho de Melo
    -   M:      [email protected]
    +   M:      Arnaldo Carvalho de Melo <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      include/linux/ipx.h
@@@@@@@@@ -2901,7 -2871,7 -2865,7 -2893,7 -3178,8 -2893,7 -2871,7 -2871,7 +2907,7 @@@@@@@@@ F:  include/net/ipx.
        F:      net/ipx/
        
        IRDA SUBSYSTEM
    -   P:      Samuel Ortiz
    -   M:      [email protected]
    +   M:      Samuel Ortiz <[email protected]>
        L:      [email protected] (subscribers-only)
        W:      http://irda.sourceforge.net/
        S:      Maintained
@@@@@@@@@ -2912,14 -2882,14 -2876,14 -2904,14 -3190,16 -2904,14 -2882,14 -2882,14 +2918,14 @@@@@@@@@ F: include/net/irda
        F:      net/irda/
        
        ISAPNP
    -   P:      Jaroslav Kysela
    -   M:      [email protected]
    +   M:      Jaroslav Kysela <[email protected]>
        S:      Maintained
        F:      Documentation/isapnp.txt
        F:      drivers/pnp/isapnp/
        F:      include/linux/isapnp.h
        
        ISCSI
    -   P:      Mike Christie
    -   M:      [email protected]
    +   M:      Mike Christie <[email protected]>
        L:      [email protected]
        W:      www.open-iscsi.org
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
@@@@@@@@@ -2928,7 -2898,7 -2892,7 -2920,7 -3208,8 -2920,7 -2898,7 -2898,7 +2934,7 @@@@@@@@@ F:  drivers/scsi/*iscsi
        F:      include/scsi/*iscsi*
        
        ISDN SUBSYSTEM
    -   P:      Karsten Keil
    -   M:      [email protected]
    +   M:      Karsten Keil <[email protected]>
        L:      [email protected] (subscribers-only)
        W:      http://www.isdn4linux.de
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
@@@@@@@@@ -2939,15 -2909,15 -2903,15 -2931,15 -3220,18 -2931,15 -2909,15 -2909,15 +2945,15 @@@@@@@@@ F: include/linux/isdn.
        F:      include/linux/isdn/
        
        ISDN SUBSYSTEM (Eicon active card driver)
    -   P:      Armin Schindler
    -   M:      [email protected]
    +   M:      Armin Schindler <[email protected]>
        L:      [email protected] (subscribers-only)
        W:      http://www.melware.de
        S:      Maintained
        F:      drivers/isdn/hardware/eicon/
        
        IVTV VIDEO4LINUX DRIVER
    -   P:      Hans Verkuil
    -   M:      [email protected]
    +   M:      Hans Verkuil <[email protected]>
        L:      [email protected]
    -   L:      [email protected]
        L:      [email protected]
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
        W:      http://www.ivtvdriver.org
@@@@@@@@@ -2957,22 -2927,22 -2921,22 -2949,22 -3241,25 -2949,22 -2927,22 -2927,22 +2963,22 @@@@@@@@@ F: drivers/media/video/ivtv
        F:      include/linux/ivtv*
        
        JFS FILESYSTEM
    -   P:      Dave Kleikamp
    -   M:      [email protected]
    +   M:      Dave Kleikamp <[email protected]>
        L:      [email protected]
        W:      http://jfs.sourceforge.net/
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
    -   S:      Supported
    +   S:      Maintained
        F:      Documentation/filesystems/jfs.txt
        F:      fs/jfs/
        
        JME NETWORK DRIVER
    -   P:      Guo-Fu Tseng
    -   M:      [email protected]
    +   M:      Guo-Fu Tseng <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/net/jme.*
        
        JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
    -   P:      David Woodhouse
    -   M:      [email protected]
    +   M:      David Woodhouse <[email protected]>
        L:      [email protected]
        W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
        S:      Maintained
        F:      include/linux/jffs2.h
        
        JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
    -   P:      Stephen Tweedie
    -   M:      [email protected]
    -   P:      Andrew Morton
    -   M:      [email protected]
    +   M:      Andrew Morton <[email protected]>
    +   M:      Jan Kara <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      fs/jbd*/
@@@@@@@@@ -2989,41 -2959,41 -2953,41 -2981,41 -3278,48 -2981,41 -2959,41 -2959,41 +2995,41 @@@@@@@@@ F: include/linux/ext*jbd*.
        F:      include/linux/jbd*.h
        
        K8TEMP HARDWARE MONITORING DRIVER
    -   P:      Rudolf Marek
    -   M:      [email protected]
    +   M:      Rudolf Marek <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      Documentation/hwmon/k8temp
        F:      drivers/hwmon/k8temp.c
        
        KCONFIG
    -   P:      Roman Zippel
    -   M:      [email protected]
    +   M:      Roman Zippel <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      Documentation/kbuild/kconfig-language.txt
        F:      scripts/kconfig/
        
        KDUMP
    -   P:      Vivek Goyal
    -   M:      [email protected]
    -   P:      Haren Myneni
    -   M:      [email protected]
    +   M:      Vivek Goyal <[email protected]>
    +   M:      Haren Myneni <[email protected]>
        L:      [email protected]
        W:      http://lse.sourceforge.net/kdump/
        S:      Maintained
        F:      Documentation/kdump/
        
        KERNEL AUTOMOUNTER (AUTOFS)
    -   P:      H. Peter Anvin
    -   M:      [email protected]
    +   M:      "H. Peter Anvin" <[email protected]>
        L:      [email protected]
        S:      Odd Fixes
        F:      fs/autofs/
        
        KERNEL AUTOMOUNTER v4 (AUTOFS4)
    -   P:      Ian Kent
    -   M:      [email protected]
    +   M:      Ian Kent <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      fs/autofs4/
        
        KERNEL BUILD
    -   P:      Sam Ravnborg
    -   M:      [email protected]
    +   M:      Sam Ravnborg <[email protected]>
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
        L:      [email protected]
        F:      scripts/Makefile.*
        
        KERNEL JANITORS
    -   P:      Several
        L:      [email protected]
 -  - - W:      http://www.kerneljanitors.org/
 -  - - S:      Maintained
 +  + + W:      http://janitor.kernelnewbies.org/
 +  + + S:      Odd Fixes
        
        KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
    -   P:      J. Bruce Fields
    -   M:      [email protected]
    -   P:      Neil Brown
    -   M:      [email protected]
    +   M:      "J. Bruce Fields" <[email protected]>
    +   M:      Neil Brown <[email protected]>
        L:      [email protected]
        W:      http://nfs.sourceforge.net/
        S:      Supported
@@@@@@@@@ -3052,8 -3022,8 -3016,8 -3044,8 -3351,8 -3044,8 -3022,8 -3022,8 +3058,8 @@@@@@@@@ F:  include/linux/lockd
        F:      include/linux/sunrpc/
        
        KERNEL VIRTUAL MACHINE (KVM)
    -   P:      Avi Kivity
    -   M:      [email protected]
    +   M:      Avi Kivity <[email protected]>
    +   M:      Marcelo Tosatti <[email protected]>
        L:      [email protected]
        W:      http://kvm.qumranet.com
        S:      Supported
@@@@@@@@@ -3064,7 -3034,7 -3028,7 -3056,7 -3363,8 -3056,7 -3034,7 -3034,7 +3070,7 @@@@@@@@@ F:  include/linux/kvm
        F:      virt/kvm/
        
        KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
    -   P:      Joerg Roedel
    -   M:      [email protected]
    +   M:      Joerg Roedel <[email protected]>
        L:      [email protected]
        W:      http://kvm.qumranet.com
        S:      Supported
@@@@@@@@@ -3073,7 -3043,7 -3037,7 -3065,7 -3373,8 -3065,7 -3043,7 -3043,7 +3079,7 @@@@@@@@@ F:  arch/x86/kvm/kvm_svm.
        F:      arch/x86/kvm/svm.c
        
        KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
    -   P:      Hollis Blanchard
    -   M:      [email protected]
    +   M:      Hollis Blanchard <[email protected]>
        L:      [email protected]
        W:      http://kvm.qumranet.com
        S:      Supported
@@@@@@@@@ -3081,7 -3051,7 -3045,7 -3073,7 -3382,8 -3073,7 -3051,7 -3051,7 +3087,7 @@@@@@@@@ F:  arch/powerpc/include/asm/kvm
        F:      arch/powerpc/kvm/
        
        KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
    -   P:      Xiantao Zhang
    -   M:      [email protected]
    +   M:      Xiantao Zhang <[email protected]>
        L:      [email protected]
        W:      http://kvm.qumranet.com
        S:      Supported
@@@@@@@@@ -3090,8 -3060,8 -3054,8 -3082,8 -3392,10 -3082,8 -3060,8 -3060,8 +3096,8 @@@@@@@@@ F: arch/ia64/include/asm/kvm
        F:      arch/ia64/kvm/
        
        KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
    -   P:      Carsten Otte
    -   M:      [email protected]
    -   P:      Christian Borntraeger
    -   M:      [email protected]
    +   M:      Carsten Otte <[email protected]>
    +   M:      Christian Borntraeger <[email protected]>
        M:      [email protected]
        L:      [email protected]
        W:      http://www.ibm.com/developerworks/linux/linux390/
@@@@@@@@@ -3101,7 -3071,7 -3065,7 -3093,7 -3405,8 -3093,7 -3071,7 -3071,7 +3107,7 @@@@@@@@@ F:  arch/s390/include/asm/kvm
        F:      arch/s390/kvm/
        
        KEXEC
    -   P:      Eric Biederman
    -   M:      [email protected]
    +   M:      Eric Biederman <[email protected]>
        W:      http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
        L:      [email protected]
        S:      Maintained
@@@@@@@@@ -3109,7 -3079,7 -3073,7 -3101,7 -3414,8 -3101,7 -3079,7 -3079,7 +3115,7 @@@@@@@@@ F:  include/linux/kexec.
        F:      kernel/kexec.c
        
        KGDB
    -   P:      Jason Wessel
    -   M:      [email protected]
    +   M:      Jason Wessel <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      Documentation/DocBook/kgdb.tmpl
@@@@@@@@@ -3119,17 -3089,13 -3083,17 -3111,17 -3425,17 -3111,17 -3089,13 -3089,17 +3125,17 @@@@@@@@@ F: include/linux/kgdb.
        F:      kernel/kgdb.c
        
        KMEMCHECK
    -   P:      Vegard Nossum
    -   M:      [email protected]
    -   P       Pekka Enberg
    -   M:      [email protected]
    -   L:      [email protected]
    +   M:      Vegard Nossum <[email protected]>
 -    - P       Pekka Enberg
 -    - M:      [email protected]
 +  + + M:      Pekka Enberg <[email protected]>
        S:      Maintained
 +  + + F:      Documentation/kmemcheck.txt
 +  + + F:      arch/x86/include/asm/kmemcheck.h
 +  + + F:      arch/x86/mm/kmemcheck/
 +  + + F:      include/linux/kmemcheck.h
 +  + + F:      mm/kmemcheck.c
        
        KMEMLEAK
    -   P:      Catalin Marinas
    -   M:      [email protected]
    -   L:      [email protected]
    +   M:      Catalin Marinas <[email protected]>
        S:      Maintained
        F:      Documentation/kmemleak.txt
        F:      include/linux/kmemleak.h
        F:      mm/kmemleak-test.c
        
        KMEMTRACE
    -   P:      Eduard - Gabriel Munteanu
    -   M:      [email protected]
    +   M:      Eduard - Gabriel Munteanu <[email protected]>
        S:      Maintained
        F:      Documentation/trace/kmemtrace.txt
        F:      include/linux/kmemtrace.h
        F:      kernel/trace/kmemtrace.c
        
        KPROBES
    -   P:      Ananth N Mavinakayanahalli
    -   M:      [email protected]
    -   P:      Anil S Keshavamurthy
    -   M:      [email protected]
    -   P:      David S. Miller
    -   M:      [email protected]
    -   P:      Masami Hiramatsu
    -   M:      [email protected]
    +   M:      Ananth N Mavinakayanahalli <[email protected]>
    +   M:      Anil S Keshavamurthy <[email protected]>
    +   M:      "David S. Miller" <[email protected]>
    +   M:      Masami Hiramatsu <[email protected]>
        S:      Maintained
        F:      Documentation/kprobes.txt
        F:      include/linux/kprobes.h
        F:      kernel/kprobes.c
        
        KS0108 LCD CONTROLLER DRIVER
    -   P:      Miguel Ojeda Sandonis
    -   M:      [email protected]
    +   M:      Miguel Ojeda Sandonis <[email protected]>
        W:      http://miguelojeda.es/auxdisplay.htm
        W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
        S:      Maintained
@@@@@@@@@ -3170,27 -3136,27 -3134,27 -3162,27 -3482,31 -3162,27 -3136,27 -3140,27 +3176,27 @@@@@@@@@ F: include/*/lapb.
        F:      net/lapb/
        
        LASI 53c700 driver for PARISC
    -   P:      James E.J. Bottomley
    -   M:      [email protected]
    +   M:      "James E.J. Bottomley" <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      Documentation/scsi/53c700.txt
        F:      drivers/scsi/53c700*
        
        LED SUBSYSTEM
    -   P:      Richard Purdie
    -   M:      [email protected]
    +   M:      Richard Purdie <[email protected]>
        S:      Maintained
        F:      drivers/leds/
        F:      include/linux/leds.h
        
        LEGO USB Tower driver
    -   P:      Juergen Stuber
    -   M:      [email protected]
    +   M:      Juergen Stuber <[email protected]>
        L:      [email protected]
        W:      http://legousb.sourceforge.net/
        S:      Maintained
        F:      drivers/usb/misc/legousbtower.c
        
        LGUEST
    -   P:      Rusty Russell
    -   M:      [email protected]
    +   M:      Rusty Russell <[email protected]>
        L:      [email protected]
        W:      http://lguest.ozlabs.org/
        S:      Maintained
@@@@@@@@@ -3201,100 -3167,100 -3165,100 -3193,100 -3517,119 -3193,100 -3167,100 -3171,100 +3207,100 @@@@@@@@@ F:        include/linux/lguest*.
        F:      arch/x86/include/asm/lguest*.h
        
        LINUX FOR IBM pSERIES (RS/6000)
    -   P:      Paul Mackerras
    -   M:      [email protected]
    +   M:      Paul Mackerras <[email protected]>
        W:      http://www.ibm.com/linux/ltc/projects/ppc
        S:      Supported
        
        LINUX FOR POWERPC (32-BIT AND 64-BIT)
    -   P:      Benjamin Herrenschmidt
    -   M:      [email protected]
    -   P:      Paul Mackerras
    -   M:      [email protected]
    +   M:      Benjamin Herrenschmidt <[email protected]>
    +   M:      Paul Mackerras <[email protected]>
        W:      http://www.penguinppc.org/
        L:      [email protected]
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
        S:      Supported
        
        LINUX FOR POWER MACINTOSH
    -   P:      Benjamin Herrenschmidt
    -   M:      [email protected]
    +   M:      Benjamin Herrenschmidt <[email protected]>
        W:      http://www.penguinppc.org/
        L:      [email protected]
        S:      Maintained
        
        LINUX FOR POWERPC EMBEDDED MPC5XXX
    -   P:      Grant Likely
    -   M:      [email protected]
    +   M:      Grant Likely <[email protected]>
        L:      [email protected]
        T:      git git://git.secretlab.ca/git/linux-2.6.git
        S:      Maintained
        
        LINUX FOR POWERPC EMBEDDED PPC4XX
    -   P:      Josh Boyer
    -   M:      [email protected]
    -   P:      Matt Porter
    -   M:      [email protected]
    +   M:      Josh Boyer <[email protected]>
    +   M:      Matt Porter <[email protected]>
        W:      http://www.penguinppc.org/
        L:      [email protected]
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
        S:      Maintained
        
        LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
    -   P:      Grant Likely
    -   M:      [email protected]
    +   M:      Grant Likely <[email protected]>
        W:      http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
        L:      [email protected]
        T:      git git://git.secretlab.ca/git/linux-2.6.git
        S:      Maintained
        
        LINUX FOR POWERPC EMBEDDED PPC8XX
    -   P:      Vitaly Bordug
    -   M:      [email protected]
    -   P:      Marcelo Tosatti
    -   M:      [email protected]
    +   M:      Vitaly Bordug <[email protected]>
    +   M:      Marcelo Tosatti <[email protected]>
        W:      http://www.penguinppc.org/
        L:      [email protected]
        S:      Maintained
        
        LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
    -   P:      Kumar Gala
    -   M:      [email protected]
    +   M:      Kumar Gala <[email protected]>
        W:      http://www.penguinppc.org/
        L:      [email protected]
        S:      Maintained
        
        LINUX FOR POWERPC PA SEMI PWRFICIENT
    -   P:      Olof Johansson
    -   M:      [email protected]
    +   M:      Olof Johansson <[email protected]>
        W:      http://www.pasemi.com/
        L:      [email protected]
        S:      Supported
        
        LINUX SECURITY MODULE (LSM) FRAMEWORK
    -   P:      Chris Wright
    -   M:      [email protected]
    +   M:      Chris Wright <[email protected]>
        L:      [email protected]
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
        S:      Supported
        
        LLC (802.2)
    -   P:      Arnaldo Carvalho de Melo
    -   M:      [email protected]
    +   M:      Arnaldo Carvalho de Melo <[email protected]>
        S:      Maintained
        F:      include/linux/llc.h
        F:      include/net/llc*
        F:      net/llc/
        
        LIS3LV02D ACCELEROMETER DRIVER
    -   P:      Eric Piel
    -   M:      [email protected]
    +   M:      Eric Piel <[email protected]>
        S:      Maintained
        F:      Documentation/hwmon/lis3lv02d
        F:      drivers/hwmon/lis3lv02d.*
        
        LM83 HARDWARE MONITOR DRIVER
    -   P:      Jean Delvare
    -   M:      [email protected]
    +   M:      Jean Delvare <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      Documentation/hwmon/lm83
        F:      drivers/hwmon/lm83.c
        
        LM90 HARDWARE MONITOR DRIVER
    -   P:      Jean Delvare
    -   M:      [email protected]
    +   M:      Jean Delvare <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      Documentation/hwmon/lm90
        F:      drivers/hwmon/lm90.c
        
        LOCKDEP AND LOCKSTAT
    -   P:      Peter Zijlstra
    -   M:      [email protected]
    -   P:      Ingo Molnar
    -   M:      [email protected]
    +   M:      Peter Zijlstra <[email protected]>
    +   M:      Ingo Molnar <[email protected]>
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
        S:      Maintained
        F:      Documentation/lockdep*.txt
@@@@@@@@@ -3303,7 -3269,7 -3267,7 -3295,7 -3638,8 -3295,7 -3269,7 -3273,7 +3309,7 @@@@@@@@@ F:  include/linux/lockdep.
        F:      kernel/lockdep*
        
        LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
    -   P:      Richard Russon (FlatCap)
    -   M:      [email protected]
    +   M:      "Richard Russon (FlatCap)" <[email protected]>
        L:      [email protected]
        W:      http://www.linux-ntfs.org/content/view/19/37/
        S:      Maintained
@@@@@@@@@ -3311,7 -3277,7 -3275,7 -3303,7 -3647,8 -3303,7 -3277,7 -3281,7 +3317,7 @@@@@@@@@ F:  Documentation/ldm.tx
        F:      fs/partitions/ldm.*
        
        LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
    -   P:      Eric Moore
    -   M:      [email protected]
    +   M:      Eric Moore <[email protected]>
        M:      [email protected]
        L:      [email protected]
        L:      [email protected]
        F:      drivers/message/fusion/
        
        LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
    -   P:      Matthew Wilcox
    -   M:      [email protected]
    +   M:      Matthew Wilcox <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/scsi/sym53c8xx_2/
        
        LTP (Linux Test Project)
    -   P:      Subrata Modak
    -   M:      [email protected]
    -   P:      Mike Frysinger
    -   M:      [email protected]
    +   M:      Subrata Modak <[email protected]>
    +   M:      Mike Frysinger <[email protected]>
        L:      [email protected] (subscribers-only)
        W:      http://ltp.sourceforge.net/
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
        S:      Maintained
        
        M32R ARCHITECTURE
    -   P:      Hirokazu Takata
    -   M:      [email protected]
    +   M:      Hirokazu Takata <[email protected]>
        L:      [email protected]
        L:      [email protected] (in Japanese)
        W:      http://www.linux-m32r.org/
@@@@@@@@@ -3342,8 -3308,8 -3306,8 -3334,8 -3683,10 -3334,8 -3308,8 -3312,8 +3348,8 @@@@@@@@@ S: Maintaine
        F:      arch/m32r/
        
        M68K ARCHITECTURE
    -   P:      Geert Uytterhoeven
    -   M:      [email protected]
    -   P:      Roman Zippel
    -   M:      [email protected]
    +   M:      Geert Uytterhoeven <[email protected]>
    +   M:      Roman Zippel <[email protected]>
        L:      [email protected]
        W:      http://www.linux-m68k.org/
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
        F:      drivers/zorro/
        
        M68K ON APPLE MACINTOSH
    -   P:      Joshua Thompson
    -   M:      [email protected]
    +   M:      Joshua Thompson <[email protected]>
        W:      http://www.mac.linux-m68k.org/
        L:      [email protected]
        S:      Maintained
        F:      arch/m68k/mac/
        
        M68K ON HP9000/300
    -   P:      Philip Blundell
    -   M:      [email protected]
    +   M:      Philip Blundell <[email protected]>
        W:      http://www.tazenda.demon.co.uk/phil/linux-hp
        S:      Maintained
        F:      arch/m68k/hp300/
        
        MAC80211
    -   P:      Johannes Berg
    -   M:      [email protected]
    +   M:      Johannes Berg <[email protected]>
        L:      [email protected]
        W:      http://linuxwireless.org/
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
@@@@@@@@@ -3375,8 -3341,8 -3339,8 -3367,8 -3721,10 -3367,8 -3341,8 -3345,8 +3381,8 @@@@@@@@@ F: include/net/mac80211.
        F:      net/mac80211/
        
        MAC80211 PID RATE CONTROL
    -   P:      Stefano Brivio
    -   M:      [email protected]
    -   P:      Mattias Nissler
    -   M:      [email protected]
    +   M:      Stefano Brivio <[email protected]>
    +   M:      Mattias Nissler <[email protected]>
        L:      [email protected]
        W:      http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
        F:      net/mac80211/rc80211_pid*
        
        MACVLAN DRIVER
    -   P:      Patrick McHardy
    -   M:      [email protected]
    +   M:      Patrick McHardy <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/net/macvlan.c
        F:      include/linux/if_macvlan.h
        
        MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
    -   P:      Michael Kerrisk
    -   M:      [email protected]
    +   M:      Michael Kerrisk <[email protected]>
        W:      http://www.kernel.org/doc/man-pages
        L:      [email protected]
        S:      Maintained
        
        MARVELL LIBERTAS WIRELESS DRIVER
    -   P:      Dan Williams
    -   M:      [email protected]
    +   M:      Dan Williams <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/net/wireless/libertas/
        
        MARVELL MV643XX ETHERNET DRIVER
    -   P:      Lennert Buytenhek
    -   M:      [email protected]
    +   M:      Lennert Buytenhek <[email protected]>
        L:      [email protected]
        S:      Supported
        F:      drivers/net/mv643xx_eth.*
        F:      include/linux/mv643xx.h
        
    +   MARVELL MWL8K WIRELESS DRIVER
    +   M:      Lennert Buytenhek <[email protected]>
    +   L:      [email protected]
    +   S:      Supported
    +   F:      drivers/net/wireless/mwl8k.c
    +   
        MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
    -   P:      Nicolas Pitre
    -   M:      [email protected]
    +   M:      Nicolas Pitre <[email protected]>
        S:      Maintained
        
        MARVELL YUKON / SYSKONNECT DRIVER
    -   P:      Mirko Lindner
    -   M:      [email protected]
    -   P:      Ralph Roesler
    -   M:      [email protected]
    +   M:      Mirko Lindner <[email protected]>
    +   M:      Ralph Roesler <[email protected]>
        W:      http://www.syskonnect.com
        S:      Supported
        
        MATROX FRAMEBUFFER DRIVER
    -   P:      Petr Vandrovec
    -   M:      [email protected]
    -   L:      [email protected] (moderated for non-subscribers)
    +   M:      Petr Vandrovec <[email protected]>
 --   --L:      [email protected] (moderated for non-subscribers)
 ++ + ++L:      [email protected]
        S:      Maintained
        F:      drivers/video/matrox/matroxfb_*
        F:      include/linux/matroxfb.h
        
        MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
    -   P:      Hans J. Koch
    -   M:      [email protected]
    +   M:      "Hans J. Koch" <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      Documentation/hwmon/max6650
        F:      drivers/hwmon/max6650.c
        
        MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
    -   P:      Mauro Carvalho Chehab
    -   M:      [email protected]
    +   M:      Mauro Carvalho Chehab <[email protected]>
        P:      LinuxTV.org Project
        L:      [email protected]
        W:      http://linuxtv.org
@@@@@@@@@ -3454,7 -3420,7 -3418,7 -3446,7 -3806,8 -3446,7 -3420,7 -3424,7 +3460,7 @@@@@@@@@ F:  include/linux/dvb
        F:      include/linux/videodev*.h
        
        MEGARAID SCSI DRIVERS
    -   P:      Neela Syam Kolli
    -   M:      [email protected]
    +   M:      Neela Syam Kolli <[email protected]>
        L:      [email protected]
        W:      http://megaraid.lsilogic.com
        S:      Maintained
@@@@@@@@@ -3470,15 -3436,15 -3434,15 -3462,15 -3823,19 -3462,15 -3436,15 -3440,15 +3476,15 @@@@@@@@@ F: include/linux/mm.
        F:      mm/
        
        MEMORY RESOURCE CONTROLLER
    -   P:      Balbir Singh
    -   M:      [email protected]
    -   P:      Pavel Emelyanov
    -   M:      [email protected]
    -   P:      KAMEZAWA Hiroyuki
    -   M:      [email protected]
    +   M:      Balbir Singh <[email protected]>
    +   M:      Pavel Emelyanov <[email protected]>
    +   M:      KAMEZAWA Hiroyuki <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      mm/memcontrol.c
        
        MEMORY TECHNOLOGY DEVICES (MTD)
    -   P:      David Woodhouse
    -   M:      [email protected]
    +   M:      David Woodhouse <[email protected]>
        W:      http://www.linux-mtd.infradead.org/
        L:      [email protected]
        T:      git git://git.infradead.org/mtd-2.6.git
@@@@@@@@@ -3488,7 -3454,7 -3452,7 -3480,7 -3845,8 -3480,7 -3454,7 -3458,7 +3494,7 @@@@@@@@@ F:  include/linux/mtd
        F:      include/mtd/
        
        MICROBLAZE ARCHITECTURE
    -   P:      Michal Simek
    -   M:      [email protected]
    +   M:      Michal Simek <[email protected]>
        L:      [email protected]
        W:      http://www.monstr.eu/fdt/
        T:      git git://git.monstr.eu/linux-2.6-microblaze.git
        F:      arch/microblaze/
        
        MICROTEK X6 SCANNER
    -   P:      Oliver Neukum
    -   M:      [email protected]
    +   M:      Oliver Neukum <[email protected]>
        S:      Maintained
        F:      drivers/usb/image/microtek.*
        
        MIPS
    -   P:      Ralf Baechle
    -   M:      [email protected]
    +   M:      Ralf Baechle <[email protected]>
        W:      http://www.linux-mips.org/
        L:      [email protected]
        T:      git git://git.linux-mips.org/pub/scm/linux.git
@@@@@@@@@ -3510,7 -3476,7 -3474,7 -3502,7 -3870,8 -3502,7 -3476,7 -3480,7 +3516,7 @@@@@@@@@ F:  Documentation/mips
        F:      arch/mips/
        
        MISCELLANEOUS MCA-SUPPORT
    -   P:      James Bottomley
    -   M:      [email protected]
    +   M:      James Bottomley <[email protected]>
        S:      Maintained
        F:      Documentation/ia64/mca.txt
        F:      Documentation/mca.txt
        F:      include/linux/mca*
        
        MODULE SUPPORT
    -   P:      Rusty Russell
    -   M:      [email protected]
    +   M:      Rusty Russell <[email protected]>
        S:      Maintained
        F:      include/linux/module.h
        F:      kernel/module.c
        
        MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
    -   P:      Stelian Pop
    -   M:      [email protected]
    +   M:      Stelian Pop <[email protected]>
        W:      http://popies.net/meye/
        S:      Maintained
        F:      Documentation/video4linux/meye.txt
@@@@@@@@@ -3532,111 -3498,111 -3496,111 -3524,111 -3895,135 -3524,111 -3498,111 -3502,111 +3538,111 @@@@@@@@@ F:        drivers/media/video/meye.
        F:      include/linux/meye.h
        
        MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
    -   P:      Pavel Pisa
    -   M:      [email protected]
    -   L:      [email protected] (subscribers-only)
    +   M:      Pavel Pisa <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
        S:      Maintained
        F:      drivers/mmc/host/imxmmc.*
        
        MOUSE AND MISC DEVICES [GENERAL]
    -   P:      Alessandro Rubini
    -   M:      [email protected]
    +   M:      Alessandro Rubini <[email protected]>
        S:      Maintained
        F:      drivers/input/mouse/
        F:      include/linux/gpio_mouse.h
        
        MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
    -   P:      Jiri Slaby
    -   M:      [email protected]
    +   M:      Jiri Slaby <[email protected]>
        S:      Maintained
        F:      Documentation/serial/moxa-smartio
        F:      drivers/char/mxser.*
        
        MSI LAPTOP SUPPORT
    -   P:      Lennart Poettering
    -   M:      [email protected]
    +   M:      Lennart Poettering <[email protected]>
        W:      https://tango.0pointer.de/mailman/listinfo/s270-linux
        W:      http://0pointer.de/lennart/tchibo.html
        S:      Maintained
        F:      drivers/platform/x86/msi-laptop.c
        
        MULTIFUNCTION DEVICES (MFD)
    -   P:      Samuel Ortiz
    -   M:      [email protected]
    +   M:      Samuel Ortiz <[email protected]>
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
        S:      Supported
        F:      drivers/mfd/
        
        MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
    -   P:      Pierre Ossman
    -   M:      [email protected]
    -   S:      Maintained
    +   S:      Orphan
    +   L:      [email protected]
        F:      drivers/mmc/
        F:      include/linux/mmc/
        
        MULTIMEDIA CARD (MMC) ETC. OVER SPI
    -   P:      David Brownell
    -   M:      [email protected]
    +   M:      David Brownell <[email protected]>
        S:      Odd Fixes
        F:      drivers/mmc/host/mmc_spi.c
        F:      include/linux/spi/mmc_spi.h
        
        MULTISOUND SOUND DRIVER
    -   P:      Andrew Veliath
    -   M:      [email protected]
    +   M:      Andrew Veliath <[email protected]>
        S:      Maintained
        F:      Documentation/sound/oss/MultiSound
        F:      sound/oss/msnd*
        
        MULTITECH MULTIPORT CARD (ISICOM)
    -   P:      Jiri Slaby
    -   M:      [email protected]
    +   M:      Jiri Slaby <[email protected]>
        S:      Maintained
        F:      drivers/char/isicom.c
        F:      include/linux/isicom.h
        
        MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
    -   P:      Felipe Balbi
    -   M:      [email protected]
    +   M:      Felipe Balbi <[email protected]>
        L:      [email protected]
        T:      git git://gitorious.org/musb/mainline.git
        S:      Maintained
        F:      drivers/usb/musb/
        
        MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
    -   P:      Andrew Gallatin
    -   M:      [email protected]
    -   P:      Brice Goglin
    -   M:      [email protected]
    +   M:      Andrew Gallatin <[email protected]>
    +   M:      Brice Goglin <[email protected]>
        L:      [email protected]
        W:      http://www.myri.com/scs/download-Myri10GE.html
        S:      Supported
        F:      drivers/net/myri10ge/
        
        NATSEMI ETHERNET DRIVER (DP8381x)
    -   P:      Tim Hockin
    -   M:      [email protected]
    +   M:      Tim Hockin <[email protected]>
        S:      Maintained
        F:      drivers/net/natsemi.c
        
        NCP FILESYSTEM
    -   P:      Petr Vandrovec
    -   M:      [email protected]
    -   L:      [email protected]
    +   M:      Petr Vandrovec <[email protected]>
        S:      Maintained
        F:      fs/ncpfs/
        
        NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
    -   P:      James E.J. Bottomley
    -   M:      [email protected]
    +   M:      "James E.J. Bottomley" <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/scsi/NCR_D700.*
        
        NETEFFECT IWARP RNIC DRIVER (IW_NES)
    -   P:      Faisal Latif
    -   M:      [email protected]
    -   P:      Chien Tung
    -   M:      [email protected]
    -   L:      [email protected]
    +   M:      Faisal Latif <[email protected]>
    +   M:      Chien Tung <[email protected]>
    +   L:      [email protected]
        W:      http://www.neteffect.com
        S:      Supported
        F:      drivers/infiniband/hw/nes/
        
        NETEM NETWORK EMULATOR
    -   P:      Stephen Hemminger
    -   M:      [email protected]
    +   M:      Stephen Hemminger <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      net/sched/sch_netem.c
        
        NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
    -   P:      Ramkrishna Vepa
    -   M:      [email protected]
    -   P:      Rastapur Santosh
    -   M:      [email protected]
    -   P:      Sivakumar Subramani
    -   M:      [email protected]
    -   P:      Sreenivasa Honnur
    -   M:      [email protected]
    -   P:      Anil Murthy
    -   M:      [email protected]
    +   M:      Ramkrishna Vepa <[email protected]>
    +   M:      Rastapur Santosh <[email protected]>
    +   M:      Sivakumar Subramani <[email protected]>
    +   M:      Sreenivasa Honnur <[email protected]>
    +   M:      Anil Murthy <[email protected]>
        L:      [email protected]
        W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
        W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
        P:      James Morris
        P:      Harald Welte
        P:      Jozsef Kadlecsik
    -   P:      Patrick McHardy
    -   M:      [email protected]
    +   M:      Patrick McHardy <[email protected]>
        L:      [email protected]
        L:      [email protected]
        L:      [email protected]
        W:      http://www.netfilter.org/
        W:      http://www.iptables.org/
 -    - T:      git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git
 +  + + T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git
        S:      Supported
        F:      include/linux/netfilter*
        F:      include/linux/netfilter/
@@@@@@@@@ -3666,7 -3632,7 -3630,7 -3658,7 -4053,8 -3658,7 -3632,7 -3636,7 +3672,7 @@@@@@@@@ F:  net/*/netfilter
        F:      net/netfilter/
        
        NETLABEL
    -   P:      Paul Moore
    -   M:      [email protected]
    +   M:      Paul Moore <[email protected]>
        W:      http://netlabel.sf.net
        L:      [email protected]
        S:      Supported
@@@@@@@@@ -3675,7 -3641,7 -3639,7 -3667,7 -4063,8 -3667,7 -3641,7 -3645,7 +3681,7 @@@@@@@@@ F:  include/net/netlabel.
        F:      net/netlabel/
        
        NETROM NETWORK LAYER
    -   P:      Ralf Baechle
    -   M:      [email protected]
    +   M:      Ralf Baechle <[email protected]>
        L:      [email protected]
        W:      http://www.linux-ax25.org/
        S:      Maintained
@@@@@@@@@ -3684,40 -3650,39 -3648,40 -3676,40 -4073,36 -3676,40 -3650,39 -3654,40 +3690,40 @@@@@@@@@ F: include/net/netrom.
        F:      net/netrom/
        
        NETWORK BLOCK DEVICE (NBD)
    -   P:      Paul Clements
    -   M:      [email protected]
    +   M:      Paul Clements <[email protected]>
        S:      Maintained
        F:      Documentation/blockdev/nbd.txt
        F:      drivers/block/nbd.c
        F:      include/linux/nbd.h
        
    +   NETWORK DROP MONITOR
    +   M:      Neil Horman <[email protected]>
    +   L:      [email protected]
    +   S:      Maintained
    +   W:      https://fedorahosted.org/dropwatch/
    +   F:      net/core/drop_monitor.c
    +   
        NETWORKING [GENERAL]
    -   P:      David S. Miller
    -   M:      [email protected]
    +   M:      "David S. Miller" <[email protected]>
        L:      [email protected]
        W:      http://www.linuxfoundation.org/en/Net
    +   W:      http://patchwork.ozlabs.org/project/netdev/list/
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
 +  + + T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
        S:      Maintained
        F:      net/
        F:      include/net/
    +   F:      include/linux/in.h
    +   F:      include/linux/net.h
    +   F:      include/linux/netdevice.h
        
        NETWORKING [IPv4/IPv6]
    -   P:      David S. Miller
    -   M:      [email protected]
    -   P:      Alexey Kuznetsov
    -   M:      [email protected]
    -   P:      Pekka Savola (ipv6)
    -   M:      [email protected]
    -   P:      James Morris
    -   M:      [email protected]
    -   P:      Hideaki YOSHIFUJI
    -   M:      [email protected]
    -   P:      Patrick McHardy
    -   M:      [email protected]
    +   M:      "David S. Miller" <[email protected]>
    +   M:      Alexey Kuznetsov <[email protected]>
    +   M:      "Pekka Savola (ipv6)" <[email protected]>
    +   M:      James Morris <[email protected]>
    +   M:      Hideaki YOSHIFUJI <[email protected]>
    +   M:      Patrick McHardy <[email protected]>
        L:      [email protected]
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
        S:      Maintained
        F:      include/net/ip*
        
        NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
    -   P:      Paul Moore
    -   M:      [email protected]
    +   M:      Paul Moore <[email protected]>
        L:      [email protected]
        S:      Maintained
        
        NETWORKING [WIRELESS]
    -   P:      John W. Linville
    -   M:      [email protected]
    +   M:      "John W. Linville" <[email protected]>
        L:      [email protected]
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
        S:      Maintained
    +   F:      net/mac80211/
    +   F:      net/rfkill/
        F:      net/wireless/
        F:      include/net/ieee80211*
        F:      include/linux/wireless.h
    +   F:      drivers/net/wireless/
        
        NETWORKING DRIVERS
        L:      [email protected]
@@@@@@@@@ -3748,18 -3713,18 -3712,18 -3740,18 -4132,18 -3740,18 -3713,18 -3718,18 +3754,18 @@@@@@@@@ W: http://www.linuxfoundation.org/en/Ne
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
        S:      Odd Fixes
        F:      drivers/net/
    +   F:      include/linux/if_*
    +   F:      include/linux/*device.h
        
        NETXEN (1/10) GbE SUPPORT
    -   P:      Dhananjay Phadke
    -   M:      [email protected]
    +   M:      Dhananjay Phadke <[email protected]>
        L:      [email protected]
        W:      http://www.netxen.com
        S:      Supported
        F:      drivers/net/netxen/
        
        NFS, SUNRPC, AND LOCKD CLIENTS
    -   P:      Trond Myklebust
    -   M:      [email protected]
    +   M:      Trond Myklebust <[email protected]>
        L:      [email protected]
        W:      http://client.linux-nfs.org
        T:      git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
@@@@@@@@@ -3773,14 -3738,14 -3737,14 -3765,14 -4157,17 -3765,14 -3738,14 -3743,14 +3779,14 @@@@@@@@@ F: include/linux/nfs
        F:      include/linux/sunrpc/
        
        NI5010 NETWORK DRIVER
    -   P:      Jan-Pascal van Best
    -   M:      [email protected]
    -   P:      Andreas Mohr
    -   M:      [email protected]
    +   M:      Jan-Pascal van Best <[email protected]>
    +   M:      Andreas Mohr <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/net/ni5010.*
        
        NILFS2 FILESYSTEM
    -   P:      KONISHI Ryusuke
    -   M:      [email protected]
    +   M:      KONISHI Ryusuke <[email protected]>
        L:      [email protected]
        W:      http://www.nilfs.org/en/
        S:      Supported
        F:      include/linux/nilfs2_fs.h
        
        NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
    -   P:      YOKOTA Hiroshi
    -   M:      [email protected]
    +   M:      YOKOTA Hiroshi <[email protected]>
        W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
        S:      Maintained
        F:      Documentation/scsi/NinjaSCSI.txt
        F:      drivers/scsi/pcmcia/nsp_*
        
        NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
    -   P:      GOTO Masanori
    -   M:      [email protected]
    -   P:      YOKOTA Hiroshi
    -   M:      [email protected]
    +   M:      GOTO Masanori <[email protected]>
    +   M:      YOKOTA Hiroshi <[email protected]>
        W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
        S:      Maintained
        F:      Documentation/scsi/NinjaSCSI.txt
        F:      drivers/scsi/nsp32*
        
        NTFS FILESYSTEM
    -   P:      Anton Altaparmakov
    -   M:      [email protected]
    +   M:      Anton Altaparmakov <[email protected]>
        L:      [email protected]
        W:      http://www.linux-ntfs.org/
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
@@@@@@@@@ -3813,105 -3778,105 -3777,105 -3805,105 -4204,116 -3805,105 -3778,105 -3783,105 +3819,105 @@@@@@@@@ F:        Documentation/filesystems/ntfs.tx
        F:      fs/ntfs/
        
        NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
    -   P:      Antonino Daplas
    -   M:      [email protected]
    -   L:      [email protected] (moderated for non-subscribers)
    +   M:      Antonino Daplas <[email protected]>
 --   --L:      [email protected] (moderated for non-subscribers)
 ++ + ++L:      [email protected]
        S:      Maintained
        F:      drivers/video/riva/
        F:      drivers/video/nvidia/
        
        OMAP SUPPORT
 -    - M:      "Tony Lindgren <[email protected]>" <[email protected]>
    -   P:      Tony Lindgren <[email protected]>
    -   M:      [email protected]
 +  + + M:      Tony Lindgren <[email protected]>
        L:      [email protected]
        W:      http://www.muru.com/linux/omap/
        W:      http://linux.omap.com/
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
        S:      Maintained
    -   F:      arch/arm/*omap*
    +   F:      arch/arm/*omap*/
        
        OMAP CLOCK FRAMEWORK SUPPORT
    -   P:      Paul Walmsley
    -   M:      [email protected]
    +   M:      Paul Walmsley <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      arch/arm/*omap*/*clock*
        
        OMAP POWER MANAGEMENT SUPPORT
    -   P:      Kevin Hilman
    -   M:      [email protected]
    +   M:      Kevin Hilman <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      arch/arm/*omap*/*pm*
        
        OMAP AUDIO SUPPORT
    -   P:      Jarkko Nikula
    -   M:      [email protected]
    +   M:      Jarkko Nikula <[email protected]>
        L:      [email protected] (subscribers-only)
        L:      [email protected]
        S:      Maintained
        F:      sound/soc/omap/
        
        OMAP FRAMEBUFFER SUPPORT
    -   P:      Imre Deak
    -   M:      [email protected]
    -   L:      [email protected] (moderated for non-subscribers)
    +   M:      Imre Deak <[email protected]>
 --   --L:      [email protected] (moderated for non-subscribers)
 ++ + ++L:      [email protected]
        L:      [email protected]
        S:      Maintained
        F:      drivers/video/omap/
        
        OMAP MMC SUPPORT
    -   P:      Jarkko Lavinen
    -   M:      [email protected]
    -   L:      [email protected]
    +   M:      Jarkko Lavinen <[email protected]>
        L:      [email protected]
        S:      Maintained
    -   F:      drivers/mmc/host/*omap*
    +   F:      drivers/mmc/host/omap.c
    +   
    +   OMAP HS MMC SUPPORT
    +   M:      Madhusudhan Chikkature <[email protected]>
    +   L:      [email protected]
    +   S:      Maintained
    +   F:      drivers/mmc/host/omap_hsmmc.c
        
        OMAP RANDOM NUMBER GENERATOR SUPPORT
    -   P:      Deepak Saxena
    -   M:      [email protected]
    +   M:      Deepak Saxena <[email protected]>
        S:      Maintained
        F:      drivers/char/hw_random/omap-rng.c
        
        OMAP USB SUPPORT
    -   P:      Felipe Balbi
    -   M:      [email protected]
    -   P:      David Brownell
    -   M:      [email protected]
    +   M:      Felipe Balbi <[email protected]>
    +   M:      David Brownell <[email protected]>
        L:      [email protected]
        L:      [email protected]
        S:      Maintained
        
        OMFS FILESYSTEM
    -   P:      Bob Copeland
    -   M:      [email protected]
    +   M:      Bob Copeland <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      Documentation/filesystems/omfs.txt
        F:      fs/omfs/
        
        OMNIKEY CARDMAN 4000 DRIVER
    -   P:      Harald Welte
    -   M:      [email protected]
    +   M:      Harald Welte <[email protected]>
        S:      Maintained
        F:      drivers/char/pcmcia/cm4000_cs.c
        F:      include/linux/cm4000_cs.h
        
        OMNIKEY CARDMAN 4040 DRIVER
    -   P:      Harald Welte
    -   M:      [email protected]
    +   M:      Harald Welte <[email protected]>
        S:      Maintained
        F:      drivers/char/pcmcia/cm4040_cs.*
        
        OMNIVISION OV7670 SENSOR DRIVER
    -   P:      Jonathan Corbet
    -   M:      [email protected]
    +   M:      Jonathan Corbet <[email protected]>
        L:      [email protected]
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
        S:      Maintained
        F:      drivers/media/video/ov7670.c
        
        ONENAND FLASH DRIVER
    -   P:      Kyungmin Park
    -   M:      [email protected]
    +   M:      Kyungmin Park <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/mtd/onenand/
        F:      include/linux/mtd/onenand*.h
        
        ONSTREAM SCSI TAPE DRIVER
    -   P:      Willem Riede
    -   M:      [email protected]
    +   M:      Willem Riede <[email protected]>
        L:      [email protected]
        L:      [email protected]
        S:      Maintained
@@@@@@@@@ -3919,23 -3884,14 -3883,23 -3911,23 -4321,16 -3911,23 -3884,14 -3889,23 +3925,23 @@@@@@@@@ F: drivers/scsi/osst
        F:      drivers/scsi/st*
        
        OPENCORES I2C BUS DRIVER
    -   P:      Peter Korsgaard
    -   M:      [email protected]
    +   M:      Peter Korsgaard <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      Documentation/i2c/busses/i2c-ocores
        F:      drivers/i2c/busses/i2c-ocores.c
        
 +  + + OPEN FIRMWARE AND FLATTENED DEVICE TREE
 +  + + M:      Grant Likely <[email protected]>
 +  + + L:      [email protected]
 +  + + W:      http://fdt.secretlab.ca
 +  + + S:      Maintained
 +  + + F:      drivers/of
 +  + + F:      include/linux/of*.h
 +  + + K:      of_get_property
 +  + + 
        OPROFILE
    -   P:      Robert Richter
    -   M:      [email protected]
    +   M:      Robert Richter <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      arch/*/oprofile/
@@@@@@@@@ -3943,8 -3899,8 -3907,8 -3935,8 -4338,10 -3935,8 -3899,8 -3913,8 +3949,8 @@@@@@@@@ F: drivers/oprofile
        F:      include/linux/oprofile.h
        
        ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
    -   P:      Mark Fasheh
    -   M:      [email protected]
    -   P:      Joel Becker
    -   M:      [email protected]
    +   M:      Mark Fasheh <[email protected]>
    +   M:      Joel Becker <[email protected]>
        L:      [email protected] (moderated for non-subscribers)
        W:      http://oss.oracle.com/projects/ocfs2/
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
@@@@@@@@@ -3954,8 -3910,8 -3918,8 -3946,8 -4351,10 -3946,8 -3910,8 -3924,8 +3960,8 @@@@@@@@@ F: Documentation/filesystems/dlmfs.tx
        F:      fs/ocfs2/
        
        ORINOCO DRIVER
    -   P:      Pavel Roskin
    -   M:      [email protected]
    -   P:      David Gibson
    -   M:      [email protected]
    +   M:      Pavel Roskin <[email protected]>
    +   M:      David Gibson <[email protected]>
        L:      [email protected]
        L:      [email protected]
        L:      [email protected]
@@@@@@@@@ -3963,19 -3919,19 -3927,19 -3955,19 -4362,19 -3955,19 -3919,19 -3933,19 +3969,19 @@@@@@@@@ W: http://www.nongnu.org/orinoco
        S:      Maintained
        F:      drivers/net/wireless/orinoco/
        
    -   OSD LIBRARY
    -   P:      Boaz Harrosh
    -   M:      [email protected]
    -   P:      Benny Halevy
    -   M:      [email protected]
    +   OSD LIBRARY and FILESYSTEM
    +   M:      Boaz Harrosh <[email protected]>
    +   M:      Benny Halevy <[email protected]>
        L:      [email protected]
        W:      http://open-osd.org
        T:      git git://git.open-osd.org/open-osd.git
        S:      Maintained
    +   F:      drivers/scsi/osd/
    +   F:      include/scsi/osd_*
    +   F:      fs/exofs/
        
        P54 WIRELESS DRIVER
    -   P:      Michael Wu
    -   M:      [email protected]
    +   M:      Michael Wu <[email protected]>
        L:      [email protected]
        W:      http://prism54.org
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
        F:      drivers/net/wireless/p54/
        
        PA SEMI ETHERNET DRIVER
    -   P:      Olof Johansson
    -   M:      [email protected]
    +   M:      Olof Johansson <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/net/pasemi_mac.*
        
        PA SEMI SMBUS DRIVER
    -   P:      Olof Johansson
    -   M:      [email protected]
    +   M:      Olof Johansson <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/i2c/busses/i2c-pasemi.c
        
        PANASONIC LAPTOP ACPI EXTRAS DRIVER
    -   P:      Harald Welte
    -   M:      [email protected]
    +   M:      Harald Welte <[email protected]>
        S:      Maintained
        F:      drivers/platform/x86/panasonic-laptop.c
        
        PANASONIC MN10300/AM33 PORT
    -   P:      David Howells
    -   M:      [email protected]
    -   P:      Koichi Yasutake
    -   M:      [email protected]
    +   M:      David Howells <[email protected]>
    +   M:      Koichi Yasutake <[email protected]>
        L:      [email protected] (moderated for non-subscribers)
        W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
        S:      Maintained
@@@@@@@@@ -4017,10 -3973,10 -3981,10 -4009,10 -4421,14 -4009,10 -3973,10 -3987,10 +4023,10 @@@@@@@@@ F: drivers/char/ppdev.
        F:      include/linux/ppdev.h
        
        PARAVIRT_OPS INTERFACE
    -   P:      Jeremy Fitzhardinge
    -   M:      [email protected]
    -   P:      Chris Wright
    -   M:      [email protected]
    -   P:      Alok Kataria
    -   M:      [email protected]
    -   P:      Rusty Russell
    -   M:      [email protected]
    +   M:      Jeremy Fitzhardinge <[email protected]>
    +   M:      Chris Wright <[email protected]>
    +   M:      Alok Kataria <[email protected]>
    +   M:      Rusty Russell <[email protected]>
        L:      [email protected]
        S:      Supported
        F:      Documentation/ia64/paravirt_ops.txt
@@@@@@@@@ -4028,7 -3984,7 -3992,7 -4020,7 -4436,8 -4020,7 -3984,7 -3998,7 +4034,7 @@@@@@@@@ F:  arch/*/kernel/paravirt
        F:      arch/*/include/asm/paravirt.h
        
        PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
    -   P:      Tim Waugh
    -   M:      [email protected]
    +   M:      Tim Waugh <[email protected]>
        L:      [email protected] (subscribers-only)
        W:      http://www.torque.net/linux-pp.html
        S:      Maintained
@@@@@@@@@ -4036,9 -3992,9 -4000,9 -4028,9 -4445,10 -4028,9 -3992,9 -4006,9 +4042,9 @@@@@@@@@ F: Documentation/blockdev/paride.tx
        F:      drivers/block/paride/
        
        PARISC ARCHITECTURE
    -   P:      Kyle McMartin
    -   M:      [email protected]
    -   P:      Helge Deller
    -   M:      [email protected]
    +   M:      Kyle McMartin <[email protected]>
    +   M:      Helge Deller <[email protected]>
    +   M:      "James E.J. Bottomley" <[email protected]>
        L:      [email protected]
        W:      http://www.parisc-linux.org/
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
        F:      drivers/parisc/
        
        PC87360 HARDWARE MONITORING DRIVER
    -   P:      Jim Cromie
    -   M:      [email protected]
    +   M:      Jim Cromie <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      Documentation/hwmon/pc87360
        F:      drivers/hwmon/pc87360.c
        
        PC8736x GPIO DRIVER
    -   P:      Jim Cromie
    -   M:      [email protected]
    +   M:      Jim Cromie <[email protected]>
        S:      Maintained
        F:      drivers/char/pc8736x_gpio.c
        
        PCA9532 LED DRIVER
    -   P:      Riku Voipio
    -   M:      [email protected]
    +   M:      Riku Voipio <[email protected]>
        S:      Maintained
        F:      drivers/leds/leds-pca9532.c
        F:      include/linux/leds-pca9532.h
        
    +   PCA9564/PCA9665 I2C BUS DRIVER
    +   M:      Wolfram Sang <[email protected]>
    +   L:      [email protected]
    +   S:      Maintained
    +   F:      drivers/i2c/algos/i2c-algo-pca.c
    +   F:      drivers/i2c/busses/i2c-pca-*
    +   F:      include/linux/i2c-algo-pca.h
    +   F:      include/linux/i2c-pca-platform.h
    +   
        PCI ERROR RECOVERY
    -   P:      Linas Vepstas
    -   M:      [email protected]
    +   M:      Linas Vepstas <[email protected]>
        L:      [email protected]
        S:      Supported
        F:      Documentation/PCI/pci-error-recovery.txt
        F:      Documentation/powerpc/eeh-pci-error-recovery.txt
        
        PCI SUBSYSTEM
    -   P:      Jesse Barnes
    -   M:      [email protected]
    +   M:      Jesse Barnes <[email protected]>
        L:      [email protected]
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
        S:      Supported
@@@@@@@@@ -4089,11 -4045,11 -4053,11 -4081,11 -4495,12 -4081,11 -4045,11 -4059,11 +4095,11 @@@@@@@@@ F: Documentation/PCI
        F:      drivers/pci/
        F:      include/linux/pci*
        
    -   PCIE HOTPLUG DRIVER
    -   P:      Kristen Carlson Accardi
    -   M:      [email protected]
    +   PCI HOTPLUG
    +   M:      Jesse Barnes <[email protected]>
        L:      [email protected]
        S:      Supported
    -   F:      drivers/pci/pcie/
    +   F:      drivers/pci/hotplug
        
        PCMCIA SUBSYSTEM
        P:      Linux PCMCIA Team
@@@@@@@@@ -4106,117 -4062,117 -4070,117 -4098,117 -4513,121 -4098,117 -4062,117 -4076,117 +4112,117 @@@@@@@@@ F:        drivers/pcmcia
        F:      include/pcmcia/
        
        PCNET32 NETWORK DRIVER
    -   P:      Don Fry
    -   M:      [email protected]
    +   M:      Don Fry <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/net/pcnet32.c
        
        PER-TASK DELAY ACCOUNTING
    -   P:      Balbir Singh
    -   M:      [email protected]
    +   M:      Balbir Singh <[email protected]>
        S:      Maintained
        F:      include/linux/delayacct.h
        F:      kernel/delayacct.c
        
    -   PERFORMANCE COUNTER SUBSYSTEM
    -   P:      Peter Zijlstra
    -   M:      [email protected]
    -   P:      Paul Mackerras
    -   M:      [email protected]
    -   P:      Ingo Molnar
    -   M:      [email protected]
    -   L:      [email protected]
    +   PERFORMANCE EVENTS SUBSYSTEM
    +   M:      Peter Zijlstra <[email protected]>
    +   M:      Paul Mackerras <[email protected]>
    +   M:      Ingo Molnar <[email protected]>
        S:      Supported
    +   F:      kernel/perf_event.c
    +   F:      include/linux/perf_event.h
    +   F:      arch/*/*/kernel/perf_event.c
    +   F:      arch/*/include/asm/perf_event.h
    +   F:      arch/*/lib/perf_event.c
    +   F:      arch/*/kernel/perf_callchain.c
    +   F:      tools/perf/
        
        PERSONALITY HANDLING
    -   P:      Christoph Hellwig
    -   M:      [email protected]
    +   M:      Christoph Hellwig <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      include/linux/personality.h
        
        PHRAM MTD DRIVER
    -   P:      Joern Engel
    -   M:      [email protected]
    +   M:      Joern Engel <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/mtd/devices/phram.c
        
        PKTCDVD DRIVER
    -   P:      Peter Osterlund
    -   M:      [email protected]
    +   M:      Peter Osterlund <[email protected]>
        S:      Maintained
        F:      drivers/block/pktcdvd.c
        F:      include/linux/pktcdvd.h
        
    +   PMC SIERRA MaxRAID DRIVER
    +   M:      Anil Ravindranath <[email protected]>
    +   L:      [email protected]
    +   W:      http://www.pmc-sierra.com/
    +   S:      Supported
    +   F:      drivers/scsi/pmcraid.*
    +   
        POSIX CLOCKS and TIMERS
    -   P:      Thomas Gleixner
    -   M:      [email protected]
    +   M:      Thomas Gleixner <[email protected]>
        S:      Supported
        F:      fs/timerfd.c
        F:      include/linux/timer*
        F:      kernel/*timer*
        
        POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
    -   P:      Anton Vorontsov
    -   M:      [email protected]
    -   P:      David Woodhouse
    -   M:      [email protected]
    +   M:      Anton Vorontsov <[email protected]>
    +   M:      David Woodhouse <[email protected]>
        T:      git git://git.infradead.org/battery-2.6.git
        S:      Maintained
        F:      include/linux/power_supply.h
        F:      drivers/power/power_supply*
        
        PNP SUPPORT
    -   P:      Adam Belay
    -   M:      [email protected]
    -   P:      Bjorn Helgaas
    -   M:      [email protected]
    +   M:      Adam Belay <[email protected]>
    +   M:      Bjorn Helgaas <[email protected]>
        S:      Maintained
        F:      drivers/pnp/
        
        PNXxxxx I2C DRIVER
    -   P:      Vitaly Wool
    -   M:      [email protected]
    +   M:      Vitaly Wool <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/i2c/busses/i2c-pnx.c
        
        PPP PROTOCOL DRIVERS AND COMPRESSORS
    -   P:      Paul Mackerras
    -   M:      [email protected]
    +   M:      Paul Mackerras <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/net/ppp_*
        
        PPP OVER ATM (RFC 2364)
    -   P:      Mitchell Blank Jr
    -   M:      [email protected]
    +   M:      Mitchell Blank Jr <[email protected]>
        S:      Maintained
        F:      net/atm/pppoatm.c
        F:      include/linux/atmppp.h
        
        PPP OVER ETHERNET
    -   P:      Michal Ostrowski
    -   M:      [email protected]
    +   M:      Michal Ostrowski <[email protected]>
        S:      Maintained
        F:      drivers/net/pppoe.c
        F:      drivers/net/pppox.c
        
        PPP OVER L2TP
    -   P:      James Chapman
    -   M:      [email protected]
    +   M:      James Chapman <[email protected]>
        S:      Maintained
        F:      drivers/net/pppol2tp.c
        F:      include/linux/if_pppol2tp.h
        
        PPS SUPPORT
    -   P:      Rodolfo Giometti
    -   M:      [email protected]
    +   M:      Rodolfo Giometti <[email protected]>
        W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
        L:      [email protected] (subscribers-only)
        S:      Maintained
    +   F:      Documentation/pps/
    +   F:      drivers/pps/
    +   F:      include/linux/pps*.h
        
        PREEMPTIBLE KERNEL
    -   P:      Robert Love
    -   M:      [email protected]
    +   M:      Robert Love <[email protected]>
        L:      [email protected]
        W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
        S:      Supported
@@@@@@@@@ -4224,32 -4180,32 -4188,32 -4216,32 -4635,37 -4216,32 -4180,32 -4194,32 +4230,32 @@@@@@@@@ F: Documentation/preempt-locking.tx
        F:      include/linux/preempt.h
        
        PRISM54 WIRELESS DRIVER
    -   P:      Luis R. Rodriguez
    -   M:      [email protected]
    +   M:      "Luis R. Rodriguez" <[email protected]>
        L:      [email protected]
        W:      http://prism54.org
        S:      Maintained
        F:      drivers/net/wireless/prism54/
        
        PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
    -   P:      Peter Denison
    -   M:      [email protected]
    +   M:      Peter Denison <[email protected]>
        W:      http://www.pnd-pc.demon.co.uk/promise/
        S:      Maintained
        
        PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
    -   P:      Mikael Pettersson
    -   M:      [email protected]
    +   M:      Mikael Pettersson <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/ata/sata_promise.*
        
        PS3 NETWORK SUPPORT
    -   P:      Geoff Levand
    -   M:      [email protected]
    +   M:      Geoff Levand <[email protected]>
        L:      [email protected]
        L:      [email protected]
        S:      Supported
        F:      drivers/net/ps3_gelic_net.*
        
        PS3 PLATFORM SUPPORT
    -   P:      Geoff Levand
    -   M:      [email protected]
    +   M:      Geoff Levand <[email protected]>
        L:      [email protected]
        L:      [email protected]
        S:      Supported
@@@@@@@@@ -4264,13 -4220,13 -4228,13 -4256,13 -4680,16 -4256,13 -4220,13 -4234,13 +4270,13 @@@@@@@@@ F: drivers/usb/host/*ps3.
        F:      sound/ppc/snd_ps3*
        
        PS3VRAM DRIVER
    -   P:      Jim Paris
    -   M:      [email protected]
    +   M:      Jim Paris <[email protected]>
        L:      [email protected]
        S:      Maintained
        
        PTRACE SUPPORT
    -   P:      Roland McGrath
    -   M:      [email protected]
    -   P:      Oleg Nesterov
    -   M:      [email protected]
    +   M:      Roland McGrath <[email protected]>
    +   M:      Oleg Nesterov <[email protected]>
        S:      Maintained
        F:      include/asm-generic/syscall.h
        F:      include/linux/ptrace.h
@@@@@@@@@ -4279,7 -4235,7 -4243,7 -4271,7 -4698,8 -4271,7 -4235,7 -4249,7 +4285,7 @@@@@@@@@ F:  include/linux/tracehook.
        F:      kernel/ptrace.c
        
        PVRUSB2 VIDEO4LINUX DRIVER
    -   P:      Mike Isely
    -   M:      [email protected]
    +   M:      Mike Isely <[email protected]>
        L:      [email protected]       (subscribers-only)
        L:      [email protected]
        W:      http://www.isely.net/pvrusb2/
@@@@@@@@@ -4289,9 -4245,9 -4253,9 -4281,9 -4709,11 -4281,9 -4245,9 -4259,9 +4295,9 @@@@@@@@@ F: Documentation/video4linux/README.pvr
        F:      drivers/media/video/pvrusb2/
        
        PXA2xx/PXA3xx SUPPORT
    -   P:      Eric Miao
    -   M:      [email protected]
    -   P:      Russell King
    -   M:      [email protected]
    -   L:      [email protected] (subscribers-only)
    +   M:      Eric Miao <[email protected]>
    +   M:      Russell King <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
        S:      Maintained
        F:      arch/arm/mach-pxa/
        F:      drivers/pcmcia/pxa2xx*
        F:      sound/soc/pxa
        
        PXA168 SUPPORT
    -   P:      Eric Miao
    -   M:      [email protected]
    -   P:      Jason Chagas
    -   M:      [email protected]
    -   L:      [email protected] (subscribers-only)
    +   M:      Eric Miao <[email protected]>
    +   M:      Jason Chagas <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
        S:      Maintained
        
        PXA910 SUPPORT
    -   P:      Eric Miao
    -   M:      [email protected]
    -   L:      [email protected] (subscribers-only)
    +   M:      Eric Miao <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
        S:      Maintained
        
        S:      Orphan
        
        PXA RTC DRIVER
    -   P:      Robert Jarzmik
    -   M:      [email protected]
    +   M:      Robert Jarzmik <[email protected]>
        L:      [email protected]
        S:      Maintained
        
        QLOGIC QLA2XXX FC-SCSI DRIVER
    -   P:      Andrew Vasquez
    +   M:      Andrew Vasquez <[email protected]>
        M:      [email protected]
        L:      [email protected]
        S:      Supported
@@@@@@@@@ -4331,7 -4287,7 -4295,7 -4323,7 -4757,7 -4323,7 -4287,7 -4301,7 +4337,7 @@@@@@@@@ F:  Documentation/scsi/LICENSE.qla2xx
        F:      drivers/scsi/qla2xxx/
        
        QLOGIC QLA3XXX NETWORK DRIVER
    -   P:      Ron Mercer
    +   M:      Ron Mercer <[email protected]>
        M:      [email protected]
        L:      [email protected]
        S:      Supported
@@@@@@@@@ -4339,14 -4295,14 -4303,14 -4331,14 -4765,16 -4331,14 -4295,14 -4309,14 +4345,14 @@@@@@@@@ F: Documentation/networking/LICENSE.qla
        F:      drivers/net/qla3xxx.*
        
        QLOGIC QLGE 10Gb ETHERNET DRIVER
    -   P:      Ron Mercer
    +   M:      Ron Mercer <[email protected]>
        M:      [email protected]
    -   M:      [email protected]
        L:      [email protected]
        S:      Supported
        F:      drivers/net/qlge/
        
        QNX4 FILESYSTEM
    -   P:      Anders Larsen
    -   M:      [email protected]
    +   M:      Anders Larsen <[email protected]>
        W:      http://www.alarsen.net/linux/qnx4fs/
        S:      Maintained
        F:      fs/qnx4/
@@@@@@@@@ -4354,77 -4310,75 -4318,77 -4346,77 -4782,88 -4346,77 -4310,75 -4324,77 +4360,77 @@@@@@@@@ F: include/linux/qnx4_fs.
        F:      include/linux/qnxtypes.h
        
        RADEON FRAMEBUFFER DISPLAY DRIVER
    -   P:      Benjamin Herrenschmidt
    -   M:      [email protected]
    -   L:      [email protected] (moderated for non-subscribers)
    +   M:      Benjamin Herrenschmidt <[email protected]>
 --   --L:      [email protected] (moderated for non-subscribers)
 ++ + ++L:      [email protected]
        S:      Maintained
        F:      drivers/video/aty/radeon*
        F:      include/linux/radeonfb.h
        
        RAGE128 FRAMEBUFFER DISPLAY DRIVER
    -   P:      Paul Mackerras
    -   M:      [email protected]
    -   L:      [email protected] (moderated for non-subscribers)
    +   M:      Paul Mackerras <[email protected]>
 --   --L:      [email protected] (moderated for non-subscribers)
 ++ + ++L:      [email protected]
        S:      Maintained
        F:      drivers/video/aty/aty128fb.c
        
        RALINK RT2X00 WIRELESS LAN DRIVER
        P:      rt2x00 project
 +  + + M:      Ivo van Doorn <[email protected]>
 +  + + M:      Gertjan van Wingerde <[email protected]>
        L:      [email protected]
 -  - - L:      [email protected]
 +  + + L:      [email protected] (moderated for non-subscribers)
        W:      http://rt2x00.serialmonkey.com/
        S:      Maintained
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
        F:      drivers/net/wireless/rt2x00/
        
        RAMDISK RAM BLOCK DEVICE DRIVER
    -   P:      Nick Piggin
    -   M:      [email protected]
    +   M:      Nick Piggin <[email protected]>
        S:      Maintained
        F:      Documentation/blockdev/ramdisk.txt
        F:      drivers/block/brd.c
        
        RANDOM NUMBER DRIVER
    -   P:      Matt Mackall
    -   M:      [email protected]
    +   M:      Matt Mackall <[email protected]>
        S:      Maintained
        F:      drivers/char/random.c
        
        RAPIDIO SUBSYSTEM
    -   P:      Matt Porter
    -   M:      [email protected]
    +   M:      Matt Porter <[email protected]>
        S:      Maintained
        F:      drivers/rapidio/
        
        RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
    -   P:      Corey Thomas
    -   M:      [email protected]
    +   M:      Corey Thomas <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/net/wireless/ray*
        
        RCUTORTURE MODULE
    -   P:      Josh Triplett
    -   M:      [email protected]
    -   P:      Paul E. McKenney
    -   M:      [email protected]
    +   M:      Josh Triplett <[email protected]>
    +   M:      "Paul E. McKenney" <[email protected]>
        S:      Maintained
        F:      Documentation/RCU/torture.txt
        F:      kernel/rcutorture.c
        
        RDC R-321X SoC
    -   P:      Florian Fainelli
    -   M:      [email protected]
    +   M:      Florian Fainelli <[email protected]>
        S:      Maintained
        
        RDC R6040 FAST ETHERNET DRIVER
    -   P:      Florian Fainelli
    -   M:      [email protected]
    +   M:      Florian Fainelli <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/net/r6040.c
        
        RDS - RELIABLE DATAGRAM SOCKETS
    -   P:      Andy Grover
    -   M:      [email protected]
    +   M:      Andy Grover <[email protected]>
        L:      [email protected] (moderated for non-subscribers)
        S:      Supported
        F:      net/rds/
        
        READ-COPY UPDATE (RCU)
    -   P:      Dipankar Sarma
    -   M:      [email protected]
    -   P:      Paul E. McKenney
    -   M:      [email protected]
    +   M:      Dipankar Sarma <[email protected]>
    +   M:      "Paul E. McKenney" <[email protected]>
        W:      http://www.rdrop.com/users/paulmck/rclock/
        S:      Supported
        F:      Documentation/RCU/rcu.txt
@@@@@@@@@ -4434,14 -4388,14 -4398,14 -4426,14 -4873,16 -4426,14 -4388,14 -4404,14 +4440,14 @@@@@@@@@ F: include/linux/srcu.
        F:      kernel/rcupdate.c
        
        REAL TIME CLOCK DRIVER
    -   P:      Paul Gortmaker
    -   M:      [email protected]
    +   M:      Paul Gortmaker <[email protected]>
        S:      Maintained
        F:      Documentation/rtc.txt
        F:      drivers/rtc/
        F:      include/linux/rtc.h
        
        REAL TIME CLOCK (RTC) SUBSYSTEM
    -   P:      Alessandro Zummo
    -   M:      [email protected]
    +   M:      Alessandro Zummo <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      Documentation/rtc.txt
        F:      fs/reiserfs/
        
        RFKILL
    -   P:      Johannes Berg
    -   M:      [email protected]
    +   M:      Johannes Berg <[email protected]>
        L:      [email protected]
        S:      Maintained
 -  - - F       Documentation/rfkill.txt
 +  + + F:      Documentation/rfkill.txt
        F:      net/rfkill/
        
        RISCOM8 DRIVER
@@@@@@@@@ -4473,7 -4427,7 -4437,7 -4465,7 -4915,8 -4465,7 -4427,7 -4443,7 +4479,7 @@@@@@@@@ F:  Documentation/serial/rocket.tx
        F:      drivers/char/rocket*
        
        ROSE NETWORK LAYER
    -   P:      Ralf Baechle
    -   M:      [email protected]
    +   M:      Ralf Baechle <[email protected]>
        L:      [email protected]
        W:      http://www.linux-ax25.org/
        S:      Maintained
@@@@@@@@@ -4482,17 -4436,17 -4446,17 -4474,17 -4925,21 -4474,17 -4436,17 -4452,17 +4488,17 @@@@@@@@@ F: include/net/rose.
        F:      net/rose/
        
        RTL8180 WIRELESS DRIVER
    -   P:      John W. Linville
    -   M:      [email protected]
    +   M:      "John W. Linville" <[email protected]>
        L:      [email protected]
        W:      http://linuxwireless.org/
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
        S:      Maintained
    -   F:      drivers/net/wireless/rtl818*
    +   F:      drivers/net/wireless/rtl818x/rtl8180*
        
        RTL8187 WIRELESS DRIVER
    -   P:      Herton Ronaldo Krzesinski
    -   M:      [email protected]
    -   P:      Hin-Tak Leung
    -   M:      [email protected]
    -   P:      Larry Finger
    -   M:      [email protected]
    +   M:      Herton Ronaldo Krzesinski <[email protected]>
    +   M:      Hin-Tak Leung <[email protected]>
    +   M:      Larry Finger <[email protected]>
        L:      [email protected]
        W:      http://linuxwireless.org/
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
        F:      drivers/net/wireless/rtl818x/rtl8187*
        
        S3 SAVAGE FRAMEBUFFER DRIVER
    -   P:      Antonino Daplas
    -   M:      [email protected]
    -   L:      [email protected] (moderated for non-subscribers)
    +   M:      Antonino Daplas <[email protected]>
 --   --L:      [email protected] (moderated for non-subscribers)
 ++ + ++L:      [email protected]
        S:      Maintained
        F:      drivers/video/savage/
        
        S390
    -   P:      Martin Schwidefsky
    -   M:      [email protected]
    -   P:      Heiko Carstens
    -   M:      [email protected]
    +   M:      Martin Schwidefsky <[email protected]>
    +   M:      Heiko Carstens <[email protected]>
        M:      [email protected]
        L:      [email protected]
        W:      http://www.ibm.com/developerworks/linux/linux390/
        F:      arch/s390/
        
        S390 NETWORK DRIVERS
    -   P:      Ursula Braun
    -   M:      [email protected]
    -   P:      Frank Blaschka
    -   M:      [email protected]
    +   M:      Ursula Braun <[email protected]>
    +   M:      Frank Blaschka <[email protected]>
        M:      [email protected]
        L:      [email protected]
        W:      http://www.ibm.com/developerworks/linux/linux390/
        F:      drivers/s390/net/
        
        S390 ZCRYPT DRIVER
    -   P:      Felix Beck
    -   M:      [email protected]
    -   P:      Ralph Wuerthner
    -   M:      [email protected]
    +   M:      Felix Beck <[email protected]>
    +   M:      Ralph Wuerthner <[email protected]>
        M:      [email protected]
        L:      [email protected]
        S:      Supported
        F:      drivers/s390/crypto/
        
        S390 ZFCP DRIVER
    -   P:      Christof Schmitt
    -   M:      [email protected]
    -   P:      Martin Peschke
    -   M:      [email protected]
    +   M:      Christof Schmitt <[email protected]>
    +   M:      Martin Peschke <[email protected]>
        M:      [email protected]
        L:      [email protected]
        W:      http://www.ibm.com/developerworks/linux/linux390/
@@@@@@@@@ -4542,7 -4496,7 -4506,7 -4534,7 -4998,8 -4534,7 -4496,7 -4512,7 +4548,7 @@@@@@@@@ F:  Documentation/s390/zfcpdump.tx
        F:      drivers/s390/scsi/zfcp_*
        
        S390 IUCV NETWORK LAYER
    -   P:      Ursula Braun
    -   M:      [email protected]
    +   M:      Ursula Braun <[email protected]>
        M:      [email protected]
        L:      [email protected]
        W:      http://www.ibm.com/developerworks/linux/linux390/
@@@@@@@@@ -4552,13 -4506,13 -4516,13 -4544,13 -5009,15 -4544,13 -4506,13 -4522,13 +4558,13 @@@@@@@@@ F: include/net/iucv
        F:      net/iucv/
        
        S3C24XX SD/MMC Driver
    -   P:      Ben Dooks
    -   M:      [email protected]
    -   L:      [email protected] (subscribers-only)
    +   M:      Ben Dooks <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
        S:      Supported
        F:      drivers/mmc/host/s3cmci.*
        
        SAA7146 VIDEO4LINUX-2 DRIVER
    -   P:      Michael Hunold
    -   M:      [email protected]
    +   M:      Michael Hunold <[email protected]>
        L:      [email protected]
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
        W:      http://www.mihu.de/linux/saa7146
@@@@@@@@@ -4568,33 -4522,34 -4532,33 -4560,33 -5027,31 -4560,33 -4522,34 -4538,33 +4574,33 @@@@@@@@@ F: drivers/media/video/*7146
        F:      include/media/*7146*
        
        SC1200 WDT DRIVER
    -   P:      Zwane Mwaikambo
    -   M:      [email protected]
    +   M:      Zwane Mwaikambo <[email protected]>
        S:      Maintained
        F:      drivers/watchdog/sc1200wdt.c
        
        SCHEDULER
    -   P:      Ingo Molnar
    -   M:      [email protected]
    -   P:      Peter Zijlstra
    -   M:      [email protected]
    +   M:      Ingo Molnar <[email protected]>
    +   M:      Peter Zijlstra <[email protected]>
        S:      Maintained
        F:      kernel/sched*
        F:      include/linux/sched.h
        
 -    - P:      Chen Liqin
 -    - M:      [email protected]
 -    - P:      Lennox Wu
 -    - M:      [email protected]
    +   SCORE ARCHITECTURE
 +  + + M:      Chen Liqin <[email protected]>
 +  + + M:      Lennox Wu <[email protected]>
    +   W:      http://www.sunplusct.com
    +   S:      Supported
 +  + + F:      arch/score/
    +   
        SCSI CDROM DRIVER
    -   P:      Jens Axboe
    -   M:      [email protected]
    +   M:      Jens Axboe <[email protected]>
        L:      [email protected]
        W:      http://www.kernel.dk
        S:      Maintained
        F:      drivers/scsi/sr*
        
        SCSI SG DRIVER
    -   P:      Doug Gilbert
    -   M:      [email protected]
    +   M:      Doug Gilbert <[email protected]>
        L:      [email protected]
        W:      http://www.torque.net/sg
        S:      Maintained
@@@@@@@@@ -4602,7 -4557,7 -4566,7 -4594,7 -5059,8 -4594,7 -4557,7 -4572,7 +4608,7 @@@@@@@@@ F:  drivers/scsi/sg.
        F:      include/scsi/sg.h
        
        SCSI SUBSYSTEM
    -   P:      James E.J. Bottomley
    -   M:      [email protected]
    +   M:      "James E.J. Bottomley" <[email protected]>
        L:      [email protected]
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
        F:      include/scsi/
        
        SCSI TAPE DRIVER
    -   P:      Kai Mäkisara
    -   M:      [email protected]
    +   M:      Kai Mäkisara <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      Documentation/scsi/st.txt
        F:      drivers/scsi/st*
        
        SCTP PROTOCOL
    -   P:      Vlad Yasevich
    -   M:      [email protected]
    -   P:      Sridhar Samudrala
    -   M:      [email protected]
    +   M:      Vlad Yasevich <[email protected]>
    +   M:      Sridhar Samudrala <[email protected]>
        L:      [email protected]
        W:      http://lksctp.sourceforge.net
        S:      Supported
@@@@@@@@@ -4630,7 -4585,7 -4594,7 -4622,7 -5091,8 -4622,7 -4585,7 -4600,7 +4636,7 @@@@@@@@@ F:  include/net/sctp
        F:      net/sctp/
        
        SCx200 CPU SUPPORT
    -   P:      Jim Cromie
    -   M:      [email protected]
    +   M:      Jim Cromie <[email protected]>
        S:      Odd Fixes
        F:      Documentation/i2c/busses/scx200_acb
        F:      arch/x86/kernel/scx200_32.c
@@@@@@@@@ -4640,56 -4595,56 -4604,56 -4632,56 -5102,67 -4632,56 -4595,56 -4610,56 +4646,56 @@@@@@@@@ F: drivers/mtd/maps/scx200_docflash.
        F:      include/linux/scx200.h
        
        SCx200 GPIO DRIVER
    -   P:      Jim Cromie
    -   M:      [email protected]
    +   M:      Jim Cromie <[email protected]>
        S:      Maintained
        F:      drivers/char/scx200_gpio.c
        F:      include/linux/scx200_gpio.h
        
        SCx200 HRT CLOCKSOURCE DRIVER
    -   P:      Jim Cromie
    -   M:      [email protected]
    +   M:      Jim Cromie <[email protected]>
        S:      Maintained
        F:      drivers/clocksource/scx200_hrt.c
        
        SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
    -   P:      Sascha Sommer
    -   M:      [email protected]
    +   M:      Sascha Sommer <[email protected]>
        L:      [email protected] (subscribers-only)
        S:      Maintained
        F:      drivers/mmc/host/sdricoh_cs.c
        
        SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
 -    - S:     Orphan
 -    - L:     [email protected]
 -    - F:     drivers/mmc/host/sdhci.*
    -   P:      Pierre Ossman
    -   M:      [email protected]
    -   L:      [email protected]
    -   S:      Maintained
 +  + + S:      Orphan
 +  + + L:      [email protected]
 +  + + F:      drivers/mmc/host/sdhci.*
        
        SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
    -   P:      Anton Vorontsov
    -   M:      [email protected]
    +   M:      Anton Vorontsov <[email protected]>
        L:      [email protected]
 -    - L:     [email protected]
    -   L:      [email protected]
 +  + + L:      [email protected]
        S:      Maintained
 -    - F:     drivers/mmc/host/sdhci-of.*
    -   F:      drivers/mmc/host/sdhci.*
 +  + + F:      drivers/mmc/host/sdhci-of.*
        
        SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
    -   P:      Ben Dooks
    -   M:      [email protected]
    -   L:      [email protected]
    +   M:      Ben Dooks <[email protected]>
 -    - L:     [email protected]
 +  + + L:      [email protected]
        S:      Maintained
        F:      drivers/mmc/host/sdhci-s3c.c
        
        SECURITY SUBSYSTEM
    -   P:      James Morris
    -   M:      [email protected]
    +   M:      James Morris <[email protected]>
        L:      [email protected] (suggested Cc:)
 -  - - T:      git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
 +  + + T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
        W:      http://security.wiki.kernel.org/
        S:      Supported
        F:      security/
        
        SECURITY CONTACT
    -   P:      Security Officers
    -   M:      [email protected]
    +   M:      Security Officers <[email protected]>
        S:      Supported
        
        SELINUX SECURITY MODULE
    -   P:      Stephen Smalley
    -   M:      [email protected]
    -   P:      James Morris
    -   M:      [email protected]
    -   P:      Eric Paris
    -   M:      [email protected]
    +   M:      Stephen Smalley <[email protected]>
    +   M:      James Morris <[email protected]>
    +   M:      Eric Paris <[email protected]>
        L:      [email protected] (subscribers-only, general discussion)
        W:      http://selinuxproject.org
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
@@@@@@@@@ -4698,13 -4653,13 -4662,13 -4690,13 -5171,15 -4690,13 -4653,13 -4668,13 +4704,13 @@@@@@@@@ F: include/linux/selinux
        F:      security/selinux/
        
        SENSABLE PHANTOM
    -   P:      Jiri Slaby
    -   M:      [email protected]
    +   M:      Jiri Slaby <[email protected]>
        S:      Maintained
        F:      drivers/misc/phantom.c
        F:      include/linux/phantom.h
        
        SERIAL ATA (SATA) SUBSYSTEM
    -   P:      Jeff Garzik
    -   M:      [email protected]
    +   M:      Jeff Garzik <[email protected]>
        L:      [email protected]
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
        S:      Supported
        F:      include/linux/ata.h
        F:      include/linux/libata.h
        
 -    - P:     Jayamohan Kallickal
 -    - M:     [email protected]
 -    - L:     [email protected]
 -    - W:     http://www.serverengines.com
 -    - S:     Supported
 -    - F:     drivers/scsi/be2iscsi/
    +   SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
 +  + + M:      Jayamohan Kallickal <[email protected]>
 +  + + L:      [email protected]
 +  + + W:      http://www.serverengines.com
 +  + + S:      Supported
 +  + + F:      drivers/scsi/be2iscsi/
    +   
        SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
    -   P:      Sathya Perla
    -   M:      [email protected]
    -   P:      Subbu Seetharaman
    -   M:      [email protected]
    +   M:      Sathya Perla <[email protected]>
    +   M:      Subbu Seetharaman <[email protected]>
        L:      [email protected]
        W:      http://www.serverengines.com
        S:      Supported
        F:      drivers/net/benet/
        
        SFC NETWORK DRIVER
    -   P:      Steve Hodgson
    -   P:      Ben Hutchings
    -   P:      Robert Stonehouse
    -   M:      [email protected]
    +   M:      Solarflare linux maintainers <[email protected]>
    +   M:      Steve Hodgson <[email protected]>
    +   M:      Ben Hutchings <[email protected]>
    +   L:      [email protected]
        S:      Supported
        F:      drivers/net/sfc/
        
        SGI GRU DRIVER
    -   P:      Jack Steiner
    -   M:      [email protected]
    +   M:      Jack Steiner <[email protected]>
        S:      Maintained
        F:      drivers/misc/sgi-gru/
        
        SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
    -   P:      Pat Gefre
    -   M:      [email protected]
    +   M:      Pat Gefre <[email protected]>
        L:      [email protected]
        S:      Supported
        F:      Documentation/ia64/serial.txt
@@@@@@@@@ -4749,21 -4705,21 -4713,21 -4741,21 -5221,24 -4741,21 -4705,21 -4719,21 +4755,21 @@@@@@@@@ F: drivers/serial/ioc?_serial.
        F:      include/linux/ioc?.h
        
        SGI VISUAL WORKSTATION 320 AND 540
    -   P:      Andrey Panin
    -   M:      [email protected]
    +   M:      Andrey Panin <[email protected]>
        L:      [email protected]
        W:      http://linux-visws.sf.net
        S:      Maintained for 2.6.
        F:      Documentation/sgi-visws.txt
        
        SGI XP/XPC/XPNET DRIVER
    -   P:      Robin Holt
    -   M:      [email protected]
    +   M:      Robin Holt <[email protected]>
        S:      Maintained
        F:      drivers/misc/sgi-xp/
        
        SHARP LH SUPPORT (LH7952X & LH7A40X)
    -   P:      Marc Singer
    -   M:      [email protected]
    +   M:      Marc Singer <[email protected]>
        W:      http://projects.buici.com/arm
    -   L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
    +   L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
        S:      Maintained
        F:      Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
        F:      arch/arm/mach-lh7a40x/
@@@@@@@@@ -4771,59 -4727,60 -4735,59 -4763,59 -5246,56 -4763,59 -4727,60 -4741,59 +4777,59 @@@@@@@@@ F: drivers/serial/serial_lh7a40x.
        F:      drivers/usb/gadget/lh7a40*
        F:      drivers/usb/host/ohci-lh7a40*
        
    -   SHPC HOTPLUG DRIVER
    -   P:      Kristen Carlson Accardi
    -   M:      [email protected]
    -   L:      [email protected]
    +   SIMPLE FIRMWARE INTERFACE (SFI)
 -    - P:      Len Brown
 -    - M:      [email protected]
 +  + + M:      Len Brown <[email protected]>
    +   L:      [email protected]
    +   W:      http://simplefirmware.org/
    +   T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
        S:      Supported
    -   F:      drivers/pci/hotplug/shpchp*
    +   F:      arch/x86/kernel/*sfi*
    +   F:      drivers/sfi/
    +   F:      include/linux/sfi*.h
        
        SIMTEC EB110ATX (Chalice CATS)
        P:      Ben Dooks
    -   P:      Vincent Sanders
    -   M:      [email protected]
    +   M:      Vincent Sanders <[email protected]>
        W:      http://www.simtec.co.uk/products/EB110ATX/
        S:      Supported
        
        SIMTEC EB2410ITX (BAST)
        P:      Ben Dooks
    -   P:      Vincent Sanders
    -   M:      [email protected]
    +   M:      Vincent Sanders <[email protected]>
        W:      http://www.simtec.co.uk/products/EB2410ITX/
        S:      Supported
        F:      arch/arm/mach-s3c2410/
        F:      drivers/*/*s3c2410*
        F:      drivers/*/*/*s3c2410*
        
    +   TI DAVINCI MACHINE SUPPORT
    +   P:      Kevin Hilman
    +   M:      [email protected]
    +   S:      Supported
    +   F:      arch/arm/mach-davinci
    +   
        SIS 190 ETHERNET DRIVER
    -   P:      Francois Romieu
    -   M:      [email protected]
    +   M:      Francois Romieu <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/net/sis190.c
        
        SIS 900/7016 FAST ETHERNET DRIVER
    -   P:      Daniele Venzano
    -   M:      [email protected]
    +   M:      Daniele Venzano <[email protected]>
        W:      http://www.brownhat.org/sis900.html
        L:      [email protected]
        S:      Maintained
        F:      drivers/net/sis900.*
        
        SIS 96X I2C/SMBUS DRIVER
    -   P:      Mark M. Hoffman
    -   M:      [email protected]
    +   M:      "Mark M. Hoffman" <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      Documentation/i2c/busses/i2c-sis96x
        F:      drivers/i2c/busses/i2c-sis96x.c
        
        SIS FRAMEBUFFER DRIVER
    -   P:      Thomas Winischhofer
    -   M:      [email protected]
    +   M:      Thomas Winischhofer <[email protected]>
        W:      http://www.winischhofer.net/linuxsisvga.shtml
        S:      Maintained
        F:      Documentation/fb/sisfb.txt
@@@@@@@@@ -4831,59 -4788,59 -4795,59 -4823,59 -5303,70 -4823,59 -4788,59 -4801,59 +4837,59 @@@@@@@@@ F: drivers/video/sis
        F:      include/video/sisfb.h
        
        SIS USB2VGA DRIVER
    -   P:      Thomas Winischhofer
    -   M:      [email protected]
    +   M:      Thomas Winischhofer <[email protected]>
        W:      http://www.winischhofer.at/linuxsisusbvga.shtml
        S:      Maintained
        F:      drivers/usb/misc/sisusbvga/
        
        SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
    -   P:      Stephen Hemminger
    -   M:      [email protected]
    +   M:      Stephen Hemminger <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/net/skge.*
        F:      drivers/net/sky2.*
        
        SLAB ALLOCATOR
    -   P:      Christoph Lameter
    -   M:      [email protected]
    -   P:      Pekka Enberg
    -   M:      [email protected]
    -   P:      Matt Mackall
    -   M:      [email protected]
    +   M:      Christoph Lameter <[email protected]>
    +   M:      Pekka Enberg <[email protected]>
    +   M:      Matt Mackall <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      include/linux/sl?b*.h
        F:      mm/sl?b.c
        
        SMC91x ETHERNET DRIVER
    -   P:      Nicolas Pitre
    -   M:      [email protected]
    +   M:      Nicolas Pitre <[email protected]>
        S:      Maintained
        F:      drivers/net/smc91x.*
        
        SMSC47B397 HARDWARE MONITOR DRIVER
    -   P:      Mark M. Hoffman
    -   M:      [email protected]
    +   M:      "Mark M. Hoffman" <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      Documentation/hwmon/smsc47b397
        F:      drivers/hwmon/smsc47b397.c
        
        SMSC911x ETHERNET DRIVER
    -   P:      Steve Glendinning
    -   M:      [email protected]
    +   M:      Steve Glendinning <[email protected]>
        L:      [email protected]
        S:      Supported
        F:      include/linux/smsc911x.h
        F:      drivers/net/smsc911x.*
        
        SMSC9420 PCI ETHERNET DRIVER
    -   P:      Steve Glendinning
    -   M:      [email protected]
    +   M:      Steve Glendinning <[email protected]>
        L:      [email protected]
        S:      Supported
        F:      drivers/net/smsc9420.*
        
        SMX UIO Interface
    -   P:      Ben Nizette
    -   M:      [email protected]
    +   M:      Ben Nizette <[email protected]>
        S:      Maintained
        F:      drivers/uio/uio_smx.c
        
        SN-IA64 (Itanium) SUB-PLATFORM
    -   P:      Jes Sorensen
    -   M:      [email protected]
    +   M:      Jes Sorensen <[email protected]>
        L:      [email protected]
        L:      [email protected]
        W:      http://www.sgi.com/altix
@@@@@@@@@ -4891,7 -4848,7 -4855,7 -4883,7 -5374,8 -4883,7 -4848,7 -4861,7 +4897,7 @@@@@@@@@ S:  Maintaine
        F:      arch/ia64/sn/
        
        SOC-CAMERA V4L2 SUBSYSTEM
    -   P:      Guennadi Liakhovetski
    -   M:      [email protected]
    +   M:      Guennadi Liakhovetski <[email protected]>
        L:      [email protected]
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
        S:      Maintained
@@@@@@@@@ -4899,32 -4856,32 -4863,32 -4891,32 -5383,37 -4891,32 -4856,32 -4869,32 +4905,32 @@@@@@@@@ F: include/media/v4l2
        F:      drivers/media/video/v4l2*
        
        SOEKRIS NET48XX LED SUPPORT
    -   P:      Chris Boot
    -   M:      [email protected]
    +   M:      Chris Boot <[email protected]>
        S:      Maintained
        F:      drivers/leds/leds-net48xx.c
        
        SOFTWARE RAID (Multiple Disks) SUPPORT
    -   P:      Neil Brown
    -   M:      [email protected]
    +   M:      Neil Brown <[email protected]>
        L:      [email protected]
        S:      Supported
        F:      drivers/md/
        F:      include/linux/raid/
        
        SONIC NETWORK DRIVER
    -   P:      Thomas Bogendoerfer
    -   M:      [email protected]
    +   M:      Thomas Bogendoerfer <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/net/sonic.*
        
        SONICS SILICON BACKPLANE DRIVER (SSB)
    -   P:      Michael Buesch
    -   M:      [email protected]
    +   M:      Michael Buesch <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/ssb/
        F:      include/linux/ssb/
        
        SONY VAIO CONTROL DEVICE DRIVER
    -   P:      Mattia Dongili
    -   M:      [email protected]
    +   M:      Mattia Dongili <[email protected]>
        L:      [email protected]
        W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
        S:      Maintained
@@@@@@@@@ -4934,14 -4891,14 -4898,14 -4926,14 -5423,17 -4926,14 -4891,14 -4904,14 +4940,14 @@@@@@@@@ F: drivers/platform/x86/sony-laptop.
        F:      include/linux/sony-laptop.h
        
        SONY MEMORYSTICK CARD SUPPORT
    -   P:      Alex Dubov
    -   M:      [email protected]
    +   M:      Alex Dubov <[email protected]>
        W:      http://tifmxx.berlios.de/
        S:      Maintained
        F:      drivers/memstick/host/tifm_ms.c
        
        SOUND
    -   P:      Jaroslav Kysela
    -   M:      [email protected]
    -   P:      Takashi Iwai
    -   M:      [email protected]
    +   M:      Jaroslav Kysela <[email protected]>
    +   M:      Takashi Iwai <[email protected]>
        L:      [email protected] (moderated for non-subscribers)
        W:      http://www.alsa-project.org/
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
@@@@@@@@@ -4952,8 -4909,8 -4916,8 -4944,8 -5444,10 -4944,8 -4909,8 -4922,8 +4958,8 @@@@@@@@@ F: include/sound
        F:      sound/
        
        SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
    -   P:      Liam Girdwood
    -   M:      [email protected]
    -   P:      Mark Brown
    -   M:      [email protected]
    +   M:      Liam Girdwood <[email protected]>
    +   M:      Mark Brown <[email protected]>
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git
        L:      [email protected] (moderated for non-subscribers)
        W:      http://alsa-project.org/main/index.php/ASoC
@@@@@@@@@ -4962,7 -4919,7 -4926,7 -4954,7 -5456,8 -4954,7 -4919,7 -4932,7 +4968,7 @@@@@@@@@ F:  sound/soc
        F:      include/sound/soc*
        
        SPARC + UltraSPARC (sparc/sparc64)
    -   P:      David S. Miller
    -   M:      [email protected]
    +   M:      "David S. Miller" <[email protected]>
        L:      [email protected]
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
        F:      arch/sparc/
        
        SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
    -   P:      Roger Wolff
    -   M:      [email protected]
    +   M:      Roger Wolff <[email protected]>
        S:      Supported
        F:      Documentation/serial/specialix.txt
        F:      drivers/char/specialix*
        
        SPI SUBSYSTEM
    -   P:      David Brownell
    -   M:      [email protected]
    +   M:      David Brownell <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      Documentation/spi/
        F:      include/linux/spi/
        
        SPIDERNET NETWORK DRIVER for CELL
    -   P:      Ishizaki Kou
    -   M:      [email protected]
    -   P:      Jens Osterkamp
    -   M:      [email protected]
    +   M:      Ishizaki Kou <[email protected]>
    +   M:      Jens Osterkamp <[email protected]>
        L:      [email protected]
        S:      Supported
        F:      Documentation/networking/spider_net.txt
        F:      drivers/net/spider_net*
        
        SPU FILE SYSTEM
    -   P:      Jeremy Kerr
    -   M:      [email protected]
    +   M:      Jeremy Kerr <[email protected]>
        L:      [email protected]
        L:      [email protected]
        W:      http://www.ibm.com/developerworks/power/cell/
@@@@@@@@@ -5001,7 -4958,7 -4965,7 -4993,7 -5501,8 -4993,7 -4958,7 -4971,7 +5007,7 @@@@@@@@@ F:  Documentation/filesystems/spufs.tx
        F:      arch/powerpc/platforms/cell/spufs/
        
        SQUASHFS FILE SYSTEM
    -   P:      Phillip Lougher
    -   M:      [email protected]
    +   M:      Phillip Lougher <[email protected]>
        L:      [email protected] (subscribers-only)
        W:      http://squashfs.org.uk
        S:      Maintained
@@@@@@@@@ -5009,41 -4966,41 -4973,41 -5001,41 -5510,49 -5001,41 -4966,41 -4979,41 +5015,41 @@@@@@@@@ F: Documentation/filesystems/squashfs.t
        F:      fs/squashfs/
        
        SRM (Alpha) environment access
    -   P:      Jan-Benedict Glaw
    -   M:      [email protected]
    +   M:      Jan-Benedict Glaw <[email protected]>
        S:      Maintained
        F:      arch/alpha/kernel/srm_env.c
        
        STABLE BRANCH
    -   P:      Greg Kroah-Hartman
    -   M:      [email protected]
    -   P:      Chris Wright
    -   M:      [email protected]
    +   M:      Greg Kroah-Hartman <[email protected]>
    +   M:      Chris Wright <[email protected]>
        L:      [email protected]
        S:      Maintained
        
        STAGING SUBSYSTEM
    -   P:      Greg Kroah-Hartman
    -   M:      [email protected]
    +   M:      Greg Kroah-Hartman <[email protected]>
        T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
        L:      [email protected]
        S:      Maintained
        F:      drivers/staging/
        
        STARFIRE/DURALAN NETWORK DRIVER
    -   P:      Ion Badulescu
    -   M:      [email protected]
    -   S:      Maintained
    +   M:      Ion Badulescu <[email protected]>
    +   S:      Odd Fixes
        F:      drivers/net/starfire*
        
        STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
    -   W:      http://mosquitonet.Stanford.EDU/strip.html
        S:      Orphan
        F:      drivers/net/wireless/strip.c
        F:      include/linux/if_strip.h
        
        STRADIS MPEG-2 DECODER DRIVER
    -   P:      Nathan Laredo
    -   M:      [email protected]
    +   M:      Nathan Laredo <[email protected]>
        W:      http://www.stradis.com/
        S:      Maintained
        F:      drivers/media/video/stradis.c
        
        SUN3/3X
    -   P:      Sam Creasey
    -   M:      [email protected]
    +   M:      Sam Creasey <[email protected]>
        W:      http://sammy.net/sun3/
        S:      Maintained
        F:      arch/m68k/kernel/*sun3*
@@@@@@@@@ -5051,7 -5008,7 -5015,7 -5043,7 -5560,8 -5043,7 -5008,7 -5021,7 +5057,7 @@@@@@@@@ F:  arch/m68k/sun3*
        F:      arch/m68k/include/asm/sun3*
        
        SUPERH
    -   P:      Paul Mundt
    -   M:      [email protected]
    +   M:      Paul Mundt <[email protected]>
        L:      [email protected]
        W:      http://www.linux-sh.org
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
        F:      drivers/sh/
        
        SUSPEND TO RAM
    -   P:      Len Brown
    -   M:      [email protected]
    -   P:      Pavel Machek
    -   M:      [email protected]
    -   P:      Rafael J. Wysocki
    -   M:      [email protected]
    +   M:      Len Brown <[email protected]>
    +   M:      Pavel Machek <[email protected]>
    +   M:      "Rafael J. Wysocki" <[email protected]>
        L:      [email protected]
        S:      Supported
        F:      Documentation/power/
@@@@@@@@@ -5075,28 -5032,28 -5039,28 -5067,28 -5588,32 -5067,28 -5032,28 -5045,28 +5081,28 @@@@@@@@@ F: include/linux/freezer.
        F:      include/linux/pm.h
        
        SVGA HANDLING
    -   P:      Martin Mares
    -   M:      [email protected]
    +   M:      Martin Mares <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      Documentation/svga.txt
        F:      arch/x86/boot/video*
        
        SYSV FILESYSTEM
    -   P:      Christoph Hellwig
    -   M:      [email protected]
    +   M:      Christoph Hellwig <[email protected]>
        S:      Maintained
        F:      Documentation/filesystems/sysv-fs.txt
        F:      fs/sysv/
        F:      include/linux/sysv_fs.h
        
        TASKSTATS STATISTICS INTERFACE
    -   P:      Balbir Singh
    -   M:      [email protected]
    +   M:      Balbir Singh <[email protected]>
        S:      Maintained
        F:      Documentation/accounting/taskstats*
        F:      include/linux/taskstats*
        F:      kernel/taskstats.c
        
        TC CLASSIFIER
    -   P:      Jamal Hadi Salim
    -   M:      [email protected]
    +   M:      Jamal Hadi Salim <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      include/linux/pkt_cls.h
@@@@@@@@@ -5104,31 -5061,31 -5068,31 -5096,31 -5621,38 -5096,31 -5061,31 -5074,31 +5110,31 @@@@@@@@@ F: include/net/pkt_cls.
        F:      net/sched/
        
        TCP LOW PRIORITY MODULE
    -   P:      Wong Hoi Sing, Edison
    -   M:      [email protected]
    -   P:      Hung Hing Lun, Mike
    -   M:      [email protected]
    +   M:      "Wong Hoi Sing, Edison" <[email protected]>
    +   M:      "Hung Hing Lun, Mike" <[email protected]>
        W:      http://tcp-lp-mod.sourceforge.net/
        S:      Maintained
        F:      net/ipv4/tcp_lp.c
        
        TEHUTI ETHERNET DRIVER
    -   P:      Alexander Indenbaum
    -   M:      [email protected]
    -   P:      Andy Gospodarek
    -   M:      [email protected]
    +   M:      Alexander Indenbaum <[email protected]>
    +   M:      Andy Gospodarek <[email protected]>
        L:      [email protected]
        S:      Supported
        F:      drivers/net/tehuti*
        
        Telecom Clock Driver for MCPL0010
    -   P:      Mark Gross
    -   M:      [email protected]
    +   M:      Mark Gross <[email protected]>
        S:      Supported
        F:      drivers/char/tlclk.c
        
        TENSILICA XTENSA PORT (xtensa)
    -   P:      Chris Zankel
    -   M:      [email protected]
    +   M:      Chris Zankel <[email protected]>
        S:      Maintained
        F:      arch/xtensa/
        
        THINKPAD ACPI EXTRAS DRIVER
    -   P:      Henrique de Moraes Holschuh
    -   M:      [email protected]
    +   M:      Henrique de Moraes Holschuh <[email protected]>
        L:      [email protected]
        W:      http://ibm-acpi.sourceforge.net
        W:      http://thinkwiki.org/wiki/Ibm-acpi
        F:      drivers/platform/x86/thinkpad_acpi.c
        
        TI FLASH MEDIA INTERFACE DRIVER
    -   P:      Alex Dubov
    -   M:      [email protected]
    +   M:      Alex Dubov <[email protected]>
        S:      Maintained
        F:      drivers/misc/tifm*
        F:      drivers/mmc/host/tifm_sd.c
        F:      include/linux/tifm.h
        
    +   TI TWL4030 SERIES SOC CODEC DRIVER
    +   M:      Peter Ujfalusi <[email protected]>
    +   L:      [email protected] (moderated for non-subscribers)
    +   S:      Maintained
    +   F:      sound/soc/codecs/twl4030*
    +   
        TIPC NETWORK LAYER
    -   P:      Per Liden
    -   M:      [email protected]
    -   P:      Jon Maloy
    -   M:      [email protected]
    -   P:      Allan Stephens
    -   M:      [email protected]
    +   M:      Per Liden <[email protected]>
    +   M:      Jon Maloy <[email protected]>
    +   M:      Allan Stephens <[email protected]>
        L:      [email protected]
        W:      http://tipc.sourceforge.net/
        W:      http://tipc.cslab.ericsson.net/
@@@@@@@@@ -5163,7 -5120,7 -5127,7 -5155,7 -5685,8 -5155,7 -5120,7 -5133,7 +5169,7 @@@@@@@@@ F:  include/net/tipc
        F:      net/tipc/
        
        TLAN NETWORK DRIVER
    -   P:      Samuel Chessman
    -   M:      [email protected]
    +   M:      Samuel Chessman <[email protected]>
        L:      [email protected] (subscribers-only)
        W:      http://sourceforge.net/projects/tlan/
        S:      Maintained
@@@@@@@@@ -5171,8 -5128,8 -5135,8 -5163,8 -5694,10 -5163,8 -5128,8 -5141,8 +5177,8 @@@@@@@@@ F: Documentation/networking/tlan.tx
        F:      drivers/net/tlan.*
        
        TOMOYO SECURITY MODULE
    -   P:      Kentaro Takeda
    -   M:      [email protected]
    -   P:      Tetsuo Handa
    -   M:      [email protected]
    +   M:      Kentaro Takeda <[email protected]>
    +   M:      Tetsuo Handa <[email protected]>
        L:      [email protected] (subscribers-only, for developers and users in English)
        L:      [email protected] (subscribers-only, for developers in Japanese)
        L:      [email protected] (subscribers-only, for users in Japanese)
@@@@@@@@@ -5181,17 -5138,17 -5145,17 -5173,17 -5706,13 -5173,17 -5138,17 -5151,17 +5187,17 @@@@@@@@@ T: quilt http://svn.sourceforge.jp/svnr
        S:      Maintained
        F:      security/tomoyo/
        
    +   TOPSTAR LAPTOP EXTRAS DRIVER
    +   M:      Herton Ronaldo Krzesinski <[email protected]>
    +   S:      Maintained
    +   F:      drivers/platform/x86/topstar-laptop.c
    +   
        TOSHIBA ACPI EXTRAS DRIVER
        S:      Orphan
        F:      drivers/platform/x86/toshiba_acpi.c
        
        TOSHIBA SMM DRIVER
    -   P:      Jonathan Buzzard
    -   M:      [email protected]
    +   M:      Jonathan Buzzard <[email protected]>
        L:      [email protected]
        W:      http://www.buzzard.org.uk/toshiba/
        S:      Maintained
@@@@@@@@@ -5199,65 -5156,51 -5163,65 -5191,65 -5720,61 -5191,65 -5156,51 -5169,65 +5205,65 @@@@@@@@@ F: drivers/char/toshiba.
        F:      include/linux/toshiba.h
        
        TMIO MMC DRIVER
    -   P:      Ian Molton
    -   M:      [email protected]
    +   M:      Ian Molton <[email protected]>
        S:      Maintained
        F:      drivers/mmc/host/tmio_mmc.*
        
        TMPFS (SHMEM FILESYSTEM)
    -   P:      Hugh Dickins
    -   M:      [email protected]
    +   M:      Hugh Dickins <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      include/linux/shmem_fs.h
        F:      mm/shmem.c
        
        TPM DEVICE DRIVER
    -   P:      Debora Velarde
    -   M:      [email protected]
    -   P:      Rajiv Andrade
    -   M:      [email protected]
    +   M:      Debora Velarde <[email protected]>
    +   M:      Rajiv Andrade <[email protected]>
        W:      http://tpmdd.sourceforge.net
    -   P:      Marcel Selhorst
    -   M:      [email protected]
    +   M:      Marcel Selhorst <[email protected]>
        W:      http://www.sirrix.com
        L:      [email protected] (moderated for non-subscribers)
        S:      Maintained
        F:      drivers/char/tpm/
        
 +  + + TRACING
 +  + + M:      Steven Rostedt <[email protected]>
 +  + + M:      Frederic Weisbecker <[email protected]>
 +  + + M:      Ingo Molnar <[email protected]>
 +  + + T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git tracing/core
 +  + + S:      Maintained
 +  + + F:      Documentation/trace/ftrace.txt
 +  + + F:      arch/*/*/*/ftrace.h
 +  + + F:      arch/*/kernel/ftrace.c
 +  + + F:      include/*/ftrace.h
 +  + + F:      include/linux/trace*.h
 +  + + F:      include/trace/
 +  + + F:      kernel/trace/
 +  + + 
        TRIVIAL PATCHES
    -   P:      Jiri Kosina
    -   M:      [email protected]
    +   M:      Jiri Kosina <[email protected]>
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
        S:      Maintained
    +   
    +   TTY LAYER
    +   M:      Greg Kroah-Hartman <[email protected]>
    +   S:      Maintained
    +   T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
        F:      drivers/char/tty_*
        F:      drivers/serial/serial_core.c
        F:      include/linux/serial_core.h
        F:      include/linux/serial.h
        F:      include/linux/tty.h
        
    -   TTY LAYER
    -   P:      Alan Cox
    -   M:      [email protected]
    -   S:      Maintained
    -   T:      stgit http://zeniv.linux.org.uk/~alan/ttydev/
    -   
        TULIP NETWORK DRIVERS
    -   P:      Grant Grundler
    -   M:      [email protected]
    -   P:      Kyle McMartin
    -   M:      [email protected]
    +   M:      Grant Grundler <[email protected]>
    +   M:      Kyle McMartin <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/net/tulip/
        
        TUN/TAP driver
    -   P:      Maxim Krasnyansky
    -   M:      [email protected]
    +   M:      Maxim Krasnyansky <[email protected]>
        L:      [email protected]
        W:      http://vtun.sourceforge.net/tun
        S:      Maintained
@@@@@@@@@ -5265,20 -5208,20 -5229,20 -5257,20 -5782,24 -5257,20 -5208,20 -5235,20 +5271,20 @@@@@@@@@ F: Documentation/networking/tuntap.tx
        F:      arch/um/os-Linux/drivers/
        
        TURBOCHANNEL SUBSYSTEM
    -   P:      Maciej W. Rozycki
    -   M:      [email protected]
    +   M:      "Maciej W. Rozycki" <[email protected]>
        S:      Maintained
        F:      drivers/tc/
        F:      include/linux/tc.h
        
        U14-34F SCSI DRIVER
    -   P:      Dario Ballabio
    -   M:      [email protected]
    +   M:      Dario Ballabio <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/scsi/u14-34f.c
        
        UBI FILE SYSTEM (UBIFS)
    -   P:      Artem Bityutskiy
    -   M:      [email protected]
    -   P:      Adrian Hunter
    -   M:      [email protected]
    +   M:      Artem Bityutskiy <[email protected]>
    +   M:      Adrian Hunter <[email protected]>
        L:      [email protected]
        T:      git git://git.infradead.org/ubifs-2.6.git
        W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
@@@@@@@@@ -5287,32 -5230,32 -5251,32 -5279,32 -5808,37 -5279,32 -5230,32 -5257,32 +5293,32 @@@@@@@@@ F: Documentation/filesystems/ubifs.tx
        F:      fs/ubifs/
        
        UCLINUX (AND M68KNOMMU)
    -   P:      Greg Ungerer
    -   M:      [email protected]
    +   M:      Greg Ungerer <[email protected]>
        W:      http://www.uclinux.org/
        L:      [email protected]  (subscribers-only)
        S:      Maintained
        F:      arch/m68knommu/
        
        UCLINUX FOR RENESAS H8/300 (H8300)
    -   P:      Yoshinori Sato
    -   M:      [email protected]
    +   M:      Yoshinori Sato <[email protected]>
        W:      http://uclinux-h8.sourceforge.jp/
        S:      Supported
        
        UDF FILESYSTEM
    -   P:      Jan Kara
    -   M:      [email protected]
    +   M:      Jan Kara <[email protected]>
        W:      http://linux-udf.sourceforge.net
        S:      Maintained
        F:      Documentation/filesystems/udf.txt
        F:      fs/udf/
        
        UFS FILESYSTEM
    -   P:      Evgeniy Dushistov
    -   M:      [email protected]
    +   M:      Evgeniy Dushistov <[email protected]>
        S:      Maintained
        F:      Documentation/filesystems/ufs.txt
        F:      fs/ufs/
        
        ULTRA-WIDEBAND (UWB) SUBSYSTEM:
    -   P:      David Vrabel
    -   M:      [email protected]
    +   M:      David Vrabel <[email protected]>
        L:      [email protected]
        S:      Supported
        F:      drivers/uwb/*
@@@@@@@@@ -5320,7 -5263,7 -5284,7 -5312,7 -5846,8 -5312,7 -5263,7 -5290,7 +5326,7 @@@@@@@@@ F:  include/linux/uwb.
        F:      include/linux/uwb/
        
        UNIFORM CDROM DRIVER
    -   P:      Jens Axboe
    -   M:      [email protected]
    +   M:      Jens Axboe <[email protected]>
        W:      http://www.kernel.dk
        S:      Maintained
        F:      Documentation/cdrom/
@@@@@@@@@ -5328,7 -5271,7 -5292,7 -5320,7 -5855,8 -5320,7 -5271,7 -5298,7 +5334,7 @@@@@@@@@ F:  drivers/cdrom/cdrom.
        F:      include/linux/cdrom.h
        
        UNSORTED BLOCK IMAGES (UBI)
    -   P:      Artem Bityutskiy
    -   M:      [email protected]
    +   M:      Artem Bityutskiy <[email protected]>
        W:      http://www.linux-mtd.infradead.org/
        L:      [email protected]
        T:      git git://git.infradead.org/ubi-2.6.git
@@@@@@@@@ -5338,20 -5281,20 -5302,20 -5330,20 -5866,23 -5330,20 -5281,20 -5308,20 +5344,20 @@@@@@@@@ F: include/linux/mtd/ubi.
        F:      include/mtd/ubi-user.h
        
        USB ACM DRIVER
    -   P:      Oliver Neukum
    -   M:      [email protected]
    +   M:      Oliver Neukum <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      Documentation/usb/acm.txt
        F:      drivers/usb/class/cdc-acm.*
        
        USB BLOCK DRIVER (UB ub)
    -   P:      Pete Zaitcev
    -   M:      [email protected]
    +   M:      Pete Zaitcev <[email protected]>
        L:      [email protected]
        S:      Supported
        F:      drivers/block/ub.c
        
        USB CDC ETHERNET DRIVER
    -   P:      Greg Kroah-Hartman
    -   M:      [email protected]
    +   M:      Greg Kroah-Hartman <[email protected]>
        L:      [email protected]
        S:      Maintained
        W:      http://www.kroah.com/linux-usb/
@@@@@@@@@ -5359,34 -5302,34 -5323,34 -5351,34 -5890,39 -5351,34 -5302,34 -5329,34 +5365,34 @@@@@@@@@ F: drivers/net/usb/cdc_*.
        F:      include/linux/usb/cdc.h
        
        USB CYPRESS C67X00 DRIVER
    -   P:      Peter Korsgaard
    -   M:      [email protected]
    +   M:      Peter Korsgaard <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/usb/c67x00/
        
        USB DAVICOM DM9601 DRIVER
    -   P:      Peter Korsgaard
    -   M:      [email protected]
    +   M:      Peter Korsgaard <[email protected]>
        L:      [email protected]
        W:      http://www.linux-usb.org/usbnet
        S:      Maintained
        F:      drivers/net/usb/dm9601.c
        
        USB DIAMOND RIO500 DRIVER
    -   P:      Cesar Miquel
    -   M:      [email protected]
    +   M:      Cesar Miquel <[email protected]>
        L:      [email protected]
        W:      http://rio500.sourceforge.net
        S:      Maintained
        F:      drivers/usb/misc/rio500*
        
        USB EHCI DRIVER
    -   P:      David Brownell
    -   M:      [email protected]
    +   M:      David Brownell <[email protected]>
        L:      [email protected]
        S:      Odd Fixes
        F:      Documentation/usb/ehci.txt
        F:      drivers/usb/host/ehci*
        
        USB ET61X[12]51 DRIVER
    -   P:      Luca Risolia
    -   M:      [email protected]
    +   M:      Luca Risolia <[email protected]>
        L:      [email protected]
        L:      [email protected]
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
@@@@@@@@@ -5395,7 -5338,7 -5359,7 -5387,7 -5931,8 -5387,7 -5338,7 -5365,7 +5401,7 @@@@@@@@@ S:  Maintaine
        F:      drivers/media/video/et61x251/
        
        USB GADGET/PERIPHERAL SUBSYSTEM
    -   P:      David Brownell
    -   M:      [email protected]
    +   M:      David Brownell <[email protected]>
        L:      [email protected]
        W:      http://www.linux-usb.org/gadget
        S:      Maintained
@@@@@@@@@ -5403,7 -5346,7 -5367,7 -5395,7 -5940,8 -5395,7 -5346,7 -5373,7 +5409,7 @@@@@@@@@ F:  drivers/usb/gadget
        F:      include/linux/usb/gadget*
        
        USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
    -   P:      Jiri Kosina
    -   M:      [email protected]
    +   M:      Jiri Kosina <[email protected]>
        L:      [email protected]
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
        S:      Maintained
@@@@@@@@@ -5411,20 -5354,20 -5375,20 -5403,20 -5949,23 -5403,20 -5354,20 -5381,20 +5417,20 @@@@@@@@@ F: Documentation/usb/hiddev.tx
        F:      drivers/hid/usbhid/
        
        USB ISP116X DRIVER
    -   P:      Olav Kongas
    -   M:      [email protected]
    +   M:      Olav Kongas <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/usb/host/isp116x*
        F:      include/linux/usb/isp116x.h
        
        USB KAWASAKI LSI DRIVER
    -   P:      Oliver Neukum
    -   M:      [email protected]
    +   M:      Oliver Neukum <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/usb/serial/kl5kusb105.*
        
        USB MASS STORAGE DRIVER
    -   P:      Matthew Dharm
    -   M:      [email protected]
    +   M:      Matthew Dharm <[email protected]>
        L:      [email protected]
        L:      [email protected]
        S:      Maintained
@@@@@@@@@ -5432,27 -5375,27 -5396,27 -5424,27 -5973,31 -5424,27 -5375,27 -5402,27 +5438,27 @@@@@@@@@ W: http://www.one-eyed-alien.net/~mdhar
        F:      drivers/usb/storage/
        
        USB OHCI DRIVER
    -   P:      David Brownell
    -   M:      [email protected]
    +   M:      David Brownell <[email protected]>
        L:      [email protected]
        S:      Odd Fixes
        F:      Documentation/usb/ohci.txt
        F:      drivers/usb/host/ohci*
        
        USB OPTION-CARD DRIVER
    -   P:      Matthias Urlichs
    -   M:      [email protected]
    +   M:      Matthias Urlichs <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/usb/serial/option.c
        
        USB OV511 DRIVER
    -   P:      Mark McClelland
    -   M:      [email protected]
    +   M:      Mark McClelland <[email protected]>
        L:      [email protected]
        W:      http://alpha.dyndns.org/ov511/
        S:      Maintained
        F:      drivers/media/video/ov511.*
        
        USB PEGASUS DRIVER
    -   P:      Petko Manolov
    -   M:      [email protected]
    +   M:      Petko Manolov <[email protected]>
        L:      [email protected]
        L:      [email protected]
        W:      http://pegasus2.sourceforge.net/
        F:      drivers/net/usb/pegasus.*
        
        USB PRINTER DRIVER (usblp)
    -   P:      Pete Zaitcev
    -   M:      [email protected]
    +   M:      Pete Zaitcev <[email protected]>
        L:      [email protected]
        S:      Supported
        F:      drivers/usb/class/usblp.c
        
        USB RTL8150 DRIVER
    -   P:      Petko Manolov
    -   M:      [email protected]
    +   M:      Petko Manolov <[email protected]>
        L:      [email protected]
        L:      [email protected]
        W:      http://pegasus2.sourceforge.net/
@@@@@@@@@ -5474,7 -5417,7 -5438,7 -5466,7 -6021,8 -5466,7 -5417,7 -5444,7 +5480,7 @@@@@@@@@ S:  Maintaine
        F:      drivers/net/usb/rtl8150.c
        
        USB SE401 DRIVER
    -   P:      Jeroen Vreeken
    -   M:      [email protected]
    +   M:      Jeroen Vreeken <[email protected]>
        L:      [email protected]
        W:      http://www.chello.nl/~j.vreeken/se401/
        S:      Maintained
@@@@@@@@@ -5482,13 -5425,13 -5446,13 -5474,13 -6030,15 -5474,13 -5425,13 -5452,13 +5488,13 @@@@@@@@@ F: Documentation/video4linux/se401.tx
        F:      drivers/media/video/se401.*
        
        USB SERIAL BELKIN F5U103 DRIVER
    -   P:      William Greathouse
    -   M:      [email protected]
    +   M:      William Greathouse <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/usb/serial/belkin_sa.*
        
        USB SERIAL CYPRESS M8 DRIVER
    -   P:      Lonnie Mendez
    -   M:      [email protected]
    +   M:      Lonnie Mendez <[email protected]>
        L:      [email protected]
        S:      Maintained
        W:      http://geocities.com/i0xox0i
@@@@@@@@@ -5496,20 -5439,20 -5460,20 -5488,20 -6046,23 -5488,20 -5439,20 -5466,20 +5502,20 @@@@@@@@@ W: http://firstlight.net/cv
        F:      drivers/usb/serial/cypress_m8.*
        
        USB SERIAL CYBERJACK DRIVER
    -   P:      Matthias Bruestle and Harald Welte
    -   M:      [email protected]
    +   M:      Matthias Bruestle and Harald Welte <[email protected]>
        W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
        S:      Maintained
        F:      drivers/usb/serial/cyberjack.c
        
        USB SERIAL DIGI ACCELEPORT DRIVER
    -   P:      Peter Berger and Al Borchers
    -   M:      [email protected]
    -   M:      [email protected]
    +   M:      Peter Berger <[email protected]>
    +   M:      Al Borchers <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/usb/serial/digi_acceleport.c
        
        USB SERIAL DRIVER
    -   P:      Greg Kroah-Hartman
    -   M:      [email protected]
    +   M:      Greg Kroah-Hartman <[email protected]>
        L:      [email protected]
        S:      Supported
        F:      Documentation/usb/usb-serial.txt
@@@@@@@@@ -5518,33 -5461,33 -5482,33 -5510,33 -6071,38 -5510,33 -5461,33 -5488,33 +5524,33 @@@@@@@@@ F: drivers/usb/serial/usb-serial.
        F:      include/linux/usb/serial.h
        
        USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
    -   P:      Gary Brubaker
    -   M:      [email protected]
    +   M:      Gary Brubaker <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/usb/serial/empeg.c
        
        USB SERIAL KEYSPAN DRIVER
    -   P:      Greg Kroah-Hartman
    -   M:      [email protected]
    +   M:      Greg Kroah-Hartman <[email protected]>
        L:      [email protected]
        W:      http://www.kroah.com/linux/
        S:      Maintained
        F:      drivers/usb/serial/*keyspan*
        
        USB SERIAL WHITEHEAT DRIVER
    -   P:      Support Department
    -   M:      [email protected]
    +   M:      Support Department <[email protected]>
        L:      [email protected]
        W:      http://www.connecttech.com
        S:      Supported
        F:      drivers/usb/serial/whiteheat*
        
        USB SMSC95XX ETHERNET DRIVER
    -   P:      Steve Glendinning
    -   M:      [email protected]
    +   M:      Steve Glendinning <[email protected]>
        L:      [email protected]
        S:      Supported
        F:      drivers/net/usb/smsc95xx.*
        
        USB SN9C1xx DRIVER
    -   P:      Luca Risolia
    -   M:      [email protected]
    +   M:      Luca Risolia <[email protected]>
        L:      [email protected]
        L:      [email protected]
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
@@@@@@@@@ -5554,7 -5497,7 -5518,7 -5546,7 -6112,8 -5546,7 -5497,7 -5524,7 +5560,7 @@@@@@@@@ F:  Documentation/video4linux/sn9c102.tx
        F:      drivers/media/video/sn9c102/
        
        USB SUBSYSTEM
    -   P:      Greg Kroah-Hartman
    -   M:      [email protected]
    +   M:      Greg Kroah-Hartman <[email protected]>
        L:      [email protected]
        W:      http://www.linux-usb.org
        T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
@@@@@@@@@ -5566,13 -5509,13 -5530,13 -5558,13 -6125,15 -5558,13 -5509,13 -5536,13 +5572,13 @@@@@@@@@ F: include/linux/usb.
        F:      include/linux/usb/
        
        USB UHCI DRIVER
    -   P:      Alan Stern
    -   M:      [email protected]
    +   M:      Alan Stern <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/usb/host/uhci*
        
        USB "USBNET" DRIVER FRAMEWORK
    -   P:      David Brownell
    -   M:      [email protected]
    +   M:      David Brownell <[email protected]>
        L:      [email protected]
        W:      http://www.linux-usb.org/usbnet
        S:      Maintained
@@@@@@@@@ -5580,7 -5523,7 -5544,7 -5572,7 -6141,8 -5572,7 -5523,7 -5550,7 +5586,7 @@@@@@@@@ F:  drivers/net/usb/usbnet.
        F:      include/linux/usb/usbnet.h
        
        USB VIDEO CLASS
    -   P:      Laurent Pinchart
    -   M:      [email protected]
    +   M:      Laurent Pinchart <[email protected]>
        L:      [email protected] (subscribers-only)
        L:      [email protected]
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
@@@@@@@@@ -5589,7 -5532,7 -5553,7 -5581,7 -6151,8 -5581,7 -5532,7 -5559,7 +5595,7 @@@@@@@@@ S:  Maintaine
        F:      drivers/media/video/uvc/
        
        USB W996[87]CF DRIVER
    -   P:      Luca Risolia
    -   M:      [email protected]
    +   M:      Luca Risolia <[email protected]>
        L:      [email protected]
        L:      [email protected]
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
@@@@@@@@@ -5599,18 -5542,18 -5563,18 -5591,18 -6162,21 -5591,18 -5542,18 -5569,18 +5605,18 @@@@@@@@@ F: Documentation/video4linux/w9968cf.tx
        F:      drivers/media/video/w996*
        
        USB WIRELESS RNDIS DRIVER (rndis_wlan)
    -   P:      Jussi Kivilinna
    -   M:      [email protected]
    +   M:      Jussi Kivilinna <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/net/wireless/rndis_wlan.c
        
        USB XHCI DRIVER
    -   P:      Sarah Sharp
    -   M:      [email protected]
    +   M:      Sarah Sharp <[email protected]>
        L:      [email protected]
        S:      Supported
        
        USB ZC0301 DRIVER
    -   P:      Luca Risolia
    -   M:      [email protected]
    +   M:      Luca Risolia <[email protected]>
        L:      [email protected]
        L:      [email protected]
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
@@@@@@@@@ -5620,14 -5563,14 -5584,14 -5612,14 -6186,16 -5612,14 -5563,14 -5590,14 +5626,14 @@@@@@@@@ F: Documentation/video4linux/zc0301.tx
        F:      drivers/media/video/zc0301/
        
        USB ZD1201 DRIVER
    -   P:      Jeroen Vreeken
    -   M:      [email protected]
    +   M:      Jeroen Vreeken <[email protected]>
        L:      [email protected]
        W:      http://linux-lc100020.sourceforge.net
        S:      Maintained
        F:      drivers/net/wireless/zd1201.*
        
        USB ZR364XX DRIVER
    -   P:      Antoine Jacquet
    -   M:      [email protected]
    +   M:      Antoine Jacquet <[email protected]>
        L:      [email protected]
        L:      [email protected]
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
@@@@@@@@@ -5637,7 -5580,7 -5601,7 -5629,7 -6205,8 -5629,7 -5580,7 -5607,7 +5643,7 @@@@@@@@@ F:  Documentation/video4linux/zr364xx.tx
        F:      drivers/media/video/zr364xx.c
        
        USER-MODE LINUX (UML)
    -   P:      Jeff Dike
    -   M:      [email protected]
    +   M:      Jeff Dike <[email protected]>
        L:      [email protected]
        L:      [email protected]
        W:      http://user-mode-linux.sourceforge.net
        F:      fs/hppfs/
        
        USERSPACE I/O (UIO)
    -   P:      Hans J. Koch
    -   M:      [email protected]
    -   P:      Greg Kroah-Hartman
    -   M:      [email protected]
    +   M:      "Hans J. Koch" <[email protected]>
    +   M:      Greg Kroah-Hartman <[email protected]>
        S:      Maintained
        F:      Documentation/DocBook/uio-howto.tmpl
        F:      drivers/uio/
        F:      include/linux/uio*.h
        
        UTIL-LINUX-NG PACKAGE
    -   P:      Karel Zak
    -   M:      [email protected]
    +   M:      Karel Zak <[email protected]>
        L:      [email protected]
        W:      http://kernel.org/~kzak/util-linux-ng/
        T:      git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
        S:      Maintained
        
        UVESAFB DRIVER
    -   P:      Michal Januszewski
    -   M:      [email protected]
    -   L:      [email protected] (moderated for non-subscribers)
    +   M:      Michal Januszewski <[email protected]>
 --   --L:      [email protected] (moderated for non-subscribers)
 ++ + ++L:      [email protected]
        W:      http://dev.gentoo.org/~spock/projects/uvesafb/
        S:      Maintained
        F:      Documentation/fb/uvesafb.txt
        F:      drivers/video/uvesafb.*
        
        VFAT/FAT/MSDOS FILESYSTEM
    -   P:      OGAWA Hirofumi
    -   M:      [email protected]
    +   M:      OGAWA Hirofumi <[email protected]>
        S:      Maintained
        F:      Documentation/filesystems/vfat.txt
        F:      fs/fat/
        
        VIA RHINE NETWORK DRIVER
    -   P:      Roger Luethi
    -   M:      [email protected]
    +   M:      Roger Luethi <[email protected]>
        S:      Maintained
        F:      drivers/net/via-rhine.c
        
        VIAPRO SMBUS DRIVER
    -   P:      Jean Delvare
    -   M:      [email protected]
    +   M:      Jean Delvare <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      Documentation/i2c/busses/i2c-viapro
        F:      drivers/i2c/busses/i2c-viapro.c
        
        VIA SD/MMC CARD CONTROLLER DRIVER
    -   P:      Joseph Chan
    -   M:      [email protected]
    -   P:      Harald Welte
    -   M:      [email protected]
    +   M:      Joseph Chan <[email protected]>
    +   M:      Harald Welte <[email protected]>
        S:      Maintained
        F:      drivers/mmc/host/via-sdmmc.c
        
        VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
    -   P:      Joseph Chan
    -   M:      [email protected]
    -   P:      Scott Fang
    -   M:      [email protected]
    -   L:      [email protected] (moderated for non-subscribers)
    +   M:      Joseph Chan <[email protected]>
    +   M:      Scott Fang <[email protected]>
 --   --L:      [email protected] (moderated for non-subscribers)
 ++ + ++L:      [email protected]
        S:      Maintained
        F:      drivers/video/via/
        
        VIA VELOCITY NETWORK DRIVER
    -   P:      Francois Romieu
    -   M:      [email protected]
    +   M:      Francois Romieu <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/net/via-velocity.*
        
        VLAN (802.1Q)
    -   P:      Patrick McHardy
    -   M:      [email protected]
    +   M:      Patrick McHardy <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/net/macvlan.c
@@@@@@@@@ -5716,22 -5659,22 -5680,22 -5708,22 -6298,18 -5708,22 -5659,22 -5686,22 +5722,22 @@@@@@@@@ F: include/linux/if_*vlan.
        F:      net/8021q/
        
        VLYNQ BUS
    -   P:      Florian Fainelli
    -   M:      [email protected]
    +   M:      Florian Fainelli <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/vlynq/vlynq.c
        F:      include/linux/vlynq.h
        
 -    - M:     Shreyas Bhatewara <[email protected]>
 -    - M:     VMware, Inc. <[email protected]>
 -    - L:     [email protected]
 -    - S:     Maintained
 -    - F:     drivers/net/vmxnet3/
    +   VMWARE VMXNET3 ETHERNET DRIVER
 +  + + M:      Shreyas Bhatewara <[email protected]>
 +  + + M:      "VMware, Inc." <[email protected]>
 +  + + L:      [email protected]
 +  + + S:      Maintained
 +  + + F:      drivers/net/vmxnet3/
    +   
        VOLTAGE AND CURRENT REGULATOR FRAMEWORK
    -   P:      Liam Girdwood
    -   M:      [email protected]
    -   P:      Mark Brown
    -   M:      [email protected]
    +   M:      Liam Girdwood <[email protected]>
    +   M:      Mark Brown <[email protected]>
        W:      http://opensource.wolfsonmicro.com/node/15
        W:      http://www.slimlogic.co.uk/?p=48
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
@@@@@@@@@ -5740,45 -5683,45 -5704,45 -5732,45 -6318,52 -5732,45 -5683,45 -5710,45 +5746,45 @@@@@@@@@ F: drivers/regulator
        F:      include/linux/regulator/
        
        VT1211 HARDWARE MONITOR DRIVER
    -   P:      Juerg Haefliger
    -   M:      [email protected]
    +   M:      Juerg Haefliger <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      Documentation/hwmon/vt1211
        F:      drivers/hwmon/vt1211.c
        
        VT8231 HARDWARE MONITOR DRIVER
    -   P:      Roger Lucas
    -   M:      [email protected]
    +   M:      Roger Lucas <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/hwmon/vt8231.c
        
        W1 DALLAS'S 1-WIRE BUS
    -   P:      Evgeniy Polyakov
    -   M:      [email protected]
    +   M:      Evgeniy Polyakov <[email protected]>
        S:      Maintained
        F:      Documentation/w1/
        F:      drivers/w1/
        
        W83791D HARDWARE MONITORING DRIVER
    -   P:      Marc Hulsman
    -   M:      [email protected]
    +   M:      Marc Hulsman <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      Documentation/hwmon/w83791d
        F:      drivers/hwmon/w83791d.c
        
        W83793 HARDWARE MONITORING DRIVER
    -   P:      Rudolf Marek
    -   M:      [email protected]
    +   M:      Rudolf Marek <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      Documentation/hwmon/w83793
        F:      drivers/hwmon/w83793.c
        
        W83L51xD SD/MMC CARD INTERFACE DRIVER
    -   P:      Pierre Ossman
    -   M:      [email protected]
    +   M:      Pierre Ossman <[email protected]>
        S:      Maintained
        F:      drivers/mmc/host/wbsd.*
        
        WATCHDOG DEVICE DRIVERS
    -   P:      Wim Van Sebroeck
    -   M:      [email protected]
    +   M:      Wim Van Sebroeck <[email protected]>
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
        S:      Maintained
        F:      Documentation/watchdog/
@@@@@@@@@ -5786,7 -5729,7 -5750,7 -5778,7 -6371,8 -5778,7 -5729,7 -5756,7 +5792,7 @@@@@@@@@ F:  drivers/watchdog
        F:      include/linux/watchdog.h
        
        WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
    -   P:      Jean Tourrilhes
    -   M:      [email protected]
    +   M:      Jean Tourrilhes <[email protected]>
        L:      [email protected]
        W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
        S:      Maintained
@@@@@@@@@ -5794,61 -5737,62 -5758,61 -5786,61 -6380,46 -5786,61 -5737,62 -5764,61 +5800,61 @@@@@@@@@ F: Documentation/networking/wavelan.tx
        F:      drivers/net/wireless/wavelan*
        
        WD7000 SCSI DRIVER
    -   P:      Miroslav Zagorac
    -   M:      [email protected]
    +   M:      Miroslav Zagorac <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/scsi/wd7000.c
        
 -    - P:      David Härdeman
 -    - M:      [email protected]
    +   WINBOND CIR DRIVER
 +  + + M:      David Härdeman <[email protected]>
    +   S:      Maintained
    +   F:      drivers/input/misc/winbond-cir.c
    +   
        WIMAX STACK
    -   P:      Inaky Perez-Gonzalez
    -   M:      [email protected]
    +   M:      Inaky Perez-Gonzalez <[email protected]>
        M:      [email protected]
        L:      [email protected]
        S:      Supported
        W:      http://linuxwimax.org
        
        WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
    -   P:      David Vrabel
    -   M:      [email protected]
    +   M:      David Vrabel <[email protected]>
        S:      Maintained
        F:      include/linux/wlp.h
        F:      drivers/uwb/wlp/
        
        WISTRON LAPTOP BUTTON DRIVER
    -   P:      Miloslav Trmac
    -   M:      [email protected]
    +   M:      Miloslav Trmac <[email protected]>
        S:      Maintained
        F:      drivers/input/misc/wistron_btns.c
        
    +   WL1251 WIRELESS DRIVER
    +   M:      Kalle Valo <[email protected]>
    +   L:      [email protected]
    +   W:      http://wireless.kernel.org
    +   T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
    +   S:      Maintained
    +   F:      drivers/net/wireless/wl12xx/*
    +   X:      drivers/net/wireless/wl12xx/wl1271*
    +   
    +   WL1271 WIRELESS DRIVER
    +   M:      Luciano Coelho <[email protected]>
    +   L:      [email protected]
    +   W:      http://wireless.kernel.org
    +   T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
    +   S:      Maintained
    +   F:      drivers/net/wireless/wl12xx/wl1271*
    +   
        WL3501 WIRELESS PCMCIA CARD DRIVER
    -   P:      Arnaldo Carvalho de Melo
    -   M:      [email protected]
    +   M:      Arnaldo Carvalho de Melo <[email protected]>
        L:      [email protected]
        W:      http://oops.ghostprotocols.net:81/blog
        S:      Maintained
        F:      drivers/net/wireless/wl3501*
        
        WM97XX TOUCHSCREEN DRIVERS
    -   P:      Mark Brown
    -   M:      [email protected]
    -   P:      Liam Girdwood
    -   M:      [email protected]
    +   M:      Mark Brown <[email protected]>
    +   M:      Liam Girdwood <[email protected]>
        L:      [email protected]
        T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
        W:      http://opensource.wolfsonmicro.com/node/7
        F:      drivers/input/touchscreen/*wm97*
        F:      include/linux/wm97xx.h
        
 -    - P:      Mark Brown
 -    - M:      [email protected]
 -    - L:      [email protected]
    +   WOLFSON MICROELECTRONICS PMIC DRIVERS
 +  + + M:      Mark Brown <[email protected]>
    +   T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
    +   W:      http://opensource.wolfsonmicro.com/node/8
    +   S:      Supported
    +   F:      drivers/leds/leds-wm83*.c
    +   F:      drivers/mfd/wm8*.c
    +   F:      drivers/power/wm83*.c
    +   F:      drivers/rtc/rtc-wm83*.c
    +   F:      drivers/regulator/wm8*.c
    +   F:      drivers/video/backlight/wm83*_bl.c
    +   F:      drivers/watchdog/wm83*_wdt.c
    +   F:      include/linux/mfd/wm831x/
    +   F:      include/linux/mfd/wm8350/
    +   F:      include/linux/mfd/wm8400/
    +   F:      sound/soc/codecs/wm8350.c
    +   F:      sound/soc/codecs/wm8400.c
    +   
        X.25 NETWORK LAYER
    -   P:      Henner Eisen
    -   M:      [email protected]
    +   M:      Henner Eisen <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      Documentation/networking/x25*
@@@@@@@@@ -5883,9 -5829,9 -5847,9 -5875,9 -6437,12 -5875,9 -5829,9 -5853,9 +5889,9 @@@@@@@@@ F: include/net/x25
        F:      net/x25/
        
        X86 ARCHITECTURE (32-BIT AND 64-BIT)
    -   P:      Thomas Gleixner
    -   M:      [email protected]
    -   P:      Ingo Molnar
    -   M:      [email protected]
    -   P:      H. Peter Anvin
    -   M:      [email protected]
    +   M:      Thomas Gleixner <[email protected]>
    +   M:      Ingo Molnar <[email protected]>
    +   M:      "H. Peter Anvin" <[email protected]>
        M:      [email protected]
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
        S:      Maintained
@@@@@@@@@ -5893,8 -5839,8 -5857,8 -5885,8 -6450,10 -5885,8 -5839,8 -5863,8 +5899,8 @@@@@@@@@ F: Documentation/x86
        F:      arch/x86/
        
        XEN HYPERVISOR INTERFACE
    -   P:      Jeremy Fitzhardinge
    -   M:      [email protected]
    -   P:      Chris Wright
    -   M:      [email protected]
    +   M:      Jeremy Fitzhardinge <[email protected]>
    +   M:      Chris Wright <[email protected]>
        L:      [email protected]
        L:      [email protected]
        S:      Supported
@@@@@@@@@ -5906,7 -5852,7 -5870,7 -5898,7 -6465,8 -5898,7 -5852,7 -5876,7 +5912,7 @@@@@@@@@ F:  include/xen
        
        XFS FILESYSTEM
        P:      Silicon Graphics Inc
    -   P:      Felix Blyakher
    -   M:      [email protected]
    +   M:      Alex Elder <[email protected]>
        M:      [email protected]
        L:      [email protected]
        W:      http://oss.sgi.com/projects/xfs
@@@@@@@@@ -5916,33 -5862,33 -5880,33 -5908,33 -6476,38 -5908,33 -5862,33 -5886,33 +5922,33 @@@@@@@@@ F: Documentation/filesystems/xfs.tx
        F:      fs/xfs/
        
        XILINX SYSTEMACE DRIVER
    -   P:      Grant Likely
    -   M:      [email protected]
    +   M:      Grant Likely <[email protected]>
        W:      http://www.secretlab.ca/
        S:      Maintained
        F:      drivers/block/xsysace.c
        
        XILINX UARTLITE SERIAL DRIVER
    -   P:      Peter Korsgaard
    -   M:      [email protected]
    +   M:      Peter Korsgaard <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/serial/uartlite.c
        
        YAM DRIVER FOR AX.25
    -   P:      Jean-Paul Roubelat
    -   M:      [email protected]
    +   M:      Jean-Paul Roubelat <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      drivers/net/hamradio/yam*
        F:      include/linux/yam.h
        
        YEALINK PHONE DRIVER
    -   P:      Henk Vergonet
    -   M:      [email protected]
    +   M:      Henk Vergonet <[email protected]>
        L:      [email protected]
        S:      Maintained
        F:      Documentation/input/yealink.txt
        F:      drivers/input/misc/yealink.*
        
        Z8530 DRIVER FOR AX.25
    -   P:      Joerg Reuter
    -   M:      [email protected]
    +   M:      Joerg Reuter <[email protected]>
        W:      http://yaina.de/jreuter/
        W:      http://www.qsl.net/dl1bke/
        L:      [email protected]
@@@@@@@@@ -5952,8 -5898,8 -5916,8 -5944,8 -6517,10 -5944,8 -5898,8 -5922,8 +5958,8 @@@@@@@@@ F: drivers/net/hamradio/*scc.
        F:      drivers/net/hamradio/z8530.h
        
        ZD1211RW WIRELESS DRIVER
    -   P:      Daniel Drake
    -   M:      [email protected]
    -   P:      Ulrich Kunitz
    -   M:      [email protected]
    +   M:      Daniel Drake <[email protected]>
    +   M:      Ulrich Kunitz <[email protected]>
        W:      http://zd1211.ath.cx/wiki/DriverRewrite
        L:      [email protected]
        L:      [email protected] (subscribers-only)
        F:      drivers/media/video/zoran/
        
        ZS DECSTATION Z85C30 SERIAL DRIVER
    -   P:      Maciej W. Rozycki
    -   M:      [email protected]
    +   M:      "Maciej W. Rozycki" <[email protected]>
        S:      Maintained
        F:      drivers/serial/zs.*
        
        THE REST
    -   P:      Linus Torvalds
    -   M:      [email protected]
    +   M:      Linus Torvalds <[email protected]>
        L:      [email protected]
        T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
        S:      Buried alive in reporters
index 2fd88437348b58d3f5bff57c1a429650f321ecca,7878e331286132bf532dfba684e8add5773f6cbe,2fd88437348b58d3f5bff57c1a429650f321ecca,2fd88437348b58d3f5bff57c1a429650f321ecca,323b47f2b52f20d7478eafa4a068940ba1c2bb91,2fd88437348b58d3f5bff57c1a429650f321ecca,e35d54d43e709d52a3d025165c17cee01da8fc69,2fd88437348b58d3f5bff57c1a429650f321ecca..c71e39ed092fb41b5fc3e31c34a029a088b66724
@@@@@@@@@ -23,12 -23,12 -23,12 -23,12 -23,6 -23,12 -23,12 -23,12 +23,12 @@@@@@@@@ config ARCH_AT91SAM926
                select GENERIC_TIME
                select GENERIC_CLOCKEVENTS
        
    +   config ARCH_AT91SAM9G10
    +           bool "AT91SAM9G10"
    +           select CPU_ARM926T
    +           select GENERIC_TIME
    +           select GENERIC_CLOCKEVENTS
    +   
        config ARCH_AT91SAM9263
                bool "AT91SAM9263"
                select CPU_ARM926T
@@@@@@@@@ -47,12 -47,12 -47,12 -47,12 -41,6 -47,12 -47,12 -47,12 +47,12 @@@@@@@@@ config ARCH_AT91SAM9G2
                select GENERIC_TIME
                select GENERIC_CLOCKEVENTS
        
    +   config ARCH_AT91SAM9G45
    +           bool "AT91SAM9G45"
    +           select CPU_ARM926T
    +           select GENERIC_TIME
    +           select GENERIC_CLOCKEVENTS
    +   
        config ARCH_AT91CAP9
                bool "AT91CAP9"
                select CPU_ARM926T
@@@@@@@@@ -156,13 -156,18 -156,13 -156,13 -144,6 -156,13 -156,13 -156,13 +156,18 @@@@@@@@@ config MACH_YL920
                help
                  Select this if you are using the ucDragon YL-9200 board.
        
    +   config MACH_CPUAT91
    +           bool "Eukrea CPUAT91"
    +           depends on ARCH_AT91RM9200
    +           help
    +             Select this if you are using the Eukrea Electromatique's
    +             CPUAT91 board <http://www.eukrea.com/>.
    +   
+ ++++++config MACH_ECO920
+ ++++++        bool "eco920"
+ ++++++        help
+ ++++++          Select this if you are using the eco920 board
+ ++++++
        endif
        
        # ----------------------------------------------------------
@@@@@@@@@ -224,13 -229,13 -224,13 -224,13 -205,6 -224,13 -224,13 -224,13 +229,13 @@@@@@@@@ config MACH_QIL_A926
                  Select this if you are using a Calao Systems QIL-A9260 Board.
                  <http://www.calao-systems.com>
        
    +   config MACH_CPU9260
    +           bool "Eukrea CPU9260 board"
    +           depends on ARCH_AT91SAM9260
    +           help
    +             Select this if you are using a Eukrea Electromatique's
    +             CPU9260 Board <http://www.eukrea.com/>
    +   
        endif
        
        # ----------------------------------------------------------
        
        # ----------------------------------------------------------
        
    +   if ARCH_AT91SAM9G10
    +   
    +   comment "AT91SAM9G10 Board Type"
    +   
    +   config MACH_AT91SAM9G10EK
    +           bool "Atmel AT91SAM9G10-EK Evaluation Kit"
    +           depends on ARCH_AT91SAM9G10
    +           help
    +             Select this if you are using Atmel's AT91SAM9G10-EK Evaluation Kit.
    +             <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4588>
    +   
    +   endif
    +   
    +   # ----------------------------------------------------------
    +   
        if ARCH_AT91SAM9263
        
        comment "AT91SAM9263 Board Type"
@@@@@@@@@ -289,6 -294,13 -289,6 -289,6 -248,6 -289,6 -289,13 -289,6 +294,6 @@@@@@@@@ config MACH_NEOCORE92
                help
                  Select this if you are using the Adeneo Neocore 926 board.
        
 -    - config MACH_AT91SAM9G20EK_2MMC
 -    -         bool "Atmel AT91SAM9G20-EK Evaluation Kit modified for 2 MMC Slots"
 -    -         depends on ARCH_AT91SAM9G20
 -    -         help
 -    -           Select this if you are using an Atmel AT91SAM9G20-EK Evaluation Kit
 -    -           Rev A or B modified for 2 MMC Slots.
 -    - 
        endif
        
        # ----------------------------------------------------------
@@@@@@@@@ -315,39 -327,30 -315,39 -315,39 -274,7 -315,39 -322,30 -315,39 +320,39 @@@@@@@@@ config MACH_AT91SAM9G20E
                bool "Atmel AT91SAM9G20-EK Evaluation Kit"
                depends on ARCH_AT91SAM9G20
                help
 -  - -           Select this if you are using Atmel's AT91SAM9G20-EK Evaluation Kit.
 +  + +           Select this if you are using Atmel's AT91SAM9G20-EK Evaluation Kit
 +  + +           that embeds only one SD/MMC slot.
 +  + + 
 +  + + config MACH_AT91SAM9G20EK_2MMC
 +  + +         bool "Atmel AT91SAM9G20-EK Evaluation Kit with 2 SD/MMC Slots"
 +  + +         depends on ARCH_AT91SAM9G20
 +  + +         help
 +  + +           Select this if you are using an Atmel AT91SAM9G20-EK Evaluation Kit
 +  + +           with 2 SD/MMC Slots. This is the case for AT91SAM9G20-EK rev. C and
 +  + +           onwards.
    +   
    +   config MACH_CPU9G20
    +           bool "Eukrea CPU9G20 board"
    +           depends on ARCH_AT91SAM9G20
    +           help
    +             Select this if you are using a Eukrea Electromatique's
    +             CPU9G20 Board <http://www.eukrea.com/>
    +   
    +   endif
    +   
    +   # ----------------------------------------------------------
    +   
    +   if ARCH_AT91SAM9G45
    +   
    +   comment "AT91SAM9G45 Board Type"
    +   
    +   config MACH_AT91SAM9G45EKES
    +           bool "Atmel AT91SAM9G45-EKES Evaluation Kit"
    +           depends on ARCH_AT91SAM9G45
    +           help
    +             Select this if you are using Atmel's AT91SAM9G45-EKES Evaluation Kit.
    +             "ES" at the end of the name means that this board is an
    +             Engineering Sample.
        
        endif
        
@@@@@@@@@ -388,13 -391,13 -388,13 -388,13 -315,13 -388,13 -386,13 -388,13 +393,13 @@@@@@@@@ comment "AT91 Board Options
        
        config MTD_AT91_DATAFLASH_CARD
                bool "Enable DataFlash Card support"
    -           depends on (ARCH_AT91RM9200DK || MACH_AT91RM9200EK || MACH_AT91SAM9260EK || MACH_AT91SAM9261EK || MACH_AT91SAM9263EK || MACH_AT91SAM9G20EK || MACH_ECBAT91 || MACH_SAM9_L9260 || MACH_AT91CAP9ADK || MACH_NEOCORE926)
    +           depends on (ARCH_AT91RM9200DK || MACH_AT91RM9200EK || MACH_AT91SAM9260EK || MACH_AT91SAM9261EK || MACH_AT91SAM9G10EK || MACH_AT91SAM9263EK || MACH_AT91SAM9G20EK || MACH_ECBAT91 || MACH_SAM9_L9260 || MACH_AT91CAP9ADK || MACH_NEOCORE926)
                help
                  Enable support for the DataFlash card.
        
        config MTD_NAND_ATMEL_BUSWIDTH_16
                bool "Enable 16-bit data bus interface to NAND flash"
 -    -         depends on (MACH_AT91SAM9260EK || MACH_AT91SAM9261EK || MACH_AT91SAM9G10EK || MACH_AT91SAM9263EK || MACH_AT91SAM9G20EK || MACH_AT91SAM9G45EKES || MACH_AT91CAP9ADK)
    -           depends on (MACH_AT91SAM9260EK || MACH_AT91SAM9261EK || MACH_AT91SAM9263EK || MACH_AT91SAM9G20EK || MACH_AT91CAP9ADK)
 +  + +         depends on (MACH_AT91SAM9260EK || MACH_AT91SAM9261EK || MACH_AT91SAM9G10EK || MACH_AT91SAM9263EK || MACH_AT91SAM9G20EK || MACH_AT91SAM9G20EK_2MMC || MACH_AT91SAM9G45EKES || MACH_AT91CAP9ADK)
                help
                  On AT91SAM926x boards both types of NAND flash can be present
                  (8 and 16 bit data bus width).
@@@@@@@@@ -456,7 -459,7 -456,7 -456,7 -383,7 -456,7 -454,7 -456,7 +461,7 @@@@@@@@@ config AT91_EARLY_USART
        
        config AT91_EARLY_USART3
                bool "USART3"
    -           depends on (ARCH_AT91RM9200 || ARCH_AT91SAM9RL || ARCH_AT91SAM9260 || ARCH_AT91SAM9G20)
    +           depends on (ARCH_AT91RM9200 || ARCH_AT91SAM9RL || ARCH_AT91SAM9260 || ARCH_AT91SAM9G20 || ARCH_AT91SAM9G45)
        
        config AT91_EARLY_USART4
                bool "USART4"
index 332b784050b272592d402afddf077b0ec591d00b,003f4f91fa526f0df4e431092ffb51869619e3eb,332b784050b272592d402afddf077b0ec591d00b,332b784050b272592d402afddf077b0ec591d00b,0000000000000000000000000000000000000000,332b784050b272592d402afddf077b0ec591d00b,d581cff80c4c673468e4d6dec2608d847f176c1b,332b784050b272592d402afddf077b0ec591d00b..a57af3e99c7c12b4234be445186769ad8750b7b0
mode 100644,100644,100644,100644,000000,100644,100644,100644..100644
--- /dev/null
 -    - #if defined(CONFIG_AT91SAM9_WATCHDOG) || defined(CONFIG_AT91SAM9_WATCHDOG_MODULE)
    +   /*
    +    *  On-Chip devices setup code for the AT91SAM9G45 family
    +    *
    +    *  Copyright (C) 2009 Atmel Corporation.
    +    *
    +    * This program is free software; you can redistribute it and/or modify
    +    * it under the terms of the GNU General Public License as published by
    +    * the Free Software Foundation; either version 2 of the License, or
    +    * (at your option) any later version.
    +    *
    +    */
    +   #include <asm/mach/arch.h>
    +   #include <asm/mach/map.h>
    +   
    +   #include <linux/dma-mapping.h>
    +   #include <linux/platform_device.h>
    +   #include <linux/i2c-gpio.h>
    +   
    +   #include <linux/fb.h>
    +   #include <video/atmel_lcdc.h>
    +   
    +   #include <mach/board.h>
    +   #include <mach/gpio.h>
    +   #include <mach/at91sam9g45.h>
    +   #include <mach/at91sam9g45_matrix.h>
    +   #include <mach/at91sam9_smc.h>
    +   #include <mach/at_hdmac.h>
    +   
    +   #include "generic.h"
    +   
    +   
    +   /* --------------------------------------------------------------------
    +    *  HDMAC - AHB DMA Controller
    +    * -------------------------------------------------------------------- */
    +   
    +   #if defined(CONFIG_AT_HDMAC) || defined(CONFIG_AT_HDMAC_MODULE)
    +   static u64 hdmac_dmamask = DMA_BIT_MASK(32);
    +   
    +   static struct at_dma_platform_data atdma_pdata = {
    +           .nr_channels    = 8,
    +   };
    +   
    +   static struct resource hdmac_resources[] = {
    +           [0] = {
    +                   .start  = AT91_BASE_SYS + AT91_DMA,
    +                   .end    = AT91_BASE_SYS + AT91_DMA + SZ_512 - 1,
    +                   .flags  = IORESOURCE_MEM,
    +           },
    +           [2] = {
    +                   .start  = AT91SAM9G45_ID_DMA,
    +                   .end    = AT91SAM9G45_ID_DMA,
    +                   .flags  = IORESOURCE_IRQ,
    +           },
    +   };
    +   
    +   static struct platform_device at_hdmac_device = {
    +           .name           = "at_hdmac",
    +           .id             = -1,
    +           .dev            = {
    +                                   .dma_mask               = &hdmac_dmamask,
    +                                   .coherent_dma_mask      = DMA_BIT_MASK(32),
    +                                   .platform_data          = &atdma_pdata,
    +           },
    +           .resource       = hdmac_resources,
    +           .num_resources  = ARRAY_SIZE(hdmac_resources),
    +   };
    +   
    +   void __init at91_add_device_hdmac(void)
    +   {
    +           dma_cap_set(DMA_MEMCPY, atdma_pdata.cap_mask);
    +           dma_cap_set(DMA_SLAVE, atdma_pdata.cap_mask);
    +           platform_device_register(&at_hdmac_device);
    +   }
    +   #else
    +   void __init at91_add_device_hdmac(void) {}
    +   #endif
    +   
    +   
    +   /* --------------------------------------------------------------------
    +    *  USB Host (OHCI)
    +    * -------------------------------------------------------------------- */
    +   
    +   #if defined(CONFIG_USB_OHCI_HCD) || defined(CONFIG_USB_OHCI_HCD_MODULE)
    +   static u64 ohci_dmamask = DMA_BIT_MASK(32);
    +   static struct at91_usbh_data usbh_ohci_data;
    +   
    +   static struct resource usbh_ohci_resources[] = {
    +           [0] = {
    +                   .start  = AT91SAM9G45_OHCI_BASE,
    +                   .end    = AT91SAM9G45_OHCI_BASE + SZ_1M - 1,
    +                   .flags  = IORESOURCE_MEM,
    +           },
    +           [1] = {
    +                   .start  = AT91SAM9G45_ID_UHPHS,
    +                   .end    = AT91SAM9G45_ID_UHPHS,
    +                   .flags  = IORESOURCE_IRQ,
    +           },
    +   };
    +   
    +   static struct platform_device at91_usbh_ohci_device = {
    +           .name           = "at91_ohci",
    +           .id             = -1,
    +           .dev            = {
    +                                   .dma_mask               = &ohci_dmamask,
    +                                   .coherent_dma_mask      = DMA_BIT_MASK(32),
    +                                   .platform_data          = &usbh_ohci_data,
    +           },
    +           .resource       = usbh_ohci_resources,
    +           .num_resources  = ARRAY_SIZE(usbh_ohci_resources),
    +   };
    +   
    +   void __init at91_add_device_usbh_ohci(struct at91_usbh_data *data)
    +   {
    +           int i;
    +   
    +           if (!data)
    +                   return;
    +   
    +           /* Enable VBus control for UHP ports */
    +           for (i = 0; i < data->ports; i++) {
    +                   if (data->vbus_pin[i])
    +                           at91_set_gpio_output(data->vbus_pin[i], 0);
    +           }
    +   
    +           usbh_ohci_data = *data;
    +           platform_device_register(&at91_usbh_ohci_device);
    +   }
    +   #else
    +   void __init at91_add_device_usbh_ohci(struct at91_usbh_data *data) {}
    +   #endif
    +   
    +   
+ ++++++/* --------------------------------------------------------------------
+ ++++++ *  USB Host HS (EHCI)
+ ++++++ *  Needs an OHCI host for low and full speed management
+ ++++++ * -------------------------------------------------------------------- */
+ ++++++
+ ++++++#if defined(CONFIG_USB_EHCI_HCD) || defined(CONFIG_USB_EHCI_HCD_MODULE)
+ ++++++static u64 ehci_dmamask = DMA_BIT_MASK(32);
+ ++++++static struct at91_usbh_data usbh_ehci_data;
+ ++++++
+ ++++++static struct resource usbh_ehci_resources[] = {
+ ++++++        [0] = {
+ ++++++                .start  = AT91SAM9G45_EHCI_BASE,
+ ++++++                .end    = AT91SAM9G45_EHCI_BASE + SZ_1M - 1,
+ ++++++                .flags  = IORESOURCE_MEM,
+ ++++++        },
+ ++++++        [1] = {
+ ++++++                .start  = AT91SAM9G45_ID_UHPHS,
+ ++++++                .end    = AT91SAM9G45_ID_UHPHS,
+ ++++++                .flags  = IORESOURCE_IRQ,
+ ++++++        },
+ ++++++};
+ ++++++
+ ++++++static struct platform_device at91_usbh_ehci_device = {
+ ++++++        .name           = "atmel-ehci",
+ ++++++        .id             = -1,
+ ++++++        .dev            = {
+ ++++++                                .dma_mask               = &ehci_dmamask,
+ ++++++                                .coherent_dma_mask      = DMA_BIT_MASK(32),
+ ++++++                                .platform_data          = &usbh_ehci_data,
+ ++++++        },
+ ++++++        .resource       = usbh_ehci_resources,
+ ++++++        .num_resources  = ARRAY_SIZE(usbh_ehci_resources),
+ ++++++};
+ ++++++
+ ++++++void __init at91_add_device_usbh_ehci(struct at91_usbh_data *data)
+ ++++++{
+ ++++++        int i;
+ ++++++
+ ++++++        if (!data)
+ ++++++                return;
+ ++++++
+ ++++++        /* Enable VBus control for UHP ports */
+ ++++++        for (i = 0; i < data->ports; i++) {
+ ++++++                if (data->vbus_pin[i])
+ ++++++                        at91_set_gpio_output(data->vbus_pin[i], 0);
+ ++++++        }
+ ++++++
+ ++++++        usbh_ehci_data = *data;
+ ++++++        at91_clock_associate("uhphs_clk", &at91_usbh_ehci_device.dev, "ehci_clk");
+ ++++++        platform_device_register(&at91_usbh_ehci_device);
+ ++++++}
+ ++++++#else
+ ++++++void __init at91_add_device_usbh_ehci(struct at91_usbh_data *data) {}
+ ++++++#endif
+ ++++++
+ ++++++
    +   /* --------------------------------------------------------------------
    +    *  USB HS Device (Gadget)
    +    * -------------------------------------------------------------------- */
    +   
    +   #if defined(CONFIG_USB_GADGET_ATMEL_USBA) || defined(CONFIG_USB_GADGET_ATMEL_USBA_MODULE)
    +   static struct resource usba_udc_resources[] = {
    +           [0] = {
    +                   .start  = AT91SAM9G45_UDPHS_FIFO,
    +                   .end    = AT91SAM9G45_UDPHS_FIFO + SZ_512K - 1,
    +                   .flags  = IORESOURCE_MEM,
    +           },
    +           [1] = {
    +                   .start  = AT91SAM9G45_BASE_UDPHS,
    +                   .end    = AT91SAM9G45_BASE_UDPHS + SZ_1K - 1,
    +                   .flags  = IORESOURCE_MEM,
    +           },
    +           [2] = {
    +                   .start  = AT91SAM9G45_ID_UDPHS,
    +                   .end    = AT91SAM9G45_ID_UDPHS,
    +                   .flags  = IORESOURCE_IRQ,
    +           },
    +   };
    +   
    +   #define EP(nam, idx, maxpkt, maxbk, dma, isoc)                  \
    +           [idx] = {                                               \
    +                   .name           = nam,                          \
    +                   .index          = idx,                          \
    +                   .fifo_size      = maxpkt,                       \
    +                   .nr_banks       = maxbk,                        \
    +                   .can_dma        = dma,                          \
    +                   .can_isoc       = isoc,                         \
    +           }
    +   
    +   static struct usba_ep_data usba_udc_ep[] __initdata = {
    +           EP("ep0", 0, 64, 1, 0, 0),
    +           EP("ep1", 1, 1024, 2, 1, 1),
    +           EP("ep2", 2, 1024, 2, 1, 1),
    +           EP("ep3", 3, 1024, 3, 1, 0),
    +           EP("ep4", 4, 1024, 3, 1, 0),
    +           EP("ep5", 5, 1024, 3, 1, 1),
    +           EP("ep6", 6, 1024, 3, 1, 1),
    +   };
    +   
    +   #undef EP
    +   
    +   /*
    +    * pdata doesn't have room for any endpoints, so we need to
    +    * append room for the ones we need right after it.
    +    */
    +   static struct {
    +           struct usba_platform_data pdata;
    +           struct usba_ep_data ep[7];
    +   } usba_udc_data;
    +   
    +   static struct platform_device at91_usba_udc_device = {
    +           .name           = "atmel_usba_udc",
    +           .id             = -1,
    +           .dev            = {
    +                                   .platform_data  = &usba_udc_data.pdata,
    +           },
    +           .resource       = usba_udc_resources,
    +           .num_resources  = ARRAY_SIZE(usba_udc_resources),
    +   };
    +   
    +   void __init at91_add_device_usba(struct usba_platform_data *data)
    +   {
    +           usba_udc_data.pdata.vbus_pin = -EINVAL;
    +           usba_udc_data.pdata.num_ep = ARRAY_SIZE(usba_udc_ep);
    +           memcpy(usba_udc_data.ep, usba_udc_ep, sizeof(usba_udc_ep));;
    +   
    +           if (data && data->vbus_pin > 0) {
    +                   at91_set_gpio_input(data->vbus_pin, 0);
    +                   at91_set_deglitch(data->vbus_pin, 1);
    +                   usba_udc_data.pdata.vbus_pin = data->vbus_pin;
    +           }
    +   
    +           /* Pullup pin is handled internally by USB device peripheral */
    +   
    +           /* Clocks */
    +           at91_clock_associate("utmi_clk", &at91_usba_udc_device.dev, "hclk");
    +           at91_clock_associate("udphs_clk", &at91_usba_udc_device.dev, "pclk");
    +   
    +           platform_device_register(&at91_usba_udc_device);
    +   }
    +   #else
    +   void __init at91_add_device_usba(struct usba_platform_data *data) {}
    +   #endif
    +   
    +   
    +   /* --------------------------------------------------------------------
    +    *  Ethernet
    +    * -------------------------------------------------------------------- */
    +   
    +   #if defined(CONFIG_MACB) || defined(CONFIG_MACB_MODULE)
    +   static u64 eth_dmamask = DMA_BIT_MASK(32);
    +   static struct at91_eth_data eth_data;
    +   
    +   static struct resource eth_resources[] = {
    +           [0] = {
    +                   .start  = AT91SAM9G45_BASE_EMAC,
    +                   .end    = AT91SAM9G45_BASE_EMAC + SZ_16K - 1,
    +                   .flags  = IORESOURCE_MEM,
    +           },
    +           [1] = {
    +                   .start  = AT91SAM9G45_ID_EMAC,
    +                   .end    = AT91SAM9G45_ID_EMAC,
    +                   .flags  = IORESOURCE_IRQ,
    +           },
    +   };
    +   
    +   static struct platform_device at91sam9g45_eth_device = {
    +           .name           = "macb",
    +           .id             = -1,
    +           .dev            = {
    +                                   .dma_mask               = &eth_dmamask,
    +                                   .coherent_dma_mask      = DMA_BIT_MASK(32),
    +                                   .platform_data          = &eth_data,
    +           },
    +           .resource       = eth_resources,
    +           .num_resources  = ARRAY_SIZE(eth_resources),
    +   };
    +   
    +   void __init at91_add_device_eth(struct at91_eth_data *data)
    +   {
    +           if (!data)
    +                   return;
    +   
    +           if (data->phy_irq_pin) {
    +                   at91_set_gpio_input(data->phy_irq_pin, 0);
    +                   at91_set_deglitch(data->phy_irq_pin, 1);
    +           }
    +   
    +           /* Pins used for MII and RMII */
    +           at91_set_A_periph(AT91_PIN_PA17, 0);    /* ETXCK_EREFCK */
    +           at91_set_A_periph(AT91_PIN_PA15, 0);    /* ERXDV */
    +           at91_set_A_periph(AT91_PIN_PA12, 0);    /* ERX0 */
    +           at91_set_A_periph(AT91_PIN_PA13, 0);    /* ERX1 */
    +           at91_set_A_periph(AT91_PIN_PA16, 0);    /* ERXER */
    +           at91_set_A_periph(AT91_PIN_PA14, 0);    /* ETXEN */
    +           at91_set_A_periph(AT91_PIN_PA10, 0);    /* ETX0 */
    +           at91_set_A_periph(AT91_PIN_PA11, 0);    /* ETX1 */
    +           at91_set_A_periph(AT91_PIN_PA19, 0);    /* EMDIO */
    +           at91_set_A_periph(AT91_PIN_PA18, 0);    /* EMDC */
    +   
    +           if (!data->is_rmii) {
    +                   at91_set_B_periph(AT91_PIN_PA29, 0);    /* ECRS */
    +                   at91_set_B_periph(AT91_PIN_PA30, 0);    /* ECOL */
    +                   at91_set_B_periph(AT91_PIN_PA8,  0);    /* ERX2 */
    +                   at91_set_B_periph(AT91_PIN_PA9,  0);    /* ERX3 */
    +                   at91_set_B_periph(AT91_PIN_PA28, 0);    /* ERXCK */
    +                   at91_set_B_periph(AT91_PIN_PA6,  0);    /* ETX2 */
    +                   at91_set_B_periph(AT91_PIN_PA7,  0);    /* ETX3 */
    +                   at91_set_B_periph(AT91_PIN_PA27, 0);    /* ETXER */
    +           }
    +   
    +           eth_data = *data;
    +           platform_device_register(&at91sam9g45_eth_device);
    +   }
    +   #else
    +   void __init at91_add_device_eth(struct at91_eth_data *data) {}
    +   #endif
    +   
    +   
    +   /* --------------------------------------------------------------------
    +    *  NAND / SmartMedia
    +    * -------------------------------------------------------------------- */
    +   
    +   #if defined(CONFIG_MTD_NAND_ATMEL) || defined(CONFIG_MTD_NAND_ATMEL_MODULE)
    +   static struct atmel_nand_data nand_data;
    +   
    +   #define NAND_BASE       AT91_CHIPSELECT_3
    +   
    +   static struct resource nand_resources[] = {
    +           [0] = {
    +                   .start  = NAND_BASE,
    +                   .end    = NAND_BASE + SZ_256M - 1,
    +                   .flags  = IORESOURCE_MEM,
    +           },
    +           [1] = {
    +                   .start  = AT91_BASE_SYS + AT91_ECC,
    +                   .end    = AT91_BASE_SYS + AT91_ECC + SZ_512 - 1,
    +                   .flags  = IORESOURCE_MEM,
    +           }
    +   };
    +   
    +   static struct platform_device at91sam9g45_nand_device = {
    +           .name           = "atmel_nand",
    +           .id             = -1,
    +           .dev            = {
    +                                   .platform_data  = &nand_data,
    +           },
    +           .resource       = nand_resources,
    +           .num_resources  = ARRAY_SIZE(nand_resources),
    +   };
    +   
    +   void __init at91_add_device_nand(struct atmel_nand_data *data)
    +   {
    +           unsigned long csa;
    +   
    +           if (!data)
    +                   return;
    +   
    +           csa = at91_sys_read(AT91_MATRIX_EBICSA);
    +           at91_sys_write(AT91_MATRIX_EBICSA, csa | AT91_MATRIX_EBI_CS3A_SMC_SMARTMEDIA);
    +   
    +           /* enable pin */
    +           if (data->enable_pin)
    +                   at91_set_gpio_output(data->enable_pin, 1);
    +   
    +           /* ready/busy pin */
    +           if (data->rdy_pin)
    +                   at91_set_gpio_input(data->rdy_pin, 1);
    +   
    +           /* card detect pin */
    +           if (data->det_pin)
    +                   at91_set_gpio_input(data->det_pin, 1);
    +   
    +           nand_data = *data;
    +           platform_device_register(&at91sam9g45_nand_device);
    +   }
    +   #else
    +   void __init at91_add_device_nand(struct atmel_nand_data *data) {}
    +   #endif
    +   
    +   
    +   /* --------------------------------------------------------------------
    +    *  TWI (i2c)
    +    * -------------------------------------------------------------------- */
    +   
    +   /*
    +    * Prefer the GPIO code since the TWI controller isn't robust
    +    * (gets overruns and underruns under load) and can only issue
    +    * repeated STARTs in one scenario (the driver doesn't yet handle them).
    +    */
    +   #if defined(CONFIG_I2C_GPIO) || defined(CONFIG_I2C_GPIO_MODULE)
    +   static struct i2c_gpio_platform_data pdata_i2c0 = {
    +           .sda_pin                = AT91_PIN_PA20,
    +           .sda_is_open_drain      = 1,
    +           .scl_pin                = AT91_PIN_PA21,
    +           .scl_is_open_drain      = 1,
    +           .udelay                 = 2,            /* ~100 kHz */
    +   };
    +   
    +   static struct platform_device at91sam9g45_twi0_device = {
    +           .name                   = "i2c-gpio",
    +           .id                     = 0,
    +           .dev.platform_data      = &pdata_i2c0,
    +   };
    +   
    +   static struct i2c_gpio_platform_data pdata_i2c1 = {
    +           .sda_pin                = AT91_PIN_PB10,
    +           .sda_is_open_drain      = 1,
    +           .scl_pin                = AT91_PIN_PB11,
    +           .scl_is_open_drain      = 1,
    +           .udelay                 = 2,            /* ~100 kHz */
    +   };
    +   
    +   static struct platform_device at91sam9g45_twi1_device = {
    +           .name                   = "i2c-gpio",
    +           .id                     = 1,
    +           .dev.platform_data      = &pdata_i2c1,
    +   };
    +   
    +   void __init at91_add_device_i2c(short i2c_id, struct i2c_board_info *devices, int nr_devices)
    +   {
    +           i2c_register_board_info(i2c_id, devices, nr_devices);
    +   
    +           if (i2c_id == 0) {
    +                   at91_set_GPIO_periph(AT91_PIN_PA20, 1);         /* TWD (SDA) */
    +                   at91_set_multi_drive(AT91_PIN_PA20, 1);
    +   
    +                   at91_set_GPIO_periph(AT91_PIN_PA21, 1);         /* TWCK (SCL) */
    +                   at91_set_multi_drive(AT91_PIN_PA21, 1);
    +   
    +                   platform_device_register(&at91sam9g45_twi0_device);
    +           } else {
    +                   at91_set_GPIO_periph(AT91_PIN_PB10, 1);         /* TWD (SDA) */
    +                   at91_set_multi_drive(AT91_PIN_PB10, 1);
    +   
    +                   at91_set_GPIO_periph(AT91_PIN_PB11, 1);         /* TWCK (SCL) */
    +                   at91_set_multi_drive(AT91_PIN_PB11, 1);
    +   
    +                   platform_device_register(&at91sam9g45_twi1_device);
    +           }
    +   }
    +   
    +   #elif defined(CONFIG_I2C_AT91) || defined(CONFIG_I2C_AT91_MODULE)
    +   static struct resource twi0_resources[] = {
    +           [0] = {
    +                   .start  = AT91SAM9G45_BASE_TWI0,
    +                   .end    = AT91SAM9G45_BASE_TWI0 + SZ_16K - 1,
    +                   .flags  = IORESOURCE_MEM,
    +           },
    +           [1] = {
    +                   .start  = AT91SAM9G45_ID_TWI0,
    +                   .end    = AT91SAM9G45_ID_TWI0,
    +                   .flags  = IORESOURCE_IRQ,
    +           },
    +   };
    +   
    +   static struct platform_device at91sam9g45_twi0_device = {
    +           .name           = "at91_i2c",
    +           .id             = 0,
    +           .resource       = twi0_resources,
    +           .num_resources  = ARRAY_SIZE(twi0_resources),
    +   };
    +   
    +   static struct resource twi1_resources[] = {
    +           [0] = {
    +                   .start  = AT91SAM9G45_BASE_TWI1,
    +                   .end    = AT91SAM9G45_BASE_TWI1 + SZ_16K - 1,
    +                   .flags  = IORESOURCE_MEM,
    +           },
    +           [1] = {
    +                   .start  = AT91SAM9G45_ID_TWI1,
    +                   .end    = AT91SAM9G45_ID_TWI1,
    +                   .flags  = IORESOURCE_IRQ,
    +           },
    +   };
    +   
    +   static struct platform_device at91sam9g45_twi1_device = {
    +           .name           = "at91_i2c",
    +           .id             = 1,
    +           .resource       = twi1_resources,
    +           .num_resources  = ARRAY_SIZE(twi1_resources),
    +   };
    +   
    +   void __init at91_add_device_i2c(short i2c_id, struct i2c_board_info *devices, int nr_devices)
    +   {
    +           i2c_register_board_info(i2c_id, devices, nr_devices);
    +   
    +           /* pins used for TWI interface */
    +           if (i2c_id == 0) {
    +                   at91_set_A_periph(AT91_PIN_PA20, 0);            /* TWD */
    +                   at91_set_multi_drive(AT91_PIN_PA20, 1);
    +   
    +                   at91_set_A_periph(AT91_PIN_PA21, 0);            /* TWCK */
    +                   at91_set_multi_drive(AT91_PIN_PA21, 1);
    +   
    +                   platform_device_register(&at91sam9g45_twi0_device);
    +           } else {
    +                   at91_set_A_periph(AT91_PIN_PB10, 0);            /* TWD */
    +                   at91_set_multi_drive(AT91_PIN_PB10, 1);
    +   
    +                   at91_set_A_periph(AT91_PIN_PB11, 0);            /* TWCK */
    +                   at91_set_multi_drive(AT91_PIN_PB11, 1);
    +   
    +                   platform_device_register(&at91sam9g45_twi1_device);
    +           }
    +   }
    +   #else
    +   void __init at91_add_device_i2c(short i2c_id, struct i2c_board_info *devices, int nr_devices) {}
    +   #endif
    +   
    +   
    +   /* --------------------------------------------------------------------
    +    *  SPI
    +    * -------------------------------------------------------------------- */
    +   
    +   #if defined(CONFIG_SPI_ATMEL) || defined(CONFIG_SPI_ATMEL_MODULE)
    +   static u64 spi_dmamask = DMA_BIT_MASK(32);
    +   
    +   static struct resource spi0_resources[] = {
    +           [0] = {
    +                   .start  = AT91SAM9G45_BASE_SPI0,
    +                   .end    = AT91SAM9G45_BASE_SPI0 + SZ_16K - 1,
    +                   .flags  = IORESOURCE_MEM,
    +           },
    +           [1] = {
    +                   .start  = AT91SAM9G45_ID_SPI0,
    +                   .end    = AT91SAM9G45_ID_SPI0,
    +                   .flags  = IORESOURCE_IRQ,
    +           },
    +   };
    +   
    +   static struct platform_device at91sam9g45_spi0_device = {
    +           .name           = "atmel_spi",
    +           .id             = 0,
    +           .dev            = {
    +                                   .dma_mask               = &spi_dmamask,
    +                                   .coherent_dma_mask      = DMA_BIT_MASK(32),
    +           },
    +           .resource       = spi0_resources,
    +           .num_resources  = ARRAY_SIZE(spi0_resources),
    +   };
    +   
    +   static const unsigned spi0_standard_cs[4] = { AT91_PIN_PB3, AT91_PIN_PB18, AT91_PIN_PB19, AT91_PIN_PD27 };
    +   
    +   static struct resource spi1_resources[] = {
    +           [0] = {
    +                   .start  = AT91SAM9G45_BASE_SPI1,
    +                   .end    = AT91SAM9G45_BASE_SPI1 + SZ_16K - 1,
    +                   .flags  = IORESOURCE_MEM,
    +           },
    +           [1] = {
    +                   .start  = AT91SAM9G45_ID_SPI1,
    +                   .end    = AT91SAM9G45_ID_SPI1,
    +                   .flags  = IORESOURCE_IRQ,
    +           },
    +   };
    +   
    +   static struct platform_device at91sam9g45_spi1_device = {
    +           .name           = "atmel_spi",
    +           .id             = 1,
    +           .dev            = {
    +                                   .dma_mask               = &spi_dmamask,
    +                                   .coherent_dma_mask      = DMA_BIT_MASK(32),
    +           },
    +           .resource       = spi1_resources,
    +           .num_resources  = ARRAY_SIZE(spi1_resources),
    +   };
    +   
    +   static const unsigned spi1_standard_cs[4] = { AT91_PIN_PB17, AT91_PIN_PD28, AT91_PIN_PD18, AT91_PIN_PD19 };
    +   
    +   void __init at91_add_device_spi(struct spi_board_info *devices, int nr_devices)
    +   {
    +           int i;
    +           unsigned long cs_pin;
    +           short enable_spi0 = 0;
    +           short enable_spi1 = 0;
    +   
    +           /* Choose SPI chip-selects */
    +           for (i = 0; i < nr_devices; i++) {
    +                   if (devices[i].controller_data)
    +                           cs_pin = (unsigned long) devices[i].controller_data;
    +                   else if (devices[i].bus_num == 0)
    +                           cs_pin = spi0_standard_cs[devices[i].chip_select];
    +                   else
    +                           cs_pin = spi1_standard_cs[devices[i].chip_select];
    +   
    +                   if (devices[i].bus_num == 0)
    +                           enable_spi0 = 1;
    +                   else
    +                           enable_spi1 = 1;
    +   
    +                   /* enable chip-select pin */
    +                   at91_set_gpio_output(cs_pin, 1);
    +   
    +                   /* pass chip-select pin to driver */
    +                   devices[i].controller_data = (void *) cs_pin;
    +           }
    +   
    +           spi_register_board_info(devices, nr_devices);
    +   
    +           /* Configure SPI bus(es) */
    +           if (enable_spi0) {
    +                   at91_set_A_periph(AT91_PIN_PB0, 0);     /* SPI0_MISO */
    +                   at91_set_A_periph(AT91_PIN_PB1, 0);     /* SPI0_MOSI */
    +                   at91_set_A_periph(AT91_PIN_PB2, 0);     /* SPI0_SPCK */
    +   
    +                   at91_clock_associate("spi0_clk", &at91sam9g45_spi0_device.dev, "spi_clk");
    +                   platform_device_register(&at91sam9g45_spi0_device);
    +           }
    +           if (enable_spi1) {
    +                   at91_set_A_periph(AT91_PIN_PB14, 0);    /* SPI1_MISO */
    +                   at91_set_A_periph(AT91_PIN_PB15, 0);    /* SPI1_MOSI */
    +                   at91_set_A_periph(AT91_PIN_PB16, 0);    /* SPI1_SPCK */
    +   
    +                   at91_clock_associate("spi1_clk", &at91sam9g45_spi1_device.dev, "spi_clk");
    +                   platform_device_register(&at91sam9g45_spi1_device);
    +           }
    +   }
    +   #else
    +   void __init at91_add_device_spi(struct spi_board_info *devices, int nr_devices) {}
    +   #endif
    +   
    +   
    +   /* --------------------------------------------------------------------
    +    *  AC97
    +    * -------------------------------------------------------------------- */
    +   
    +   #if defined(CONFIG_SND_ATMEL_AC97C) || defined(CONFIG_SND_ATMEL_AC97C_MODULE)
    +   static u64 ac97_dmamask = DMA_BIT_MASK(32);
    +   static struct ac97c_platform_data ac97_data;
    +   
    +   static struct resource ac97_resources[] = {
    +           [0] = {
    +                   .start  = AT91SAM9G45_BASE_AC97C,
    +                   .end    = AT91SAM9G45_BASE_AC97C + SZ_16K - 1,
    +                   .flags  = IORESOURCE_MEM,
    +           },
    +           [1] = {
    +                   .start  = AT91SAM9G45_ID_AC97C,
    +                   .end    = AT91SAM9G45_ID_AC97C,
    +                   .flags  = IORESOURCE_IRQ,
    +           },
    +   };
    +   
    +   static struct platform_device at91sam9g45_ac97_device = {
    +           .name           = "atmel_ac97c",
    +           .id             = 0,
    +           .dev            = {
    +                                   .dma_mask               = &ac97_dmamask,
    +                                   .coherent_dma_mask      = DMA_BIT_MASK(32),
    +                                   .platform_data          = &ac97_data,
    +           },
    +           .resource       = ac97_resources,
    +           .num_resources  = ARRAY_SIZE(ac97_resources),
    +   };
    +   
    +   void __init at91_add_device_ac97(struct ac97c_platform_data *data)
    +   {
    +           if (!data)
    +                   return;
    +   
    +           at91_set_A_periph(AT91_PIN_PD8, 0);     /* AC97FS */
    +           at91_set_A_periph(AT91_PIN_PD9, 0);     /* AC97CK */
    +           at91_set_A_periph(AT91_PIN_PD7, 0);     /* AC97TX */
    +           at91_set_A_periph(AT91_PIN_PD6, 0);     /* AC97RX */
    +   
    +           /* reset */
    +           if (data->reset_pin)
    +                   at91_set_gpio_output(data->reset_pin, 0);
    +   
    +           ac97_data = *data;
    +           platform_device_register(&at91sam9g45_ac97_device);
    +   }
    +   #else
    +   void __init at91_add_device_ac97(struct ac97c_platform_data *data) {}
    +   #endif
    +   
    +   
    +   /* --------------------------------------------------------------------
    +    *  LCD Controller
    +    * -------------------------------------------------------------------- */
    +   
    +   #if defined(CONFIG_FB_ATMEL) || defined(CONFIG_FB_ATMEL_MODULE)
    +   static u64 lcdc_dmamask = DMA_BIT_MASK(32);
    +   static struct atmel_lcdfb_info lcdc_data;
    +   
    +   static struct resource lcdc_resources[] = {
    +           [0] = {
    +                   .start  = AT91SAM9G45_LCDC_BASE,
    +                   .end    = AT91SAM9G45_LCDC_BASE + SZ_4K - 1,
    +                   .flags  = IORESOURCE_MEM,
    +           },
    +           [1] = {
    +                   .start  = AT91SAM9G45_ID_LCDC,
    +                   .end    = AT91SAM9G45_ID_LCDC,
    +                   .flags  = IORESOURCE_IRQ,
    +           },
    +   };
    +   
    +   static struct platform_device at91_lcdc_device = {
    +           .name           = "atmel_lcdfb",
    +           .id             = 0,
    +           .dev            = {
    +                                   .dma_mask               = &lcdc_dmamask,
    +                                   .coherent_dma_mask      = DMA_BIT_MASK(32),
    +                                   .platform_data          = &lcdc_data,
    +           },
    +           .resource       = lcdc_resources,
    +           .num_resources  = ARRAY_SIZE(lcdc_resources),
    +   };
    +   
    +   void __init at91_add_device_lcdc(struct atmel_lcdfb_info *data)
    +   {
    +           if (!data)
    +                   return;
    +   
    +           at91_set_A_periph(AT91_PIN_PE0, 0);     /* LCDDPWR */
    +   
    +           at91_set_A_periph(AT91_PIN_PE2, 0);     /* LCDCC */
    +           at91_set_A_periph(AT91_PIN_PE3, 0);     /* LCDVSYNC */
    +           at91_set_A_periph(AT91_PIN_PE4, 0);     /* LCDHSYNC */
    +           at91_set_A_periph(AT91_PIN_PE5, 0);     /* LCDDOTCK */
    +           at91_set_A_periph(AT91_PIN_PE6, 0);     /* LCDDEN */
    +           at91_set_A_periph(AT91_PIN_PE7, 0);     /* LCDD0 */
    +           at91_set_A_periph(AT91_PIN_PE8, 0);     /* LCDD1 */
    +           at91_set_A_periph(AT91_PIN_PE9, 0);     /* LCDD2 */
    +           at91_set_A_periph(AT91_PIN_PE10, 0);    /* LCDD3 */
    +           at91_set_A_periph(AT91_PIN_PE11, 0);    /* LCDD4 */
    +           at91_set_A_periph(AT91_PIN_PE12, 0);    /* LCDD5 */
    +           at91_set_A_periph(AT91_PIN_PE13, 0);    /* LCDD6 */
    +           at91_set_A_periph(AT91_PIN_PE14, 0);    /* LCDD7 */
    +           at91_set_A_periph(AT91_PIN_PE15, 0);    /* LCDD8 */
    +           at91_set_A_periph(AT91_PIN_PE16, 0);    /* LCDD9 */
    +           at91_set_A_periph(AT91_PIN_PE17, 0);    /* LCDD10 */
    +           at91_set_A_periph(AT91_PIN_PE18, 0);    /* LCDD11 */
    +           at91_set_A_periph(AT91_PIN_PE19, 0);    /* LCDD12 */
    +           at91_set_A_periph(AT91_PIN_PE20, 0);    /* LCDD13 */
    +           at91_set_A_periph(AT91_PIN_PE21, 0);    /* LCDD14 */
    +           at91_set_A_periph(AT91_PIN_PE22, 0);    /* LCDD15 */
    +           at91_set_A_periph(AT91_PIN_PE23, 0);    /* LCDD16 */
    +           at91_set_A_periph(AT91_PIN_PE24, 0);    /* LCDD17 */
    +           at91_set_A_periph(AT91_PIN_PE25, 0);    /* LCDD18 */
    +           at91_set_A_periph(AT91_PIN_PE26, 0);    /* LCDD19 */
    +           at91_set_A_periph(AT91_PIN_PE27, 0);    /* LCDD20 */
    +           at91_set_A_periph(AT91_PIN_PE28, 0);    /* LCDD21 */
    +           at91_set_A_periph(AT91_PIN_PE29, 0);    /* LCDD22 */
    +           at91_set_A_periph(AT91_PIN_PE30, 0);    /* LCDD23 */
    +   
    +           lcdc_data = *data;
    +           platform_device_register(&at91_lcdc_device);
    +   }
    +   #else
    +   void __init at91_add_device_lcdc(struct atmel_lcdfb_info *data) {}
    +   #endif
    +   
    +   
    +   /* --------------------------------------------------------------------
    +    *  Timer/Counter block
    +    * -------------------------------------------------------------------- */
    +   
    +   #ifdef CONFIG_ATMEL_TCLIB
    +   static struct resource tcb0_resources[] = {
    +           [0] = {
    +                   .start  = AT91SAM9G45_BASE_TCB0,
    +                   .end    = AT91SAM9G45_BASE_TCB0 + SZ_16K - 1,
    +                   .flags  = IORESOURCE_MEM,
    +           },
    +           [1] = {
    +                   .start  = AT91SAM9G45_ID_TCB,
    +                   .end    = AT91SAM9G45_ID_TCB,
    +                   .flags  = IORESOURCE_IRQ,
    +           },
    +   };
    +   
    +   static struct platform_device at91sam9g45_tcb0_device = {
    +           .name           = "atmel_tcb",
    +           .id             = 0,
    +           .resource       = tcb0_resources,
    +           .num_resources  = ARRAY_SIZE(tcb0_resources),
    +   };
    +   
    +   /* TCB1 begins with TC3 */
    +   static struct resource tcb1_resources[] = {
    +           [0] = {
    +                   .start  = AT91SAM9G45_BASE_TCB1,
    +                   .end    = AT91SAM9G45_BASE_TCB1 + SZ_16K - 1,
    +                   .flags  = IORESOURCE_MEM,
    +           },
    +           [1] = {
    +                   .start  = AT91SAM9G45_ID_TCB,
    +                   .end    = AT91SAM9G45_ID_TCB,
    +                   .flags  = IORESOURCE_IRQ,
    +           },
    +   };
    +   
    +   static struct platform_device at91sam9g45_tcb1_device = {
    +           .name           = "atmel_tcb",
    +           .id             = 1,
    +           .resource       = tcb1_resources,
    +           .num_resources  = ARRAY_SIZE(tcb1_resources),
    +   };
    +   
    +   static void __init at91_add_device_tc(void)
    +   {
    +           /* this chip has one clock and irq for all six TC channels */
    +           at91_clock_associate("tcb_clk", &at91sam9g45_tcb0_device.dev, "t0_clk");
    +           platform_device_register(&at91sam9g45_tcb0_device);
    +           at91_clock_associate("tcb_clk", &at91sam9g45_tcb1_device.dev, "t0_clk");
    +           platform_device_register(&at91sam9g45_tcb1_device);
    +   }
    +   #else
    +   static void __init at91_add_device_tc(void) { }
    +   #endif
    +   
    +   
    +   /* --------------------------------------------------------------------
    +    *  RTC
    +    * -------------------------------------------------------------------- */
    +   
    +   #if defined(CONFIG_RTC_DRV_AT91RM9200) || defined(CONFIG_RTC_DRV_AT91RM9200_MODULE)
    +   static struct platform_device at91sam9g45_rtc_device = {
    +           .name           = "at91_rtc",
    +           .id             = -1,
    +           .num_resources  = 0,
    +   };
    +   
    +   static void __init at91_add_device_rtc(void)
    +   {
    +           platform_device_register(&at91sam9g45_rtc_device);
    +   }
    +   #else
    +   static void __init at91_add_device_rtc(void) {}
    +   #endif
    +   
    +   
    +   /* --------------------------------------------------------------------
    +    *  RTT
    +    * -------------------------------------------------------------------- */
    +   
    +   static struct resource rtt_resources[] = {
    +           {
    +                   .start  = AT91_BASE_SYS + AT91_RTT,
    +                   .end    = AT91_BASE_SYS + AT91_RTT + SZ_16 - 1,
    +                   .flags  = IORESOURCE_MEM,
    +           }
    +   };
    +   
    +   static struct platform_device at91sam9g45_rtt_device = {
    +           .name           = "at91_rtt",
    +           .id             = 0,
    +           .resource       = rtt_resources,
    +           .num_resources  = ARRAY_SIZE(rtt_resources),
    +   };
    +   
    +   static void __init at91_add_device_rtt(void)
    +   {
    +           platform_device_register(&at91sam9g45_rtt_device);
    +   }
    +   
    +   
    +   /* --------------------------------------------------------------------
    +    *  Watchdog
    +    * -------------------------------------------------------------------- */
    +   
 +  + + #if defined(CONFIG_AT91SAM9X_WATCHDOG) || defined(CONFIG_AT91SAM9X_WATCHDOG_MODULE)
    +   static struct platform_device at91sam9g45_wdt_device = {
    +           .name           = "at91_wdt",
    +           .id             = -1,
    +           .num_resources  = 0,
    +   };
    +   
    +   static void __init at91_add_device_watchdog(void)
    +   {
    +           platform_device_register(&at91sam9g45_wdt_device);
    +   }
    +   #else
    +   static void __init at91_add_device_watchdog(void) {}
    +   #endif
    +   
    +   
    +   /* --------------------------------------------------------------------
    +    *  PWM
    +    * --------------------------------------------------------------------*/
    +   
    +   #if defined(CONFIG_ATMEL_PWM) || defined(CONFIG_ATMEL_PWM_MODULE)
    +   static u32 pwm_mask;
    +   
    +   static struct resource pwm_resources[] = {
    +           [0] = {
    +                   .start  = AT91SAM9G45_BASE_PWMC,
    +                   .end    = AT91SAM9G45_BASE_PWMC + SZ_16K - 1,
    +                   .flags  = IORESOURCE_MEM,
    +           },
    +           [1] = {
    +                   .start  = AT91SAM9G45_ID_PWMC,
    +                   .end    = AT91SAM9G45_ID_PWMC,
    +                   .flags  = IORESOURCE_IRQ,
    +           },
    +   };
    +   
    +   static struct platform_device at91sam9g45_pwm0_device = {
    +           .name   = "atmel_pwm",
    +           .id     = -1,
    +           .dev    = {
    +                   .platform_data          = &pwm_mask,
    +           },
    +           .resource       = pwm_resources,
    +           .num_resources  = ARRAY_SIZE(pwm_resources),
    +   };
    +   
    +   void __init at91_add_device_pwm(u32 mask)
    +   {
    +           if (mask & (1 << AT91_PWM0))
    +                   at91_set_B_periph(AT91_PIN_PD24, 1);    /* enable PWM0 */
    +   
    +           if (mask & (1 << AT91_PWM1))
    +                   at91_set_B_periph(AT91_PIN_PD31, 1);    /* enable PWM1 */
    +   
    +           if (mask & (1 << AT91_PWM2))
    +                   at91_set_B_periph(AT91_PIN_PD26, 1);    /* enable PWM2 */
    +   
    +           if (mask & (1 << AT91_PWM3))
    +                   at91_set_B_periph(AT91_PIN_PD0, 1);     /* enable PWM3 */
    +   
    +           pwm_mask = mask;
    +   
    +           platform_device_register(&at91sam9g45_pwm0_device);
    +   }
    +   #else
    +   void __init at91_add_device_pwm(u32 mask) {}
    +   #endif
    +   
    +   
    +   /* --------------------------------------------------------------------
    +    *  SSC -- Synchronous Serial Controller
    +    * -------------------------------------------------------------------- */
    +   
    +   #if defined(CONFIG_ATMEL_SSC) || defined(CONFIG_ATMEL_SSC_MODULE)
    +   static u64 ssc0_dmamask = DMA_BIT_MASK(32);
    +   
    +   static struct resource ssc0_resources[] = {
    +           [0] = {
    +                   .start  = AT91SAM9G45_BASE_SSC0,
    +                   .end    = AT91SAM9G45_BASE_SSC0 + SZ_16K - 1,
    +                   .flags  = IORESOURCE_MEM,
    +           },
    +           [1] = {
    +                   .start  = AT91SAM9G45_ID_SSC0,
    +                   .end    = AT91SAM9G45_ID_SSC0,
    +                   .flags  = IORESOURCE_IRQ,
    +           },
    +   };
    +   
    +   static struct platform_device at91sam9g45_ssc0_device = {
    +           .name   = "ssc",
    +           .id     = 0,
    +           .dev    = {
    +                   .dma_mask               = &ssc0_dmamask,
    +                   .coherent_dma_mask      = DMA_BIT_MASK(32),
    +           },
    +           .resource       = ssc0_resources,
    +           .num_resources  = ARRAY_SIZE(ssc0_resources),
    +   };
    +   
    +   static inline void configure_ssc0_pins(unsigned pins)
    +   {
    +           if (pins & ATMEL_SSC_TF)
    +                   at91_set_A_periph(AT91_PIN_PD1, 1);
    +           if (pins & ATMEL_SSC_TK)
    +                   at91_set_A_periph(AT91_PIN_PD0, 1);
    +           if (pins & ATMEL_SSC_TD)
    +                   at91_set_A_periph(AT91_PIN_PD2, 1);
    +           if (pins & ATMEL_SSC_RD)
    +                   at91_set_A_periph(AT91_PIN_PD3, 1);
    +           if (pins & ATMEL_SSC_RK)
    +                   at91_set_A_periph(AT91_PIN_PD4, 1);
    +           if (pins & ATMEL_SSC_RF)
    +                   at91_set_A_periph(AT91_PIN_PD5, 1);
    +   }
    +   
    +   static u64 ssc1_dmamask = DMA_BIT_MASK(32);
    +   
    +   static struct resource ssc1_resources[] = {
    +           [0] = {
    +                   .start  = AT91SAM9G45_BASE_SSC1,
    +                   .end    = AT91SAM9G45_BASE_SSC1 + SZ_16K - 1,
    +                   .flags  = IORESOURCE_MEM,
    +           },
    +           [1] = {
    +                   .start  = AT91SAM9G45_ID_SSC1,
    +                   .end    = AT91SAM9G45_ID_SSC1,
    +                   .flags  = IORESOURCE_IRQ,
    +           },
    +   };
    +   
    +   static struct platform_device at91sam9g45_ssc1_device = {
    +           .name   = "ssc",
    +           .id     = 1,
    +           .dev    = {
    +                   .dma_mask               = &ssc1_dmamask,
    +                   .coherent_dma_mask      = DMA_BIT_MASK(32),
    +           },
    +           .resource       = ssc1_resources,
    +           .num_resources  = ARRAY_SIZE(ssc1_resources),
    +   };
    +   
    +   static inline void configure_ssc1_pins(unsigned pins)
    +   {
    +           if (pins & ATMEL_SSC_TF)
    +                   at91_set_A_periph(AT91_PIN_PD14, 1);
    +           if (pins & ATMEL_SSC_TK)
    +                   at91_set_A_periph(AT91_PIN_PD12, 1);
    +           if (pins & ATMEL_SSC_TD)
    +                   at91_set_A_periph(AT91_PIN_PD10, 1);
    +           if (pins & ATMEL_SSC_RD)
    +                   at91_set_A_periph(AT91_PIN_PD11, 1);
    +           if (pins & ATMEL_SSC_RK)
    +                   at91_set_A_periph(AT91_PIN_PD13, 1);
    +           if (pins & ATMEL_SSC_RF)
    +                   at91_set_A_periph(AT91_PIN_PD15, 1);
    +   }
    +   
    +   /*
    +    * SSC controllers are accessed through library code, instead of any
    +    * kind of all-singing/all-dancing driver.  For example one could be
    +    * used by a particular I2S audio codec's driver, while another one
    +    * on the same system might be used by a custom data capture driver.
    +    */
    +   void __init at91_add_device_ssc(unsigned id, unsigned pins)
    +   {
    +           struct platform_device *pdev;
    +   
    +           /*
    +            * NOTE: caller is responsible for passing information matching
    +            * "pins" to whatever will be using each particular controller.
    +            */
    +           switch (id) {
    +           case AT91SAM9G45_ID_SSC0:
    +                   pdev = &at91sam9g45_ssc0_device;
    +                   configure_ssc0_pins(pins);
    +                   at91_clock_associate("ssc0_clk", &pdev->dev, "pclk");
    +                   break;
    +           case AT91SAM9G45_ID_SSC1:
    +                   pdev = &at91sam9g45_ssc1_device;
    +                   configure_ssc1_pins(pins);
    +                   at91_clock_associate("ssc1_clk", &pdev->dev, "pclk");
    +                   break;
    +           default:
    +                   return;
    +           }
    +   
    +           platform_device_register(pdev);
    +   }
    +   
    +   #else
    +   void __init at91_add_device_ssc(unsigned id, unsigned pins) {}
    +   #endif
    +   
    +   
    +   /* --------------------------------------------------------------------
    +    *  UART
    +    * -------------------------------------------------------------------- */
    +   
    +   #if defined(CONFIG_SERIAL_ATMEL)
    +   static struct resource dbgu_resources[] = {
    +           [0] = {
    +                   .start  = AT91_VA_BASE_SYS + AT91_DBGU,
    +                   .end    = AT91_VA_BASE_SYS + AT91_DBGU + SZ_512 - 1,
    +                   .flags  = IORESOURCE_MEM,
    +           },
    +           [1] = {
    +                   .start  = AT91_ID_SYS,
    +                   .end    = AT91_ID_SYS,
    +                   .flags  = IORESOURCE_IRQ,
    +           },
    +   };
    +   
    +   static struct atmel_uart_data dbgu_data = {
    +           .use_dma_tx     = 0,
    +           .use_dma_rx     = 0,
    +           .regs           = (void __iomem *)(AT91_VA_BASE_SYS + AT91_DBGU),
    +   };
    +   
    +   static u64 dbgu_dmamask = DMA_BIT_MASK(32);
    +   
    +   static struct platform_device at91sam9g45_dbgu_device = {
    +           .name           = "atmel_usart",
    +           .id             = 0,
    +           .dev            = {
    +                                   .dma_mask               = &dbgu_dmamask,
    +                                   .coherent_dma_mask      = DMA_BIT_MASK(32),
    +                                   .platform_data          = &dbgu_data,
    +           },
    +           .resource       = dbgu_resources,
    +           .num_resources  = ARRAY_SIZE(dbgu_resources),
    +   };
    +   
    +   static inline void configure_dbgu_pins(void)
    +   {
    +           at91_set_A_periph(AT91_PIN_PB12, 0);            /* DRXD */
    +           at91_set_A_periph(AT91_PIN_PB13, 1);            /* DTXD */
    +   }
    +   
    +   static struct resource uart0_resources[] = {
    +           [0] = {
    +                   .start  = AT91SAM9G45_BASE_US0,
    +                   .end    = AT91SAM9G45_BASE_US0 + SZ_16K - 1,
    +                   .flags  = IORESOURCE_MEM,
    +           },
    +           [1] = {
    +                   .start  = AT91SAM9G45_ID_US0,
    +                   .end    = AT91SAM9G45_ID_US0,
    +                   .flags  = IORESOURCE_IRQ,
    +           },
    +   };
    +   
    +   static struct atmel_uart_data uart0_data = {
    +           .use_dma_tx     = 1,
    +           .use_dma_rx     = 1,
    +   };
    +   
    +   static u64 uart0_dmamask = DMA_BIT_MASK(32);
    +   
    +   static struct platform_device at91sam9g45_uart0_device = {
    +           .name           = "atmel_usart",
    +           .id             = 1,
    +           .dev            = {
    +                                   .dma_mask               = &uart0_dmamask,
    +                                   .coherent_dma_mask      = DMA_BIT_MASK(32),
    +                                   .platform_data          = &uart0_data,
    +           },
    +           .resource       = uart0_resources,
    +           .num_resources  = ARRAY_SIZE(uart0_resources),
    +   };
    +   
    +   static inline void configure_usart0_pins(unsigned pins)
    +   {
    +           at91_set_A_periph(AT91_PIN_PB19, 1);            /* TXD0 */
    +           at91_set_A_periph(AT91_PIN_PB18, 0);            /* RXD0 */
    +   
    +           if (pins & ATMEL_UART_RTS)
    +                   at91_set_B_periph(AT91_PIN_PB17, 0);    /* RTS0 */
    +           if (pins & ATMEL_UART_CTS)
    +                   at91_set_B_periph(AT91_PIN_PB15, 0);    /* CTS0 */
    +   }
    +   
    +   static struct resource uart1_resources[] = {
    +           [0] = {
    +                   .start  = AT91SAM9G45_BASE_US1,
    +                   .end    = AT91SAM9G45_BASE_US1 + SZ_16K - 1,
    +                   .flags  = IORESOURCE_MEM,
    +           },
    +           [1] = {
    +                   .start  = AT91SAM9G45_ID_US1,
    +                   .end    = AT91SAM9G45_ID_US1,
    +                   .flags  = IORESOURCE_IRQ,
    +           },
    +   };
    +   
    +   static struct atmel_uart_data uart1_data = {
    +           .use_dma_tx     = 1,
    +           .use_dma_rx     = 1,
    +   };
    +   
    +   static u64 uart1_dmamask = DMA_BIT_MASK(32);
    +   
    +   static struct platform_device at91sam9g45_uart1_device = {
    +           .name           = "atmel_usart",
    +           .id             = 2,
    +           .dev            = {
    +                                   .dma_mask               = &uart1_dmamask,
    +                                   .coherent_dma_mask      = DMA_BIT_MASK(32),
    +                                   .platform_data          = &uart1_data,
    +           },
    +           .resource       = uart1_resources,
    +           .num_resources  = ARRAY_SIZE(uart1_resources),
    +   };
    +   
    +   static inline void configure_usart1_pins(unsigned pins)
    +   {
    +           at91_set_A_periph(AT91_PIN_PB4, 1);             /* TXD1 */
    +           at91_set_A_periph(AT91_PIN_PB5, 0);             /* RXD1 */
    +   
    +           if (pins & ATMEL_UART_RTS)
    +                   at91_set_A_periph(AT91_PIN_PD16, 0);    /* RTS1 */
    +           if (pins & ATMEL_UART_CTS)
    +                   at91_set_A_periph(AT91_PIN_PD17, 0);    /* CTS1 */
    +   }
    +   
    +   static struct resource uart2_resources[] = {
    +           [0] = {
    +                   .start  = AT91SAM9G45_BASE_US2,
    +                   .end    = AT91SAM9G45_BASE_US2 + SZ_16K - 1,
    +                   .flags  = IORESOURCE_MEM,
    +           },
    +           [1] = {
    +                   .start  = AT91SAM9G45_ID_US2,
    +                   .end    = AT91SAM9G45_ID_US2,
    +                   .flags  = IORESOURCE_IRQ,
    +           },
    +   };
    +   
    +   static struct atmel_uart_data uart2_data = {
    +           .use_dma_tx     = 1,
    +           .use_dma_rx     = 1,
    +   };
    +   
    +   static u64 uart2_dmamask = DMA_BIT_MASK(32);
    +   
    +   static struct platform_device at91sam9g45_uart2_device = {
    +           .name           = "atmel_usart",
    +           .id             = 3,
    +           .dev            = {
    +                                   .dma_mask               = &uart2_dmamask,
    +                                   .coherent_dma_mask      = DMA_BIT_MASK(32),
    +                                   .platform_data          = &uart2_data,
    +           },
    +           .resource       = uart2_resources,
    +           .num_resources  = ARRAY_SIZE(uart2_resources),
    +   };
    +   
    +   static inline void configure_usart2_pins(unsigned pins)
    +   {
    +           at91_set_A_periph(AT91_PIN_PB6, 1);             /* TXD2 */
    +           at91_set_A_periph(AT91_PIN_PB7, 0);             /* RXD2 */
    +   
    +           if (pins & ATMEL_UART_RTS)
    +                   at91_set_B_periph(AT91_PIN_PC9, 0);     /* RTS2 */
    +           if (pins & ATMEL_UART_CTS)
    +                   at91_set_B_periph(AT91_PIN_PC11, 0);    /* CTS2 */
    +   }
    +   
    +   static struct resource uart3_resources[] = {
    +           [0] = {
    +                   .start  = AT91SAM9G45_BASE_US3,
    +                   .end    = AT91SAM9G45_BASE_US3 + SZ_16K - 1,
    +                   .flags  = IORESOURCE_MEM,
    +           },
    +           [1] = {
    +                   .start  = AT91SAM9G45_ID_US3,
    +                   .end    = AT91SAM9G45_ID_US3,
    +                   .flags  = IORESOURCE_IRQ,
    +           },
    +   };
    +   
    +   static struct atmel_uart_data uart3_data = {
    +           .use_dma_tx     = 1,
    +           .use_dma_rx     = 1,
    +   };
    +   
    +   static u64 uart3_dmamask = DMA_BIT_MASK(32);
    +   
    +   static struct platform_device at91sam9g45_uart3_device = {
    +           .name           = "atmel_usart",
    +           .id             = 4,
    +           .dev            = {
    +                                   .dma_mask               = &uart3_dmamask,
    +                                   .coherent_dma_mask      = DMA_BIT_MASK(32),
    +                                   .platform_data          = &uart3_data,
    +           },
    +           .resource       = uart3_resources,
    +           .num_resources  = ARRAY_SIZE(uart3_resources),
    +   };
    +   
    +   static inline void configure_usart3_pins(unsigned pins)
    +   {
    +           at91_set_A_periph(AT91_PIN_PB8, 1);             /* TXD3 */
    +           at91_set_A_periph(AT91_PIN_PB9, 0);             /* RXD3 */
    +   
    +           if (pins & ATMEL_UART_RTS)
    +                   at91_set_B_periph(AT91_PIN_PA23, 0);    /* RTS3 */
    +           if (pins & ATMEL_UART_CTS)
    +                   at91_set_B_periph(AT91_PIN_PA24, 0);    /* CTS3 */
    +   }
    +   
    +   static struct platform_device *__initdata at91_uarts[ATMEL_MAX_UART];   /* the UARTs to use */
    +   struct platform_device *atmel_default_console_device;   /* the serial console device */
    +   
    +   void __init at91_register_uart(unsigned id, unsigned portnr, unsigned pins)
    +   {
    +           struct platform_device *pdev;
    +   
    +           switch (id) {
    +                   case 0:         /* DBGU */
    +                           pdev = &at91sam9g45_dbgu_device;
    +                           configure_dbgu_pins();
    +                           at91_clock_associate("mck", &pdev->dev, "usart");
    +                           break;
    +                   case AT91SAM9G45_ID_US0:
    +                           pdev = &at91sam9g45_uart0_device;
    +                           configure_usart0_pins(pins);
    +                           at91_clock_associate("usart0_clk", &pdev->dev, "usart");
    +                           break;
    +                   case AT91SAM9G45_ID_US1:
    +                           pdev = &at91sam9g45_uart1_device;
    +                           configure_usart1_pins(pins);
    +                           at91_clock_associate("usart1_clk", &pdev->dev, "usart");
    +                           break;
    +                   case AT91SAM9G45_ID_US2:
    +                           pdev = &at91sam9g45_uart2_device;
    +                           configure_usart2_pins(pins);
    +                           at91_clock_associate("usart2_clk", &pdev->dev, "usart");
    +                           break;
    +                   case AT91SAM9G45_ID_US3:
    +                           pdev = &at91sam9g45_uart3_device;
    +                           configure_usart3_pins(pins);
    +                           at91_clock_associate("usart3_clk", &pdev->dev, "usart");
    +                           break;
    +                   default:
    +                           return;
    +           }
    +           pdev->id = portnr;              /* update to mapped ID */
    +   
    +           if (portnr < ATMEL_MAX_UART)
    +                   at91_uarts[portnr] = pdev;
    +   }
    +   
    +   void __init at91_set_serial_console(unsigned portnr)
    +   {
    +           if (portnr < ATMEL_MAX_UART)
    +                   atmel_default_console_device = at91_uarts[portnr];
    +   }
    +   
    +   void __init at91_add_device_serial(void)
    +   {
    +           int i;
    +   
    +           for (i = 0; i < ATMEL_MAX_UART; i++) {
    +                   if (at91_uarts[i])
    +                           platform_device_register(at91_uarts[i]);
    +           }
    +   
    +           if (!atmel_default_console_device)
    +                   printk(KERN_INFO "AT91: No default serial console defined.\n");
    +   }
    +   #else
    +   void __init at91_register_uart(unsigned id, unsigned portnr, unsigned pins) {}
    +   void __init at91_set_serial_console(unsigned portnr) {}
    +   void __init at91_add_device_serial(void) {}
    +   #endif
    +   
    +   
    +   /* -------------------------------------------------------------------- */
    +   /*
    +    * These devices are always present and don't need any board-specific
    +    * setup.
    +    */
    +   static int __init at91_add_standard_devices(void)
    +   {
    +           at91_add_device_hdmac();
    +           at91_add_device_rtc();
    +           at91_add_device_rtt();
    +           at91_add_device_watchdog();
    +           at91_add_device_tc();
    +           return 0;
    +   }
    +   
    +   arch_initcall(at91_add_standard_devices);
diff --combined drivers/dma/Kconfig
index b401dadad4a87af4e567186ce8f7153f7b62a3a4,668151977b8af65e4ee39c577b145e1efec3bfe7,5903a88351bfdf5b844a45c616aa68419318a3fb,b401dadad4a87af4e567186ce8f7153f7b62a3a4,070357aaedbcacfd0a2f2bb42e8e7587eeb1e3f1,b401dadad4a87af4e567186ce8f7153f7b62a3a4,5903a88351bfdf5b844a45c616aa68419318a3fb,5903a88351bfdf5b844a45c616aa68419318a3fb..eb140ff38c27e5be88932c068efe032221c1f69a
@@@@@@@@@ -4,7 -4,7 -4,7 -4,7 -4,7 -4,7 -4,7 -4,7 +4,7 @@@@@@@@@
        
        menuconfig DMADEVICES
                bool "DMA Engine support"
    -           depends on !HIGHMEM64G && HAS_DMA
    +           depends on HAS_DMA
                help
                  DMA engines can do asynchronous data transfers without
                  involving the host CPU.  Currently, this framework can be
@@@@@@@@@ -17,17 -17,15 -17,15 -17,17 -17,11 -17,17 -17,15 -17,15 +17,17 @@@@@@@@@ if DMADEVICE
        
        comment "DMA Devices"
        
    +   config ASYNC_TX_DISABLE_CHANNEL_SWITCH
    +           bool
    +   
        config INTEL_IOATDMA
                tristate "Intel I/OAT DMA support"
                depends on PCI && X86
                select DMA_ENGINE
                select DCA
    +           select ASYNC_TX_DISABLE_CHANNEL_SWITCH
 ++ + ++        select ASYNC_TX_DISABLE_PQ_VAL_DMA
 ++ + ++        select ASYNC_TX_DISABLE_XOR_VAL_DMA
                help
                  Enable support for the Intel(R) I/OAT DMA engine present
                  in recent Intel Xeon chipsets.
@@@@@@@@@ -52,14 -50,14 -50,14 -52,14 -46,6 -52,14 -50,14 -50,14 +52,14 @@@@@@@@@ config DW_DMA
                  Support the Synopsys DesignWare AHB DMA controller.  This
                  can be integrated in chips such as the Atmel AT32ap7000.
        
- -- ---        depends on ARCH_AT91SAM9RL
    +   config AT_HDMAC
    +           tristate "Atmel AHB DMA support"
+ ++++++        depends on ARCH_AT91SAM9RL || ARCH_AT91SAM9G45
    +           select DMA_ENGINE
    +           help
    +             Support the Atmel AHB DMA controller.  This can be integrated in
    +             chips such as the Atmel AT91SAM9RL.
    +   
        config FSL_DMA
                tristate "Freescale Elo and Elo Plus DMA support"
                depends on FSL_SOC
@@@@@@@@@ -103,14 -101,14 -101,14 -103,14 -89,6 -103,14 -101,14 -101,14 +103,14 @@@@@@@@@ config TXX9_DMA
                  Support the TXx9 SoC internal DMA controller.  This can be
                  integrated in chips such as the Toshiba TX4927/38/39.
        
    +   config SH_DMAE
    +           tristate "Renesas SuperH DMAC support"
    +           depends on SUPERH && SH_DMA
    +           depends on !SH_DMA_API
    +           select DMA_ENGINE
    +           help
    +             Enable support for the Renesas SuperH DMA controllers.
    +   
        config DMA_ENGINE
                bool
        
This page took 0.448326 seconds and 4 git commands to generate.