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