diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-03-19 04:47:30 -0400 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-03-19 04:47:30 -0400 |
commit | 0d4a42f6bd298e826620585e766a154ab460617a (patch) | |
tree | 406d8f7778691d858dbe3e48e4bbb10e99c0a58a /MAINTAINERS | |
parent | d62b4892f3d9f7dd2002e5309be10719d6805b0f (diff) | |
parent | a937536b868b8369b98967929045f1df54234323 (diff) |
Merge tag 'v3.9-rc3' into drm-intel-next-queued
Backmerge so that I can merge Imre Deak's coalesced sg entries fixes,
which depend upon the new for_each_sg_page introduce in
commit a321e91b6d73ed011ffceed384c40d2785cf723b
Author: Imre Deak <imre.deak@intel.com>
Date: Wed Feb 27 17:02:56 2013 -0800
lib/scatterlist: add simple page iterator
The merge itself is just two trivial conflicts:
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 512 |
1 files changed, 434 insertions, 78 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 35a56bcd5e75..50b4d735f961 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -97,12 +97,13 @@ Descriptions of section entries: | |||
97 | X: net/ipv6/ | 97 | X: net/ipv6/ |
98 | matches all files in and below net excluding net/ipv6/ | 98 | matches all files in and below net excluding net/ipv6/ |
99 | K: Keyword perl extended regex pattern to match content in a | 99 | K: Keyword perl extended regex pattern to match content in a |
100 | patch or file. For instance: | 100 | patch or file, or an affected filename. For instance: |
101 | K: of_get_profile | 101 | K: of_get_profile |
102 | matches patches or files that contain "of_get_profile" | 102 | matches patch or file content, or filenames, that contain |
103 | "of_get_profile" | ||
103 | K: \b(printk|pr_(info|err))\b | 104 | K: \b(printk|pr_(info|err))\b |
104 | matches patches or files that contain one or more of the words | 105 | matches patch or file content, or filenames, that contain one or |
105 | printk, pr_info or pr_err | 106 | more of the words printk, pr_info or pr_err |
106 | One regex pattern per line. Multiple K: lines acceptable. | 107 | One regex pattern per line. Multiple K: lines acceptable. |
107 | 108 | ||
108 | Note: For the hard of thinking, this list is meant to remain in alphabetical | 109 | Note: For the hard of thinking, this list is meant to remain in alphabetical |
@@ -113,12 +114,6 @@ Maintainers List (try to look for most precise areas first) | |||
113 | 114 | ||
114 | ----------------------------------- | 115 | ----------------------------------- |
115 | 116 | ||
116 | 3C505 NETWORK DRIVER | ||
117 | M: Philip Blundell <philb@gnu.org> | ||
118 | L: netdev@vger.kernel.org | ||
119 | S: Maintained | ||
120 | F: drivers/net/ethernet/i825xx/3c505* | ||
121 | |||
122 | 3C59X NETWORK DRIVER | 117 | 3C59X NETWORK DRIVER |
123 | M: Steffen Klassert <klassert@mathematik.tu-chemnitz.de> | 118 | M: Steffen Klassert <klassert@mathematik.tu-chemnitz.de> |
124 | L: netdev@vger.kernel.org | 119 | L: netdev@vger.kernel.org |
@@ -465,6 +460,14 @@ S: Maintained | |||
465 | F: drivers/scsi/aic7xxx/ | 460 | F: drivers/scsi/aic7xxx/ |
466 | F: drivers/scsi/aic7xxx_old/ | 461 | F: drivers/scsi/aic7xxx_old/ |
467 | 462 | ||
463 | AIMSLAB FM RADIO RECEIVER DRIVER | ||
464 | M: Hans Verkuil <hverkuil@xs4all.nl> | ||
465 | L: linux-media@vger.kernel.org | ||
466 | T: git git://linuxtv.org/media_tree.git | ||
467 | W: http://linuxtv.org | ||
468 | S: Maintained | ||
469 | F: drivers/media/radio/radio-aimslab* | ||
470 | |||
468 | AIO | 471 | AIO |
469 | M: Benjamin LaHaise <bcrl@kvack.org> | 472 | M: Benjamin LaHaise <bcrl@kvack.org> |
470 | L: linux-aio@kvack.org | 473 | L: linux-aio@kvack.org |
@@ -559,6 +562,18 @@ L: linux-rdma@vger.kernel.org | |||
559 | S: Maintained | 562 | S: Maintained |
560 | F: drivers/infiniband/hw/amso1100/ | 563 | F: drivers/infiniband/hw/amso1100/ |
561 | 564 | ||
565 | ANALOG DEVICES INC AD9389B DRIVER | ||
566 | M: Hans Verkuil <hans.verkuil@cisco.com> | ||
567 | L: linux-media@vger.kernel.org | ||
568 | S: Maintained | ||
569 | F: drivers/media/i2c/ad9389b* | ||
570 | |||
571 | ANALOG DEVICES INC ADV7604 DRIVER | ||
572 | M: Hans Verkuil <hans.verkuil@cisco.com> | ||
573 | L: linux-media@vger.kernel.org | ||
574 | S: Maintained | ||
575 | F: drivers/media/i2c/adv7604* | ||
576 | |||
562 | ANALOG DEVICES INC ASOC CODEC DRIVERS | 577 | ANALOG DEVICES INC ASOC CODEC DRIVERS |
563 | M: Lars-Peter Clausen <lars@metafoo.de> | 578 | M: Lars-Peter Clausen <lars@metafoo.de> |
564 | L: device-drivers-devel@blackfin.uclinux.org | 579 | L: device-drivers-devel@blackfin.uclinux.org |
@@ -670,8 +685,16 @@ F: drivers/input/serio/ambakmi.* | |||
670 | F: include/linux/amba/kmi.h | 685 | F: include/linux/amba/kmi.h |
671 | 686 | ||
672 | ARM PRIMECELL MMCI PL180/1 DRIVER | 687 | ARM PRIMECELL MMCI PL180/1 DRIVER |
673 | S: Orphan | 688 | M: Russell King <linux@arm.linux.org.uk> |
689 | S: Maintained | ||
674 | F: drivers/mmc/host/mmci.* | 690 | F: drivers/mmc/host/mmci.* |
691 | F: include/linux/amba/mmci.h | ||
692 | |||
693 | ARM PRIMECELL UART PL010 AND PL011 DRIVERS | ||
694 | M: Russell King <linux@arm.linux.org.uk> | ||
695 | S: Maintained | ||
696 | F: drivers/tty/serial/amba-pl01*.c | ||
697 | F: include/linux/amba/serial.h | ||
675 | 698 | ||
676 | ARM PRIMECELL BUS SUPPORT | 699 | ARM PRIMECELL BUS SUPPORT |
677 | M: Russell King <linux@arm.linux.org.uk> | 700 | M: Russell King <linux@arm.linux.org.uk> |
@@ -1118,6 +1141,14 @@ F: arch/arm/mach-s5pv210/mach-goni.c | |||
1118 | F: arch/arm/mach-exynos/mach-universal_c210.c | 1141 | F: arch/arm/mach-exynos/mach-universal_c210.c |
1119 | F: arch/arm/mach-exynos/mach-nuri.c | 1142 | F: arch/arm/mach-exynos/mach-nuri.c |
1120 | 1143 | ||
1144 | ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT | ||
1145 | M: Kyungmin Park <kyungmin.park@samsung.com> | ||
1146 | M: Kamil Debski <k.debski@samsung.com> | ||
1147 | L: linux-arm-kernel@lists.infradead.org | ||
1148 | L: linux-media@vger.kernel.org | ||
1149 | S: Maintained | ||
1150 | F: drivers/media/platform/s5p-g2d/ | ||
1151 | |||
1121 | ARM/SAMSUNG S5P SERIES FIMC SUPPORT | 1152 | ARM/SAMSUNG S5P SERIES FIMC SUPPORT |
1122 | M: Kyungmin Park <kyungmin.park@samsung.com> | 1153 | M: Kyungmin Park <kyungmin.park@samsung.com> |
1123 | M: Sylwester Nawrocki <s.nawrocki@samsung.com> | 1154 | M: Sylwester Nawrocki <s.nawrocki@samsung.com> |
@@ -1248,12 +1279,17 @@ M: Tony Prisk <linux@prisktech.co.nz> | |||
1248 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 1279 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
1249 | S: Maintained | 1280 | S: Maintained |
1250 | F: arch/arm/mach-vt8500/ | 1281 | F: arch/arm/mach-vt8500/ |
1282 | F: drivers/clocksource/vt8500_timer.c | ||
1283 | F: drivers/gpio/gpio-vt8500.c | ||
1284 | F: drivers/mmc/host/wmt-sdmmc.c | ||
1285 | F: drivers/pwm/pwm-vt8500.c | ||
1286 | F: drivers/rtc/rtc-vt8500.c | ||
1287 | F: drivers/tty/serial/vt8500_serial.c | ||
1288 | F: drivers/usb/host/ehci-vt8500.c | ||
1289 | F: drivers/usb/host/uhci-platform.c | ||
1251 | F: drivers/video/vt8500lcdfb.* | 1290 | F: drivers/video/vt8500lcdfb.* |
1252 | F: drivers/video/wm8505fb* | 1291 | F: drivers/video/wm8505fb* |
1253 | F: drivers/video/wmt_ge_rops.* | 1292 | F: drivers/video/wmt_ge_rops.* |
1254 | F: drivers/tty/serial/vt8500_serial.c | ||
1255 | F: drivers/rtc/rtc-vt8500.c | ||
1256 | F: drivers/mmc/host/wmt-sdmmc.c | ||
1257 | 1293 | ||
1258 | ARM/ZIPIT Z2 SUPPORT | 1294 | ARM/ZIPIT Z2 SUPPORT |
1259 | M: Marek Vasut <marek.vasut@gmail.com> | 1295 | M: Marek Vasut <marek.vasut@gmail.com> |
@@ -1262,6 +1298,14 @@ S: Maintained | |||
1262 | F: arch/arm/mach-pxa/z2.c | 1298 | F: arch/arm/mach-pxa/z2.c |
1263 | F: arch/arm/mach-pxa/include/mach/z2.h | 1299 | F: arch/arm/mach-pxa/include/mach/z2.h |
1264 | 1300 | ||
1301 | ARM/ZYNQ ARCHITECTURE | ||
1302 | M: Michal Simek <michal.simek@xilinx.com> | ||
1303 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
1304 | W: http://wiki.xilinx.com | ||
1305 | T: git git://git.xilinx.com/linux-xlnx.git | ||
1306 | S: Supported | ||
1307 | F: arch/arm/mach-zynq/ | ||
1308 | |||
1265 | ARM64 PORT (AARCH64 ARCHITECTURE) | 1309 | ARM64 PORT (AARCH64 ARCHITECTURE) |
1266 | M: Catalin Marinas <catalin.marinas@arm.com> | 1310 | M: Catalin Marinas <catalin.marinas@arm.com> |
1267 | M: Will Deacon <will.deacon@arm.com> | 1311 | M: Will Deacon <will.deacon@arm.com> |
@@ -1270,6 +1314,14 @@ S: Maintained | |||
1270 | F: arch/arm64/ | 1314 | F: arch/arm64/ |
1271 | F: Documentation/arm64/ | 1315 | F: Documentation/arm64/ |
1272 | 1316 | ||
1317 | AS3645A LED FLASH CONTROLLER DRIVER | ||
1318 | M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | ||
1319 | L: linux-media@vger.kernel.org | ||
1320 | T: git git://linuxtv.org/media_tree.git | ||
1321 | S: Maintained | ||
1322 | F: drivers/media/i2c/as3645a.c | ||
1323 | F: include/media/as3645a.h | ||
1324 | |||
1273 | ASC7621 HARDWARE MONITOR DRIVER | 1325 | ASC7621 HARDWARE MONITOR DRIVER |
1274 | M: George Joseph <george.joseph@fairview5.com> | 1326 | M: George Joseph <george.joseph@fairview5.com> |
1275 | L: lm-sensors@lm-sensors.org | 1327 | L: lm-sensors@lm-sensors.org |
@@ -1303,7 +1355,7 @@ F: include/linux/dmaengine.h | |||
1303 | F: include/linux/async_tx.h | 1355 | F: include/linux/async_tx.h |
1304 | 1356 | ||
1305 | AT24 EEPROM DRIVER | 1357 | AT24 EEPROM DRIVER |
1306 | M: Wolfram Sang <w.sang@pengutronix.de> | 1358 | M: Wolfram Sang <wsa@the-dreams.de> |
1307 | L: linux-i2c@vger.kernel.org | 1359 | L: linux-i2c@vger.kernel.org |
1308 | S: Maintained | 1360 | S: Maintained |
1309 | F: drivers/misc/eeprom/at24.c | 1361 | F: drivers/misc/eeprom/at24.c |
@@ -1517,6 +1569,14 @@ T: git git://linuxtv.org/media_tree.git | |||
1517 | S: Maintained | 1569 | S: Maintained |
1518 | F: drivers/media/usb/dvb-usb-v2/az6007.c | 1570 | F: drivers/media/usb/dvb-usb-v2/az6007.c |
1519 | 1571 | ||
1572 | AZTECH FM RADIO RECEIVER DRIVER | ||
1573 | M: Hans Verkuil <hverkuil@xs4all.nl> | ||
1574 | L: linux-media@vger.kernel.org | ||
1575 | T: git git://linuxtv.org/media_tree.git | ||
1576 | W: http://linuxtv.org | ||
1577 | S: Maintained | ||
1578 | F: drivers/media/radio/radio-aztech* | ||
1579 | |||
1520 | B43 WIRELESS DRIVER | 1580 | B43 WIRELESS DRIVER |
1521 | M: Stefano Brivio <stefano.brivio@polimi.it> | 1581 | M: Stefano Brivio <stefano.brivio@polimi.it> |
1522 | L: linux-wireless@vger.kernel.org | 1582 | L: linux-wireless@vger.kernel.org |
@@ -1616,6 +1676,15 @@ W: http://blackfin.uclinux.org/ | |||
1616 | S: Supported | 1676 | S: Supported |
1617 | F: drivers/i2c/busses/i2c-bfin-twi.c | 1677 | F: drivers/i2c/busses/i2c-bfin-twi.c |
1618 | 1678 | ||
1679 | BLACKFIN MEDIA DRIVER | ||
1680 | M: Scott Jiang <scott.jiang.linux@gmail.com> | ||
1681 | L: uclinux-dist-devel@blackfin.uclinux.org | ||
1682 | W: http://blackfin.uclinux.org/ | ||
1683 | S: Supported | ||
1684 | F: drivers/media/platform/blackfin/ | ||
1685 | F: drivers/media/i2c/adv7183* | ||
1686 | F: drivers/media/i2c/vs6624* | ||
1687 | |||
1619 | BLINKM RGB LED DRIVER | 1688 | BLINKM RGB LED DRIVER |
1620 | M: Jan-Simon Moeller <jansimon.moeller@gmx.de> | 1689 | M: Jan-Simon Moeller <jansimon.moeller@gmx.de> |
1621 | S: Maintained | 1690 | S: Maintained |
@@ -1725,7 +1794,8 @@ F: drivers/bcma/ | |||
1725 | F: include/linux/bcma/ | 1794 | F: include/linux/bcma/ |
1726 | 1795 | ||
1727 | BROCADE BFA FC SCSI DRIVER | 1796 | BROCADE BFA FC SCSI DRIVER |
1728 | M: Krishna C Gudipati <kgudipat@brocade.com> | 1797 | M: Anil Gurumurthy <agurumur@brocade.com> |
1798 | M: Vijaya Mohan Guvva <vmohan@brocade.com> | ||
1729 | L: linux-scsi@vger.kernel.org | 1799 | L: linux-scsi@vger.kernel.org |
1730 | S: Supported | 1800 | S: Supported |
1731 | F: drivers/scsi/bfa/ | 1801 | F: drivers/scsi/bfa/ |
@@ -1799,6 +1869,14 @@ S: Supported | |||
1799 | F: Documentation/filesystems/caching/cachefiles.txt | 1869 | F: Documentation/filesystems/caching/cachefiles.txt |
1800 | F: fs/cachefiles/ | 1870 | F: fs/cachefiles/ |
1801 | 1871 | ||
1872 | CADET FM/AM RADIO RECEIVER DRIVER | ||
1873 | M: Hans Verkuil <hverkuil@xs4all.nl> | ||
1874 | L: linux-media@vger.kernel.org | ||
1875 | T: git git://linuxtv.org/media_tree.git | ||
1876 | W: http://linuxtv.org | ||
1877 | S: Maintained | ||
1878 | F: drivers/media/radio/radio-cadet* | ||
1879 | |||
1802 | CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER | 1880 | CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER |
1803 | M: Jonathan Corbet <corbet@lwn.net> | 1881 | M: Jonathan Corbet <corbet@lwn.net> |
1804 | L: linux-media@vger.kernel.org | 1882 | L: linux-media@vger.kernel.org |
@@ -1935,7 +2013,8 @@ F: drivers/misc/* | |||
1935 | 2013 | ||
1936 | CHECKPATCH | 2014 | CHECKPATCH |
1937 | M: Andy Whitcroft <apw@canonical.com> | 2015 | M: Andy Whitcroft <apw@canonical.com> |
1938 | S: Supported | 2016 | M: Joe Perches <joe@perches.com> |
2017 | S: Maintained | ||
1939 | F: scripts/checkpatch.pl | 2018 | F: scripts/checkpatch.pl |
1940 | 2019 | ||
1941 | CHINESE DOCUMENTATION | 2020 | CHINESE DOCUMENTATION |
@@ -1990,8 +2069,8 @@ S: Maintained | |||
1990 | F: include/linux/clk.h | 2069 | F: include/linux/clk.h |
1991 | 2070 | ||
1992 | CISCO FCOE HBA DRIVER | 2071 | CISCO FCOE HBA DRIVER |
1993 | M: Abhijeet Joglekar <abjoglek@cisco.com> | 2072 | M: Hiral Patel <hiralpat@cisco.com> |
1994 | M: Venkata Siva Vijayendra Bhamidipati <vbhamidi@cisco.com> | 2073 | M: Suma Ramars <sramars@cisco.com> |
1995 | M: Brian Uchino <buchino@cisco.com> | 2074 | M: Brian Uchino <buchino@cisco.com> |
1996 | L: linux-scsi@vger.kernel.org | 2075 | L: linux-scsi@vger.kernel.org |
1997 | S: Supported | 2076 | S: Supported |
@@ -2140,10 +2219,10 @@ S: Maintained | |||
2140 | F: tools/power/cpupower | 2219 | F: tools/power/cpupower |
2141 | 2220 | ||
2142 | CPUSETS | 2221 | CPUSETS |
2143 | M: Paul Menage <paul@paulmenage.org> | 2222 | M: Li Zefan <lizefan@huawei.com> |
2144 | W: http://www.bullopensource.org/cpuset/ | 2223 | W: http://www.bullopensource.org/cpuset/ |
2145 | W: http://oss.sgi.com/projects/cpusets/ | 2224 | W: http://oss.sgi.com/projects/cpusets/ |
2146 | S: Supported | 2225 | S: Maintained |
2147 | F: Documentation/cgroups/cpusets.txt | 2226 | F: Documentation/cgroups/cpusets.txt |
2148 | F: include/linux/cpuset.h | 2227 | F: include/linux/cpuset.h |
2149 | F: kernel/cpuset.c | 2228 | F: kernel/cpuset.c |
@@ -2199,6 +2278,15 @@ F: Documentation/video4linux/cx18.txt | |||
2199 | F: drivers/media/pci/cx18/ | 2278 | F: drivers/media/pci/cx18/ |
2200 | F: include/uapi/linux/ivtv* | 2279 | F: include/uapi/linux/ivtv* |
2201 | 2280 | ||
2281 | CX2341X MPEG ENCODER HELPER MODULE | ||
2282 | M: Hans Verkuil <hverkuil@xs4all.nl> | ||
2283 | L: linux-media@vger.kernel.org | ||
2284 | T: git git://linuxtv.org/media_tree.git | ||
2285 | W: http://linuxtv.org | ||
2286 | S: Maintained | ||
2287 | F: drivers/media/i2c/cx2341x* | ||
2288 | F: include/media/cx2341x* | ||
2289 | |||
2202 | CX88 VIDEO4LINUX DRIVER | 2290 | CX88 VIDEO4LINUX DRIVER |
2203 | M: Mauro Carvalho Chehab <mchehab@redhat.com> | 2291 | M: Mauro Carvalho Chehab <mchehab@redhat.com> |
2204 | L: linux-media@vger.kernel.org | 2292 | L: linux-media@vger.kernel.org |
@@ -2267,12 +2355,6 @@ W: http://www.arm.linux.org.uk/ | |||
2267 | S: Maintained | 2355 | S: Maintained |
2268 | F: drivers/video/cyber2000fb.* | 2356 | F: drivers/video/cyber2000fb.* |
2269 | 2357 | ||
2270 | CYCLADES 2X SYNC CARD DRIVER | ||
2271 | M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> | ||
2272 | W: http://oops.ghostprotocols.net:81/blog | ||
2273 | S: Maintained | ||
2274 | F: drivers/net/wan/cycx* | ||
2275 | |||
2276 | CYCLADES ASYNC MUX DRIVER | 2358 | CYCLADES ASYNC MUX DRIVER |
2277 | W: http://www.cyclades.com/ | 2359 | W: http://www.cyclades.com/ |
2278 | S: Orphan | 2360 | S: Orphan |
@@ -2576,6 +2658,13 @@ S: Maintained | |||
2576 | F: drivers/gpu/drm/tegra/ | 2658 | F: drivers/gpu/drm/tegra/ |
2577 | F: Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt | 2659 | F: Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt |
2578 | 2660 | ||
2661 | DSBR100 USB FM RADIO DRIVER | ||
2662 | M: Alexey Klimov <klimov.linux@gmail.com> | ||
2663 | L: linux-media@vger.kernel.org | ||
2664 | T: git git://linuxtv.org/media_tree.git | ||
2665 | S: Maintained | ||
2666 | F: drivers/media/radio/dsbr100.c | ||
2667 | |||
2579 | DSCC4 DRIVER | 2668 | DSCC4 DRIVER |
2580 | M: Francois Romieu <romieu@fr.zoreil.com> | 2669 | M: Francois Romieu <romieu@fr.zoreil.com> |
2581 | L: netdev@vger.kernel.org | 2670 | L: netdev@vger.kernel.org |
@@ -2803,6 +2892,13 @@ W: bluesmoke.sourceforge.net | |||
2803 | S: Maintained | 2892 | S: Maintained |
2804 | F: drivers/edac/e7xxx_edac.c | 2893 | F: drivers/edac/e7xxx_edac.c |
2805 | 2894 | ||
2895 | EDAC-GHES | ||
2896 | M: Mauro Carvalho Chehab <mchehab@redhat.com> | ||
2897 | L: linux-edac@vger.kernel.org | ||
2898 | W: bluesmoke.sourceforge.net | ||
2899 | S: Maintained | ||
2900 | F: drivers/edac/ghes-edac.c | ||
2901 | |||
2806 | EDAC-I82443BXGX | 2902 | EDAC-I82443BXGX |
2807 | M: Tim Small <tim@buttersideup.com> | 2903 | M: Tim Small <tim@buttersideup.com> |
2808 | L: linux-edac@vger.kernel.org | 2904 | L: linux-edac@vger.kernel.org |
@@ -2959,12 +3055,6 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git | |||
2959 | F: drivers/video/s1d13xxxfb.c | 3055 | F: drivers/video/s1d13xxxfb.c |
2960 | F: include/video/s1d13xxxfb.h | 3056 | F: include/video/s1d13xxxfb.h |
2961 | 3057 | ||
2962 | ETHEREXPRESS-16 NETWORK DRIVER | ||
2963 | M: Philip Blundell <philb@gnu.org> | ||
2964 | L: netdev@vger.kernel.org | ||
2965 | S: Maintained | ||
2966 | F: drivers/net/ethernet/i825xx/eexpress.* | ||
2967 | |||
2968 | ETHERNET BRIDGE | 3058 | ETHERNET BRIDGE |
2969 | M: Stephen Hemminger <stephen@networkplumber.org> | 3059 | M: Stephen Hemminger <stephen@networkplumber.org> |
2970 | L: bridge@lists.linux-foundation.org | 3060 | L: bridge@lists.linux-foundation.org |
@@ -2974,11 +3064,6 @@ S: Maintained | |||
2974 | F: include/linux/netfilter_bridge/ | 3064 | F: include/linux/netfilter_bridge/ |
2975 | F: net/bridge/ | 3065 | F: net/bridge/ |
2976 | 3066 | ||
2977 | ETHERTEAM 16I DRIVER | ||
2978 | M: Mika Kuoppala <miku@iki.fi> | ||
2979 | S: Maintained | ||
2980 | F: drivers/net/ethernet/fujitsu/eth16i.c | ||
2981 | |||
2982 | EXT2 FILE SYSTEM | 3067 | EXT2 FILE SYSTEM |
2983 | M: Jan Kara <jack@suse.cz> | 3068 | M: Jan Kara <jack@suse.cz> |
2984 | L: linux-ext4@vger.kernel.org | 3069 | L: linux-ext4@vger.kernel.org |
@@ -3347,6 +3432,14 @@ W: http://www.icp-vortex.com/ | |||
3347 | S: Supported | 3432 | S: Supported |
3348 | F: drivers/scsi/gdt* | 3433 | F: drivers/scsi/gdt* |
3349 | 3434 | ||
3435 | GEMTEK FM RADIO RECEIVER DRIVER | ||
3436 | M: Hans Verkuil <hverkuil@xs4all.nl> | ||
3437 | L: linux-media@vger.kernel.org | ||
3438 | T: git git://linuxtv.org/media_tree.git | ||
3439 | W: http://linuxtv.org | ||
3440 | S: Maintained | ||
3441 | F: drivers/media/radio/radio-gemtek* | ||
3442 | |||
3350 | GENERIC GPIO I2C DRIVER | 3443 | GENERIC GPIO I2C DRIVER |
3351 | M: Haavard Skinnemoen <hskinnemoen@gmail.com> | 3444 | M: Haavard Skinnemoen <hskinnemoen@gmail.com> |
3352 | S: Supported | 3445 | S: Supported |
@@ -3750,6 +3843,13 @@ F: drivers/i2c/busses/i2c-sis96x.c | |||
3750 | F: drivers/i2c/busses/i2c-via.c | 3843 | F: drivers/i2c/busses/i2c-via.c |
3751 | F: drivers/i2c/busses/i2c-viapro.c | 3844 | F: drivers/i2c/busses/i2c-viapro.c |
3752 | 3845 | ||
3846 | I2C/SMBUS ISMT DRIVER | ||
3847 | M: Seth Heasley <seth.heasley@intel.com> | ||
3848 | M: Neil Horman <nhorman@tuxdriver.com> | ||
3849 | L: linux-i2c@vger.kernel.org | ||
3850 | F: drivers/i2c/busses/i2c-ismt.c | ||
3851 | F: Documentation/i2c/busses/i2c-ismt | ||
3852 | |||
3753 | I2C/SMBUS STUB DRIVER | 3853 | I2C/SMBUS STUB DRIVER |
3754 | M: "Mark M. Hoffman" <mhoffman@lightlink.com> | 3854 | M: "Mark M. Hoffman" <mhoffman@lightlink.com> |
3755 | L: linux-i2c@vger.kernel.org | 3855 | L: linux-i2c@vger.kernel.org |
@@ -3757,12 +3857,11 @@ S: Maintained | |||
3757 | F: drivers/i2c/i2c-stub.c | 3857 | F: drivers/i2c/i2c-stub.c |
3758 | 3858 | ||
3759 | I2C SUBSYSTEM | 3859 | I2C SUBSYSTEM |
3760 | M: Wolfram Sang <w.sang@pengutronix.de> | 3860 | M: Wolfram Sang <wsa@the-dreams.de> |
3761 | M: "Ben Dooks (embedded platforms)" <ben-linux@fluff.org> | 3861 | M: "Ben Dooks (embedded platforms)" <ben-linux@fluff.org> |
3762 | L: linux-i2c@vger.kernel.org | 3862 | L: linux-i2c@vger.kernel.org |
3763 | W: http://i2c.wiki.kernel.org/ | 3863 | W: http://i2c.wiki.kernel.org/ |
3764 | T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/ | 3864 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git |
3765 | T: git git://git.pengutronix.de/git/wsa/linux.git | ||
3766 | S: Maintained | 3865 | S: Maintained |
3767 | F: Documentation/i2c/ | 3866 | F: Documentation/i2c/ |
3768 | F: drivers/i2c/ | 3867 | F: drivers/i2c/ |
@@ -3906,6 +4005,22 @@ M: Stanislaw Gruszka <stf_xl@wp.pl> | |||
3906 | S: Maintained | 4005 | S: Maintained |
3907 | F: drivers/usb/atm/ueagle-atm.c | 4006 | F: drivers/usb/atm/ueagle-atm.c |
3908 | 4007 | ||
4008 | INA209 HARDWARE MONITOR DRIVER | ||
4009 | M: Guenter Roeck <linux@roeck-us.net> | ||
4010 | L: lm-sensors@lm-sensors.org | ||
4011 | S: Maintained | ||
4012 | F: Documentation/hwmon/ina209 | ||
4013 | F: Documentation/devicetree/bindings/i2c/ina209.txt | ||
4014 | F: drivers/hwmon/ina209.c | ||
4015 | |||
4016 | INA2XX HARDWARE MONITOR DRIVER | ||
4017 | M: Guenter Roeck <linux@roeck-us.net> | ||
4018 | L: lm-sensors@lm-sensors.org | ||
4019 | S: Maintained | ||
4020 | F: Documentation/hwmon/ina2xx | ||
4021 | F: drivers/hwmon/ina2xx.c | ||
4022 | F: include/linux/platform_data/ina2xx.h | ||
4023 | |||
3909 | INDUSTRY PACK SUBSYSTEM (IPACK) | 4024 | INDUSTRY PACK SUBSYSTEM (IPACK) |
3910 | M: Samuel Iglesias Gonsalvez <siglesias@igalia.com> | 4025 | M: Samuel Iglesias Gonsalvez <siglesias@igalia.com> |
3911 | M: Jens Taprogge <jens.taprogge@taprogge.org> | 4026 | M: Jens Taprogge <jens.taprogge@taprogge.org> |
@@ -4216,6 +4331,7 @@ M: Thomas Gleixner <tglx@linutronix.de> | |||
4216 | S: Maintained | 4331 | S: Maintained |
4217 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core | 4332 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core |
4218 | F: kernel/irq/ | 4333 | F: kernel/irq/ |
4334 | F: drivers/irqchip/ | ||
4219 | 4335 | ||
4220 | IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY) | 4336 | IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY) |
4221 | M: Benjamin Herrenschmidt <benh@kernel.crashing.org> | 4337 | M: Benjamin Herrenschmidt <benh@kernel.crashing.org> |
@@ -4233,6 +4349,14 @@ F: Documentation/isapnp.txt | |||
4233 | F: drivers/pnp/isapnp/ | 4349 | F: drivers/pnp/isapnp/ |
4234 | F: include/linux/isapnp.h | 4350 | F: include/linux/isapnp.h |
4235 | 4351 | ||
4352 | ISA RADIO MODULE | ||
4353 | M: Hans Verkuil <hverkuil@xs4all.nl> | ||
4354 | L: linux-media@vger.kernel.org | ||
4355 | T: git git://linuxtv.org/media_tree.git | ||
4356 | W: http://linuxtv.org | ||
4357 | S: Maintained | ||
4358 | F: drivers/media/radio/radio-isa* | ||
4359 | |||
4236 | iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER | 4360 | iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER |
4237 | M: Peter Jones <pjones@redhat.com> | 4361 | M: Peter Jones <pjones@redhat.com> |
4238 | M: Konrad Rzeszutek Wilk <konrad@kernel.org> | 4362 | M: Konrad Rzeszutek Wilk <konrad@kernel.org> |
@@ -4391,6 +4515,14 @@ W: http://lse.sourceforge.net/kdump/ | |||
4391 | S: Maintained | 4515 | S: Maintained |
4392 | F: Documentation/kdump/ | 4516 | F: Documentation/kdump/ |
4393 | 4517 | ||
4518 | KEENE FM RADIO TRANSMITTER DRIVER | ||
4519 | M: Hans Verkuil <hverkuil@xs4all.nl> | ||
4520 | L: linux-media@vger.kernel.org | ||
4521 | T: git git://linuxtv.org/media_tree.git | ||
4522 | W: http://linuxtv.org | ||
4523 | S: Maintained | ||
4524 | F: drivers/media/radio/radio-keene* | ||
4525 | |||
4394 | KERNEL AUTOMOUNTER v4 (AUTOFS4) | 4526 | KERNEL AUTOMOUNTER v4 (AUTOFS4) |
4395 | M: Ian Kent <raven@themaw.net> | 4527 | M: Ian Kent <raven@themaw.net> |
4396 | L: autofs@vger.kernel.org | 4528 | L: autofs@vger.kernel.org |
@@ -4481,6 +4613,15 @@ F: arch/s390/include/asm/kvm* | |||
4481 | F: arch/s390/kvm/ | 4613 | F: arch/s390/kvm/ |
4482 | F: drivers/s390/kvm/ | 4614 | F: drivers/s390/kvm/ |
4483 | 4615 | ||
4616 | KERNEL VIRTUAL MACHINE (KVM) FOR ARM | ||
4617 | M: Christoffer Dall <cdall@cs.columbia.edu> | ||
4618 | L: kvmarm@lists.cs.columbia.edu | ||
4619 | W: http://systems.cs.columbia.edu/projects/kvm-arm | ||
4620 | S: Maintained | ||
4621 | F: arch/arm/include/uapi/asm/kvm* | ||
4622 | F: arch/arm/include/asm/kvm* | ||
4623 | F: arch/arm/kvm/ | ||
4624 | |||
4484 | KEXEC | 4625 | KEXEC |
4485 | M: Eric Biederman <ebiederm@xmission.com> | 4626 | M: Eric Biederman <ebiederm@xmission.com> |
4486 | W: http://kernel.org/pub/linux/utils/kernel/kexec/ | 4627 | W: http://kernel.org/pub/linux/utils/kernel/kexec/ |
@@ -4869,6 +5010,13 @@ Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |||
4869 | S: Maintained | 5010 | S: Maintained |
4870 | F: drivers/media/dvb-frontends/m88rs2000* | 5011 | F: drivers/media/dvb-frontends/m88rs2000* |
4871 | 5012 | ||
5013 | MA901 MASTERKIT USB FM RADIO DRIVER | ||
5014 | M: Alexey Klimov <klimov.linux@gmail.com> | ||
5015 | L: linux-media@vger.kernel.org | ||
5016 | T: git git://linuxtv.org/media_tree.git | ||
5017 | S: Maintained | ||
5018 | F: drivers/media/radio/radio-ma901.c | ||
5019 | |||
4872 | MAC80211 | 5020 | MAC80211 |
4873 | M: Johannes Berg <johannes@sipsolutions.net> | 5021 | M: Johannes Berg <johannes@sipsolutions.net> |
4874 | L: linux-wireless@vger.kernel.org | 5022 | L: linux-wireless@vger.kernel.org |
@@ -4966,6 +5114,23 @@ S: Maintained | |||
4966 | F: Documentation/hwmon/max6650 | 5114 | F: Documentation/hwmon/max6650 |
4967 | F: drivers/hwmon/max6650.c | 5115 | F: drivers/hwmon/max6650.c |
4968 | 5116 | ||
5117 | MAX6697 HARDWARE MONITOR DRIVER | ||
5118 | M: Guenter Roeck <linux@roeck-us.net> | ||
5119 | L: lm-sensors@lm-sensors.org | ||
5120 | S: Maintained | ||
5121 | F: Documentation/hwmon/max6697 | ||
5122 | F: Documentation/devicetree/bindings/i2c/max6697.txt | ||
5123 | F: drivers/hwmon/max6697.c | ||
5124 | F: include/linux/platform_data/max6697.h | ||
5125 | |||
5126 | MAXIRADIO FM RADIO RECEIVER DRIVER | ||
5127 | M: Hans Verkuil <hverkuil@xs4all.nl> | ||
5128 | L: linux-media@vger.kernel.org | ||
5129 | T: git git://linuxtv.org/media_tree.git | ||
5130 | W: http://linuxtv.org | ||
5131 | S: Maintained | ||
5132 | F: drivers/media/radio/radio-maxiradio* | ||
5133 | |||
4969 | MEDIA INPUT INFRASTRUCTURE (V4L/DVB) | 5134 | MEDIA INPUT INFRASTRUCTURE (V4L/DVB) |
4970 | M: Mauro Carvalho Chehab <mchehab@redhat.com> | 5135 | M: Mauro Carvalho Chehab <mchehab@redhat.com> |
4971 | P: LinuxTV.org Project | 5136 | P: LinuxTV.org Project |
@@ -4988,6 +5153,14 @@ F: include/uapi/linux/meye.h | |||
4988 | F: include/uapi/linux/ivtv* | 5153 | F: include/uapi/linux/ivtv* |
4989 | F: include/uapi/linux/uvcvideo.h | 5154 | F: include/uapi/linux/uvcvideo.h |
4990 | 5155 | ||
5156 | MEDIAVISION PRO MOVIE STUDIO DRIVER | ||
5157 | M: Hans Verkuil <hverkuil@xs4all.nl> | ||
5158 | L: linux-media@vger.kernel.org | ||
5159 | T: git git://linuxtv.org/media_tree.git | ||
5160 | W: http://linuxtv.org | ||
5161 | S: Odd Fixes | ||
5162 | F: drivers/media/parport/pms* | ||
5163 | |||
4991 | MEGARAID SCSI DRIVERS | 5164 | MEGARAID SCSI DRIVERS |
4992 | M: Neela Syam Kolli <megaraidlinux@lsi.com> | 5165 | M: Neela Syam Kolli <megaraidlinux@lsi.com> |
4993 | L: linux-scsi@vger.kernel.org | 5166 | L: linux-scsi@vger.kernel.org |
@@ -5010,6 +5183,10 @@ L: linux-mm@kvack.org | |||
5010 | W: http://www.linux-mm.org | 5183 | W: http://www.linux-mm.org |
5011 | S: Maintained | 5184 | S: Maintained |
5012 | F: include/linux/mm.h | 5185 | F: include/linux/mm.h |
5186 | F: include/linux/gfp.h | ||
5187 | F: include/linux/mmzone.h | ||
5188 | F: include/linux/memory_hotplug.h | ||
5189 | F: include/linux/vmalloc.h | ||
5013 | F: mm/ | 5190 | F: mm/ |
5014 | 5191 | ||
5015 | MEMORY RESOURCE CONTROLLER | 5192 | MEMORY RESOURCE CONTROLLER |
@@ -5034,6 +5211,18 @@ F: drivers/mtd/ | |||
5034 | F: include/linux/mtd/ | 5211 | F: include/linux/mtd/ |
5035 | F: include/uapi/mtd/ | 5212 | F: include/uapi/mtd/ |
5036 | 5213 | ||
5214 | METAG ARCHITECTURE | ||
5215 | M: James Hogan <james.hogan@imgtec.com> | ||
5216 | S: Supported | ||
5217 | F: arch/metag/ | ||
5218 | F: Documentation/metag/ | ||
5219 | F: Documentation/devicetree/bindings/metag/ | ||
5220 | F: drivers/clocksource/metag_generic.c | ||
5221 | F: drivers/irqchip/irq-metag.c | ||
5222 | F: drivers/irqchip/irq-metag-ext.c | ||
5223 | F: drivers/tty/metag_da.c | ||
5224 | F: fs/imgdafs/ | ||
5225 | |||
5037 | MICROBLAZE ARCHITECTURE | 5226 | MICROBLAZE ARCHITECTURE |
5038 | M: Michal Simek <monstr@monstr.eu> | 5227 | M: Michal Simek <monstr@monstr.eu> |
5039 | L: microblaze-uclinux@itee.uq.edu.au (moderated for non-subscribers) | 5228 | L: microblaze-uclinux@itee.uq.edu.au (moderated for non-subscribers) |
@@ -5057,6 +5246,14 @@ S: Supported | |||
5057 | F: Documentation/mips/ | 5246 | F: Documentation/mips/ |
5058 | F: arch/mips/ | 5247 | F: arch/mips/ |
5059 | 5248 | ||
5249 | MIROSOUND PCM20 FM RADIO RECEIVER DRIVER | ||
5250 | M: Hans Verkuil <hverkuil@xs4all.nl> | ||
5251 | L: linux-media@vger.kernel.org | ||
5252 | T: git git://linuxtv.org/media_tree.git | ||
5253 | W: http://linuxtv.org | ||
5254 | S: Odd Fixes | ||
5255 | F: drivers/media/radio/radio-miropcm20* | ||
5256 | |||
5060 | MODULE SUPPORT | 5257 | MODULE SUPPORT |
5061 | M: Rusty Russell <rusty@rustcorp.com.au> | 5258 | M: Rusty Russell <rusty@rustcorp.com.au> |
5062 | S: Maintained | 5259 | S: Maintained |
@@ -5095,6 +5292,38 @@ L: platform-driver-x86@vger.kernel.org | |||
5095 | S: Supported | 5292 | S: Supported |
5096 | F: drivers/platform/x86/msi-wmi.c | 5293 | F: drivers/platform/x86/msi-wmi.c |
5097 | 5294 | ||
5295 | MT9M032 SENSOR DRIVER | ||
5296 | M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | ||
5297 | L: linux-media@vger.kernel.org | ||
5298 | T: git git://linuxtv.org/media_tree.git | ||
5299 | S: Maintained | ||
5300 | F: drivers/media/i2c/mt9m032.c | ||
5301 | F: include/media/mt9m032.h | ||
5302 | |||
5303 | MT9P031 SENSOR DRIVER | ||
5304 | M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | ||
5305 | L: linux-media@vger.kernel.org | ||
5306 | T: git git://linuxtv.org/media_tree.git | ||
5307 | S: Maintained | ||
5308 | F: drivers/media/i2c/mt9p031.c | ||
5309 | F: include/media/mt9p031.h | ||
5310 | |||
5311 | MT9T001 SENSOR DRIVER | ||
5312 | M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | ||
5313 | L: linux-media@vger.kernel.org | ||
5314 | T: git git://linuxtv.org/media_tree.git | ||
5315 | S: Maintained | ||
5316 | F: drivers/media/i2c/mt9t001.c | ||
5317 | F: include/media/mt9t001.h | ||
5318 | |||
5319 | MT9V032 SENSOR DRIVER | ||
5320 | M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | ||
5321 | L: linux-media@vger.kernel.org | ||
5322 | T: git git://linuxtv.org/media_tree.git | ||
5323 | S: Maintained | ||
5324 | F: drivers/media/i2c/mt9v032.c | ||
5325 | F: include/media/mt9v032.h | ||
5326 | |||
5098 | MULTIFUNCTION DEVICES (MFD) | 5327 | MULTIFUNCTION DEVICES (MFD) |
5099 | M: Samuel Ortiz <sameo@linux.intel.com> | 5328 | M: Samuel Ortiz <sameo@linux.intel.com> |
5100 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git | 5329 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git |
@@ -5236,6 +5465,7 @@ F: net/netrom/ | |||
5236 | NETWORK BLOCK DEVICE (NBD) | 5465 | NETWORK BLOCK DEVICE (NBD) |
5237 | M: Paul Clements <Paul.Clements@steeleye.com> | 5466 | M: Paul Clements <Paul.Clements@steeleye.com> |
5238 | S: Maintained | 5467 | S: Maintained |
5468 | L: nbd-general@lists.sourceforge.net | ||
5239 | F: Documentation/blockdev/nbd.txt | 5469 | F: Documentation/blockdev/nbd.txt |
5240 | F: drivers/block/nbd.c | 5470 | F: drivers/block/nbd.c |
5241 | F: include/linux/nbd.h | 5471 | F: include/linux/nbd.h |
@@ -5369,13 +5599,6 @@ F: include/linux/sunrpc/ | |||
5369 | F: include/uapi/linux/nfs* | 5599 | F: include/uapi/linux/nfs* |
5370 | F: include/uapi/linux/sunrpc/ | 5600 | F: include/uapi/linux/sunrpc/ |
5371 | 5601 | ||
5372 | NI5010 NETWORK DRIVER | ||
5373 | M: Jan-Pascal van Best <janpascal@vanbest.org> | ||
5374 | M: Andreas Mohr <andi@lisas.de> | ||
5375 | L: netdev@vger.kernel.org | ||
5376 | S: Maintained | ||
5377 | F: drivers/net/ethernet/racal/ni5010.* | ||
5378 | |||
5379 | NILFS2 FILESYSTEM | 5602 | NILFS2 FILESYSTEM |
5380 | M: KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp> | 5603 | M: KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp> |
5381 | L: linux-nilfs@vger.kernel.org | 5604 | L: linux-nilfs@vger.kernel.org |
@@ -5401,6 +5624,13 @@ S: Maintained | |||
5401 | F: Documentation/scsi/NinjaSCSI.txt | 5624 | F: Documentation/scsi/NinjaSCSI.txt |
5402 | F: drivers/scsi/nsp32* | 5625 | F: drivers/scsi/nsp32* |
5403 | 5626 | ||
5627 | NTB DRIVER | ||
5628 | M: Jon Mason <jon.mason@intel.com> | ||
5629 | S: Supported | ||
5630 | F: drivers/ntb/ | ||
5631 | F: drivers/net/ntb_netdev.c | ||
5632 | F: include/linux/ntb.h | ||
5633 | |||
5404 | NTFS FILESYSTEM | 5634 | NTFS FILESYSTEM |
5405 | M: Anton Altaparmakov <anton@tuxera.com> | 5635 | M: Anton Altaparmakov <anton@tuxera.com> |
5406 | L: linux-ntfs-dev@lists.sourceforge.net | 5636 | L: linux-ntfs-dev@lists.sourceforge.net |
@@ -5498,7 +5728,7 @@ S: Maintained | |||
5498 | F: drivers/mmc/host/omap.c | 5728 | F: drivers/mmc/host/omap.c |
5499 | 5729 | ||
5500 | OMAP HS MMC SUPPORT | 5730 | OMAP HS MMC SUPPORT |
5501 | M: Venkatraman S <svenkatr@ti.com> | 5731 | M: Balaji T K <balajitk@ti.com> |
5502 | L: linux-mmc@vger.kernel.org | 5732 | L: linux-mmc@vger.kernel.org |
5503 | L: linux-omap@vger.kernel.org | 5733 | L: linux-omap@vger.kernel.org |
5504 | S: Maintained | 5734 | S: Maintained |
@@ -5778,15 +6008,6 @@ L: linux-i2c@vger.kernel.org | |||
5778 | S: Maintained | 6008 | S: Maintained |
5779 | F: drivers/i2c/muxes/i2c-mux-pca9541.c | 6009 | F: drivers/i2c/muxes/i2c-mux-pca9541.c |
5780 | 6010 | ||
5781 | PCA9564/PCA9665 I2C BUS DRIVER | ||
5782 | M: Wolfram Sang <w.sang@pengutronix.de> | ||
5783 | L: linux-i2c@vger.kernel.org | ||
5784 | S: Maintained | ||
5785 | F: drivers/i2c/algos/i2c-algo-pca.c | ||
5786 | F: drivers/i2c/busses/i2c-pca-* | ||
5787 | F: include/linux/i2c-algo-pca.h | ||
5788 | F: include/linux/i2c-pca-platform.h | ||
5789 | |||
5790 | PCDP - PRIMARY CONSOLE AND DEBUG PORT | 6011 | PCDP - PRIMARY CONSOLE AND DEBUG PORT |
5791 | M: Khalid Aziz <khalid@gonehiking.org> | 6012 | M: Khalid Aziz <khalid@gonehiking.org> |
5792 | S: Maintained | 6013 | S: Maintained |
@@ -6216,6 +6437,8 @@ F: Documentation/networking/LICENSE.qla3xxx | |||
6216 | F: drivers/net/ethernet/qlogic/qla3xxx.* | 6437 | F: drivers/net/ethernet/qlogic/qla3xxx.* |
6217 | 6438 | ||
6218 | QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER | 6439 | QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER |
6440 | M: Rajesh Borundia <rajesh.borundia@qlogic.com> | ||
6441 | M: Shahed Shaikh <shahed.shaikh@qlogic.com> | ||
6219 | M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com> | 6442 | M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com> |
6220 | M: Sony Chacko <sony.chacko@qlogic.com> | 6443 | M: Sony Chacko <sony.chacko@qlogic.com> |
6221 | M: linux-driver@qlogic.com | 6444 | M: linux-driver@qlogic.com |
@@ -6255,6 +6478,14 @@ L: linux-hexagon@vger.kernel.org | |||
6255 | S: Supported | 6478 | S: Supported |
6256 | F: arch/hexagon/ | 6479 | F: arch/hexagon/ |
6257 | 6480 | ||
6481 | QUICKCAM PARALLEL PORT WEBCAMS | ||
6482 | M: Hans Verkuil <hverkuil@xs4all.nl> | ||
6483 | L: linux-media@vger.kernel.org | ||
6484 | T: git git://linuxtv.org/media_tree.git | ||
6485 | W: http://linuxtv.org | ||
6486 | S: Odd Fixes | ||
6487 | F: drivers/media/parport/*-qcam* | ||
6488 | |||
6258 | RADOS BLOCK DEVICE (RBD) | 6489 | RADOS BLOCK DEVICE (RBD) |
6259 | M: Yehuda Sadeh <yehuda@inktank.com> | 6490 | M: Yehuda Sadeh <yehuda@inktank.com> |
6260 | M: Sage Weil <sage@inktank.com> | 6491 | M: Sage Weil <sage@inktank.com> |
@@ -6312,6 +6543,12 @@ S: Maintained | |||
6312 | F: Documentation/blockdev/ramdisk.txt | 6543 | F: Documentation/blockdev/ramdisk.txt |
6313 | F: drivers/block/brd.c | 6544 | F: drivers/block/brd.c |
6314 | 6545 | ||
6546 | RAMSAM DRIVER (IBM RamSan 70/80 PCI SSD Flash Card) | ||
6547 | M: Joshua Morris <josh.h.morris@us.ibm.com> | ||
6548 | M: Philip Kelleher <pjk1939@linux.vnet.ibm.com> | ||
6549 | S: Maintained | ||
6550 | F: drivers/block/rsxx/ | ||
6551 | |||
6315 | RANDOM NUMBER DRIVER | 6552 | RANDOM NUMBER DRIVER |
6316 | M: Theodore Ts'o" <tytso@mit.edu> | 6553 | M: Theodore Ts'o" <tytso@mit.edu> |
6317 | S: Maintained | 6554 | S: Maintained |
@@ -6498,7 +6735,7 @@ S: Supported | |||
6498 | F: drivers/s390/net/ | 6735 | F: drivers/s390/net/ |
6499 | 6736 | ||
6500 | S390 ZCRYPT DRIVER | 6737 | S390 ZCRYPT DRIVER |
6501 | M: Holger Dengler <hd@linux.vnet.ibm.com> | 6738 | M: Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com> |
6502 | M: linux390@de.ibm.com | 6739 | M: linux390@de.ibm.com |
6503 | L: linux-s390@vger.kernel.org | 6740 | L: linux-s390@vger.kernel.org |
6504 | W: http://www.ibm.com/developerworks/linux/linux390/ | 6741 | W: http://www.ibm.com/developerworks/linux/linux390/ |
@@ -6529,6 +6766,14 @@ L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | |||
6529 | S: Supported | 6766 | S: Supported |
6530 | F: drivers/mmc/host/s3cmci.* | 6767 | F: drivers/mmc/host/s3cmci.* |
6531 | 6768 | ||
6769 | SAA6588 RDS RECEIVER DRIVER | ||
6770 | M: Hans Verkuil <hverkuil@xs4all.nl> | ||
6771 | L: linux-media@vger.kernel.org | ||
6772 | T: git git://linuxtv.org/media_tree.git | ||
6773 | W: http://linuxtv.org | ||
6774 | S: Odd Fixes | ||
6775 | F: drivers/media/i2c/saa6588* | ||
6776 | |||
6532 | SAA7134 VIDEO4LINUX DRIVER | 6777 | SAA7134 VIDEO4LINUX DRIVER |
6533 | M: Mauro Carvalho Chehab <mchehab@redhat.com> | 6778 | M: Mauro Carvalho Chehab <mchehab@redhat.com> |
6534 | L: linux-media@vger.kernel.org | 6779 | L: linux-media@vger.kernel.org |
@@ -6539,10 +6784,9 @@ F: Documentation/video4linux/saa7134/ | |||
6539 | F: drivers/media/pci/saa7134/ | 6784 | F: drivers/media/pci/saa7134/ |
6540 | 6785 | ||
6541 | SAA7146 VIDEO4LINUX-2 DRIVER | 6786 | SAA7146 VIDEO4LINUX-2 DRIVER |
6542 | M: Michael Hunold <michael@mihu.de> | 6787 | M: Hans Verkuil <hverkuil@xs4all.nl> |
6543 | L: linux-media@vger.kernel.org | 6788 | L: linux-media@vger.kernel.org |
6544 | T: git git://linuxtv.org/media_tree.git | 6789 | T: git git://linuxtv.org/media_tree.git |
6545 | W: http://www.mihu.de/linux/saa7146 | ||
6546 | S: Maintained | 6790 | S: Maintained |
6547 | F: drivers/media/common/saa7146/ | 6791 | F: drivers/media/common/saa7146/ |
6548 | F: drivers/media/pci/saa7146/ | 6792 | F: drivers/media/pci/saa7146/ |
@@ -6584,6 +6828,13 @@ S: Maintained | |||
6584 | F: drivers/media/platform/s3c-camif/ | 6828 | F: drivers/media/platform/s3c-camif/ |
6585 | F: include/media/s3c_camif.h | 6829 | F: include/media/s3c_camif.h |
6586 | 6830 | ||
6831 | SAMSUNG S5C73M3 CAMERA DRIVER | ||
6832 | M: Kyungmin Park <kyungmin.park@samsung.com> | ||
6833 | M: Andrzej Hajda <a.hajda@samsung.com> | ||
6834 | L: linux-media@vger.kernel.org | ||
6835 | S: Supported | ||
6836 | F: drivers/media/i2c/s5c73m3/* | ||
6837 | |||
6587 | SERIAL DRIVERS | 6838 | SERIAL DRIVERS |
6588 | M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 6839 | M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
6589 | L: linux-serial@vger.kernel.org | 6840 | L: linux-serial@vger.kernel.org |
@@ -6597,8 +6848,16 @@ F: include/linux/dw_dmac.h | |||
6597 | F: drivers/dma/dw_dmac_regs.h | 6848 | F: drivers/dma/dw_dmac_regs.h |
6598 | F: drivers/dma/dw_dmac.c | 6849 | F: drivers/dma/dw_dmac.c |
6599 | 6850 | ||
6851 | SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER | ||
6852 | M: Seungwon Jeon <tgih.jun@samsung.com> | ||
6853 | M: Jaehoon Chung <jh80.chung@samsung.com> | ||
6854 | L: linux-mmc@vger.kernel.org | ||
6855 | S: Maintained | ||
6856 | F: include/linux/mmc/dw_mmc.h | ||
6857 | F: drivers/mmc/host/dw_mmc* | ||
6858 | |||
6600 | TIMEKEEPING, NTP | 6859 | TIMEKEEPING, NTP |
6601 | M: John Stultz <johnstul@us.ibm.com> | 6860 | M: John Stultz <john.stultz@linaro.org> |
6602 | M: Thomas Gleixner <tglx@linutronix.de> | 6861 | M: Thomas Gleixner <tglx@linutronix.de> |
6603 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core | 6862 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core |
6604 | S: Supported | 6863 | S: Supported |
@@ -6820,7 +7079,8 @@ S: Supported | |||
6820 | F: drivers/net/ethernet/sfc/ | 7079 | F: drivers/net/ethernet/sfc/ |
6821 | 7080 | ||
6822 | SGI GRU DRIVER | 7081 | SGI GRU DRIVER |
6823 | M: Jack Steiner <steiner@sgi.com> | 7082 | M: Dimitri Sivanich <sivanich@sgi.com> |
7083 | M: Robin Holt <holt@sgi.com> | ||
6824 | S: Maintained | 7084 | S: Maintained |
6825 | F: drivers/misc/sgi-gru/ | 7085 | F: drivers/misc/sgi-gru/ |
6826 | 7086 | ||
@@ -6844,6 +7104,38 @@ M: Robin Holt <holt@sgi.com> | |||
6844 | S: Maintained | 7104 | S: Maintained |
6845 | F: drivers/misc/sgi-xp/ | 7105 | F: drivers/misc/sgi-xp/ |
6846 | 7106 | ||
7107 | SI470X FM RADIO RECEIVER I2C DRIVER | ||
7108 | M: Hans Verkuil <hverkuil@xs4all.nl> | ||
7109 | L: linux-media@vger.kernel.org | ||
7110 | T: git git://linuxtv.org/media_tree.git | ||
7111 | W: http://linuxtv.org | ||
7112 | S: Odd Fixes | ||
7113 | F: drivers/media/radio/si470x/radio-si470x-i2c.c | ||
7114 | |||
7115 | SI470X FM RADIO RECEIVER USB DRIVER | ||
7116 | M: Hans Verkuil <hverkuil@xs4all.nl> | ||
7117 | L: linux-media@vger.kernel.org | ||
7118 | T: git git://linuxtv.org/media_tree.git | ||
7119 | W: http://linuxtv.org | ||
7120 | S: Maintained | ||
7121 | F: drivers/media/radio/si470x/radio-si470x-common.c | ||
7122 | F: drivers/media/radio/si470x/radio-si470x.h | ||
7123 | F: drivers/media/radio/si470x/radio-si470x-usb.c | ||
7124 | |||
7125 | SH_VEU V4L2 MEM2MEM DRIVER | ||
7126 | M: Guennadi Liakhovetski <g.liakhovetski@gmx.de> | ||
7127 | L: linux-media@vger.kernel.org | ||
7128 | S: Maintained | ||
7129 | F: drivers/media/platform/sh_veu.c | ||
7130 | F: include/media/sh_veu.h | ||
7131 | |||
7132 | SH_VOU V4L2 OUTPUT DRIVER | ||
7133 | M: Guennadi Liakhovetski <g.liakhovetski@gmx.de> | ||
7134 | L: linux-media@vger.kernel.org | ||
7135 | S: Maintained | ||
7136 | F: drivers/media/platform/sh_vou.c | ||
7137 | F: include/media/sh_vou.h | ||
7138 | |||
6847 | SIMPLE FIRMWARE INTERFACE (SFI) | 7139 | SIMPLE FIRMWARE INTERFACE (SFI) |
6848 | M: Len Brown <lenb@kernel.org> | 7140 | M: Len Brown <lenb@kernel.org> |
6849 | L: sfi-devel@simplefirmware.org | 7141 | L: sfi-devel@simplefirmware.org |
@@ -7015,14 +7307,6 @@ L: linux-fbdev@vger.kernel.org | |||
7015 | S: Maintained | 7307 | S: Maintained |
7016 | F: drivers/video/smscufx.c | 7308 | F: drivers/video/smscufx.c |
7017 | 7309 | ||
7018 | SN-IA64 (Itanium) SUB-PLATFORM | ||
7019 | M: Jes Sorensen <jes@sgi.com> | ||
7020 | L: linux-altix@sgi.com | ||
7021 | L: linux-ia64@vger.kernel.org | ||
7022 | W: http://www.sgi.com/altix | ||
7023 | S: Maintained | ||
7024 | F: arch/ia64/sn/ | ||
7025 | |||
7026 | SOC-CAMERA V4L2 SUBSYSTEM | 7310 | SOC-CAMERA V4L2 SUBSYSTEM |
7027 | M: Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 7311 | M: Guennadi Liakhovetski <g.liakhovetski@gmx.de> |
7028 | L: linux-media@vger.kernel.org | 7312 | L: linux-media@vger.kernel.org |
@@ -7178,6 +7462,7 @@ F: drivers/clk/spear/ | |||
7178 | 7462 | ||
7179 | SPI SUBSYSTEM | 7463 | SPI SUBSYSTEM |
7180 | M: Grant Likely <grant.likely@secretlab.ca> | 7464 | M: Grant Likely <grant.likely@secretlab.ca> |
7465 | M: Mark Brown <broonie@opensource.wolfsonmicro.com> | ||
7181 | L: spi-devel-general@lists.sourceforge.net | 7466 | L: spi-devel-general@lists.sourceforge.net |
7182 | Q: http://patchwork.kernel.org/project/spi-devel-general/list/ | 7467 | Q: http://patchwork.kernel.org/project/spi-devel-general/list/ |
7183 | T: git git://git.secretlab.ca/git/linux-2.6.git | 7468 | T: git git://git.secretlab.ca/git/linux-2.6.git |
@@ -7291,6 +7576,7 @@ STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec) | |||
7291 | M: Julian Andres Klode <jak@jak-linux.org> | 7576 | M: Julian Andres Klode <jak@jak-linux.org> |
7292 | M: Marc Dietrich <marvin24@gmx.de> | 7577 | M: Marc Dietrich <marvin24@gmx.de> |
7293 | L: ac100@lists.launchpad.net (moderated for non-subscribers) | 7578 | L: ac100@lists.launchpad.net (moderated for non-subscribers) |
7579 | L: linux-tegra@vger.kernel.org | ||
7294 | S: Maintained | 7580 | S: Maintained |
7295 | F: drivers/staging/nvec/ | 7581 | F: drivers/staging/nvec/ |
7296 | 7582 | ||
@@ -7303,8 +7589,7 @@ S: Odd Fixes | |||
7303 | F: drivers/staging/olpc_dcon/ | 7589 | F: drivers/staging/olpc_dcon/ |
7304 | 7590 | ||
7305 | STAGING - OZMO DEVICES USB OVER WIFI DRIVER | 7591 | STAGING - OZMO DEVICES USB OVER WIFI DRIVER |
7306 | M: Rupesh Gujare <rgujare@ozmodevices.com> | 7592 | M: Rupesh Gujare <rupesh.gujare@atmel.com> |
7307 | M: Chris Kelly <ckelly@ozmodevices.com> | ||
7308 | S: Maintained | 7593 | S: Maintained |
7309 | F: drivers/staging/ozwpan/ | 7594 | F: drivers/staging/ozwpan/ |
7310 | 7595 | ||
@@ -7418,6 +7703,12 @@ F: lib/swiotlb.c | |||
7418 | F: arch/*/kernel/pci-swiotlb.c | 7703 | F: arch/*/kernel/pci-swiotlb.c |
7419 | F: include/linux/swiotlb.h | 7704 | F: include/linux/swiotlb.h |
7420 | 7705 | ||
7706 | SYNOPSYS ARC ARCHITECTURE | ||
7707 | M: Vineet Gupta <vgupta@synopsys.com> | ||
7708 | L: linux-snps-arc@vger.kernel.org | ||
7709 | S: Supported | ||
7710 | F: arch/arc/ | ||
7711 | |||
7421 | SYSV FILESYSTEM | 7712 | SYSV FILESYSTEM |
7422 | M: Christoph Hellwig <hch@infradead.org> | 7713 | M: Christoph Hellwig <hch@infradead.org> |
7423 | S: Maintained | 7714 | S: Maintained |
@@ -7519,6 +7810,14 @@ T: git git://linuxtv.org/mkrufky/tuners.git | |||
7519 | S: Maintained | 7810 | S: Maintained |
7520 | F: drivers/media/tuners/tda8290.* | 7811 | F: drivers/media/tuners/tda8290.* |
7521 | 7812 | ||
7813 | TDA9840 MEDIA DRIVER | ||
7814 | M: Hans Verkuil <hverkuil@xs4all.nl> | ||
7815 | L: linux-media@vger.kernel.org | ||
7816 | T: git git://linuxtv.org/media_tree.git | ||
7817 | W: http://linuxtv.org | ||
7818 | S: Maintained | ||
7819 | F: drivers/media/i2c/tda9840* | ||
7820 | |||
7522 | TEA5761 TUNER DRIVER | 7821 | TEA5761 TUNER DRIVER |
7523 | M: Mauro Carvalho Chehab <mchehab@redhat.com> | 7822 | M: Mauro Carvalho Chehab <mchehab@redhat.com> |
7524 | L: linux-media@vger.kernel.org | 7823 | L: linux-media@vger.kernel.org |
@@ -7535,14 +7834,35 @@ T: git git://linuxtv.org/media_tree.git | |||
7535 | S: Maintained | 7834 | S: Maintained |
7536 | F: drivers/media/tuners/tea5767.* | 7835 | F: drivers/media/tuners/tea5767.* |
7537 | 7836 | ||
7837 | TEA6415C MEDIA DRIVER | ||
7838 | M: Hans Verkuil <hverkuil@xs4all.nl> | ||
7839 | L: linux-media@vger.kernel.org | ||
7840 | T: git git://linuxtv.org/media_tree.git | ||
7841 | W: http://linuxtv.org | ||
7842 | S: Maintained | ||
7843 | F: drivers/media/i2c/tea6415c* | ||
7844 | |||
7845 | TEA6420 MEDIA DRIVER | ||
7846 | M: Hans Verkuil <hverkuil@xs4all.nl> | ||
7847 | L: linux-media@vger.kernel.org | ||
7848 | T: git git://linuxtv.org/media_tree.git | ||
7849 | W: http://linuxtv.org | ||
7850 | S: Maintained | ||
7851 | F: drivers/media/i2c/tea6420* | ||
7852 | |||
7538 | TEAM DRIVER | 7853 | TEAM DRIVER |
7539 | M: Jiri Pirko <jpirko@redhat.com> | 7854 | M: Jiri Pirko <jiri@resnulli.us> |
7540 | L: netdev@vger.kernel.org | 7855 | L: netdev@vger.kernel.org |
7541 | S: Supported | 7856 | S: Supported |
7542 | F: drivers/net/team/ | 7857 | F: drivers/net/team/ |
7543 | F: include/linux/if_team.h | 7858 | F: include/linux/if_team.h |
7544 | F: include/uapi/linux/if_team.h | 7859 | F: include/uapi/linux/if_team.h |
7545 | 7860 | ||
7861 | TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT | ||
7862 | M: Savoir-faire Linux Inc. <kernel@savoirfairelinux.com> | ||
7863 | S: Maintained | ||
7864 | F: arch/x86/platform/ts5500/ | ||
7865 | |||
7546 | TECHNOTREND USB IR RECEIVER | 7866 | TECHNOTREND USB IR RECEIVER |
7547 | M: Sean Young <sean@mess.org> | 7867 | M: Sean Young <sean@mess.org> |
7548 | L: linux-media@vger.kernel.org | 7868 | L: linux-media@vger.kernel.org |
@@ -7555,9 +7875,7 @@ L: linux-tegra@vger.kernel.org | |||
7555 | Q: http://patchwork.ozlabs.org/project/linux-tegra/list/ | 7875 | Q: http://patchwork.ozlabs.org/project/linux-tegra/list/ |
7556 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git | 7876 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git |
7557 | S: Supported | 7877 | S: Supported |
7558 | F: arch/arm/mach-tegra | 7878 | K: (?i)[^a-z]tegra |
7559 | F: arch/arm/boot/dts/tegra* | ||
7560 | F: arch/arm/configs/tegra_defconfig | ||
7561 | 7879 | ||
7562 | TEHUTI ETHERNET DRIVER | 7880 | TEHUTI ETHERNET DRIVER |
7563 | M: Andy Gospodarek <andy@greyhouse.net> | 7881 | M: Andy Gospodarek <andy@greyhouse.net> |
@@ -7585,6 +7903,11 @@ S: Supported | |||
7585 | F: drivers/thermal/ | 7903 | F: drivers/thermal/ |
7586 | F: include/linux/thermal.h | 7904 | F: include/linux/thermal.h |
7587 | 7905 | ||
7906 | THINGM BLINK(1) USB RGB LED DRIVER | ||
7907 | M: Vivien Didelot <vivien.didelot@savoirfairelinux.com> | ||
7908 | S: Maintained | ||
7909 | F: drivers/hid/hid-thingm.c | ||
7910 | |||
7588 | THINKPAD ACPI EXTRAS DRIVER | 7911 | THINKPAD ACPI EXTRAS DRIVER |
7589 | M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br> | 7912 | M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br> |
7590 | L: ibm-acpi-devel@lists.sourceforge.net | 7913 | L: ibm-acpi-devel@lists.sourceforge.net |
@@ -7617,6 +7940,22 @@ F: Documentation/backlight/lp855x-driver.txt | |||
7617 | F: drivers/video/backlight/lp855x_bl.c | 7940 | F: drivers/video/backlight/lp855x_bl.c |
7618 | F: include/linux/platform_data/lp855x.h | 7941 | F: include/linux/platform_data/lp855x.h |
7619 | 7942 | ||
7943 | TI LP8727 CHARGER DRIVER | ||
7944 | M: Milo Kim <milo.kim@ti.com> | ||
7945 | S: Maintained | ||
7946 | F: drivers/power/lp8727_charger.c | ||
7947 | F: include/linux/platform_data/lp8727.h | ||
7948 | |||
7949 | TI LP8788 MFD DRIVER | ||
7950 | M: Milo Kim <milo.kim@ti.com> | ||
7951 | S: Maintained | ||
7952 | F: drivers/iio/adc/lp8788_adc.c | ||
7953 | F: drivers/leds/leds-lp8788.c | ||
7954 | F: drivers/mfd/lp8788*.c | ||
7955 | F: drivers/power/lp8788-charger.c | ||
7956 | F: drivers/regulator/lp8788-*.c | ||
7957 | F: include/linux/mfd/lp8788*.h | ||
7958 | |||
7620 | TI TWL4030 SERIES SOC CODEC DRIVER | 7959 | TI TWL4030 SERIES SOC CODEC DRIVER |
7621 | M: Peter Ujfalusi <peter.ujfalusi@ti.com> | 7960 | M: Peter Ujfalusi <peter.ujfalusi@ti.com> |
7622 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) | 7961 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
@@ -7911,9 +8250,10 @@ F: drivers/net/wireless/ath/ar5523/ | |||
7911 | USB ATTACHED SCSI | 8250 | USB ATTACHED SCSI |
7912 | M: Matthew Wilcox <willy@linux.intel.com> | 8251 | M: Matthew Wilcox <willy@linux.intel.com> |
7913 | M: Sarah Sharp <sarah.a.sharp@linux.intel.com> | 8252 | M: Sarah Sharp <sarah.a.sharp@linux.intel.com> |
8253 | M: Gerd Hoffmann <kraxel@redhat.com> | ||
7914 | L: linux-usb@vger.kernel.org | 8254 | L: linux-usb@vger.kernel.org |
7915 | L: linux-scsi@vger.kernel.org | 8255 | L: linux-scsi@vger.kernel.org |
7916 | S: Supported | 8256 | S: Maintained |
7917 | F: drivers/usb/storage/uas.c | 8257 | F: drivers/usb/storage/uas.c |
7918 | 8258 | ||
7919 | USB CDC ETHERNET DRIVER | 8259 | USB CDC ETHERNET DRIVER |
@@ -8157,6 +8497,14 @@ S: Maintained | |||
8157 | F: drivers/media/usb/uvc/ | 8497 | F: drivers/media/usb/uvc/ |
8158 | F: include/uapi/linux/uvcvideo.h | 8498 | F: include/uapi/linux/uvcvideo.h |
8159 | 8499 | ||
8500 | USB VISION DRIVER | ||
8501 | M: Hans Verkuil <hverkuil@xs4all.nl> | ||
8502 | L: linux-media@vger.kernel.org | ||
8503 | T: git git://linuxtv.org/media_tree.git | ||
8504 | W: http://linuxtv.org | ||
8505 | S: Odd Fixes | ||
8506 | F: drivers/media/usb/usbvision/ | ||
8507 | |||
8160 | USB WEBCAM GADGET | 8508 | USB WEBCAM GADGET |
8161 | M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 8509 | M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
8162 | L: linux-usb@vger.kernel.org | 8510 | L: linux-usb@vger.kernel.org |
@@ -8306,6 +8654,14 @@ L: netdev@vger.kernel.org | |||
8306 | S: Maintained | 8654 | S: Maintained |
8307 | F: drivers/net/ethernet/via/via-velocity.* | 8655 | F: drivers/net/ethernet/via/via-velocity.* |
8308 | 8656 | ||
8657 | VIVI VIRTUAL VIDEO DRIVER | ||
8658 | M: Hans Verkuil <hverkuil@xs4all.nl> | ||
8659 | L: linux-media@vger.kernel.org | ||
8660 | T: git git://linuxtv.org/media_tree.git | ||
8661 | W: http://linuxtv.org | ||
8662 | S: Maintained | ||
8663 | F: drivers/media/platform/vivi* | ||
8664 | |||
8309 | VLAN (802.1Q) | 8665 | VLAN (802.1Q) |
8310 | M: Patrick McHardy <kaber@trash.net> | 8666 | M: Patrick McHardy <kaber@trash.net> |
8311 | L: netdev@vger.kernel.org | 8667 | L: netdev@vger.kernel.org |