diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2013-02-24 20:35:10 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-02-24 20:35:10 -0500 |
commit | 21fbd5809ad126b949206d78e0a0e07ec872ea11 (patch) | |
tree | a824045df99fc1f0690095a925cceb50207e332b /MAINTAINERS | |
parent | d9978ec5680059d727b39d6c706777c6973587f2 (diff) | |
parent | ed72d37a33fdf43dc47787fe220532cdec9da528 (diff) |
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
Pull media updates from Mauro Carvalho Chehab:
- Some cleanups at V4L2 documentation
- new drivers: ts2020 frontend, ov9650 sensor, s5c73m3 sensor,
sh-mobile veu mem2mem driver, radio-ma901, davinci_vpfe staging
driver
- Lots of missing MAINTAINERS entries added
- several em28xx driver improvements, including its conversion to
videobuf2
- several fixups on drivers to make them to better comply with the API
- DVB core: add support for DVBv5 stats, allowing the implementation of
statistics for new standards like ISDB
- mb86a20s: add statistics to the driver
- lots of new board additions, cleanups, and driver improvements.
* 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media: (596 commits)
[media] media: Add 0x3009 USB PID to ttusb2 driver (fixed diff)
[media] rtl28xxu: Add USB IDs for Compro VideoMate U620F
[media] em28xx: add usb id for terratec h5 rev. 3
[media] media: rc: gpio-ir-recv: add support for device tree parsing
[media] mceusb: move check earlier to make smatch happy
[media] radio-si470x doc: add info about v4l2-ctl and sox+alsa
[media] staging: media: Remove unnecessary OOM messages
[media] sh_vou: Use vou_dev instead of vou_file wherever possible
[media] sh_vou: Use video_drvdata()
[media] drivers/media/platform/soc_camera/pxa_camera.c: use devm_ functions
[media] mt9t112: mt9t111 format set up differs from mt9t112
[media] sh-mobile-ceu-camera: fix SHARPNESS control default
Revert "[media] fc0011: Return early, if the frequency is already tuned"
[media] cx18/ivtv: fix regression: remove __init from a non-init function
[media] em28xx: fix analog streaming with USB bulk transfers
[media] stv0900: remove unnecessary null pointer check
[media] fc0011: Return early, if the frequency is already tuned
[media] fc0011: Add some sanity checks and cleanups
[media] fc0011: Fix xin value clamping
Revert "[media] [PATH,1/2] mxl5007 move reset to attach"
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 262 |
1 files changed, 260 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a92f485f5456..870ba56207d7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -465,6 +465,14 @@ S: Maintained | |||
465 | F: drivers/scsi/aic7xxx/ | 465 | F: drivers/scsi/aic7xxx/ |
466 | F: drivers/scsi/aic7xxx_old/ | 466 | F: drivers/scsi/aic7xxx_old/ |
467 | 467 | ||
468 | AIMSLAB FM RADIO RECEIVER DRIVER | ||
469 | M: Hans Verkuil <hverkuil@xs4all.nl> | ||
470 | L: linux-media@vger.kernel.org | ||
471 | T: git git://linuxtv.org/media_tree.git | ||
472 | W: http://linuxtv.org | ||
473 | S: Maintained | ||
474 | F: drivers/media/radio/radio-aimslab* | ||
475 | |||
468 | AIO | 476 | AIO |
469 | M: Benjamin LaHaise <bcrl@kvack.org> | 477 | M: Benjamin LaHaise <bcrl@kvack.org> |
470 | L: linux-aio@kvack.org | 478 | L: linux-aio@kvack.org |
@@ -559,6 +567,18 @@ L: linux-rdma@vger.kernel.org | |||
559 | S: Maintained | 567 | S: Maintained |
560 | F: drivers/infiniband/hw/amso1100/ | 568 | F: drivers/infiniband/hw/amso1100/ |
561 | 569 | ||
570 | ANALOG DEVICES INC AD9389B DRIVER | ||
571 | M: Hans Verkuil <hans.verkuil@cisco.com> | ||
572 | L: linux-media@vger.kernel.org | ||
573 | S: Maintained | ||
574 | F: drivers/media/i2c/ad9389b* | ||
575 | |||
576 | ANALOG DEVICES INC ADV7604 DRIVER | ||
577 | M: Hans Verkuil <hans.verkuil@cisco.com> | ||
578 | L: linux-media@vger.kernel.org | ||
579 | S: Maintained | ||
580 | F: drivers/media/i2c/adv7604* | ||
581 | |||
562 | ANALOG DEVICES INC ASOC CODEC DRIVERS | 582 | ANALOG DEVICES INC ASOC CODEC DRIVERS |
563 | M: Lars-Peter Clausen <lars@metafoo.de> | 583 | M: Lars-Peter Clausen <lars@metafoo.de> |
564 | L: device-drivers-devel@blackfin.uclinux.org | 584 | L: device-drivers-devel@blackfin.uclinux.org |
@@ -1126,6 +1146,14 @@ F: arch/arm/mach-s5pv210/mach-goni.c | |||
1126 | F: arch/arm/mach-exynos/mach-universal_c210.c | 1146 | F: arch/arm/mach-exynos/mach-universal_c210.c |
1127 | F: arch/arm/mach-exynos/mach-nuri.c | 1147 | F: arch/arm/mach-exynos/mach-nuri.c |
1128 | 1148 | ||
1149 | ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT | ||
1150 | M: Kyungmin Park <kyungmin.park@samsung.com> | ||
1151 | M: Kamil Debski <k.debski@samsung.com> | ||
1152 | L: linux-arm-kernel@lists.infradead.org | ||
1153 | L: linux-media@vger.kernel.org | ||
1154 | S: Maintained | ||
1155 | F: drivers/media/platform/s5p-g2d/ | ||
1156 | |||
1129 | ARM/SAMSUNG S5P SERIES FIMC SUPPORT | 1157 | ARM/SAMSUNG S5P SERIES FIMC SUPPORT |
1130 | M: Kyungmin Park <kyungmin.park@samsung.com> | 1158 | M: Kyungmin Park <kyungmin.park@samsung.com> |
1131 | M: Sylwester Nawrocki <s.nawrocki@samsung.com> | 1159 | M: Sylwester Nawrocki <s.nawrocki@samsung.com> |
@@ -1291,6 +1319,14 @@ S: Maintained | |||
1291 | F: arch/arm64/ | 1319 | F: arch/arm64/ |
1292 | F: Documentation/arm64/ | 1320 | F: Documentation/arm64/ |
1293 | 1321 | ||
1322 | AS3645A LED FLASH CONTROLLER DRIVER | ||
1323 | M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | ||
1324 | L: linux-media@vger.kernel.org | ||
1325 | T: git git://linuxtv.org/media_tree.git | ||
1326 | S: Maintained | ||
1327 | F: drivers/media/i2c/as3645a.c | ||
1328 | F: include/media/as3645a.h | ||
1329 | |||
1294 | ASC7621 HARDWARE MONITOR DRIVER | 1330 | ASC7621 HARDWARE MONITOR DRIVER |
1295 | M: George Joseph <george.joseph@fairview5.com> | 1331 | M: George Joseph <george.joseph@fairview5.com> |
1296 | L: lm-sensors@lm-sensors.org | 1332 | L: lm-sensors@lm-sensors.org |
@@ -1538,6 +1574,14 @@ T: git git://linuxtv.org/media_tree.git | |||
1538 | S: Maintained | 1574 | S: Maintained |
1539 | F: drivers/media/usb/dvb-usb-v2/az6007.c | 1575 | F: drivers/media/usb/dvb-usb-v2/az6007.c |
1540 | 1576 | ||
1577 | AZTECH FM RADIO RECEIVER DRIVER | ||
1578 | M: Hans Verkuil <hverkuil@xs4all.nl> | ||
1579 | L: linux-media@vger.kernel.org | ||
1580 | T: git git://linuxtv.org/media_tree.git | ||
1581 | W: http://linuxtv.org | ||
1582 | S: Maintained | ||
1583 | F: drivers/media/radio/radio-aztech* | ||
1584 | |||
1541 | B43 WIRELESS DRIVER | 1585 | B43 WIRELESS DRIVER |
1542 | M: Stefano Brivio <stefano.brivio@polimi.it> | 1586 | M: Stefano Brivio <stefano.brivio@polimi.it> |
1543 | L: linux-wireless@vger.kernel.org | 1587 | L: linux-wireless@vger.kernel.org |
@@ -1637,6 +1681,15 @@ W: http://blackfin.uclinux.org/ | |||
1637 | S: Supported | 1681 | S: Supported |
1638 | F: drivers/i2c/busses/i2c-bfin-twi.c | 1682 | F: drivers/i2c/busses/i2c-bfin-twi.c |
1639 | 1683 | ||
1684 | BLACKFIN MEDIA DRIVER | ||
1685 | M: Scott Jiang <scott.jiang.linux@gmail.com> | ||
1686 | L: uclinux-dist-devel@blackfin.uclinux.org | ||
1687 | W: http://blackfin.uclinux.org/ | ||
1688 | S: Supported | ||
1689 | F: drivers/media/platform/blackfin/ | ||
1690 | F: drivers/media/i2c/adv7183* | ||
1691 | F: drivers/media/i2c/vs6624* | ||
1692 | |||
1640 | BLINKM RGB LED DRIVER | 1693 | BLINKM RGB LED DRIVER |
1641 | M: Jan-Simon Moeller <jansimon.moeller@gmx.de> | 1694 | M: Jan-Simon Moeller <jansimon.moeller@gmx.de> |
1642 | S: Maintained | 1695 | S: Maintained |
@@ -1820,6 +1873,14 @@ S: Supported | |||
1820 | F: Documentation/filesystems/caching/cachefiles.txt | 1873 | F: Documentation/filesystems/caching/cachefiles.txt |
1821 | F: fs/cachefiles/ | 1874 | F: fs/cachefiles/ |
1822 | 1875 | ||
1876 | CADET FM/AM RADIO RECEIVER DRIVER | ||
1877 | M: Hans Verkuil <hverkuil@xs4all.nl> | ||
1878 | L: linux-media@vger.kernel.org | ||
1879 | T: git git://linuxtv.org/media_tree.git | ||
1880 | W: http://linuxtv.org | ||
1881 | S: Maintained | ||
1882 | F: drivers/media/radio/radio-cadet* | ||
1883 | |||
1823 | CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER | 1884 | CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER |
1824 | M: Jonathan Corbet <corbet@lwn.net> | 1885 | M: Jonathan Corbet <corbet@lwn.net> |
1825 | L: linux-media@vger.kernel.org | 1886 | L: linux-media@vger.kernel.org |
@@ -2221,6 +2282,15 @@ F: Documentation/video4linux/cx18.txt | |||
2221 | F: drivers/media/pci/cx18/ | 2282 | F: drivers/media/pci/cx18/ |
2222 | F: include/uapi/linux/ivtv* | 2283 | F: include/uapi/linux/ivtv* |
2223 | 2284 | ||
2285 | CX2341X MPEG ENCODER HELPER MODULE | ||
2286 | M: Hans Verkuil <hverkuil@xs4all.nl> | ||
2287 | L: linux-media@vger.kernel.org | ||
2288 | T: git git://linuxtv.org/media_tree.git | ||
2289 | W: http://linuxtv.org | ||
2290 | S: Maintained | ||
2291 | F: drivers/media/i2c/cx2341x* | ||
2292 | F: include/media/cx2341x* | ||
2293 | |||
2224 | CX88 VIDEO4LINUX DRIVER | 2294 | CX88 VIDEO4LINUX DRIVER |
2225 | M: Mauro Carvalho Chehab <mchehab@redhat.com> | 2295 | M: Mauro Carvalho Chehab <mchehab@redhat.com> |
2226 | L: linux-media@vger.kernel.org | 2296 | L: linux-media@vger.kernel.org |
@@ -2598,6 +2668,13 @@ S: Maintained | |||
2598 | F: drivers/gpu/drm/tegra/ | 2668 | F: drivers/gpu/drm/tegra/ |
2599 | F: Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt | 2669 | F: Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt |
2600 | 2670 | ||
2671 | DSBR100 USB FM RADIO DRIVER | ||
2672 | M: Alexey Klimov <klimov.linux@gmail.com> | ||
2673 | L: linux-media@vger.kernel.org | ||
2674 | T: git git://linuxtv.org/media_tree.git | ||
2675 | S: Maintained | ||
2676 | F: drivers/media/radio/dsbr100.c | ||
2677 | |||
2601 | DSCC4 DRIVER | 2678 | DSCC4 DRIVER |
2602 | M: Francois Romieu <romieu@fr.zoreil.com> | 2679 | M: Francois Romieu <romieu@fr.zoreil.com> |
2603 | L: netdev@vger.kernel.org | 2680 | L: netdev@vger.kernel.org |
@@ -3364,6 +3441,14 @@ W: http://www.icp-vortex.com/ | |||
3364 | S: Supported | 3441 | S: Supported |
3365 | F: drivers/scsi/gdt* | 3442 | F: drivers/scsi/gdt* |
3366 | 3443 | ||
3444 | GEMTEK FM RADIO RECEIVER DRIVER | ||
3445 | M: Hans Verkuil <hverkuil@xs4all.nl> | ||
3446 | L: linux-media@vger.kernel.org | ||
3447 | T: git git://linuxtv.org/media_tree.git | ||
3448 | W: http://linuxtv.org | ||
3449 | S: Maintained | ||
3450 | F: drivers/media/radio/radio-gemtek* | ||
3451 | |||
3367 | GENERIC GPIO I2C DRIVER | 3452 | GENERIC GPIO I2C DRIVER |
3368 | M: Haavard Skinnemoen <hskinnemoen@gmail.com> | 3453 | M: Haavard Skinnemoen <hskinnemoen@gmail.com> |
3369 | S: Supported | 3454 | S: Supported |
@@ -4250,6 +4335,14 @@ F: Documentation/isapnp.txt | |||
4250 | F: drivers/pnp/isapnp/ | 4335 | F: drivers/pnp/isapnp/ |
4251 | F: include/linux/isapnp.h | 4336 | F: include/linux/isapnp.h |
4252 | 4337 | ||
4338 | ISA RADIO MODULE | ||
4339 | M: Hans Verkuil <hverkuil@xs4all.nl> | ||
4340 | L: linux-media@vger.kernel.org | ||
4341 | T: git git://linuxtv.org/media_tree.git | ||
4342 | W: http://linuxtv.org | ||
4343 | S: Maintained | ||
4344 | F: drivers/media/radio/radio-isa* | ||
4345 | |||
4253 | iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER | 4346 | iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER |
4254 | M: Peter Jones <pjones@redhat.com> | 4347 | M: Peter Jones <pjones@redhat.com> |
4255 | M: Konrad Rzeszutek Wilk <konrad@kernel.org> | 4348 | M: Konrad Rzeszutek Wilk <konrad@kernel.org> |
@@ -4408,6 +4501,14 @@ W: http://lse.sourceforge.net/kdump/ | |||
4408 | S: Maintained | 4501 | S: Maintained |
4409 | F: Documentation/kdump/ | 4502 | F: Documentation/kdump/ |
4410 | 4503 | ||
4504 | KEENE FM RADIO TRANSMITTER DRIVER | ||
4505 | M: Hans Verkuil <hverkuil@xs4all.nl> | ||
4506 | L: linux-media@vger.kernel.org | ||
4507 | T: git git://linuxtv.org/media_tree.git | ||
4508 | W: http://linuxtv.org | ||
4509 | S: Maintained | ||
4510 | F: drivers/media/radio/radio-keene* | ||
4511 | |||
4411 | KERNEL AUTOMOUNTER v4 (AUTOFS4) | 4512 | KERNEL AUTOMOUNTER v4 (AUTOFS4) |
4412 | M: Ian Kent <raven@themaw.net> | 4513 | M: Ian Kent <raven@themaw.net> |
4413 | L: autofs@vger.kernel.org | 4514 | L: autofs@vger.kernel.org |
@@ -4895,6 +4996,13 @@ Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |||
4895 | S: Maintained | 4996 | S: Maintained |
4896 | F: drivers/media/dvb-frontends/m88rs2000* | 4997 | F: drivers/media/dvb-frontends/m88rs2000* |
4897 | 4998 | ||
4999 | MA901 MASTERKIT USB FM RADIO DRIVER | ||
5000 | M: Alexey Klimov <klimov.linux@gmail.com> | ||
5001 | L: linux-media@vger.kernel.org | ||
5002 | T: git git://linuxtv.org/media_tree.git | ||
5003 | S: Maintained | ||
5004 | F: drivers/media/radio/radio-ma901.c | ||
5005 | |||
4898 | MAC80211 | 5006 | MAC80211 |
4899 | M: Johannes Berg <johannes@sipsolutions.net> | 5007 | M: Johannes Berg <johannes@sipsolutions.net> |
4900 | L: linux-wireless@vger.kernel.org | 5008 | L: linux-wireless@vger.kernel.org |
@@ -4992,6 +5100,14 @@ S: Maintained | |||
4992 | F: Documentation/hwmon/max6650 | 5100 | F: Documentation/hwmon/max6650 |
4993 | F: drivers/hwmon/max6650.c | 5101 | F: drivers/hwmon/max6650.c |
4994 | 5102 | ||
5103 | MAXIRADIO FM RADIO RECEIVER DRIVER | ||
5104 | M: Hans Verkuil <hverkuil@xs4all.nl> | ||
5105 | L: linux-media@vger.kernel.org | ||
5106 | T: git git://linuxtv.org/media_tree.git | ||
5107 | W: http://linuxtv.org | ||
5108 | S: Maintained | ||
5109 | F: drivers/media/radio/radio-maxiradio* | ||
5110 | |||
4995 | MEDIA INPUT INFRASTRUCTURE (V4L/DVB) | 5111 | MEDIA INPUT INFRASTRUCTURE (V4L/DVB) |
4996 | M: Mauro Carvalho Chehab <mchehab@redhat.com> | 5112 | M: Mauro Carvalho Chehab <mchehab@redhat.com> |
4997 | P: LinuxTV.org Project | 5113 | P: LinuxTV.org Project |
@@ -5014,6 +5130,14 @@ F: include/uapi/linux/meye.h | |||
5014 | F: include/uapi/linux/ivtv* | 5130 | F: include/uapi/linux/ivtv* |
5015 | F: include/uapi/linux/uvcvideo.h | 5131 | F: include/uapi/linux/uvcvideo.h |
5016 | 5132 | ||
5133 | MEDIAVISION PRO MOVIE STUDIO DRIVER | ||
5134 | M: Hans Verkuil <hverkuil@xs4all.nl> | ||
5135 | L: linux-media@vger.kernel.org | ||
5136 | T: git git://linuxtv.org/media_tree.git | ||
5137 | W: http://linuxtv.org | ||
5138 | S: Odd Fixes | ||
5139 | F: drivers/media/parport/pms* | ||
5140 | |||
5017 | MEGARAID SCSI DRIVERS | 5141 | MEGARAID SCSI DRIVERS |
5018 | M: Neela Syam Kolli <megaraidlinux@lsi.com> | 5142 | M: Neela Syam Kolli <megaraidlinux@lsi.com> |
5019 | L: linux-scsi@vger.kernel.org | 5143 | L: linux-scsi@vger.kernel.org |
@@ -5087,6 +5211,14 @@ S: Supported | |||
5087 | F: Documentation/mips/ | 5211 | F: Documentation/mips/ |
5088 | F: arch/mips/ | 5212 | F: arch/mips/ |
5089 | 5213 | ||
5214 | MIROSOUND PCM20 FM RADIO RECEIVER DRIVER | ||
5215 | M: Hans Verkuil <hverkuil@xs4all.nl> | ||
5216 | L: linux-media@vger.kernel.org | ||
5217 | T: git git://linuxtv.org/media_tree.git | ||
5218 | W: http://linuxtv.org | ||
5219 | S: Odd Fixes | ||
5220 | F: drivers/media/radio/radio-miropcm20* | ||
5221 | |||
5090 | MODULE SUPPORT | 5222 | MODULE SUPPORT |
5091 | M: Rusty Russell <rusty@rustcorp.com.au> | 5223 | M: Rusty Russell <rusty@rustcorp.com.au> |
5092 | S: Maintained | 5224 | S: Maintained |
@@ -5125,6 +5257,38 @@ L: platform-driver-x86@vger.kernel.org | |||
5125 | S: Supported | 5257 | S: Supported |
5126 | F: drivers/platform/x86/msi-wmi.c | 5258 | F: drivers/platform/x86/msi-wmi.c |
5127 | 5259 | ||
5260 | MT9M032 SENSOR DRIVER | ||
5261 | M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | ||
5262 | L: linux-media@vger.kernel.org | ||
5263 | T: git git://linuxtv.org/media_tree.git | ||
5264 | S: Maintained | ||
5265 | F: drivers/media/i2c/mt9m032.c | ||
5266 | F: include/media/mt9m032.h | ||
5267 | |||
5268 | MT9P031 SENSOR DRIVER | ||
5269 | M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | ||
5270 | L: linux-media@vger.kernel.org | ||
5271 | T: git git://linuxtv.org/media_tree.git | ||
5272 | S: Maintained | ||
5273 | F: drivers/media/i2c/mt9p031.c | ||
5274 | F: include/media/mt9p031.h | ||
5275 | |||
5276 | MT9T001 SENSOR DRIVER | ||
5277 | M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | ||
5278 | L: linux-media@vger.kernel.org | ||
5279 | T: git git://linuxtv.org/media_tree.git | ||
5280 | S: Maintained | ||
5281 | F: drivers/media/i2c/mt9t001.c | ||
5282 | F: include/media/mt9t001.h | ||
5283 | |||
5284 | MT9V032 SENSOR DRIVER | ||
5285 | M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | ||
5286 | L: linux-media@vger.kernel.org | ||
5287 | T: git git://linuxtv.org/media_tree.git | ||
5288 | S: Maintained | ||
5289 | F: drivers/media/i2c/mt9v032.c | ||
5290 | F: include/media/mt9v032.h | ||
5291 | |||
5128 | MULTIFUNCTION DEVICES (MFD) | 5292 | MULTIFUNCTION DEVICES (MFD) |
5129 | M: Samuel Ortiz <sameo@linux.intel.com> | 5293 | M: Samuel Ortiz <sameo@linux.intel.com> |
5130 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git | 5294 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git |
@@ -6276,6 +6440,14 @@ L: linux-hexagon@vger.kernel.org | |||
6276 | S: Supported | 6440 | S: Supported |
6277 | F: arch/hexagon/ | 6441 | F: arch/hexagon/ |
6278 | 6442 | ||
6443 | QUICKCAM PARALLEL PORT WEBCAMS | ||
6444 | M: Hans Verkuil <hverkuil@xs4all.nl> | ||
6445 | L: linux-media@vger.kernel.org | ||
6446 | T: git git://linuxtv.org/media_tree.git | ||
6447 | W: http://linuxtv.org | ||
6448 | S: Odd Fixes | ||
6449 | F: drivers/media/parport/*-qcam* | ||
6450 | |||
6279 | RADOS BLOCK DEVICE (RBD) | 6451 | RADOS BLOCK DEVICE (RBD) |
6280 | M: Yehuda Sadeh <yehuda@inktank.com> | 6452 | M: Yehuda Sadeh <yehuda@inktank.com> |
6281 | M: Sage Weil <sage@inktank.com> | 6453 | M: Sage Weil <sage@inktank.com> |
@@ -6550,6 +6722,14 @@ L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | |||
6550 | S: Supported | 6722 | S: Supported |
6551 | F: drivers/mmc/host/s3cmci.* | 6723 | F: drivers/mmc/host/s3cmci.* |
6552 | 6724 | ||
6725 | SAA6588 RDS RECEIVER DRIVER | ||
6726 | M: Hans Verkuil <hverkuil@xs4all.nl> | ||
6727 | L: linux-media@vger.kernel.org | ||
6728 | T: git git://linuxtv.org/media_tree.git | ||
6729 | W: http://linuxtv.org | ||
6730 | S: Odd Fixes | ||
6731 | F: drivers/media/i2c/saa6588* | ||
6732 | |||
6553 | SAA7134 VIDEO4LINUX DRIVER | 6733 | SAA7134 VIDEO4LINUX DRIVER |
6554 | M: Mauro Carvalho Chehab <mchehab@redhat.com> | 6734 | M: Mauro Carvalho Chehab <mchehab@redhat.com> |
6555 | L: linux-media@vger.kernel.org | 6735 | L: linux-media@vger.kernel.org |
@@ -6560,10 +6740,9 @@ F: Documentation/video4linux/saa7134/ | |||
6560 | F: drivers/media/pci/saa7134/ | 6740 | F: drivers/media/pci/saa7134/ |
6561 | 6741 | ||
6562 | SAA7146 VIDEO4LINUX-2 DRIVER | 6742 | SAA7146 VIDEO4LINUX-2 DRIVER |
6563 | M: Michael Hunold <michael@mihu.de> | 6743 | M: Hans Verkuil <hverkuil@xs4all.nl> |
6564 | L: linux-media@vger.kernel.org | 6744 | L: linux-media@vger.kernel.org |
6565 | T: git git://linuxtv.org/media_tree.git | 6745 | T: git git://linuxtv.org/media_tree.git |
6566 | W: http://www.mihu.de/linux/saa7146 | ||
6567 | S: Maintained | 6746 | S: Maintained |
6568 | F: drivers/media/common/saa7146/ | 6747 | F: drivers/media/common/saa7146/ |
6569 | F: drivers/media/pci/saa7146/ | 6748 | F: drivers/media/pci/saa7146/ |
@@ -6605,6 +6784,13 @@ S: Maintained | |||
6605 | F: drivers/media/platform/s3c-camif/ | 6784 | F: drivers/media/platform/s3c-camif/ |
6606 | F: include/media/s3c_camif.h | 6785 | F: include/media/s3c_camif.h |
6607 | 6786 | ||
6787 | SAMSUNG S5C73M3 CAMERA DRIVER | ||
6788 | M: Kyungmin Park <kyungmin.park@samsung.com> | ||
6789 | M: Andrzej Hajda <a.hajda@samsung.com> | ||
6790 | L: linux-media@vger.kernel.org | ||
6791 | S: Supported | ||
6792 | F: drivers/media/i2c/s5c73m3/* | ||
6793 | |||
6608 | SERIAL DRIVERS | 6794 | SERIAL DRIVERS |
6609 | M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 6795 | M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
6610 | L: linux-serial@vger.kernel.org | 6796 | L: linux-serial@vger.kernel.org |
@@ -6866,6 +7052,38 @@ M: Robin Holt <holt@sgi.com> | |||
6866 | S: Maintained | 7052 | S: Maintained |
6867 | F: drivers/misc/sgi-xp/ | 7053 | F: drivers/misc/sgi-xp/ |
6868 | 7054 | ||
7055 | SI470X FM RADIO RECEIVER I2C DRIVER | ||
7056 | M: Hans Verkuil <hverkuil@xs4all.nl> | ||
7057 | L: linux-media@vger.kernel.org | ||
7058 | T: git git://linuxtv.org/media_tree.git | ||
7059 | W: http://linuxtv.org | ||
7060 | S: Odd Fixes | ||
7061 | F: drivers/media/radio/si470x/radio-si470x-i2c.c | ||
7062 | |||
7063 | SI470X FM RADIO RECEIVER USB DRIVER | ||
7064 | M: Hans Verkuil <hverkuil@xs4all.nl> | ||
7065 | L: linux-media@vger.kernel.org | ||
7066 | T: git git://linuxtv.org/media_tree.git | ||
7067 | W: http://linuxtv.org | ||
7068 | S: Maintained | ||
7069 | F: drivers/media/radio/si470x/radio-si470x-common.c | ||
7070 | F: drivers/media/radio/si470x/radio-si470x.h | ||
7071 | F: drivers/media/radio/si470x/radio-si470x-usb.c | ||
7072 | |||
7073 | SH_VEU V4L2 MEM2MEM DRIVER | ||
7074 | M: Guennadi Liakhovetski <g.liakhovetski@gmx.de> | ||
7075 | L: linux-media@vger.kernel.org | ||
7076 | S: Maintained | ||
7077 | F: drivers/media/platform/sh_veu.c | ||
7078 | F: include/media/sh_veu.h | ||
7079 | |||
7080 | SH_VOU V4L2 OUTPUT DRIVER | ||
7081 | M: Guennadi Liakhovetski <g.liakhovetski@gmx.de> | ||
7082 | L: linux-media@vger.kernel.org | ||
7083 | S: Maintained | ||
7084 | F: drivers/media/platform/sh_vou.c | ||
7085 | F: include/media/sh_vou.h | ||
7086 | |||
6869 | SIMPLE FIRMWARE INTERFACE (SFI) | 7087 | SIMPLE FIRMWARE INTERFACE (SFI) |
6870 | M: Len Brown <lenb@kernel.org> | 7088 | M: Len Brown <lenb@kernel.org> |
6871 | L: sfi-devel@simplefirmware.org | 7089 | L: sfi-devel@simplefirmware.org |
@@ -7533,6 +7751,14 @@ T: git git://linuxtv.org/mkrufky/tuners.git | |||
7533 | S: Maintained | 7751 | S: Maintained |
7534 | F: drivers/media/tuners/tda8290.* | 7752 | F: drivers/media/tuners/tda8290.* |
7535 | 7753 | ||
7754 | TDA9840 MEDIA DRIVER | ||
7755 | M: Hans Verkuil <hverkuil@xs4all.nl> | ||
7756 | L: linux-media@vger.kernel.org | ||
7757 | T: git git://linuxtv.org/media_tree.git | ||
7758 | W: http://linuxtv.org | ||
7759 | S: Maintained | ||
7760 | F: drivers/media/i2c/tda9840* | ||
7761 | |||
7536 | TEA5761 TUNER DRIVER | 7762 | TEA5761 TUNER DRIVER |
7537 | M: Mauro Carvalho Chehab <mchehab@redhat.com> | 7763 | M: Mauro Carvalho Chehab <mchehab@redhat.com> |
7538 | L: linux-media@vger.kernel.org | 7764 | L: linux-media@vger.kernel.org |
@@ -7549,6 +7775,22 @@ T: git git://linuxtv.org/media_tree.git | |||
7549 | S: Maintained | 7775 | S: Maintained |
7550 | F: drivers/media/tuners/tea5767.* | 7776 | F: drivers/media/tuners/tea5767.* |
7551 | 7777 | ||
7778 | TEA6415C MEDIA DRIVER | ||
7779 | M: Hans Verkuil <hverkuil@xs4all.nl> | ||
7780 | L: linux-media@vger.kernel.org | ||
7781 | T: git git://linuxtv.org/media_tree.git | ||
7782 | W: http://linuxtv.org | ||
7783 | S: Maintained | ||
7784 | F: drivers/media/i2c/tea6415c* | ||
7785 | |||
7786 | TEA6420 MEDIA DRIVER | ||
7787 | M: Hans Verkuil <hverkuil@xs4all.nl> | ||
7788 | L: linux-media@vger.kernel.org | ||
7789 | T: git git://linuxtv.org/media_tree.git | ||
7790 | W: http://linuxtv.org | ||
7791 | S: Maintained | ||
7792 | F: drivers/media/i2c/tea6420* | ||
7793 | |||
7552 | TEAM DRIVER | 7794 | TEAM DRIVER |
7553 | M: Jiri Pirko <jiri@resnulli.us> | 7795 | M: Jiri Pirko <jiri@resnulli.us> |
7554 | L: netdev@vger.kernel.org | 7796 | L: netdev@vger.kernel.org |
@@ -8198,6 +8440,14 @@ S: Maintained | |||
8198 | F: drivers/media/usb/uvc/ | 8440 | F: drivers/media/usb/uvc/ |
8199 | F: include/uapi/linux/uvcvideo.h | 8441 | F: include/uapi/linux/uvcvideo.h |
8200 | 8442 | ||
8443 | USB VISION DRIVER | ||
8444 | M: Hans Verkuil <hverkuil@xs4all.nl> | ||
8445 | L: linux-media@vger.kernel.org | ||
8446 | T: git git://linuxtv.org/media_tree.git | ||
8447 | W: http://linuxtv.org | ||
8448 | S: Odd Fixes | ||
8449 | F: drivers/media/usb/usbvision/ | ||
8450 | |||
8201 | USB WEBCAM GADGET | 8451 | USB WEBCAM GADGET |
8202 | M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 8452 | M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
8203 | L: linux-usb@vger.kernel.org | 8453 | L: linux-usb@vger.kernel.org |
@@ -8347,6 +8597,14 @@ L: netdev@vger.kernel.org | |||
8347 | S: Maintained | 8597 | S: Maintained |
8348 | F: drivers/net/ethernet/via/via-velocity.* | 8598 | F: drivers/net/ethernet/via/via-velocity.* |
8349 | 8599 | ||
8600 | VIVI VIRTUAL VIDEO DRIVER | ||
8601 | M: Hans Verkuil <hverkuil@xs4all.nl> | ||
8602 | L: linux-media@vger.kernel.org | ||
8603 | T: git git://linuxtv.org/media_tree.git | ||
8604 | W: http://linuxtv.org | ||
8605 | S: Maintained | ||
8606 | F: drivers/media/platform/vivi* | ||
8607 | |||
8350 | VLAN (802.1Q) | 8608 | VLAN (802.1Q) |
8351 | M: Patrick McHardy <kaber@trash.net> | 8609 | M: Patrick McHardy <kaber@trash.net> |
8352 | L: netdev@vger.kernel.org | 8610 | L: netdev@vger.kernel.org |