aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2012-10-07 04:49:05 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2012-10-07 04:49:05 -0400
commit0b8e74c6f44094189dbe78baf4101acc7570c6af (patch)
tree6440561d09fb71ba5928664604ec92f29940be6b /MAINTAINERS
parent7f60ba388f5b9dd8b0da463b394412dace3ab814 (diff)
parentbd0d10498826ed150da5e4c45baf8b9c7088fb71 (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: "The first part of the media updates for Kernel 3.7. This series contain: - A major tree renaming patch series: now, drivers are organized internally by their used bus, instead of by V4L2 and/or DVB API, providing a cleaner driver location for hybrid drivers that implement both APIs, and allowing to cleanup the Kconfig items and make them more intuitive for the end user; - Media Kernel developers are typically very lazy with their duties of keeping the MAINTAINERS entries for their drivers updated. As now the tree is more organized, we're doing an effort to add/update those entries for the drivers that aren't currently orphan; - Several DVB USB drivers got moved to a new DVB USB v2 core; the new core fixes several bugs (as the existing one that got bitroted). Now, suspend/resume finally started to work fine (at least with some devices - we should expect more work with regards to it); - added multistream support for DVB-T2, and unified the API for DVB-S2 and ISDB-S. Backward binary support is preserved; - as usual, a few new drivers, some V4L2 core improvements and lots of drivers improvements and fixes. There are some points to notice on this series: 1) you should expect a trivial merge conflict on your tree, with the removal of Documentation/feature-removal-schedule.txt: this series would be adding two additional entries there. I opted to not rebase it due to this recent change; 2) With regards to the PCTV 520e udev-related breakage, I opted to fix it in a way that the patches can be backported to 3.5 even without your firmware fix patch. This way, Greg doesn't need to rush backporting your patch (as there are still the firmware cache and firmware path customization issues to be addressed there). I'll send later a patch (likely after the end of the merge window) reverting the rest of the DRX-K async firmware request, fully restoring its original behaviour to allow media drivers to initialize everything serialized as before for 3.7 and upper. 3) I'm planning to work on this weekend to test the DMABUF patches for V4L2. The patches are on my queue for several Kernel cycles, but, up to now, there is/was no way to test the series locally. I have some concerns about this particular changeset with regards to security issues, and with regards to the replacement of the old VIDIOC_OVERLAY ioctl's that is broken on modern systems, due to GPU drivers change. The Overlay API allows direct PCI2PCI transfers from a media capture card into the GPU framebuffer, but its API is crappy. Also, the only existing X11 driver that implements it requires a XV extension that is not available anymore on modern drivers. The DMABUF can do the same thing, but with it is promising to be a properly-designed API. If I can successfully test this series and be happy with it, I should be asking you to pull them next week." * 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media: (717 commits) em28xx: regression fix: use DRX-K sync firmware requests on em28xx drxk: allow loading firmware synchrousnously em28xx: Make all em28xx extensions to be initialized asynchronously [media] tda18271: properly report read errors in tda18271_get_id [media] tda18271: delay IR & RF calibration until init() if delay_cal is set [media] MAINTAINERS: add Michael Krufky as tda827x maintainer [media] MAINTAINERS: add Michael Krufky as tda8290 maintainer [media] MAINTAINERS: add Michael Krufky as cxusb maintainer [media] MAINTAINERS: add Michael Krufky as lg2160 maintainer [media] MAINTAINERS: add Michael Krufky as lgdt3305 maintainer [media] MAINTAINERS: add Michael Krufky as mxl111sf maintainer [media] MAINTAINERS: add Michael Krufky as mxl5007t maintainer [media] MAINTAINERS: add Michael Krufky as tda18271 maintainer [media] s5p-tv: Report only multi-plane capabilities in vidioc_querycap [media] s5p-mfc: Fix misplaced return statement in s5p_mfc_suspend() [media] exynos-gsc: Add missing static storage class specifiers [media] exynos-gsc: Remove <linux/version.h> header file inclusion [media] s5p-fimc: Fix incorrect condition in fimc_lite_reqbufs() [media] s5p-tv: Fix potential NULL pointer dereference error [media] s5k6aa: Fix possible NULL pointer dereference ...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS404
1 files changed, 352 insertions, 52 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 4b58d5415929..84ee86719bd9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -184,6 +184,16 @@ S: Maintained
184F: Documentation/filesystems/9p.txt 184F: Documentation/filesystems/9p.txt
185F: fs/9p/ 185F: fs/9p/
186 186
187A8293 MEDIA DRIVER
188M: Antti Palosaari <crope@iki.fi>
189L: linux-media@vger.kernel.org
190W: http://linuxtv.org/
191W: http://palosaari.fi/linux/
192Q: http://patchwork.linuxtv.org/project/linux-media/list/
193T: git git://linuxtv.org/anttip/media_tree.git
194S: Maintained
195F: drivers/media/dvb-frontends/a8293*
196
187AACRAID SCSI RAID DRIVER 197AACRAID SCSI RAID DRIVER
188M: Adaptec OEM Raid Solutions <aacraid@adaptec.com> 198M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
189L: linux-scsi@vger.kernel.org 199L: linux-scsi@vger.kernel.org
@@ -391,6 +401,26 @@ M: Riccardo Facchetti <fizban@tin.it>
391S: Maintained 401S: Maintained
392F: sound/oss/aedsp16.c 402F: sound/oss/aedsp16.c
393 403
404AF9013 MEDIA DRIVER
405M: Antti Palosaari <crope@iki.fi>
406L: linux-media@vger.kernel.org
407W: http://linuxtv.org/
408W: http://palosaari.fi/linux/
409Q: http://patchwork.linuxtv.org/project/linux-media/list/
410T: git git://linuxtv.org/anttip/media_tree.git
411S: Maintained
412F: drivers/media/dvb-frontends/af9013*
413
414AF9033 MEDIA DRIVER
415M: Antti Palosaari <crope@iki.fi>
416L: linux-media@vger.kernel.org
417W: http://linuxtv.org/
418W: http://palosaari.fi/linux/
419Q: http://patchwork.linuxtv.org/project/linux-media/list/
420T: git git://linuxtv.org/anttip/media_tree.git
421S: Maintained
422F: drivers/media/dvb-frontends/af9033*
423
394AFFS FILE SYSTEM 424AFFS FILE SYSTEM
395L: linux-fsdevel@vger.kernel.org 425L: linux-fsdevel@vger.kernel.org
396S: Orphan 426S: Orphan
@@ -1063,7 +1093,7 @@ L: linux-media@vger.kernel.org
1063S: Maintained 1093S: Maintained
1064F: arch/arm/plat-s5p/dev-fimc* 1094F: arch/arm/plat-s5p/dev-fimc*
1065F: arch/arm/plat-samsung/include/plat/*fimc* 1095F: arch/arm/plat-samsung/include/plat/*fimc*
1066F: drivers/media/video/s5p-fimc/ 1096F: drivers/media/platform/s5p-fimc/
1067 1097
1068ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT 1098ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1069M: Kyungmin Park <kyungmin.park@samsung.com> 1099M: Kyungmin Park <kyungmin.park@samsung.com>
@@ -1073,7 +1103,7 @@ L: linux-arm-kernel@lists.infradead.org
1073L: linux-media@vger.kernel.org 1103L: linux-media@vger.kernel.org
1074S: Maintained 1104S: Maintained
1075F: arch/arm/plat-s5p/dev-mfc.c 1105F: arch/arm/plat-s5p/dev-mfc.c
1076F: drivers/media/video/s5p-mfc/ 1106F: drivers/media/platform/s5p-mfc/
1077 1107
1078ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT 1108ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1079M: Kyungmin Park <kyungmin.park@samsung.com> 1109M: Kyungmin Park <kyungmin.park@samsung.com>
@@ -1081,7 +1111,7 @@ M: Tomasz Stanislawski <t.stanislaws@samsung.com>
1081L: linux-arm-kernel@lists.infradead.org 1111L: linux-arm-kernel@lists.infradead.org
1082L: linux-media@vger.kernel.org 1112L: linux-media@vger.kernel.org
1083S: Maintained 1113S: Maintained
1084F: drivers/media/video/s5p-tv/ 1114F: drivers/media/platform/s5p-tv/
1085 1115
1086ARM/SHMOBILE ARM ARCHITECTURE 1116ARM/SHMOBILE ARM ARCHITECTURE
1087M: Paul Mundt <lethal@linux-sh.org> 1117M: Paul Mundt <lethal@linux-sh.org>
@@ -1353,7 +1383,7 @@ ATMEL ISI DRIVER
1353M: Josh Wu <josh.wu@atmel.com> 1383M: Josh Wu <josh.wu@atmel.com>
1354L: linux-media@vger.kernel.org 1384L: linux-media@vger.kernel.org
1355S: Supported 1385S: Supported
1356F: drivers/media/video/atmel-isi.c 1386F: drivers/media/platform/atmel-isi.c
1357F: include/media/atmel-isi.h 1387F: include/media/atmel-isi.h
1358 1388
1359ATMEL LCDFB DRIVER 1389ATMEL LCDFB DRIVER
@@ -1700,7 +1730,7 @@ W: http://linuxtv.org
1700T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git 1730T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
1701S: Maintained 1731S: Maintained
1702F: Documentation/video4linux/bttv/ 1732F: Documentation/video4linux/bttv/
1703F: drivers/media/video/bt8xx/bttv* 1733F: drivers/media/pci/bt8xx/bttv*
1704 1734
1705C-MEDIA CMI8788 DRIVER 1735C-MEDIA CMI8788 DRIVER
1706M: Clemens Ladisch <clemens@ladisch.de> 1736M: Clemens Ladisch <clemens@ladisch.de>
@@ -1730,7 +1760,7 @@ L: linux-media@vger.kernel.org
1730T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git 1760T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
1731S: Maintained 1761S: Maintained
1732F: Documentation/video4linux/cafe_ccic 1762F: Documentation/video4linux/cafe_ccic
1733F: drivers/media/video/marvell-ccic/ 1763F: drivers/media/platform/marvell-ccic/
1734 1764
1735CAIF NETWORK LAYER 1765CAIF NETWORK LAYER
1736M: Sjur Braendeland <sjur.brandeland@stericsson.com> 1766M: Sjur Braendeland <sjur.brandeland@stericsson.com>
@@ -2119,7 +2149,17 @@ W: http://linuxtv.org
2119W: http://www.ivtvdriver.org/index.php/Cx18 2149W: http://www.ivtvdriver.org/index.php/Cx18
2120S: Maintained 2150S: Maintained
2121F: Documentation/video4linux/cx18.txt 2151F: Documentation/video4linux/cx18.txt
2122F: drivers/media/video/cx18/ 2152F: drivers/media/pci/cx18/
2153
2154CXD2820R MEDIA DRIVER
2155M: Antti Palosaari <crope@iki.fi>
2156L: linux-media@vger.kernel.org
2157W: http://linuxtv.org/
2158W: http://palosaari.fi/linux/
2159Q: http://patchwork.linuxtv.org/project/linux-media/list/
2160T: git git://linuxtv.org/anttip/media_tree.git
2161S: Maintained
2162F: drivers/media/dvb-frontends/cxd2820r*
2123 2163
2124CXGB3 ETHERNET DRIVER (CXGB3) 2164CXGB3 ETHERNET DRIVER (CXGB3)
2125M: Divy Le Ray <divy@chelsio.com> 2165M: Divy Le Ray <divy@chelsio.com>
@@ -2474,6 +2514,117 @@ L: netdev@vger.kernel.org
2474S: Maintained 2514S: Maintained
2475F: drivers/net/wan/dscc4.c 2515F: drivers/net/wan/dscc4.c
2476 2516
2517DVB_USB_AF9015 MEDIA DRIVER
2518M: Antti Palosaari <crope@iki.fi>
2519L: linux-media@vger.kernel.org
2520W: http://linuxtv.org/
2521W: http://palosaari.fi/linux/
2522Q: http://patchwork.linuxtv.org/project/linux-media/list/
2523T: git git://linuxtv.org/anttip/media_tree.git
2524S: Maintained
2525F: drivers/media/usb/dvb-usb-v2/af9015*
2526
2527DVB_USB_AF9035 MEDIA DRIVER
2528M: Antti Palosaari <crope@iki.fi>
2529L: linux-media@vger.kernel.org
2530W: http://linuxtv.org/
2531W: http://palosaari.fi/linux/
2532Q: http://patchwork.linuxtv.org/project/linux-media/list/
2533T: git git://linuxtv.org/anttip/media_tree.git
2534S: Maintained
2535F: drivers/media/usb/dvb-usb-v2/af9035*
2536
2537DVB_USB_ANYSEE MEDIA DRIVER
2538M: Antti Palosaari <crope@iki.fi>
2539L: linux-media@vger.kernel.org
2540W: http://linuxtv.org/
2541W: http://palosaari.fi/linux/
2542Q: http://patchwork.linuxtv.org/project/linux-media/list/
2543T: git git://linuxtv.org/anttip/media_tree.git
2544S: Maintained
2545F: drivers/media/usb/dvb-usb-v2/anysee*
2546
2547DVB_USB_AU6610 MEDIA DRIVER
2548M: Antti Palosaari <crope@iki.fi>
2549L: linux-media@vger.kernel.org
2550W: http://linuxtv.org/
2551W: http://palosaari.fi/linux/
2552Q: http://patchwork.linuxtv.org/project/linux-media/list/
2553T: git git://linuxtv.org/anttip/media_tree.git
2554S: Maintained
2555F: drivers/media/usb/dvb-usb-v2/au6610*
2556
2557DVB_USB_CE6230 MEDIA DRIVER
2558M: Antti Palosaari <crope@iki.fi>
2559L: linux-media@vger.kernel.org
2560W: http://linuxtv.org/
2561W: http://palosaari.fi/linux/
2562Q: http://patchwork.linuxtv.org/project/linux-media/list/
2563T: git git://linuxtv.org/anttip/media_tree.git
2564S: Maintained
2565F: drivers/media/usb/dvb-usb-v2/ce6230*
2566
2567DVB_USB_CXUSB MEDIA DRIVER
2568M: Michael Krufky <mkrufky@linuxtv.org>
2569L: linux-media@vger.kernel.org
2570W: http://linuxtv.org/
2571W: http://github.com/mkrufky
2572Q: http://patchwork.linuxtv.org/project/linux-media/list/
2573T: git git://linuxtv.org/media_tree.git
2574S: Maintained
2575F: drivers/media/usb/dvb-usb-v2/cxusb*
2576
2577DVB_USB_CYPRESS_FIRMWARE MEDIA DRIVER
2578M: Antti Palosaari <crope@iki.fi>
2579L: linux-media@vger.kernel.org
2580W: http://linuxtv.org/
2581W: http://palosaari.fi/linux/
2582Q: http://patchwork.linuxtv.org/project/linux-media/list/
2583T: git git://linuxtv.org/anttip/media_tree.git
2584S: Maintained
2585F: drivers/media/usb/dvb-usb-v2/cypress_firmware*
2586
2587DVB_USB_EC168 MEDIA DRIVER
2588M: Antti Palosaari <crope@iki.fi>
2589L: linux-media@vger.kernel.org
2590W: http://linuxtv.org/
2591W: http://palosaari.fi/linux/
2592Q: http://patchwork.linuxtv.org/project/linux-media/list/
2593T: git git://linuxtv.org/anttip/media_tree.git
2594S: Maintained
2595F: drivers/media/usb/dvb-usb-v2/ec168*
2596
2597DVB_USB_MXL111SF MEDIA DRIVER
2598M: Michael Krufky <mkrufky@linuxtv.org>
2599L: linux-media@vger.kernel.org
2600W: http://linuxtv.org/
2601W: http://github.com/mkrufky
2602Q: http://patchwork.linuxtv.org/project/linux-media/list/
2603T: git git://linuxtv.org/mkrufky/mxl111sf.git
2604S: Maintained
2605F: drivers/media/usb/dvb-usb-v2/mxl111sf*
2606
2607DVB_USB_RTL28XXU MEDIA DRIVER
2608M: Antti Palosaari <crope@iki.fi>
2609L: linux-media@vger.kernel.org
2610W: http://linuxtv.org/
2611W: http://palosaari.fi/linux/
2612Q: http://patchwork.linuxtv.org/project/linux-media/list/
2613T: git git://linuxtv.org/anttip/media_tree.git
2614S: Maintained
2615F: drivers/media/usb/dvb-usb-v2/rtl28xxu*
2616
2617DVB_USB_V2 MEDIA DRIVER
2618M: Antti Palosaari <crope@iki.fi>
2619L: linux-media@vger.kernel.org
2620W: http://linuxtv.org/
2621W: http://palosaari.fi/linux/
2622Q: http://patchwork.linuxtv.org/project/linux-media/list/
2623T: git git://linuxtv.org/anttip/media_tree.git
2624S: Maintained
2625F: drivers/media/usb/dvb-usb-v2/dvb_usb*
2626F: drivers/media/usb/dvb-usb-v2/usb_urb.c
2627
2477DYNAMIC DEBUG 2628DYNAMIC DEBUG
2478M: Jason Baron <jbaron@redhat.com> 2629M: Jason Baron <jbaron@redhat.com>
2479S: Maintained 2630S: Maintained
@@ -2485,6 +2636,16 @@ M: "Maciej W. Rozycki" <macro@linux-mips.org>
2485S: Maintained 2636S: Maintained
2486F: drivers/tty/serial/dz.* 2637F: drivers/tty/serial/dz.*
2487 2638
2639E4000 MEDIA DRIVER
2640M: Antti Palosaari <crope@iki.fi>
2641L: linux-media@vger.kernel.org
2642W: http://linuxtv.org/
2643W: http://palosaari.fi/linux/
2644Q: http://patchwork.linuxtv.org/project/linux-media/list/
2645T: git git://linuxtv.org/anttip/media_tree.git
2646S: Maintained
2647F: drivers/media/tuners/e4000*
2648
2488EATA-DMA SCSI DRIVER 2649EATA-DMA SCSI DRIVER
2489M: Michael Neuffer <mike@i-Connect.Net> 2650M: Michael Neuffer <mike@i-Connect.Net>
2490L: linux-eata@i-connect.net 2651L: linux-eata@i-connect.net
@@ -2513,6 +2674,16 @@ S: Maintained
2513F: include/linux/netfilter_bridge/ebt_*.h 2674F: include/linux/netfilter_bridge/ebt_*.h
2514F: net/bridge/netfilter/ebt*.c 2675F: net/bridge/netfilter/ebt*.c
2515 2676
2677EC100 MEDIA DRIVER
2678M: Antti Palosaari <crope@iki.fi>
2679L: linux-media@vger.kernel.org
2680W: http://linuxtv.org/
2681W: http://palosaari.fi/linux/
2682Q: http://patchwork.linuxtv.org/project/linux-media/list/
2683T: git git://linuxtv.org/anttip/media_tree.git
2684S: Maintained
2685F: drivers/media/dvb-frontends/ec100*
2686
2516ECRYPT FILE SYSTEM 2687ECRYPT FILE SYSTEM
2517M: Tyler Hicks <tyhicks@canonical.com> 2688M: Tyler Hicks <tyhicks@canonical.com>
2518M: Dustin Kirkland <dustin.kirkland@gazzang.com> 2689M: Dustin Kirkland <dustin.kirkland@gazzang.com>
@@ -2795,8 +2966,18 @@ FC0011 TUNER DRIVER
2795M: Michael Buesch <m@bues.ch> 2966M: Michael Buesch <m@bues.ch>
2796L: linux-media@vger.kernel.org 2967L: linux-media@vger.kernel.org
2797S: Maintained 2968S: Maintained
2798F: drivers/media/common/tuners/fc0011.h 2969F: drivers/media/tuners/fc0011.h
2799F: drivers/media/common/tuners/fc0011.c 2970F: drivers/media/tuners/fc0011.c
2971
2972FC2580 MEDIA DRIVER
2973M: Antti Palosaari <crope@iki.fi>
2974L: linux-media@vger.kernel.org
2975W: http://linuxtv.org/
2976W: http://palosaari.fi/linux/
2977Q: http://patchwork.linuxtv.org/project/linux-media/list/
2978T: git git://linuxtv.org/anttip/media_tree.git
2979S: Maintained
2980F: drivers/media/tuners/fc2580*
2800 2981
2801FANOTIFY 2982FANOTIFY
2802M: Eric Paris <eparis@redhat.com> 2983M: Eric Paris <eparis@redhat.com>
@@ -3026,7 +3207,7 @@ M: Kyungmin Park <kyungmin.park@samsung.com>
3026M: Heungjun Kim <riverful.kim@samsung.com> 3207M: Heungjun Kim <riverful.kim@samsung.com>
3027L: linux-media@vger.kernel.org 3208L: linux-media@vger.kernel.org
3028S: Maintained 3209S: Maintained
3029F: drivers/media/video/m5mols/ 3210F: drivers/media/i2c/m5mols/
3030F: include/media/m5mols.h 3211F: include/media/m5mols.h
3031 3212
3032FUJITSU TABLET EXTRAS 3213FUJITSU TABLET EXTRAS
@@ -3144,49 +3325,56 @@ M: Frank Zago <frank@zago.net>
3144L: linux-media@vger.kernel.org 3325L: linux-media@vger.kernel.org
3145T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git 3326T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3146S: Maintained 3327S: Maintained
3147F: drivers/media/video/gspca/finepix.c 3328F: drivers/media/usb/gspca/finepix.c
3148 3329
3149GSPCA GL860 SUBDRIVER 3330GSPCA GL860 SUBDRIVER
3150M: Olivier Lorin <o.lorin@laposte.net> 3331M: Olivier Lorin <o.lorin@laposte.net>
3151L: linux-media@vger.kernel.org 3332L: linux-media@vger.kernel.org
3152T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git 3333T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3153S: Maintained 3334S: Maintained
3154F: drivers/media/video/gspca/gl860/ 3335F: drivers/media/usb/gspca/gl860/
3155 3336
3156GSPCA M5602 SUBDRIVER 3337GSPCA M5602 SUBDRIVER
3157M: Erik Andren <erik.andren@gmail.com> 3338M: Erik Andren <erik.andren@gmail.com>
3158L: linux-media@vger.kernel.org 3339L: linux-media@vger.kernel.org
3159T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git 3340T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3160S: Maintained 3341S: Maintained
3161F: drivers/media/video/gspca/m5602/ 3342F: drivers/media/usb/gspca/m5602/
3162 3343
3163GSPCA PAC207 SONIXB SUBDRIVER 3344GSPCA PAC207 SONIXB SUBDRIVER
3164M: Hans de Goede <hdegoede@redhat.com> 3345M: Hans de Goede <hdegoede@redhat.com>
3165L: linux-media@vger.kernel.org 3346L: linux-media@vger.kernel.org
3166T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git 3347T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3167S: Maintained 3348S: Maintained
3168F: drivers/media/video/gspca/pac207.c 3349F: drivers/media/usb/gspca/pac207.c
3169 3350
3170GSPCA SN9C20X SUBDRIVER 3351GSPCA SN9C20X SUBDRIVER
3171M: Brian Johnson <brijohn@gmail.com> 3352M: Brian Johnson <brijohn@gmail.com>
3172L: linux-media@vger.kernel.org 3353L: linux-media@vger.kernel.org
3173T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git 3354T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3174S: Maintained 3355S: Maintained
3175F: drivers/media/video/gspca/sn9c20x.c 3356F: drivers/media/usb/gspca/sn9c20x.c
3176 3357
3177GSPCA T613 SUBDRIVER 3358GSPCA T613 SUBDRIVER
3178M: Leandro Costantino <lcostantino@gmail.com> 3359M: Leandro Costantino <lcostantino@gmail.com>
3179L: linux-media@vger.kernel.org 3360L: linux-media@vger.kernel.org
3180T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git 3361T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3181S: Maintained 3362S: Maintained
3182F: drivers/media/video/gspca/t613.c 3363F: drivers/media/usb/gspca/t613.c
3183 3364
3184GSPCA USB WEBCAM DRIVER 3365GSPCA USB WEBCAM DRIVER
3185M: Hans de Goede <hdegoede@redhat.com> 3366M: Hans de Goede <hdegoede@redhat.com>
3186L: linux-media@vger.kernel.org 3367L: linux-media@vger.kernel.org
3187T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git 3368T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3188S: Maintained 3369S: Maintained
3189F: drivers/media/video/gspca/ 3370F: drivers/media/usb/gspca/
3371
3372STK1160 USB VIDEO CAPTURE DRIVER
3373M: Ezequiel Garcia <elezegarcia@gmail.com>
3374L: linux-media@vger.kernel.org
3375T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3376S: Maintained
3377F: drivers/media/usb/stk1160/
3190 3378
3191HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER 3379HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
3192M: Frank Seidel <frank@f-seidel.de> 3380M: Frank Seidel <frank@f-seidel.de>
@@ -3240,6 +3428,16 @@ L: linux-parisc@vger.kernel.org
3240S: Maintained 3428S: Maintained
3241F: sound/parisc/harmony.* 3429F: sound/parisc/harmony.*
3242 3430
3431HD29L2 MEDIA DRIVER
3432M: Antti Palosaari <crope@iki.fi>
3433L: linux-media@vger.kernel.org
3434W: http://linuxtv.org/
3435W: http://palosaari.fi/linux/
3436Q: http://patchwork.linuxtv.org/project/linux-media/list/
3437T: git git://linuxtv.org/anttip/media_tree.git
3438S: Maintained
3439F: drivers/media/dvb-frontends/hd29l2*
3440
3243HEWLETT-PACKARD SMART2 RAID DRIVER 3441HEWLETT-PACKARD SMART2 RAID DRIVER
3244M: Chirag Kantharia <chirag.kantharia@hp.com> 3442M: Chirag Kantharia <chirag.kantharia@hp.com>
3245L: iss_storagedev@hp.com 3443L: iss_storagedev@hp.com
@@ -3906,7 +4104,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3906W: http://www.ivtvdriver.org 4104W: http://www.ivtvdriver.org
3907S: Maintained 4105S: Maintained
3908F: Documentation/video4linux/*.ivtv 4106F: Documentation/video4linux/*.ivtv
3909F: drivers/media/video/ivtv/ 4107F: drivers/media/pci/ivtv/
3910F: include/linux/ivtv* 4108F: include/linux/ivtv*
3911 4109
3912JC42.4 TEMPERATURE SENSOR DRIVER 4110JC42.4 TEMPERATURE SENSOR DRIVER
@@ -4200,6 +4398,26 @@ W: http://legousb.sourceforge.net/
4200S: Maintained 4398S: Maintained
4201F: drivers/usb/misc/legousbtower.c 4399F: drivers/usb/misc/legousbtower.c
4202 4400
4401LG2160 MEDIA DRIVER
4402M: Michael Krufky <mkrufky@linuxtv.org>
4403L: linux-media@vger.kernel.org
4404W: http://linuxtv.org/
4405W: http://github.com/mkrufky
4406Q: http://patchwork.linuxtv.org/project/linux-media/list/
4407T: git git://linuxtv.org/mkrufky/tuners.git
4408S: Maintained
4409F: drivers/media/dvb-frontends/lg2160.*
4410
4411LGDT3305 MEDIA DRIVER
4412M: Michael Krufky <mkrufky@linuxtv.org>
4413L: linux-media@vger.kernel.org
4414W: http://linuxtv.org/
4415W: http://github.com/mkrufky
4416Q: http://patchwork.linuxtv.org/project/linux-media/list/
4417T: git git://linuxtv.org/mkrufky/tuners.git
4418S: Maintained
4419F: drivers/media/dvb-frontends/lgdt3305.*
4420
4203LGUEST 4421LGUEST
4204M: Rusty Russell <rusty@rustcorp.com.au> 4422M: Rusty Russell <rusty@rustcorp.com.au>
4205L: lguest@lists.ozlabs.org 4423L: lguest@lists.ozlabs.org
@@ -4602,7 +4820,7 @@ MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
4602W: http://popies.net/meye/ 4820W: http://popies.net/meye/
4603S: Orphan 4821S: Orphan
4604F: Documentation/video4linux/meye.txt 4822F: Documentation/video4linux/meye.txt
4605F: drivers/media/video/meye.* 4823F: drivers/media/pci/meye/
4606F: include/linux/meye.h 4824F: include/linux/meye.h
4607 4825
4608MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER 4826MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
@@ -4666,6 +4884,16 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
4666S: Maintained 4884S: Maintained
4667F: drivers/usb/musb/ 4885F: drivers/usb/musb/
4668 4886
4887MXL5007T MEDIA DRIVER
4888M: Michael Krufky <mkrufky@linuxtv.org>
4889L: linux-media@vger.kernel.org
4890W: http://linuxtv.org/
4891W: http://github.com/mkrufky
4892Q: http://patchwork.linuxtv.org/project/linux-media/list/
4893T: git git://linuxtv.org/mkrufky/tuners.git
4894S: Maintained
4895F: drivers/media/tuners/mxl5007t.*
4896
4669MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE) 4897MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
4670M: Andrew Gallatin <gallatin@myri.com> 4898M: Andrew Gallatin <gallatin@myri.com>
4671L: netdev@vger.kernel.org 4899L: netdev@vger.kernel.org
@@ -5006,7 +5234,7 @@ OMAP IMAGE SIGNAL PROCESSOR (ISP)
5006M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> 5234M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5007L: linux-media@vger.kernel.org 5235L: linux-media@vger.kernel.org
5008S: Maintained 5236S: Maintained
5009F: drivers/media/video/omap3isp/* 5237F: drivers/media/platform/omap3isp/
5010 5238
5011OMAP USB SUPPORT 5239OMAP USB SUPPORT
5012M: Felipe Balbi <balbi@ti.com> 5240M: Felipe Balbi <balbi@ti.com>
@@ -5047,7 +5275,7 @@ M: Jonathan Corbet <corbet@lwn.net>
5047L: linux-media@vger.kernel.org 5275L: linux-media@vger.kernel.org
5048T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git 5276T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
5049S: Maintained 5277S: Maintained
5050F: drivers/media/video/ov7670.c 5278F: drivers/media/i2c/ov7670.c
5051 5279
5052ONENAND FLASH DRIVER 5280ONENAND FLASH DRIVER
5053M: Kyungmin Park <kyungmin.park@samsung.com> 5281M: Kyungmin Park <kyungmin.park@samsung.com>
@@ -5591,7 +5819,7 @@ W: http://www.isely.net/pvrusb2/
5591T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git 5819T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
5592S: Maintained 5820S: Maintained
5593F: Documentation/video4linux/README.pvrusb2 5821F: Documentation/video4linux/README.pvrusb2
5594F: drivers/media/video/pvrusb2/ 5822F: drivers/media/usb/pvrusb2/
5595 5823
5596PWM SUBSYSTEM 5824PWM SUBSYSTEM
5597M: Thierry Reding <thierry.reding@avionic-design.de> 5825M: Thierry Reding <thierry.reding@avionic-design.de>
@@ -5701,6 +5929,16 @@ F: fs/qnx4/
5701F: include/linux/qnx4_fs.h 5929F: include/linux/qnx4_fs.h
5702F: include/linux/qnxtypes.h 5930F: include/linux/qnxtypes.h
5703 5931
5932QT1010 MEDIA DRIVER
5933M: Antti Palosaari <crope@iki.fi>
5934L: linux-media@vger.kernel.org
5935W: http://linuxtv.org/
5936W: http://palosaari.fi/linux/
5937Q: http://patchwork.linuxtv.org/project/linux-media/list/
5938T: git git://linuxtv.org/anttip/media_tree.git
5939S: Maintained
5940F: drivers/media/tuners/qt1010*
5941
5704QUALCOMM HEXAGON ARCHITECTURE 5942QUALCOMM HEXAGON ARCHITECTURE
5705M: Richard Kuo <rkuo@codeaurora.org> 5943M: Richard Kuo <rkuo@codeaurora.org>
5706L: linux-hexagon@vger.kernel.org 5944L: linux-hexagon@vger.kernel.org
@@ -5867,6 +6105,16 @@ F: include/linux/rose.h
5867F: include/net/rose.h 6105F: include/net/rose.h
5868F: net/rose/ 6106F: net/rose/
5869 6107
6108RTL2830 MEDIA DRIVER
6109M: Antti Palosaari <crope@iki.fi>
6110L: linux-media@vger.kernel.org
6111W: http://linuxtv.org/
6112W: http://palosaari.fi/linux/
6113Q: http://patchwork.linuxtv.org/project/linux-media/list/
6114T: git git://linuxtv.org/anttip/media_tree.git
6115S: Maintained
6116F: drivers/media/dvb-frontends/rtl2830*
6117
5870RTL8180 WIRELESS DRIVER 6118RTL8180 WIRELESS DRIVER
5871M: "John W. Linville" <linville@tuxdriver.com> 6119M: "John W. Linville" <linville@tuxdriver.com>
5872L: linux-wireless@vger.kernel.org 6120L: linux-wireless@vger.kernel.org
@@ -5961,9 +6209,9 @@ L: linux-media@vger.kernel.org
5961T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git 6209T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
5962W: http://www.mihu.de/linux/saa7146 6210W: http://www.mihu.de/linux/saa7146
5963S: Maintained 6211S: Maintained
5964F: drivers/media/common/saa7146* 6212F: drivers/media/common/saa7146/
5965F: drivers/media/video/*7146* 6213F: drivers/media/pci/saa7146/
5966F: include/media/*7146* 6214F: include/media/saa7146*
5967 6215
5968SAMSUNG LAPTOP DRIVER 6216SAMSUNG LAPTOP DRIVER
5969M: Corentin Chary <corentincj@iksaif.net> 6217M: Corentin Chary <corentincj@iksaif.net>
@@ -6024,7 +6272,7 @@ M: Huang Shijie <shijie8@gmail.com>
6024M: Kang Yong <kangyong@telegent.com> 6272M: Kang Yong <kangyong@telegent.com>
6025M: Zhang Xiaobing <xbzhang@telegent.com> 6273M: Zhang Xiaobing <xbzhang@telegent.com>
6026S: Supported 6274S: Supported
6027F: drivers/media/video/tlg2300 6275F: drivers/media/usb/tlg2300
6028 6276
6029SC1200 WDT DRIVER 6277SC1200 WDT DRIVER
6030M: Zwane Mwaikambo <zwane@arm.linux.org.uk> 6278M: Zwane Mwaikambo <zwane@arm.linux.org.uk>
@@ -6412,8 +6660,9 @@ M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
6412L: linux-media@vger.kernel.org 6660L: linux-media@vger.kernel.org
6413T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git 6661T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
6414S: Maintained 6662S: Maintained
6415F: include/media/v4l2* 6663F: include/media/soc*
6416F: drivers/media/video/v4l2* 6664F: drivers/media/i2c/soc_camera/
6665F: drivers/media/platform/soc_camera/
6417 6666
6418SOEKRIS NET48XX LED SUPPORT 6667SOEKRIS NET48XX LED SUPPORT
6419M: Chris Boot <bootc@bootc.net> 6668M: Chris Boot <bootc@bootc.net>
@@ -6831,6 +7080,66 @@ W: http://tcp-lp-mod.sourceforge.net/
6831S: Maintained 7080S: Maintained
6832F: net/ipv4/tcp_lp.c 7081F: net/ipv4/tcp_lp.c
6833 7082
7083TDA10071 MEDIA DRIVER
7084M: Antti Palosaari <crope@iki.fi>
7085L: linux-media@vger.kernel.org
7086W: http://linuxtv.org/
7087W: http://palosaari.fi/linux/
7088Q: http://patchwork.linuxtv.org/project/linux-media/list/
7089T: git git://linuxtv.org/anttip/media_tree.git
7090S: Maintained
7091F: drivers/media/dvb-frontends/tda10071*
7092
7093TDA18212 MEDIA DRIVER
7094M: Antti Palosaari <crope@iki.fi>
7095L: linux-media@vger.kernel.org
7096W: http://linuxtv.org/
7097W: http://palosaari.fi/linux/
7098Q: http://patchwork.linuxtv.org/project/linux-media/list/
7099T: git git://linuxtv.org/anttip/media_tree.git
7100S: Maintained
7101F: drivers/media/tuners/tda18212*
7102
7103TDA18218 MEDIA DRIVER
7104M: Antti Palosaari <crope@iki.fi>
7105L: linux-media@vger.kernel.org
7106W: http://linuxtv.org/
7107W: http://palosaari.fi/linux/
7108Q: http://patchwork.linuxtv.org/project/linux-media/list/
7109T: git git://linuxtv.org/anttip/media_tree.git
7110S: Maintained
7111F: drivers/media/tuners/tda18218*
7112
7113TDA18271 MEDIA DRIVER
7114M: Michael Krufky <mkrufky@linuxtv.org>
7115L: linux-media@vger.kernel.org
7116W: http://linuxtv.org/
7117W: http://github.com/mkrufky
7118Q: http://patchwork.linuxtv.org/project/linux-media/list/
7119T: git git://linuxtv.org/mkrufky/tuners.git
7120S: Maintained
7121F: drivers/media/tuners/tda18271*
7122
7123TDA827x MEDIA DRIVER
7124M: Michael Krufky <mkrufky@linuxtv.org>
7125L: linux-media@vger.kernel.org
7126W: http://linuxtv.org/
7127W: http://github.com/mkrufky
7128Q: http://patchwork.linuxtv.org/project/linux-media/list/
7129T: git git://linuxtv.org/mkrufky/tuners.git
7130S: Maintained
7131F: drivers/media/tuners/tda8290.*
7132
7133TDA8290 MEDIA DRIVER
7134M: Michael Krufky <mkrufky@linuxtv.org>
7135L: linux-media@vger.kernel.org
7136W: http://linuxtv.org/
7137W: http://github.com/mkrufky
7138Q: http://patchwork.linuxtv.org/project/linux-media/list/
7139T: git git://linuxtv.org/mkrufky/tuners.git
7140S: Maintained
7141F: drivers/media/tuners/tda8290.*
7142
6834TEAM DRIVER 7143TEAM DRIVER
6835M: Jiri Pirko <jpirko@redhat.com> 7144M: Jiri Pirko <jpirko@redhat.com>
6836L: netdev@vger.kernel.org 7145L: netdev@vger.kernel.org
@@ -7021,6 +7330,16 @@ F: include/linux/serial_core.h
7021F: include/linux/serial.h 7330F: include/linux/serial.h
7022F: include/linux/tty.h 7331F: include/linux/tty.h
7023 7332
7333TUA9001 MEDIA DRIVER
7334M: Antti Palosaari <crope@iki.fi>
7335L: linux-media@vger.kernel.org
7336W: http://linuxtv.org/
7337W: http://palosaari.fi/linux/
7338Q: http://patchwork.linuxtv.org/project/linux-media/list/
7339T: git git://linuxtv.org/anttip/media_tree.git
7340S: Maintained
7341F: drivers/media/tuners/tua9001*
7342
7024TULIP NETWORK DRIVERS 7343TULIP NETWORK DRIVERS
7025M: Grant Grundler <grundler@parisc-linux.org> 7344M: Grant Grundler <grundler@parisc-linux.org>
7026L: netdev@vger.kernel.org 7345L: netdev@vger.kernel.org
@@ -7193,15 +7512,6 @@ S: Maintained
7193F: Documentation/usb/ehci.txt 7512F: Documentation/usb/ehci.txt
7194F: drivers/usb/host/ehci* 7513F: drivers/usb/host/ehci*
7195 7514
7196USB ET61X[12]51 DRIVER
7197M: Luca Risolia <luca.risolia@studio.unibo.it>
7198L: linux-usb@vger.kernel.org
7199L: linux-media@vger.kernel.org
7200T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
7201W: http://www.linux-projects.org
7202S: Maintained
7203F: drivers/media/video/et61x251/
7204
7205USB GADGET/PERIPHERAL SUBSYSTEM 7515USB GADGET/PERIPHERAL SUBSYSTEM
7206M: Felipe Balbi <balbi@ti.com> 7516M: Felipe Balbi <balbi@ti.com>
7207L: linux-usb@vger.kernel.org 7517L: linux-usb@vger.kernel.org
@@ -7371,7 +7681,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
7371W: http://www.linux-projects.org 7681W: http://www.linux-projects.org
7372S: Maintained 7682S: Maintained
7373F: Documentation/video4linux/sn9c102.txt 7683F: Documentation/video4linux/sn9c102.txt
7374F: drivers/media/video/sn9c102/ 7684F: drivers/media/usb/sn9c102/
7375 7685
7376USB SUBSYSTEM 7686USB SUBSYSTEM
7377M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 7687M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
@@ -7406,17 +7716,7 @@ L: linux-media@vger.kernel.org
7406T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git 7716T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
7407W: http://www.ideasonboard.org/uvc/ 7717W: http://www.ideasonboard.org/uvc/
7408S: Maintained 7718S: Maintained
7409F: drivers/media/video/uvc/ 7719F: drivers/media/usb/uvc/
7410
7411USB W996[87]CF DRIVER
7412M: Luca Risolia <luca.risolia@studio.unibo.it>
7413L: linux-usb@vger.kernel.org
7414L: linux-media@vger.kernel.org
7415T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
7416W: http://www.linux-projects.org
7417S: Maintained
7418F: Documentation/video4linux/w9968cf.txt
7419F: drivers/media/video/w996*
7420 7720
7421USB WIRELESS RNDIS DRIVER (rndis_wlan) 7721USB WIRELESS RNDIS DRIVER (rndis_wlan)
7422M: Jussi Kivilinna <jussi.kivilinna@mbnet.fi> 7722M: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
@@ -7445,7 +7745,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
7445W: http://royale.zerezo.com/zr364xx/ 7745W: http://royale.zerezo.com/zr364xx/
7446S: Maintained 7746S: Maintained
7447F: Documentation/video4linux/zr364xx.txt 7747F: Documentation/video4linux/zr364xx.txt
7448F: drivers/media/video/zr364xx.c 7748F: drivers/media/usb/zr364xx/
7449 7749
7450USER-MODE LINUX (UML) 7750USER-MODE LINUX (UML)
7451M: Jeff Dike <jdike@addtoit.com> 7751M: Jeff Dike <jdike@addtoit.com>
@@ -7503,7 +7803,7 @@ M: Marek Szyprowski <m.szyprowski@samsung.com>
7503M: Kyungmin Park <kyungmin.park@samsung.com> 7803M: Kyungmin Park <kyungmin.park@samsung.com>
7504L: linux-media@vger.kernel.org 7804L: linux-media@vger.kernel.org
7505S: Maintained 7805S: Maintained
7506F: drivers/media/video/videobuf2-* 7806F: drivers/media/v4l2-core/videobuf2-*
7507F: include/media/videobuf2-* 7807F: include/media/videobuf2-*
7508 7808
7509VIRTIO CONSOLE DRIVER 7809VIRTIO CONSOLE DRIVER
@@ -7912,7 +8212,7 @@ L: linux-media@vger.kernel.org
7912W: http://mjpeg.sourceforge.net/driver-zoran/ 8212W: http://mjpeg.sourceforge.net/driver-zoran/
7913T: Mercurial http://linuxtv.org/hg/v4l-dvb 8213T: Mercurial http://linuxtv.org/hg/v4l-dvb
7914S: Odd Fixes 8214S: Odd Fixes
7915F: drivers/media/video/zoran/ 8215F: drivers/media/pci/zoran/
7916 8216
7917ZS DECSTATION Z85C30 SERIAL DRIVER 8217ZS DECSTATION Z85C30 SERIAL DRIVER
7918M: "Maciej W. Rozycki" <macro@linux-mips.org> 8218M: "Maciej W. Rozycki" <macro@linux-mips.org>