aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS274
1 files changed, 206 insertions, 68 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 743d540f5db4..3d7782b9f90d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -90,6 +90,9 @@ Descriptions of section entries:
90 F: drivers/net/* all files in drivers/net, but not below 90 F: drivers/net/* all files in drivers/net, but not below
91 F: */net/* all files in "any top level directory"/net 91 F: */net/* all files in "any top level directory"/net
92 One pattern per line. Multiple F: lines acceptable. 92 One pattern per line. Multiple F: lines acceptable.
93 N: Files and directories with regex patterns.
94 N: [^a-z]tegra all files whose path contains the word tegra
95 One pattern per line. Multiple N: lines acceptable.
93 X: Files and directories that are NOT maintained, same rules as F: 96 X: Files and directories that are NOT maintained, same rules as F:
94 Files exclusions are tested before file matches. 97 Files exclusions are tested before file matches.
95 Can be useful for excluding a specific subdirectory, for instance: 98 Can be useful for excluding a specific subdirectory, for instance:
@@ -97,13 +100,12 @@ Descriptions of section entries:
97 X: net/ipv6/ 100 X: net/ipv6/
98 matches all files in and below net excluding net/ipv6/ 101 matches all files in and below net excluding net/ipv6/
99 K: Keyword perl extended regex pattern to match content in a 102 K: Keyword perl extended regex pattern to match content in a
100 patch or file, or an affected filename. For instance: 103 patch or file. For instance:
101 K: of_get_profile 104 K: of_get_profile
102 matches patch or file content, or filenames, that contain 105 matches patches or files that contain "of_get_profile"
103 "of_get_profile"
104 K: \b(printk|pr_(info|err))\b 106 K: \b(printk|pr_(info|err))\b
105 matches patch or file content, or filenames, that contain one or 107 matches patches or files that contain one or more of the words
106 more of the words printk, pr_info or pr_err 108 printk, pr_info or pr_err
107 One regex pattern per line. Multiple K: lines acceptable. 109 One regex pattern per line. Multiple K: lines acceptable.
108 110
109Note: For the hard of thinking, this list is meant to remain in alphabetical 111Note: For the hard of thinking, this list is meant to remain in alphabetical
@@ -799,6 +801,7 @@ S: Maintained
799F: arch/arm/mach-prima2/ 801F: arch/arm/mach-prima2/
800F: drivers/dma/sirf-dma.c 802F: drivers/dma/sirf-dma.c
801F: drivers/i2c/busses/i2c-sirf.c 803F: drivers/i2c/busses/i2c-sirf.c
804F: drivers/mmc/host/sdhci-sirf.c
802F: drivers/pinctrl/pinctrl-sirf.c 805F: drivers/pinctrl/pinctrl-sirf.c
803F: drivers/spi/spi-sirf.c 806F: drivers/spi/spi-sirf.c
804 807
@@ -1031,6 +1034,7 @@ F: drivers/mmc/host/msm_sdcc.h
1031F: drivers/tty/serial/msm_serial.h 1034F: drivers/tty/serial/msm_serial.h
1032F: drivers/tty/serial/msm_serial.c 1035F: drivers/tty/serial/msm_serial.c
1033F: drivers/*/pm8???-* 1036F: drivers/*/pm8???-*
1037F: drivers/ssbi/
1034F: include/linux/mfd/pm8xxx/ 1038F: include/linux/mfd/pm8xxx/
1035T: git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git 1039T: git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git
1036S: Maintained 1040S: Maintained
@@ -1616,6 +1620,13 @@ W: http://www.baycom.org/~tom/ham/ham.html
1616S: Maintained 1620S: Maintained
1617F: drivers/net/hamradio/baycom* 1621F: drivers/net/hamradio/baycom*
1618 1622
1623BCACHE (BLOCK LAYER CACHE)
1624M: Kent Overstreet <koverstreet@google.com>
1625L: linux-bcache@vger.kernel.org
1626W: http://bcache.evilpiepirate.org
1627S: Maintained:
1628F: drivers/md/bcache/
1629
1619BEFS FILE SYSTEM 1630BEFS FILE SYSTEM
1620S: Orphan 1631S: Orphan
1621F: Documentation/filesystems/befs.txt 1632F: Documentation/filesystems/befs.txt
@@ -1764,7 +1775,7 @@ F: arch/arm/configs/bcm2835_defconfig
1764F: drivers/*/*bcm2835* 1775F: drivers/*/*bcm2835*
1765 1776
1766BROADCOM TG3 GIGABIT ETHERNET DRIVER 1777BROADCOM TG3 GIGABIT ETHERNET DRIVER
1767M: Matt Carlson <mcarlson@broadcom.com> 1778M: Nithin Nayak Sujir <nsujir@broadcom.com>
1768M: Michael Chan <mchan@broadcom.com> 1779M: Michael Chan <mchan@broadcom.com>
1769L: netdev@vger.kernel.org 1780L: netdev@vger.kernel.org
1770S: Supported 1781S: Supported
@@ -1886,7 +1897,7 @@ F: Documentation/video4linux/cafe_ccic
1886F: drivers/media/platform/marvell-ccic/ 1897F: drivers/media/platform/marvell-ccic/
1887 1898
1888CAIF NETWORK LAYER 1899CAIF NETWORK LAYER
1889M: Sjur Braendeland <sjur.brandeland@stericsson.com> 1900M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
1890L: netdev@vger.kernel.org 1901L: netdev@vger.kernel.org
1891S: Supported 1902S: Supported
1892F: Documentation/networking/caif/ 1903F: Documentation/networking/caif/
@@ -2200,12 +2211,34 @@ F: drivers/net/ethernet/ti/cpmac.c
2200 2211
2201CPU FREQUENCY DRIVERS 2212CPU FREQUENCY DRIVERS
2202M: Rafael J. Wysocki <rjw@sisk.pl> 2213M: Rafael J. Wysocki <rjw@sisk.pl>
2214M: Viresh Kumar <viresh.kumar@linaro.org>
2203L: cpufreq@vger.kernel.org 2215L: cpufreq@vger.kernel.org
2204L: linux-pm@vger.kernel.org 2216L: linux-pm@vger.kernel.org
2205S: Maintained 2217S: Maintained
2218T: git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2206F: drivers/cpufreq/ 2219F: drivers/cpufreq/
2207F: include/linux/cpufreq.h 2220F: include/linux/cpufreq.h
2208 2221
2222CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2223M: Viresh Kumar <viresh.kumar@linaro.org>
2224M: Sudeep KarkadaNagesha <sudeep.karkadanagesha@arm.com>
2225L: cpufreq@vger.kernel.org
2226L: linux-pm@vger.kernel.org
2227W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2228S: Maintained
2229F: drivers/cpufreq/arm_big_little.h
2230F: drivers/cpufreq/arm_big_little.c
2231F: drivers/cpufreq/arm_big_little_dt.c
2232
2233CPUIDLE DRIVERS
2234M: Rafael J. Wysocki <rjw@sisk.pl>
2235M: Daniel Lezcano <daniel.lezcano@linaro.org>
2236L: linux-pm@vger.kernel.org
2237S: Maintained
2238T: git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2239F: drivers/cpuidle/*
2240F: include/linux/cpuidle.h
2241
2209CPUID/MSR DRIVER 2242CPUID/MSR DRIVER
2210M: "H. Peter Anvin" <hpa@zytor.com> 2243M: "H. Peter Anvin" <hpa@zytor.com>
2211S: Maintained 2244S: Maintained
@@ -2284,7 +2317,7 @@ L: linux-media@vger.kernel.org
2284T: git git://linuxtv.org/media_tree.git 2317T: git git://linuxtv.org/media_tree.git
2285W: http://linuxtv.org 2318W: http://linuxtv.org
2286S: Maintained 2319S: Maintained
2287F: drivers/media/i2c/cx2341x* 2320F: drivers/media/common/cx2341x*
2288F: include/media/cx2341x* 2321F: include/media/cx2341x*
2289 2322
2290CX88 VIDEO4LINUX DRIVER 2323CX88 VIDEO4LINUX DRIVER
@@ -2367,6 +2400,16 @@ W: http://www.cyclades.com/
2367S: Orphan 2400S: Orphan
2368F: drivers/net/wan/pc300* 2401F: drivers/net/wan/pc300*
2369 2402
2403CYPRESS_FIRMWARE MEDIA DRIVER
2404M: Antti Palosaari <crope@iki.fi>
2405L: linux-media@vger.kernel.org
2406W: http://linuxtv.org/
2407W: http://palosaari.fi/linux/
2408Q: http://patchwork.linuxtv.org/project/linux-media/list/
2409T: git git://linuxtv.org/anttip/media_tree.git
2410S: Maintained
2411F: drivers/media/common/cypress_firmware*
2412
2370CYTTSP TOUCHSCREEN DRIVER 2413CYTTSP TOUCHSCREEN DRIVER
2371M: Javier Martinez Canillas <javier@dowhile0.org> 2414M: Javier Martinez Canillas <javier@dowhile0.org>
2372L: linux-input@vger.kernel.org 2415L: linux-input@vger.kernel.org
@@ -2441,9 +2484,7 @@ S: Maintained
2441F: drivers/platform/x86/dell-laptop.c 2484F: drivers/platform/x86/dell-laptop.c
2442 2485
2443DELL LAPTOP SMM DRIVER 2486DELL LAPTOP SMM DRIVER
2444M: Massimo Dal Zotto <dz@debian.org> 2487S: Orphan
2445W: http://www.debian.org/~dz/i8k/
2446S: Maintained
2447F: drivers/char/i8k.c 2488F: drivers/char/i8k.c
2448F: include/uapi/linux/i8k.h 2489F: include/uapi/linux/i8k.h
2449 2490
@@ -2458,6 +2499,12 @@ M: Matthew Garrett <mjg59@srcf.ucam.org>
2458S: Maintained 2499S: Maintained
2459F: drivers/platform/x86/dell-wmi.c 2500F: drivers/platform/x86/dell-wmi.c
2460 2501
2502DESIGNWARE USB2 DRD IP DRIVER
2503M: Paul Zimmerman <paulz@synopsys.com>
2504L: linux-usb@vger.kernel.org
2505S: Maintained
2506F: drivers/staging/dwc2/
2507
2461DESIGNWARE USB3 DRD IP DRIVER 2508DESIGNWARE USB3 DRD IP DRIVER
2462M: Felipe Balbi <balbi@ti.com> 2509M: Felipe Balbi <balbi@ti.com>
2463L: linux-usb@vger.kernel.org 2510L: linux-usb@vger.kernel.org
@@ -2731,7 +2778,7 @@ T: git git://linuxtv.org/media_tree.git
2731S: Maintained 2778S: Maintained
2732F: drivers/media/usb/dvb-usb/cxusb* 2779F: drivers/media/usb/dvb-usb/cxusb*
2733 2780
2734DVB_USB_CYPRESS_FIRMWARE MEDIA DRIVER 2781DVB_USB_EC168 MEDIA DRIVER
2735M: Antti Palosaari <crope@iki.fi> 2782M: Antti Palosaari <crope@iki.fi>
2736L: linux-media@vger.kernel.org 2783L: linux-media@vger.kernel.org
2737W: http://linuxtv.org/ 2784W: http://linuxtv.org/
@@ -2739,17 +2786,16 @@ W: http://palosaari.fi/linux/
2739Q: http://patchwork.linuxtv.org/project/linux-media/list/ 2786Q: http://patchwork.linuxtv.org/project/linux-media/list/
2740T: git git://linuxtv.org/anttip/media_tree.git 2787T: git git://linuxtv.org/anttip/media_tree.git
2741S: Maintained 2788S: Maintained
2742F: drivers/media/usb/dvb-usb-v2/cypress_firmware* 2789F: drivers/media/usb/dvb-usb-v2/ec168*
2743 2790
2744DVB_USB_EC168 MEDIA DRIVER 2791DVB_USB_GL861 MEDIA DRIVER
2745M: Antti Palosaari <crope@iki.fi> 2792M: Antti Palosaari <crope@iki.fi>
2746L: linux-media@vger.kernel.org 2793L: linux-media@vger.kernel.org
2747W: http://linuxtv.org/ 2794W: http://linuxtv.org/
2748W: http://palosaari.fi/linux/
2749Q: http://patchwork.linuxtv.org/project/linux-media/list/ 2795Q: http://patchwork.linuxtv.org/project/linux-media/list/
2750T: git git://linuxtv.org/anttip/media_tree.git 2796T: git git://linuxtv.org/anttip/media_tree.git
2751S: Maintained 2797S: Maintained
2752F: drivers/media/usb/dvb-usb-v2/ec168* 2798F: drivers/media/usb/dvb-usb-v2/gl861*
2753 2799
2754DVB_USB_MXL111SF MEDIA DRIVER 2800DVB_USB_MXL111SF MEDIA DRIVER
2755M: Michael Krufky <mkrufky@linuxtv.org> 2801M: Michael Krufky <mkrufky@linuxtv.org>
@@ -2987,9 +3033,18 @@ F: arch/ia64/kernel/efi.c
2987F: arch/x86/boot/compressed/eboot.[ch] 3033F: arch/x86/boot/compressed/eboot.[ch]
2988F: arch/x86/include/asm/efi.h 3034F: arch/x86/include/asm/efi.h
2989F: arch/x86/platform/efi/* 3035F: arch/x86/platform/efi/*
2990F: drivers/firmware/efivars.c 3036F: drivers/firmware/efi/*
2991F: include/linux/efi*.h 3037F: include/linux/efi*.h
2992 3038
3039EFI VARIABLE FILESYSTEM
3040M: Matthew Garrett <matthew.garrett@nebula.com>
3041M: Jeremy Kerr <jk@ozlabs.org>
3042M: Matt Fleming <matt.fleming@intel.com>
3043T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3044L: linux-efi@vger.kernel.org
3045S: Maintained
3046F: fs/efivarfs/
3047
2993EFIFB FRAMEBUFFER DRIVER 3048EFIFB FRAMEBUFFER DRIVER
2994L: linux-fbdev@vger.kernel.org 3049L: linux-fbdev@vger.kernel.org
2995M: Peter Jones <pjones@redhat.com> 3050M: Peter Jones <pjones@redhat.com>
@@ -3242,6 +3297,12 @@ F: Documentation/firmware_class/
3242F: drivers/base/firmware*.c 3297F: drivers/base/firmware*.c
3243F: include/linux/firmware.h 3298F: include/linux/firmware.h
3244 3299
3300FLASHSYSTEM DRIVER (IBM FlashSystem 70/80 PCI SSD Flash Card)
3301M: Joshua Morris <josh.h.morris@us.ibm.com>
3302M: Philip Kelleher <pjk1939@linux.vnet.ibm.com>
3303S: Maintained
3304F: drivers/block/rsxx/
3305
3245FLOPPY DRIVER 3306FLOPPY DRIVER
3246M: Jiri Kosina <jkosina@suse.cz> 3307M: Jiri Kosina <jkosina@suse.cz>
3247T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git 3308T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
@@ -3502,7 +3563,7 @@ F: drivers/isdn/gigaset/
3502F: include/uapi/linux/gigaset_dev.h 3563F: include/uapi/linux/gigaset_dev.h
3503 3564
3504GPIO SUBSYSTEM 3565GPIO SUBSYSTEM
3505M: Grant Likely <grant.likely@secretlab.ca> 3566M: Grant Likely <grant.likely@linaro.org>
3506M: Linus Walleij <linus.walleij@linaro.org> 3567M: Linus Walleij <linus.walleij@linaro.org>
3507S: Maintained 3568S: Maintained
3508T: git git://git.secretlab.ca/git/linux-2.6.git 3569T: git git://git.secretlab.ca/git/linux-2.6.git
@@ -3587,6 +3648,14 @@ W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
3587S: Maintained 3648S: Maintained
3588F: drivers/platform/x86/hdaps.c 3649F: drivers/platform/x86/hdaps.c
3589 3650
3651HDPVR USB VIDEO ENCODER DRIVER
3652M: Hans Verkuil <hverkuil@xs4all.nl>
3653L: linux-media@vger.kernel.org
3654T: git git://linuxtv.org/media_tree.git
3655W: http://linuxtv.org
3656S: Odd Fixes
3657F: drivers/media/usb/hdpvr
3658
3590HWPOISON MEMORY FAILURE HANDLING 3659HWPOISON MEMORY FAILURE HANDLING
3591M: Andi Kleen <andi@firstfloor.org> 3660M: Andi Kleen <andi@firstfloor.org>
3592L: linux-mm@kvack.org 3661L: linux-mm@kvack.org
@@ -3858,7 +3927,6 @@ F: drivers/i2c/i2c-stub.c
3858 3927
3859I2C SUBSYSTEM 3928I2C SUBSYSTEM
3860M: Wolfram Sang <wsa@the-dreams.de> 3929M: Wolfram Sang <wsa@the-dreams.de>
3861M: "Ben Dooks (embedded platforms)" <ben-linux@fluff.org>
3862L: linux-i2c@vger.kernel.org 3930L: linux-i2c@vger.kernel.org
3863W: http://i2c.wiki.kernel.org/ 3931W: http://i2c.wiki.kernel.org/
3864T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git 3932T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
@@ -4335,7 +4403,7 @@ F: drivers/irqchip/
4335 4403
4336IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY) 4404IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
4337M: Benjamin Herrenschmidt <benh@kernel.crashing.org> 4405M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
4338M: Grant Likely <grant.likely@secretlab.ca> 4406M: Grant Likely <grant.likely@linaro.org>
4339T: git git://git.secretlab.ca/git/linux-2.6.git irqdomain/next 4407T: git git://git.secretlab.ca/git/linux-2.6.git irqdomain/next
4340S: Maintained 4408S: Maintained
4341F: Documentation/IRQ-domain.txt 4409F: Documentation/IRQ-domain.txt
@@ -4416,6 +4484,16 @@ Q: http://patchwork.linuxtv.org/project/linux-media/list/
4416S: Maintained 4484S: Maintained
4417F: drivers/media/dvb-frontends/it913x-fe* 4485F: drivers/media/dvb-frontends/it913x-fe*
4418 4486
4487IT913X MEDIA DRIVER
4488M: Antti Palosaari <crope@iki.fi>
4489L: linux-media@vger.kernel.org
4490W: http://linuxtv.org/
4491W: http://palosaari.fi/linux/
4492Q: http://patchwork.linuxtv.org/project/linux-media/list/
4493T: git git://linuxtv.org/anttip/media_tree.git
4494S: Maintained
4495F: drivers/media/tuners/it913x*
4496
4419IVTV VIDEO4LINUX DRIVER 4497IVTV VIDEO4LINUX DRIVER
4420M: Andy Walls <awalls@md.metrocast.net> 4498M: Andy Walls <awalls@md.metrocast.net>
4421L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers) 4499L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
@@ -4822,11 +4900,8 @@ F: arch/powerpc/platforms/40x/
4822F: arch/powerpc/platforms/44x/ 4900F: arch/powerpc/platforms/44x/
4823 4901
4824LINUX FOR POWERPC EMBEDDED XILINX VIRTEX 4902LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
4825M: Grant Likely <grant.likely@secretlab.ca>
4826W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
4827L: linuxppc-dev@lists.ozlabs.org 4903L: linuxppc-dev@lists.ozlabs.org
4828T: git git://git.secretlab.ca/git/linux-2.6.git 4904S: Unmaintained
4829S: Maintained
4830F: arch/powerpc/*/*virtex* 4905F: arch/powerpc/*/*virtex*
4831F: arch/powerpc/*/*/*virtex* 4906F: arch/powerpc/*/*/*virtex*
4832 4907
@@ -4935,6 +5010,12 @@ W: logfs.org
4935S: Maintained 5010S: Maintained
4936F: fs/logfs/ 5011F: fs/logfs/
4937 5012
5013LPC32XX MACHINE SUPPORT
5014M: Roland Stigge <stigge@antcom.de>
5015L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5016S: Maintained
5017F: arch/arm/mach-lpc32xx/
5018
4938LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI) 5019LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
4939M: Nagalakshmi Nandigama <Nagalakshmi.Nandigama@lsi.com> 5020M: Nagalakshmi Nandigama <Nagalakshmi.Nandigama@lsi.com>
4940M: Sreekanth Reddy <Sreekanth.Reddy@lsi.com> 5021M: Sreekanth Reddy <Sreekanth.Reddy@lsi.com>
@@ -5059,9 +5140,8 @@ S: Maintained
5059F: drivers/net/ethernet/marvell/sk* 5140F: drivers/net/ethernet/marvell/sk*
5060 5141
5061MARVELL LIBERTAS WIRELESS DRIVER 5142MARVELL LIBERTAS WIRELESS DRIVER
5062M: Dan Williams <dcbw@redhat.com>
5063L: libertas-dev@lists.infradead.org 5143L: libertas-dev@lists.infradead.org
5064S: Maintained 5144S: Orphan
5065F: drivers/net/wireless/libertas/ 5145F: drivers/net/wireless/libertas/
5066 5146
5067MARVELL MV643XX ETHERNET DRIVER 5147MARVELL MV643XX ETHERNET DRIVER
@@ -5401,6 +5481,13 @@ L: linux-scsi@vger.kernel.org
5401S: Maintained 5481S: Maintained
5402F: drivers/scsi/NCR_D700.* 5482F: drivers/scsi/NCR_D700.*
5403 5483
5484NCT6775 HARDWARE MONITOR DRIVER
5485M: Guenter Roeck <linux@roeck-us.net>
5486L: lm-sensors@lm-sensors.org
5487S: Maintained
5488F: Documentation/hwmon/nct6775
5489F: drivers/hwmon/nct6775.c
5490
5404NETEFFECT IWARP RNIC DRIVER (IW_NES) 5491NETEFFECT IWARP RNIC DRIVER (IW_NES)
5405M: Faisal Latif <faisal.latif@intel.com> 5492M: Faisal Latif <faisal.latif@intel.com>
5406L: linux-rdma@vger.kernel.org 5493L: linux-rdma@vger.kernel.org
@@ -5563,6 +5650,7 @@ F: include/uapi/linux/if_*
5563F: include/uapi/linux/netdevice.h 5650F: include/uapi/linux/netdevice.h
5564 5651
5565NETXEN (1/10) GbE SUPPORT 5652NETXEN (1/10) GbE SUPPORT
5653M: Manish Chopra <manish.chopra@qlogic.com>
5566M: Sony Chacko <sony.chacko@qlogic.com> 5654M: Sony Chacko <sony.chacko@qlogic.com>
5567M: Rajesh Borundia <rajesh.borundia@qlogic.com> 5655M: Rajesh Borundia <rajesh.borundia@qlogic.com>
5568L: netdev@vger.kernel.org 5656L: netdev@vger.kernel.org
@@ -5683,7 +5771,7 @@ S: Maintained
5683F: arch/arm/*omap*/*clock* 5771F: arch/arm/*omap*/*clock*
5684 5772
5685OMAP POWER MANAGEMENT SUPPORT 5773OMAP POWER MANAGEMENT SUPPORT
5686M: Kevin Hilman <khilman@ti.com> 5774M: Kevin Hilman <khilman@deeprootsystems.com>
5687L: linux-omap@vger.kernel.org 5775L: linux-omap@vger.kernel.org
5688S: Maintained 5776S: Maintained
5689F: arch/arm/*omap*/*pm* 5777F: arch/arm/*omap*/*pm*
@@ -5777,7 +5865,7 @@ F: arch/arm/*omap*/usb*
5777 5865
5778OMAP GPIO DRIVER 5866OMAP GPIO DRIVER
5779M: Santosh Shilimkar <santosh.shilimkar@ti.com> 5867M: Santosh Shilimkar <santosh.shilimkar@ti.com>
5780M: Kevin Hilman <khilman@ti.com> 5868M: Kevin Hilman <khilman@deeprootsystems.com>
5781L: linux-omap@vger.kernel.org 5869L: linux-omap@vger.kernel.org
5782S: Maintained 5870S: Maintained
5783F: drivers/gpio/gpio-omap.c 5871F: drivers/gpio/gpio-omap.c
@@ -5831,7 +5919,7 @@ F: Documentation/i2c/busses/i2c-ocores
5831F: drivers/i2c/busses/i2c-ocores.c 5919F: drivers/i2c/busses/i2c-ocores.c
5832 5920
5833OPEN FIRMWARE AND FLATTENED DEVICE TREE 5921OPEN FIRMWARE AND FLATTENED DEVICE TREE
5834M: Grant Likely <grant.likely@secretlab.ca> 5922M: Grant Likely <grant.likely@linaro.org>
5835M: Rob Herring <rob.herring@calxeda.com> 5923M: Rob Herring <rob.herring@calxeda.com>
5836L: devicetree-discuss@lists.ozlabs.org (moderated for non-subscribers) 5924L: devicetree-discuss@lists.ozlabs.org (moderated for non-subscribers)
5837W: http://fdt.secretlab.ca 5925W: http://fdt.secretlab.ca
@@ -6186,7 +6274,7 @@ S: Supported
6186F: drivers/scsi/pmcraid.* 6274F: drivers/scsi/pmcraid.*
6187 6275
6188PMC SIERRA PM8001 DRIVER 6276PMC SIERRA PM8001 DRIVER
6189M: jack_wang@usish.com 6277M: xjtuwjp@gmail.com
6190M: lindar_liu@usish.com 6278M: lindar_liu@usish.com
6191L: linux-scsi@vger.kernel.org 6279L: linux-scsi@vger.kernel.org
6192S: Supported 6280S: Supported
@@ -6209,7 +6297,7 @@ F: include/linux/power_supply.h
6209F: drivers/power/ 6297F: drivers/power/
6210 6298
6211PNP SUPPORT 6299PNP SUPPORT
6212M: Adam Belay <abelay@mit.edu> 6300M: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
6213M: Bjorn Helgaas <bhelgaas@google.com> 6301M: Bjorn Helgaas <bhelgaas@google.com>
6214S: Maintained 6302S: Maintained
6215F: drivers/pnp/ 6303F: drivers/pnp/
@@ -6319,11 +6407,12 @@ S: Maintained
6319T: git git://git.infradead.org/users/cbou/linux-pstore.git 6407T: git git://git.infradead.org/users/cbou/linux-pstore.git
6320F: fs/pstore/ 6408F: fs/pstore/
6321F: include/linux/pstore* 6409F: include/linux/pstore*
6322F: drivers/firmware/efivars.c 6410F: drivers/firmware/efi/efi-pstore.c
6323F: drivers/acpi/apei/erst.c 6411F: drivers/acpi/apei/erst.c
6324 6412
6325PTP HARDWARE CLOCK SUPPORT 6413PTP HARDWARE CLOCK SUPPORT
6326M: Richard Cochran <richardcochran@gmail.com> 6414M: Richard Cochran <richardcochran@gmail.com>
6415L: netdev@vger.kernel.org
6327S: Maintained 6416S: Maintained
6328W: http://linuxptp.sourceforge.net/ 6417W: http://linuxptp.sourceforge.net/
6329F: Documentation/ABI/testing/sysfs-ptp 6418F: Documentation/ABI/testing/sysfs-ptp
@@ -6455,6 +6544,7 @@ S: Supported
6455F: drivers/net/ethernet/qlogic/qlcnic/ 6544F: drivers/net/ethernet/qlogic/qlcnic/
6456 6545
6457QLOGIC QLGE 10Gb ETHERNET DRIVER 6546QLOGIC QLGE 10Gb ETHERNET DRIVER
6547M: Shahed Shaikh <shahed.shaikh@qlogic.com>
6458M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com> 6548M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
6459M: Ron Mercer <ron.mercer@qlogic.com> 6549M: Ron Mercer <ron.mercer@qlogic.com>
6460M: linux-driver@qlogic.com 6550M: linux-driver@qlogic.com
@@ -6551,12 +6641,6 @@ S: Maintained
6551F: Documentation/blockdev/ramdisk.txt 6641F: Documentation/blockdev/ramdisk.txt
6552F: drivers/block/brd.c 6642F: drivers/block/brd.c
6553 6643
6554RAMSAM DRIVER (IBM RamSan 70/80 PCI SSD Flash Card)
6555M: Joshua Morris <josh.h.morris@us.ibm.com>
6556M: Philip Kelleher <pjk1939@linux.vnet.ibm.com>
6557S: Maintained
6558F: drivers/block/rsxx/
6559
6560RANDOM NUMBER DRIVER 6644RANDOM NUMBER DRIVER
6561M: Theodore Ts'o" <tytso@mit.edu> 6645M: Theodore Ts'o" <tytso@mit.edu>
6562S: Maintained 6646S: Maintained
@@ -6625,7 +6709,7 @@ S: Supported
6625F: fs/reiserfs/ 6709F: fs/reiserfs/
6626 6710
6627REGISTER MAP ABSTRACTION 6711REGISTER MAP ABSTRACTION
6628M: Mark Brown <broonie@opensource.wolfsonmicro.com> 6712M: Mark Brown <broonie@kernel.org>
6629T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git 6713T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
6630S: Supported 6714S: Supported
6631F: drivers/base/regmap/ 6715F: drivers/base/regmap/
@@ -6639,6 +6723,14 @@ F: drivers/remoteproc/
6639F: Documentation/remoteproc.txt 6723F: Documentation/remoteproc.txt
6640F: include/linux/remoteproc.h 6724F: include/linux/remoteproc.h
6641 6725
6726REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
6727M: Ohad Ben-Cohen <ohad@wizery.com>
6728T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
6729S: Maintained
6730F: drivers/rpmsg/
6731F: Documentation/rpmsg.txt
6732F: include/linux/rpmsg.h
6733
6642RFKILL 6734RFKILL
6643M: Johannes Berg <johannes@sipsolutions.net> 6735M: Johannes Berg <johannes@sipsolutions.net>
6644L: linux-wireless@vger.kernel.org 6736L: linux-wireless@vger.kernel.org
@@ -6686,6 +6778,16 @@ T: git git://linuxtv.org/anttip/media_tree.git
6686S: Maintained 6778S: Maintained
6687F: drivers/media/dvb-frontends/rtl2830* 6779F: drivers/media/dvb-frontends/rtl2830*
6688 6780
6781RTL2832 MEDIA DRIVER
6782M: Antti Palosaari <crope@iki.fi>
6783L: linux-media@vger.kernel.org
6784W: http://linuxtv.org/
6785W: http://palosaari.fi/linux/
6786Q: http://patchwork.linuxtv.org/project/linux-media/list/
6787T: git git://linuxtv.org/anttip/media_tree.git
6788S: Maintained
6789F: drivers/media/dvb-frontends/rtl2832*
6790
6689RTL8180 WIRELESS DRIVER 6791RTL8180 WIRELESS DRIVER
6690M: "John W. Linville" <linville@tuxdriver.com> 6792M: "John W. Linville" <linville@tuxdriver.com>
6691L: linux-wireless@vger.kernel.org 6793L: linux-wireless@vger.kernel.org
@@ -6788,7 +6890,7 @@ L: linux-media@vger.kernel.org
6788W: http://linuxtv.org 6890W: http://linuxtv.org
6789T: git git://linuxtv.org/media_tree.git 6891T: git git://linuxtv.org/media_tree.git
6790S: Odd fixes 6892S: Odd fixes
6791F: Documentation/video4linux/saa7134/ 6893F: Documentation/video4linux/*.saa7134
6792F: drivers/media/pci/saa7134/ 6894F: drivers/media/pci/saa7134/
6793 6895
6794SAA7146 VIDEO4LINUX-2 DRIVER 6896SAA7146 VIDEO4LINUX-2 DRIVER
@@ -6881,9 +6983,8 @@ F: drivers/clocksource
6881 6983
6882TLG2300 VIDEO4LINUX-2 DRIVER 6984TLG2300 VIDEO4LINUX-2 DRIVER
6883M: Huang Shijie <shijie8@gmail.com> 6985M: Huang Shijie <shijie8@gmail.com>
6884M: Kang Yong <kangyong@telegent.com> 6986M: Hans Verkuil <hverkuil@xs4all.nl>
6885M: Zhang Xiaobing <xbzhang@telegent.com> 6987S: Odd Fixes
6886S: Supported
6887F: drivers/media/usb/tlg2300 6988F: drivers/media/usb/tlg2300
6888 6989
6889SC1200 WDT DRIVER 6990SC1200 WDT DRIVER
@@ -6951,7 +7052,6 @@ F: drivers/scsi/st*
6951 7052
6952SCTP PROTOCOL 7053SCTP PROTOCOL
6953M: Vlad Yasevich <vyasevich@gmail.com> 7054M: Vlad Yasevich <vyasevich@gmail.com>
6954M: Sridhar Samudrala <sri@us.ibm.com>
6955M: Neil Horman <nhorman@tuxdriver.com> 7055M: Neil Horman <nhorman@tuxdriver.com>
6956L: linux-sctp@vger.kernel.org 7056L: linux-sctp@vger.kernel.org
6957W: http://lksctp.sourceforge.net 7057W: http://lksctp.sourceforge.net
@@ -7055,9 +7155,9 @@ F: drivers/misc/phantom.c
7055F: include/uapi/linux/phantom.h 7155F: include/uapi/linux/phantom.h
7056 7156
7057SERIAL ATA (SATA) SUBSYSTEM 7157SERIAL ATA (SATA) SUBSYSTEM
7058M: Jeff Garzik <jgarzik@pobox.com> 7158M: Tejun Heo <tj@kernel.org>
7059L: linux-ide@vger.kernel.org 7159L: linux-ide@vger.kernel.org
7060T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git 7160T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7061S: Supported 7161S: Supported
7062F: drivers/ata/ 7162F: drivers/ata/
7063F: include/linux/ata.h 7163F: include/linux/ata.h
@@ -7130,17 +7230,43 @@ F: drivers/media/radio/si470x/radio-si470x-common.c
7130F: drivers/media/radio/si470x/radio-si470x.h 7230F: drivers/media/radio/si470x/radio-si470x.h
7131F: drivers/media/radio/si470x/radio-si470x-usb.c 7231F: drivers/media/radio/si470x/radio-si470x-usb.c
7132 7232
7233SI4713 FM RADIO TRANSMITTER I2C DRIVER
7234M: Eduardo Valentin <edubezval@gmail.com>
7235L: linux-media@vger.kernel.org
7236T: git git://linuxtv.org/media_tree.git
7237W: http://linuxtv.org
7238S: Odd Fixes
7239F: drivers/media/radio/si4713-i2c.?
7240
7241SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
7242M: Eduardo Valentin <edubezval@gmail.com>
7243L: linux-media@vger.kernel.org
7244T: git git://linuxtv.org/media_tree.git
7245W: http://linuxtv.org
7246S: Odd Fixes
7247F: drivers/media/radio/radio-si4713.h
7248
7249SIANO DVB DRIVER
7250M: Mauro Carvalho Chehab <mchehab@redhat.com>
7251L: linux-media@vger.kernel.org
7252W: http://linuxtv.org
7253T: git git://linuxtv.org/media_tree.git
7254S: Odd fixes
7255F: drivers/media/common/siano/
7256F: drivers/media/dvb/siano/
7257F: drivers/media/usb/siano/
7258F: drivers/media/mmc/siano
7259
7133SH_VEU V4L2 MEM2MEM DRIVER 7260SH_VEU V4L2 MEM2MEM DRIVER
7134M: Guennadi Liakhovetski <g.liakhovetski@gmx.de> 7261M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7135L: linux-media@vger.kernel.org 7262L: linux-media@vger.kernel.org
7136S: Maintained 7263S: Maintained
7137F: drivers/media/platform/sh_veu.c 7264F: drivers/media/platform/sh_veu.c
7138F: include/media/sh_veu.h
7139 7265
7140SH_VOU V4L2 OUTPUT DRIVER 7266SH_VOU V4L2 OUTPUT DRIVER
7141M: Guennadi Liakhovetski <g.liakhovetski@gmx.de> 7267M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7142L: linux-media@vger.kernel.org 7268L: linux-media@vger.kernel.org
7143S: Maintained 7269S: Odd Fixes
7144F: drivers/media/platform/sh_vou.c 7270F: drivers/media/platform/sh_vou.c
7145F: include/media/sh_vou.h 7271F: include/media/sh_vou.h
7146 7272
@@ -7173,7 +7299,7 @@ F: arch/arm/mach-s3c2410/bast-irq.c
7173 7299
7174TI DAVINCI MACHINE SUPPORT 7300TI DAVINCI MACHINE SUPPORT
7175M: Sekhar Nori <nsekhar@ti.com> 7301M: Sekhar Nori <nsekhar@ti.com>
7176M: Kevin Hilman <khilman@ti.com> 7302M: Kevin Hilman <khilman@deeprootsystems.com>
7177L: davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers) 7303L: davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers)
7178T: git git://gitorious.org/linux-davinci/linux-davinci.git 7304T: git git://gitorious.org/linux-davinci/linux-davinci.git
7179Q: http://patchwork.kernel.org/project/linux-davinci/list/ 7305Q: http://patchwork.kernel.org/project/linux-davinci/list/
@@ -7182,14 +7308,13 @@ F: arch/arm/mach-davinci
7182F: drivers/i2c/busses/i2c-davinci.c 7308F: drivers/i2c/busses/i2c-davinci.c
7183 7309
7184TI DAVINCI SERIES MEDIA DRIVER 7310TI DAVINCI SERIES MEDIA DRIVER
7185M: Manjunath Hadli <manjunath.hadli@ti.com> 7311M: Lad, Prabhakar <prabhakar.csengg@gmail.com>
7186M: Prabhakar Lad <prabhakar.lad@ti.com>
7187L: linux-media@vger.kernel.org 7312L: linux-media@vger.kernel.org
7188L: davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers) 7313L: davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers)
7189W: http://linuxtv.org/ 7314W: http://linuxtv.org/
7190Q: http://patchwork.linuxtv.org/project/linux-media/list/ 7315Q: http://patchwork.linuxtv.org/project/linux-media/list/
7191T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git 7316T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
7192S: Supported 7317S: Maintained
7193F: drivers/media/platform/davinci/ 7318F: drivers/media/platform/davinci/
7194F: include/media/davinci/ 7319F: include/media/davinci/
7195 7320
@@ -7374,7 +7499,7 @@ F: sound/
7374 7499
7375SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC) 7500SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
7376M: Liam Girdwood <lgirdwood@gmail.com> 7501M: Liam Girdwood <lgirdwood@gmail.com>
7377M: Mark Brown <broonie@opensource.wolfsonmicro.com> 7502M: Mark Brown <broonie@kernel.org>
7378T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git 7503T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
7379L: alsa-devel@alsa-project.org (moderated for non-subscribers) 7504L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7380W: http://alsa-project.org/main/index.php/ASoC 7505W: http://alsa-project.org/main/index.php/ASoC
@@ -7462,11 +7587,11 @@ S: Maintained
7462F: drivers/clk/spear/ 7587F: drivers/clk/spear/
7463 7588
7464SPI SUBSYSTEM 7589SPI SUBSYSTEM
7465M: Grant Likely <grant.likely@secretlab.ca> 7590M: Mark Brown <broonie@kernel.org>
7466M: Mark Brown <broonie@opensource.wolfsonmicro.com> 7591M: Grant Likely <grant.likely@linaro.org>
7467L: spi-devel-general@lists.sourceforge.net 7592L: spi-devel-general@lists.sourceforge.net
7593T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
7468Q: http://patchwork.kernel.org/project/spi-devel-general/list/ 7594Q: http://patchwork.kernel.org/project/spi-devel-general/list/
7469T: git git://git.secretlab.ca/git/linux-2.6.git
7470S: Maintained 7595S: Maintained
7471F: Documentation/spi/ 7596F: Documentation/spi/
7472F: drivers/spi/ 7597F: drivers/spi/
@@ -7561,6 +7686,11 @@ M: David Täht <d@teklibre.com>
7561S: Odd Fixes 7686S: Odd Fixes
7562F: drivers/staging/frontier/ 7687F: drivers/staging/frontier/
7563 7688
7689STAGING - GO7007 MPEG CODEC
7690M: Hans Verkuil <hans.verkuil@cisco.com>
7691S: Maintained
7692F: drivers/staging/media/go7007/
7693
7564STAGING - INDUSTRIAL IO 7694STAGING - INDUSTRIAL IO
7565M: Jonathan Cameron <jic23@cam.ac.uk> 7695M: Jonathan Cameron <jic23@cam.ac.uk>
7566L: linux-iio@vger.kernel.org 7696L: linux-iio@vger.kernel.org
@@ -7611,8 +7741,8 @@ S: Odd Fixes
7611F: drivers/staging/sm7xxfb/ 7741F: drivers/staging/sm7xxfb/
7612 7742
7613STAGING - SOFTLOGIC 6x10 MPEG CODEC 7743STAGING - SOFTLOGIC 6x10 MPEG CODEC
7614M: Ben Collins <bcollins@bluecherry.net> 7744M: Ismael Luceno <ismael.luceno@corp.bluecherry.net>
7615S: Odd Fixes 7745S: Supported
7616F: drivers/staging/media/solo6x10/ 7746F: drivers/staging/media/solo6x10/
7617 7747
7618STAGING - SPEAKUP CONSOLE SPEECH DRIVER 7748STAGING - SPEAKUP CONSOLE SPEECH DRIVER
@@ -7706,9 +7836,10 @@ F: include/linux/swiotlb.h
7706 7836
7707SYNOPSYS ARC ARCHITECTURE 7837SYNOPSYS ARC ARCHITECTURE
7708M: Vineet Gupta <vgupta@synopsys.com> 7838M: Vineet Gupta <vgupta@synopsys.com>
7709L: linux-snps-arc@vger.kernel.org
7710S: Supported 7839S: Supported
7711F: arch/arc/ 7840F: arch/arc/
7841F: Documentation/devicetree/bindings/arc/
7842F: drivers/tty/serial/arc-uart.c
7712 7843
7713SYSV FILESYSTEM 7844SYSV FILESYSTEM
7714M: Christoph Hellwig <hch@infradead.org> 7845M: Christoph Hellwig <hch@infradead.org>
@@ -7876,7 +8007,7 @@ L: linux-tegra@vger.kernel.org
7876Q: http://patchwork.ozlabs.org/project/linux-tegra/list/ 8007Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
7877T: git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git 8008T: git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git
7878S: Supported 8009S: Supported
7879K: (?i)[^a-z]tegra 8010N: [^a-z]tegra
7880 8011
7881TEHUTI ETHERNET DRIVER 8012TEHUTI ETHERNET DRIVER
7882M: Andy Gospodarek <andy@greyhouse.net> 8013M: Andy Gospodarek <andy@greyhouse.net>
@@ -7922,6 +8053,12 @@ T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
7922S: Maintained 8053S: Maintained
7923F: drivers/platform/x86/thinkpad_acpi.c 8054F: drivers/platform/x86/thinkpad_acpi.c
7924 8055
8056TI BANDGAP AND THERMAL DRIVER
8057M: Eduardo Valentin <eduardo.valentin@ti.com>
8058L: linux-pm@vger.kernel.org
8059S: Maintained
8060F: drivers/staging/omap-thermal/
8061
7925TI FLASH MEDIA INTERFACE DRIVER 8062TI FLASH MEDIA INTERFACE DRIVER
7926M: Alex Dubov <oakad@yahoo.com> 8063M: Alex Dubov <oakad@yahoo.com>
7927S: Maintained 8064S: Maintained
@@ -8359,9 +8496,10 @@ S: Maintained
8359F: drivers/usb/serial/option.c 8496F: drivers/usb/serial/option.c
8360 8497
8361USB PEGASUS DRIVER 8498USB PEGASUS DRIVER
8362M: Petko Manolov <petkan@users.sourceforge.net> 8499M: Petko Manolov <petkan@nucleusys.com>
8363L: linux-usb@vger.kernel.org 8500L: linux-usb@vger.kernel.org
8364L: netdev@vger.kernel.org 8501L: netdev@vger.kernel.org
8502T: git git://git.code.sf.net/p/pegasus2/git
8365W: http://pegasus2.sourceforge.net/ 8503W: http://pegasus2.sourceforge.net/
8366S: Maintained 8504S: Maintained
8367F: drivers/net/usb/pegasus.* 8505F: drivers/net/usb/pegasus.*
@@ -8381,9 +8519,10 @@ S: Supported
8381F: drivers/usb/class/usblp.c 8519F: drivers/usb/class/usblp.c
8382 8520
8383USB RTL8150 DRIVER 8521USB RTL8150 DRIVER
8384M: Petko Manolov <petkan@users.sourceforge.net> 8522M: Petko Manolov <petkan@nucleusys.com>
8385L: linux-usb@vger.kernel.org 8523L: linux-usb@vger.kernel.org
8386L: netdev@vger.kernel.org 8524L: netdev@vger.kernel.org
8525T: git git://git.code.sf.net/p/pegasus2/git
8387W: http://pegasus2.sourceforge.net/ 8526W: http://pegasus2.sourceforge.net/
8388S: Maintained 8527S: Maintained
8389F: drivers/net/usb/rtl8150.c 8528F: drivers/net/usb/rtl8150.c
@@ -8517,7 +8656,7 @@ F: drivers/usb/gadget/*uvc*.c
8517F: drivers/usb/gadget/webcam.c 8656F: drivers/usb/gadget/webcam.c
8518 8657
8519USB WIRELESS RNDIS DRIVER (rndis_wlan) 8658USB WIRELESS RNDIS DRIVER (rndis_wlan)
8520M: Jussi Kivilinna <jussi.kivilinna@mbnet.fi> 8659M: Jussi Kivilinna <jussi.kivilinna@iki.fi>
8521L: linux-wireless@vger.kernel.org 8660L: linux-wireless@vger.kernel.org
8522S: Maintained 8661S: Maintained
8523F: drivers/net/wireless/rndis_wlan.c 8662F: drivers/net/wireless/rndis_wlan.c
@@ -8622,6 +8761,7 @@ F: drivers/virtio/
8622F: drivers/net/virtio_net.c 8761F: drivers/net/virtio_net.c
8623F: drivers/block/virtio_blk.c 8762F: drivers/block/virtio_blk.c
8624F: include/linux/virtio_*.h 8763F: include/linux/virtio_*.h
8764F: include/uapi/linux/virtio_*.h
8625 8765
8626VIRTIO HOST (VHOST) 8766VIRTIO HOST (VHOST)
8627M: "Michael S. Tsirkin" <mst@redhat.com> 8767M: "Michael S. Tsirkin" <mst@redhat.com>
@@ -8709,8 +8849,8 @@ F: drivers/scsi/vmw_pvscsi.c
8709F: drivers/scsi/vmw_pvscsi.h 8849F: drivers/scsi/vmw_pvscsi.h
8710 8850
8711VOLTAGE AND CURRENT REGULATOR FRAMEWORK 8851VOLTAGE AND CURRENT REGULATOR FRAMEWORK
8712M: Liam Girdwood <lrg@ti.com> 8852M: Liam Girdwood <lgirdwood@gmail.com>
8713M: Mark Brown <broonie@opensource.wolfsonmicro.com> 8853M: Mark Brown <broonie@kernel.org>
8714W: http://opensource.wolfsonmicro.com/node/15 8854W: http://opensource.wolfsonmicro.com/node/15
8715W: http://www.slimlogic.co.uk/?p=48 8855W: http://www.slimlogic.co.uk/?p=48
8716T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/regulator.git 8856T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/regulator.git
@@ -8973,9 +9113,7 @@ S: Maintained
8973F: drivers/net/ethernet/xilinx/xilinx_axienet* 9113F: drivers/net/ethernet/xilinx/xilinx_axienet*
8974 9114
8975XILINX SYSTEMACE DRIVER 9115XILINX SYSTEMACE DRIVER
8976M: Grant Likely <grant.likely@secretlab.ca> 9116S: Unmaintained
8977W: http://www.secretlab.ca/
8978S: Maintained
8979F: drivers/block/xsysace.c 9117F: drivers/block/xsysace.c
8980 9118
8981XILINX UARTLITE SERIAL DRIVER 9119XILINX UARTLITE SERIAL DRIVER