diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-12-13 22:22:22 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-12-13 22:22:22 -0500 |
commit | d8c532c40721f7507896d202b8cae3b3642d2b0d (patch) | |
tree | 42b1ce76671eb85324281ed93491432f4523f983 /MAINTAINERS | |
parent | e777d192ffb9f2929d547a2f8a5f65b7db7a9552 (diff) | |
parent | 77c53d0b56264a8fc5844e087ad15fffe20c299d (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:
- Missing MAINTAINERS entries were added for several drivers
- Adds V4L2 support for DMABUF handling, allowing zero-copy buffer
sharing between V4L2 devices and GPU
- Got rid of all warnings when compiling with W=1 on x86
- Add a new driver for Exynos hardware (s3c-camif)
- Several bug fixes, cleanups and driver improvements
* 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media: (243 commits)
[media] omap3isp: Replace cpu_is_omap3630() with ISP revision check
[media] omap3isp: Prepare/unprepare clocks before/after enable/disable
[media] omap3isp: preview: Add support for 8-bit formats at the sink pad
[media] omap3isp: Replace printk with dev_*
[media] omap3isp: Find source pad from external entity
[media] omap3isp: Configure CSI-2 phy based on platform data
[media] omap3isp: Add PHY routing configuration
[media] omap3isp: Add CSI configuration registers from control block to ISP resources
[media] omap3isp: Remove unneeded module memory address definitions
[media] omap3isp: Use monotonic timestamps for statistics buffers
[media] uvcvideo: Fix control value clamping for unsigned integer controls
[media] uvcvideo: Mark first output terminal as default video node
[media] uvcvideo: Add VIDIOC_[GS]_PRIORITY support
[media] uvcvideo: Return -ENOTTY for unsupported ioctls
[media] uvcvideo: Set device_caps in VIDIOC_QUERYCAP
[media] uvcvideo: Don't fail when an unsupported format is requested
[media] uvcvideo: Return -EACCES when trying to access a read/write-only control
[media] uvcvideo: Set error_idx properly for extended controls API failures
[media] rtl28xxu: add NOXON DAB/DAB+ USB dongle rev 2
[media] fc2580: write some registers conditionally
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 250 |
1 files changed, 224 insertions, 26 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 63b140583e29..a6be3e864b53 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -337,6 +337,13 @@ W: http://wireless.kernel.org/ | |||
337 | S: Orphan | 337 | S: Orphan |
338 | F: drivers/net/wireless/adm8211.* | 338 | F: drivers/net/wireless/adm8211.* |
339 | 339 | ||
340 | ADP1653 FLASH CONTROLLER DRIVER | ||
341 | M: Sakari Ailus <sakari.ailus@iki.fi> | ||
342 | L: linux-media@vger.kernel.org | ||
343 | S: Maintained | ||
344 | F: drivers/media/i2c/adp1653.c | ||
345 | F: include/media/adp1653.h | ||
346 | |||
340 | ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501) | 347 | ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501) |
341 | M: Michael Hennerich <michael.hennerich@analog.com> | 348 | M: Michael Hennerich <michael.hennerich@analog.com> |
342 | L: device-drivers-devel@blackfin.uclinux.org | 349 | L: device-drivers-devel@blackfin.uclinux.org |
@@ -1494,6 +1501,14 @@ F: include/linux/ax25.h | |||
1494 | F: include/net/ax25.h | 1501 | F: include/net/ax25.h |
1495 | F: net/ax25/ | 1502 | F: net/ax25/ |
1496 | 1503 | ||
1504 | AZ6007 DVB DRIVER | ||
1505 | M: Mauro Carvalho Chehab <mchehab@redhat.com> | ||
1506 | L: linux-media@vger.kernel.org | ||
1507 | W: http://linuxtv.org | ||
1508 | T: git git://linuxtv.org/media_tree.git | ||
1509 | S: Maintained | ||
1510 | F: drivers/media/usb/dvb-usb-v2/az6007.c | ||
1511 | |||
1497 | B43 WIRELESS DRIVER | 1512 | B43 WIRELESS DRIVER |
1498 | M: Stefano Brivio <stefano.brivio@polimi.it> | 1513 | M: Stefano Brivio <stefano.brivio@polimi.it> |
1499 | L: linux-wireless@vger.kernel.org | 1514 | L: linux-wireless@vger.kernel.org |
@@ -1745,11 +1760,11 @@ F: Documentation/filesystems/btrfs.txt | |||
1745 | F: fs/btrfs/ | 1760 | F: fs/btrfs/ |
1746 | 1761 | ||
1747 | BTTV VIDEO4LINUX DRIVER | 1762 | BTTV VIDEO4LINUX DRIVER |
1748 | M: Mauro Carvalho Chehab <mchehab@infradead.org> | 1763 | M: Mauro Carvalho Chehab <mchehab@redhat.com> |
1749 | L: linux-media@vger.kernel.org | 1764 | L: linux-media@vger.kernel.org |
1750 | W: http://linuxtv.org | 1765 | W: http://linuxtv.org |
1751 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git | 1766 | T: git git://linuxtv.org/media_tree.git |
1752 | S: Maintained | 1767 | S: Odd fixes |
1753 | F: Documentation/video4linux/bttv/ | 1768 | F: Documentation/video4linux/bttv/ |
1754 | F: drivers/media/pci/bt8xx/bttv* | 1769 | F: drivers/media/pci/bt8xx/bttv* |
1755 | 1770 | ||
@@ -1778,7 +1793,7 @@ F: fs/cachefiles/ | |||
1778 | CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER | 1793 | CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER |
1779 | M: Jonathan Corbet <corbet@lwn.net> | 1794 | M: Jonathan Corbet <corbet@lwn.net> |
1780 | L: linux-media@vger.kernel.org | 1795 | L: linux-media@vger.kernel.org |
1781 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git | 1796 | T: git git://linuxtv.org/media_tree.git |
1782 | S: Maintained | 1797 | S: Maintained |
1783 | F: Documentation/video4linux/cafe_ccic | 1798 | F: Documentation/video4linux/cafe_ccic |
1784 | F: drivers/media/platform/marvell-ccic/ | 1799 | F: drivers/media/platform/marvell-ccic/ |
@@ -2164,12 +2179,22 @@ CX18 VIDEO4LINUX DRIVER | |||
2164 | M: Andy Walls <awalls@md.metrocast.net> | 2179 | M: Andy Walls <awalls@md.metrocast.net> |
2165 | L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers) | 2180 | L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers) |
2166 | L: linux-media@vger.kernel.org | 2181 | L: linux-media@vger.kernel.org |
2167 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git | 2182 | T: git git://linuxtv.org/media_tree.git |
2168 | W: http://linuxtv.org | 2183 | W: http://linuxtv.org |
2169 | W: http://www.ivtvdriver.org/index.php/Cx18 | 2184 | W: http://www.ivtvdriver.org/index.php/Cx18 |
2170 | S: Maintained | 2185 | S: Maintained |
2171 | F: Documentation/video4linux/cx18.txt | 2186 | F: Documentation/video4linux/cx18.txt |
2172 | F: drivers/media/pci/cx18/ | 2187 | F: drivers/media/pci/cx18/ |
2188 | F: include/uapi/linux/ivtv* | ||
2189 | |||
2190 | CX88 VIDEO4LINUX DRIVER | ||
2191 | M: Mauro Carvalho Chehab <mchehab@redhat.com> | ||
2192 | L: linux-media@vger.kernel.org | ||
2193 | W: http://linuxtv.org | ||
2194 | T: git git://linuxtv.org/media_tree.git | ||
2195 | S: Odd fixes | ||
2196 | F: Documentation/video4linux/cx88/ | ||
2197 | F: drivers/media/pci/cx88/ | ||
2173 | 2198 | ||
2174 | CXD2820R MEDIA DRIVER | 2199 | CXD2820R MEDIA DRIVER |
2175 | M: Antti Palosaari <crope@iki.fi> | 2200 | M: Antti Palosaari <crope@iki.fi> |
@@ -2856,6 +2881,14 @@ L: netdev@vger.kernel.org | |||
2856 | S: Maintained | 2881 | S: Maintained |
2857 | F: drivers/net/ethernet/ibm/ehea/ | 2882 | F: drivers/net/ethernet/ibm/ehea/ |
2858 | 2883 | ||
2884 | EM28XX VIDEO4LINUX DRIVER | ||
2885 | M: Mauro Carvalho Chehab <mchehab@redhat.com> | ||
2886 | L: linux-media@vger.kernel.org | ||
2887 | W: http://linuxtv.org | ||
2888 | T: git git://linuxtv.org/media_tree.git | ||
2889 | S: Maintained | ||
2890 | F: drivers/media/usb/em28xx/ | ||
2891 | |||
2859 | EMBEDDED LINUX | 2892 | EMBEDDED LINUX |
2860 | M: Paul Gortmaker <paul.gortmaker@windriver.com> | 2893 | M: Paul Gortmaker <paul.gortmaker@windriver.com> |
2861 | M: Matt Mackall <mpm@selenic.com> | 2894 | M: Matt Mackall <mpm@selenic.com> |
@@ -3054,6 +3087,14 @@ T: git git://git.alsa-project.org/alsa-kernel.git | |||
3054 | S: Maintained | 3087 | S: Maintained |
3055 | F: sound/firewire/ | 3088 | F: sound/firewire/ |
3056 | 3089 | ||
3090 | FIREWIRE MEDIA DRIVERS (firedtv) | ||
3091 | M: Stefan Richter <stefanr@s5r6.in-berlin.de> | ||
3092 | L: linux-media@vger.kernel.org | ||
3093 | L: linux1394-devel@lists.sourceforge.net | ||
3094 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git | ||
3095 | S: Maintained | ||
3096 | F: drivers/media/firewire/ | ||
3097 | |||
3057 | FIREWIRE SBP-2 TARGET | 3098 | FIREWIRE SBP-2 TARGET |
3058 | M: Chris Boot <bootc@bootc.net> | 3099 | M: Chris Boot <bootc@bootc.net> |
3059 | L: linux-scsi@vger.kernel.org | 3100 | L: linux-scsi@vger.kernel.org |
@@ -3340,56 +3381,56 @@ F: drivers/net/ethernet/aeroflex/ | |||
3340 | GSPCA FINEPIX SUBDRIVER | 3381 | GSPCA FINEPIX SUBDRIVER |
3341 | M: Frank Zago <frank@zago.net> | 3382 | M: Frank Zago <frank@zago.net> |
3342 | L: linux-media@vger.kernel.org | 3383 | L: linux-media@vger.kernel.org |
3343 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git | 3384 | T: git git://linuxtv.org/media_tree.git |
3344 | S: Maintained | 3385 | S: Maintained |
3345 | F: drivers/media/usb/gspca/finepix.c | 3386 | F: drivers/media/usb/gspca/finepix.c |
3346 | 3387 | ||
3347 | GSPCA GL860 SUBDRIVER | 3388 | GSPCA GL860 SUBDRIVER |
3348 | M: Olivier Lorin <o.lorin@laposte.net> | 3389 | M: Olivier Lorin <o.lorin@laposte.net> |
3349 | L: linux-media@vger.kernel.org | 3390 | L: linux-media@vger.kernel.org |
3350 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git | 3391 | T: git git://linuxtv.org/media_tree.git |
3351 | S: Maintained | 3392 | S: Maintained |
3352 | F: drivers/media/usb/gspca/gl860/ | 3393 | F: drivers/media/usb/gspca/gl860/ |
3353 | 3394 | ||
3354 | GSPCA M5602 SUBDRIVER | 3395 | GSPCA M5602 SUBDRIVER |
3355 | M: Erik Andren <erik.andren@gmail.com> | 3396 | M: Erik Andren <erik.andren@gmail.com> |
3356 | L: linux-media@vger.kernel.org | 3397 | L: linux-media@vger.kernel.org |
3357 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git | 3398 | T: git git://linuxtv.org/media_tree.git |
3358 | S: Maintained | 3399 | S: Maintained |
3359 | F: drivers/media/usb/gspca/m5602/ | 3400 | F: drivers/media/usb/gspca/m5602/ |
3360 | 3401 | ||
3361 | GSPCA PAC207 SONIXB SUBDRIVER | 3402 | GSPCA PAC207 SONIXB SUBDRIVER |
3362 | M: Hans de Goede <hdegoede@redhat.com> | 3403 | M: Hans de Goede <hdegoede@redhat.com> |
3363 | L: linux-media@vger.kernel.org | 3404 | L: linux-media@vger.kernel.org |
3364 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git | 3405 | T: git git://linuxtv.org/media_tree.git |
3365 | S: Maintained | 3406 | S: Maintained |
3366 | F: drivers/media/usb/gspca/pac207.c | 3407 | F: drivers/media/usb/gspca/pac207.c |
3367 | 3408 | ||
3368 | GSPCA SN9C20X SUBDRIVER | 3409 | GSPCA SN9C20X SUBDRIVER |
3369 | M: Brian Johnson <brijohn@gmail.com> | 3410 | M: Brian Johnson <brijohn@gmail.com> |
3370 | L: linux-media@vger.kernel.org | 3411 | L: linux-media@vger.kernel.org |
3371 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git | 3412 | T: git git://linuxtv.org/media_tree.git |
3372 | S: Maintained | 3413 | S: Maintained |
3373 | F: drivers/media/usb/gspca/sn9c20x.c | 3414 | F: drivers/media/usb/gspca/sn9c20x.c |
3374 | 3415 | ||
3375 | GSPCA T613 SUBDRIVER | 3416 | GSPCA T613 SUBDRIVER |
3376 | M: Leandro Costantino <lcostantino@gmail.com> | 3417 | M: Leandro Costantino <lcostantino@gmail.com> |
3377 | L: linux-media@vger.kernel.org | 3418 | L: linux-media@vger.kernel.org |
3378 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git | 3419 | T: git git://linuxtv.org/media_tree.git |
3379 | S: Maintained | 3420 | S: Maintained |
3380 | F: drivers/media/usb/gspca/t613.c | 3421 | F: drivers/media/usb/gspca/t613.c |
3381 | 3422 | ||
3382 | GSPCA USB WEBCAM DRIVER | 3423 | GSPCA USB WEBCAM DRIVER |
3383 | M: Hans de Goede <hdegoede@redhat.com> | 3424 | M: Hans de Goede <hdegoede@redhat.com> |
3384 | L: linux-media@vger.kernel.org | 3425 | L: linux-media@vger.kernel.org |
3385 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git | 3426 | T: git git://linuxtv.org/media_tree.git |
3386 | S: Maintained | 3427 | S: Maintained |
3387 | F: drivers/media/usb/gspca/ | 3428 | F: drivers/media/usb/gspca/ |
3388 | 3429 | ||
3389 | STK1160 USB VIDEO CAPTURE DRIVER | 3430 | STK1160 USB VIDEO CAPTURE DRIVER |
3390 | M: Ezequiel Garcia <elezegarcia@gmail.com> | 3431 | M: Ezequiel Garcia <elezegarcia@gmail.com> |
3391 | L: linux-media@vger.kernel.org | 3432 | L: linux-media@vger.kernel.org |
3392 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git | 3433 | T: git git://linuxtv.org/media_tree.git |
3393 | S: Maintained | 3434 | S: Maintained |
3394 | F: drivers/media/usb/stk1160/ | 3435 | F: drivers/media/usb/stk1160/ |
3395 | 3436 | ||
@@ -3787,6 +3828,12 @@ F: net/ieee802154/ | |||
3787 | F: net/mac802154/ | 3828 | F: net/mac802154/ |
3788 | F: drivers/ieee802154/ | 3829 | F: drivers/ieee802154/ |
3789 | 3830 | ||
3831 | IGUANAWORKS USB IR TRANSCEIVER | ||
3832 | M: Sean Young <sean@mess.org> | ||
3833 | L: linux-media@vger.kernel.org | ||
3834 | S: Maintained | ||
3835 | F: drivers/media/rc/iguanair.c | ||
3836 | |||
3790 | IIO SUBSYSTEM AND DRIVERS | 3837 | IIO SUBSYSTEM AND DRIVERS |
3791 | M: Jonathan Cameron <jic23@cam.ac.uk> | 3838 | M: Jonathan Cameron <jic23@cam.ac.uk> |
3792 | L: linux-iio@vger.kernel.org | 3839 | L: linux-iio@vger.kernel.org |
@@ -4172,17 +4219,41 @@ S: Maintained | |||
4172 | F: Documentation/hwmon/it87 | 4219 | F: Documentation/hwmon/it87 |
4173 | F: drivers/hwmon/it87.c | 4220 | F: drivers/hwmon/it87.c |
4174 | 4221 | ||
4222 | IT913X MEDIA DRIVER | ||
4223 | M: Malcolm Priestley <tvboxspy@gmail.com> | ||
4224 | L: linux-media@vger.kernel.org | ||
4225 | W: http://linuxtv.org/ | ||
4226 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | ||
4227 | S: Maintained | ||
4228 | F: drivers/media/usb/dvb-usb-v2/it913x* | ||
4229 | |||
4230 | IT913X FE MEDIA DRIVER | ||
4231 | M: Malcolm Priestley <tvboxspy@gmail.com> | ||
4232 | L: linux-media@vger.kernel.org | ||
4233 | W: http://linuxtv.org/ | ||
4234 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | ||
4235 | S: Maintained | ||
4236 | F: drivers/media/dvb-frontends/it913x-fe* | ||
4237 | |||
4175 | IVTV VIDEO4LINUX DRIVER | 4238 | IVTV VIDEO4LINUX DRIVER |
4176 | M: Andy Walls <awalls@md.metrocast.net> | 4239 | M: Andy Walls <awalls@md.metrocast.net> |
4177 | L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers) | 4240 | L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers) |
4178 | L: linux-media@vger.kernel.org | 4241 | L: linux-media@vger.kernel.org |
4179 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git | 4242 | T: git git://linuxtv.org/media_tree.git |
4180 | W: http://www.ivtvdriver.org | 4243 | W: http://www.ivtvdriver.org |
4181 | S: Maintained | 4244 | S: Maintained |
4182 | F: Documentation/video4linux/*.ivtv | 4245 | F: Documentation/video4linux/*.ivtv |
4183 | F: drivers/media/pci/ivtv/ | 4246 | F: drivers/media/pci/ivtv/ |
4184 | F: include/linux/ivtv* | 4247 | F: include/linux/ivtv* |
4185 | 4248 | ||
4249 | IX2505V MEDIA DRIVER | ||
4250 | M: Malcolm Priestley <tvboxspy@gmail.com> | ||
4251 | L: linux-media@vger.kernel.org | ||
4252 | W: http://linuxtv.org/ | ||
4253 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | ||
4254 | S: Maintained | ||
4255 | F: drivers/media/dvb-frontends/ix2505v* | ||
4256 | |||
4186 | JC42.4 TEMPERATURE SENSOR DRIVER | 4257 | JC42.4 TEMPERATURE SENSOR DRIVER |
4187 | M: Guenter Roeck <linux@roeck-us.net> | 4258 | M: Guenter Roeck <linux@roeck-us.net> |
4188 | L: lm-sensors@lm-sensors.org | 4259 | L: lm-sensors@lm-sensors.org |
@@ -4628,6 +4699,14 @@ S: Maintained | |||
4628 | F: Documentation/hwmon/lm90 | 4699 | F: Documentation/hwmon/lm90 |
4629 | F: drivers/hwmon/lm90.c | 4700 | F: drivers/hwmon/lm90.c |
4630 | 4701 | ||
4702 | LME2510 MEDIA DRIVER | ||
4703 | M: Malcolm Priestley <tvboxspy@gmail.com> | ||
4704 | L: linux-media@vger.kernel.org | ||
4705 | W: http://linuxtv.org/ | ||
4706 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | ||
4707 | S: Maintained | ||
4708 | F: drivers/media/usb/dvb-usb-v2/lmedm04* | ||
4709 | |||
4631 | LOCKDEP AND LOCKSTAT | 4710 | LOCKDEP AND LOCKSTAT |
4632 | M: Peter Zijlstra <peterz@infradead.org> | 4711 | M: Peter Zijlstra <peterz@infradead.org> |
4633 | M: Ingo Molnar <mingo@redhat.com> | 4712 | M: Ingo Molnar <mingo@redhat.com> |
@@ -4721,6 +4800,14 @@ W: http://www.tazenda.demon.co.uk/phil/linux-hp | |||
4721 | S: Maintained | 4800 | S: Maintained |
4722 | F: arch/m68k/hp300/ | 4801 | F: arch/m68k/hp300/ |
4723 | 4802 | ||
4803 | M88RS2000 MEDIA DRIVER | ||
4804 | M: Malcolm Priestley <tvboxspy@gmail.com> | ||
4805 | L: linux-media@vger.kernel.org | ||
4806 | W: http://linuxtv.org/ | ||
4807 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | ||
4808 | S: Maintained | ||
4809 | F: drivers/media/dvb-frontends/m88rs2000* | ||
4810 | |||
4724 | MAC80211 | 4811 | MAC80211 |
4725 | M: Johannes Berg <johannes@sipsolutions.net> | 4812 | M: Johannes Berg <johannes@sipsolutions.net> |
4726 | L: linux-wireless@vger.kernel.org | 4813 | L: linux-wireless@vger.kernel.org |
@@ -4813,12 +4900,12 @@ F: Documentation/hwmon/max6650 | |||
4813 | F: drivers/hwmon/max6650.c | 4900 | F: drivers/hwmon/max6650.c |
4814 | 4901 | ||
4815 | MEDIA INPUT INFRASTRUCTURE (V4L/DVB) | 4902 | MEDIA INPUT INFRASTRUCTURE (V4L/DVB) |
4816 | M: Mauro Carvalho Chehab <mchehab@infradead.org> | 4903 | M: Mauro Carvalho Chehab <mchehab@redhat.com> |
4817 | P: LinuxTV.org Project | 4904 | P: LinuxTV.org Project |
4818 | L: linux-media@vger.kernel.org | 4905 | L: linux-media@vger.kernel.org |
4819 | W: http://linuxtv.org | 4906 | W: http://linuxtv.org |
4820 | Q: http://patchwork.kernel.org/project/linux-media/list/ | 4907 | Q: http://patchwork.kernel.org/project/linux-media/list/ |
4821 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git | 4908 | T: git git://linuxtv.org/media_tree.git |
4822 | S: Maintained | 4909 | S: Maintained |
4823 | F: Documentation/dvb/ | 4910 | F: Documentation/dvb/ |
4824 | F: Documentation/video4linux/ | 4911 | F: Documentation/video4linux/ |
@@ -4826,8 +4913,13 @@ F: Documentation/DocBook/media/ | |||
4826 | F: drivers/media/ | 4913 | F: drivers/media/ |
4827 | F: drivers/staging/media/ | 4914 | F: drivers/staging/media/ |
4828 | F: include/media/ | 4915 | F: include/media/ |
4829 | F: include/linux/dvb/ | 4916 | F: include/uapi/linux/dvb/ |
4830 | F: include/linux/videodev*.h | 4917 | F: include/uapi/linux/videodev2.h |
4918 | F: include/uapi/linux/media.h | ||
4919 | F: include/uapi/linux/v4l2-* | ||
4920 | F: include/uapi/linux/meye.h | ||
4921 | F: include/uapi/linux/ivtv* | ||
4922 | F: include/uapi/linux/uvcvideo.h | ||
4831 | 4923 | ||
4832 | MEGARAID SCSI DRIVERS | 4924 | MEGARAID SCSI DRIVERS |
4833 | M: Neela Syam Kolli <megaraidlinux@lsi.com> | 4925 | M: Neela Syam Kolli <megaraidlinux@lsi.com> |
@@ -4909,7 +5001,7 @@ W: http://popies.net/meye/ | |||
4909 | S: Orphan | 5001 | S: Orphan |
4910 | F: Documentation/video4linux/meye.txt | 5002 | F: Documentation/video4linux/meye.txt |
4911 | F: drivers/media/pci/meye/ | 5003 | F: drivers/media/pci/meye/ |
4912 | F: include/linux/meye.h | 5004 | F: include/uapi/linux/meye.h |
4913 | 5005 | ||
4914 | MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER | 5006 | MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER |
4915 | M: Pavel Pisa <ppisa@pikron.com> | 5007 | M: Pavel Pisa <ppisa@pikron.com> |
@@ -4923,6 +5015,13 @@ S: Maintained | |||
4923 | F: Documentation/serial/moxa-smartio | 5015 | F: Documentation/serial/moxa-smartio |
4924 | F: drivers/tty/mxser.* | 5016 | F: drivers/tty/mxser.* |
4925 | 5017 | ||
5018 | MR800 AVERMEDIA USB FM RADIO DRIVER | ||
5019 | M: Alexey Klimov <klimov.linux@gmail.com> | ||
5020 | L: linux-media@vger.kernel.org | ||
5021 | T: git git://linuxtv.org/media_tree.git | ||
5022 | S: Maintained | ||
5023 | F: drivers/media/radio/radio-mr800.c | ||
5024 | |||
4926 | MSI LAPTOP SUPPORT | 5025 | MSI LAPTOP SUPPORT |
4927 | M: "Lee, Chun-Yi" <jlee@novell.com> | 5026 | M: "Lee, Chun-Yi" <jlee@novell.com> |
4928 | L: platform-driver-x86@vger.kernel.org | 5027 | L: platform-driver-x86@vger.kernel.org |
@@ -5385,7 +5484,7 @@ F: drivers/char/pcmcia/cm4040_cs.* | |||
5385 | OMNIVISION OV7670 SENSOR DRIVER | 5484 | OMNIVISION OV7670 SENSOR DRIVER |
5386 | M: Jonathan Corbet <corbet@lwn.net> | 5485 | M: Jonathan Corbet <corbet@lwn.net> |
5387 | L: linux-media@vger.kernel.org | 5486 | L: linux-media@vger.kernel.org |
5388 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git | 5487 | T: git git://linuxtv.org/media_tree.git |
5389 | S: Maintained | 5488 | S: Maintained |
5390 | F: drivers/media/i2c/ov7670.c | 5489 | F: drivers/media/i2c/ov7670.c |
5391 | 5490 | ||
@@ -5934,11 +6033,18 @@ M: Mike Isely <isely@pobox.com> | |||
5934 | L: pvrusb2@isely.net (subscribers-only) | 6033 | L: pvrusb2@isely.net (subscribers-only) |
5935 | L: linux-media@vger.kernel.org | 6034 | L: linux-media@vger.kernel.org |
5936 | W: http://www.isely.net/pvrusb2/ | 6035 | W: http://www.isely.net/pvrusb2/ |
5937 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git | 6036 | T: git git://linuxtv.org/media_tree.git |
5938 | S: Maintained | 6037 | S: Maintained |
5939 | F: Documentation/video4linux/README.pvrusb2 | 6038 | F: Documentation/video4linux/README.pvrusb2 |
5940 | F: drivers/media/usb/pvrusb2/ | 6039 | F: drivers/media/usb/pvrusb2/ |
5941 | 6040 | ||
6041 | PWC WEBCAM DRIVER | ||
6042 | M: Hans de Goede <hdegoede@redhat.com> | ||
6043 | L: linux-media@vger.kernel.org | ||
6044 | T: git git://linuxtv.org/media_tree.git | ||
6045 | S: Maintained | ||
6046 | F: drivers/media/usb/pwc/* | ||
6047 | |||
5942 | PWM SUBSYSTEM | 6048 | PWM SUBSYSTEM |
5943 | M: Thierry Reding <thierry.reding@avionic-design.de> | 6049 | M: Thierry Reding <thierry.reding@avionic-design.de> |
5944 | L: linux-kernel@vger.kernel.org | 6050 | L: linux-kernel@vger.kernel.org |
@@ -6081,6 +6187,21 @@ S: Maintained | |||
6081 | F: drivers/video/aty/radeon* | 6187 | F: drivers/video/aty/radeon* |
6082 | F: include/linux/radeonfb.h | 6188 | F: include/linux/radeonfb.h |
6083 | 6189 | ||
6190 | RADIOSHARK RADIO DRIVER | ||
6191 | M: Hans de Goede <hdegoede@redhat.com> | ||
6192 | L: linux-media@vger.kernel.org | ||
6193 | T: git git://linuxtv.org/media_tree.git | ||
6194 | S: Maintained | ||
6195 | F: drivers/media/radio/radio-shark.c | ||
6196 | |||
6197 | RADIOSHARK2 RADIO DRIVER | ||
6198 | M: Hans de Goede <hdegoede@redhat.com> | ||
6199 | L: linux-media@vger.kernel.org | ||
6200 | T: git git://linuxtv.org/media_tree.git | ||
6201 | S: Maintained | ||
6202 | F: drivers/media/radio/radio-shark2.c | ||
6203 | F: drivers/media/radio/radio-tea5777.c | ||
6204 | |||
6084 | RAGE128 FRAMEBUFFER DISPLAY DRIVER | 6205 | RAGE128 FRAMEBUFFER DISPLAY DRIVER |
6085 | M: Paul Mackerras <paulus@samba.org> | 6206 | M: Paul Mackerras <paulus@samba.org> |
6086 | L: linux-fbdev@vger.kernel.org | 6207 | L: linux-fbdev@vger.kernel.org |
@@ -6321,10 +6442,19 @@ L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | |||
6321 | S: Supported | 6442 | S: Supported |
6322 | F: drivers/mmc/host/s3cmci.* | 6443 | F: drivers/mmc/host/s3cmci.* |
6323 | 6444 | ||
6445 | SAA7134 VIDEO4LINUX DRIVER | ||
6446 | M: Mauro Carvalho Chehab <mchehab@redhat.com> | ||
6447 | L: linux-media@vger.kernel.org | ||
6448 | W: http://linuxtv.org | ||
6449 | T: git git://linuxtv.org/media_tree.git | ||
6450 | S: Odd fixes | ||
6451 | F: Documentation/video4linux/saa7134/ | ||
6452 | F: drivers/media/pci/saa7134/ | ||
6453 | |||
6324 | SAA7146 VIDEO4LINUX-2 DRIVER | 6454 | SAA7146 VIDEO4LINUX-2 DRIVER |
6325 | M: Michael Hunold <michael@mihu.de> | 6455 | M: Michael Hunold <michael@mihu.de> |
6326 | L: linux-media@vger.kernel.org | 6456 | L: linux-media@vger.kernel.org |
6327 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git | 6457 | T: git git://linuxtv.org/media_tree.git |
6328 | W: http://www.mihu.de/linux/saa7146 | 6458 | W: http://www.mihu.de/linux/saa7146 |
6329 | S: Maintained | 6459 | S: Maintained |
6330 | F: drivers/media/common/saa7146/ | 6460 | F: drivers/media/common/saa7146/ |
@@ -6359,6 +6489,14 @@ F: drivers/regulator/s5m*.c | |||
6359 | F: drivers/rtc/rtc-sec.c | 6489 | F: drivers/rtc/rtc-sec.c |
6360 | F: include/linux/mfd/samsung/ | 6490 | F: include/linux/mfd/samsung/ |
6361 | 6491 | ||
6492 | SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER | ||
6493 | M: Sylwester Nawrocki <sylvester.nawrocki@gmail.com> | ||
6494 | L: linux-media@vger.kernel.org | ||
6495 | L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers) | ||
6496 | S: Maintained | ||
6497 | F: drivers/media/platform/s3c-camif/ | ||
6498 | F: include/media/s3c_camif.h | ||
6499 | |||
6362 | SERIAL DRIVERS | 6500 | SERIAL DRIVERS |
6363 | M: Alan Cox <alan@linux.intel.com> | 6501 | M: Alan Cox <alan@linux.intel.com> |
6364 | L: linux-serial@vger.kernel.org | 6502 | L: linux-serial@vger.kernel.org |
@@ -6653,6 +6791,18 @@ S: Supported | |||
6653 | F: arch/arm/mach-davinci | 6791 | F: arch/arm/mach-davinci |
6654 | F: drivers/i2c/busses/i2c-davinci.c | 6792 | F: drivers/i2c/busses/i2c-davinci.c |
6655 | 6793 | ||
6794 | TI DAVINCI SERIES MEDIA DRIVER | ||
6795 | M: Manjunath Hadli <manjunath.hadli@ti.com> | ||
6796 | M: Prabhakar Lad <prabhakar.lad@ti.com> | ||
6797 | L: linux-media@vger.kernel.org | ||
6798 | L: davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers) | ||
6799 | W: http://linuxtv.org/ | ||
6800 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | ||
6801 | T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git | ||
6802 | S: Supported | ||
6803 | F: drivers/media/platform/davinci/ | ||
6804 | F: include/media/davinci/ | ||
6805 | |||
6656 | SIS 190 ETHERNET DRIVER | 6806 | SIS 190 ETHERNET DRIVER |
6657 | M: Francois Romieu <romieu@fr.zoreil.com> | 6807 | M: Francois Romieu <romieu@fr.zoreil.com> |
6658 | L: netdev@vger.kernel.org | 6808 | L: netdev@vger.kernel.org |
@@ -6719,6 +6869,15 @@ M: Nicolas Pitre <nico@fluxnic.net> | |||
6719 | S: Odd Fixes | 6869 | S: Odd Fixes |
6720 | F: drivers/net/ethernet/smsc/smc91x.* | 6870 | F: drivers/net/ethernet/smsc/smc91x.* |
6721 | 6871 | ||
6872 | SMIA AND SMIA++ IMAGE SENSOR DRIVER | ||
6873 | M: Sakari Ailus <sakari.ailus@iki.fi> | ||
6874 | L: linux-media@vger.kernel.org | ||
6875 | S: Maintained | ||
6876 | F: drivers/media/i2c/smiapp | ||
6877 | F: include/media/smiapp.h | ||
6878 | F: drivers/media/i2c/smiapp-pll.c | ||
6879 | F: drivers/media/i2c/smiapp-pll.h | ||
6880 | |||
6722 | SMM665 HARDWARE MONITOR DRIVER | 6881 | SMM665 HARDWARE MONITOR DRIVER |
6723 | M: Guenter Roeck <linux@roeck-us.net> | 6882 | M: Guenter Roeck <linux@roeck-us.net> |
6724 | L: lm-sensors@lm-sensors.org | 6883 | L: lm-sensors@lm-sensors.org |
@@ -6777,7 +6936,7 @@ F: arch/ia64/sn/ | |||
6777 | SOC-CAMERA V4L2 SUBSYSTEM | 6936 | SOC-CAMERA V4L2 SUBSYSTEM |
6778 | M: Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 6937 | M: Guennadi Liakhovetski <g.liakhovetski@gmx.de> |
6779 | L: linux-media@vger.kernel.org | 6938 | L: linux-media@vger.kernel.org |
6780 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git | 6939 | T: git git://linuxtv.org/media_tree.git |
6781 | S: Maintained | 6940 | S: Maintained |
6782 | F: include/media/soc* | 6941 | F: include/media/soc* |
6783 | F: drivers/media/i2c/soc_camera/ | 6942 | F: drivers/media/i2c/soc_camera/ |
@@ -7267,6 +7426,22 @@ T: git git://linuxtv.org/mkrufky/tuners.git | |||
7267 | S: Maintained | 7426 | S: Maintained |
7268 | F: drivers/media/tuners/tda8290.* | 7427 | F: drivers/media/tuners/tda8290.* |
7269 | 7428 | ||
7429 | TEA5761 TUNER DRIVER | ||
7430 | M: Mauro Carvalho Chehab <mchehab@redhat.com> | ||
7431 | L: linux-media@vger.kernel.org | ||
7432 | W: http://linuxtv.org | ||
7433 | T: git git://linuxtv.org/media_tree.git | ||
7434 | S: Odd fixes | ||
7435 | F: drivers/media/tuners/tea5761.* | ||
7436 | |||
7437 | TEA5767 TUNER DRIVER | ||
7438 | M: Mauro Carvalho Chehab <mchehab@redhat.com> | ||
7439 | L: linux-media@vger.kernel.org | ||
7440 | W: http://linuxtv.org | ||
7441 | T: git git://linuxtv.org/media_tree.git | ||
7442 | S: Maintained | ||
7443 | F: drivers/media/tuners/tea5767.* | ||
7444 | |||
7270 | TEAM DRIVER | 7445 | TEAM DRIVER |
7271 | M: Jiri Pirko <jpirko@redhat.com> | 7446 | M: Jiri Pirko <jpirko@redhat.com> |
7272 | L: netdev@vger.kernel.org | 7447 | L: netdev@vger.kernel.org |
@@ -7274,6 +7449,12 @@ S: Supported | |||
7274 | F: drivers/net/team/ | 7449 | F: drivers/net/team/ |
7275 | F: include/linux/if_team.h | 7450 | F: include/linux/if_team.h |
7276 | 7451 | ||
7452 | TECHNOTREND USB IR RECEIVER | ||
7453 | M: Sean Young <sean@mess.org> | ||
7454 | L: linux-media@vger.kernel.org | ||
7455 | S: Maintained | ||
7456 | F: drivers/media/rc/ttusbir.c | ||
7457 | |||
7277 | TEGRA SUPPORT | 7458 | TEGRA SUPPORT |
7278 | M: Stephen Warren <swarren@wwwdotorg.org> | 7459 | M: Stephen Warren <swarren@wwwdotorg.org> |
7279 | L: linux-tegra@vger.kernel.org | 7460 | L: linux-tegra@vger.kernel.org |
@@ -7426,6 +7607,14 @@ S: Maintained | |||
7426 | F: include/linux/shmem_fs.h | 7607 | F: include/linux/shmem_fs.h |
7427 | F: mm/shmem.c | 7608 | F: mm/shmem.c |
7428 | 7609 | ||
7610 | TM6000 VIDEO4LINUX DRIVER | ||
7611 | M: Mauro Carvalho Chehab <mchehab@redhat.com> | ||
7612 | L: linux-media@vger.kernel.org | ||
7613 | W: http://linuxtv.org | ||
7614 | T: git git://linuxtv.org/media_tree.git | ||
7615 | S: Odd fixes | ||
7616 | F: drivers/media/usb/tm6000/ | ||
7617 | |||
7429 | TPM DEVICE DRIVER | 7618 | TPM DEVICE DRIVER |
7430 | M: Kent Yoder <key@linux.vnet.ibm.com> | 7619 | M: Kent Yoder <key@linux.vnet.ibm.com> |
7431 | M: Rajiv Andrade <mail@srajiv.net> | 7620 | M: Rajiv Andrade <mail@srajiv.net> |
@@ -7820,7 +8009,7 @@ USB SN9C1xx DRIVER | |||
7820 | M: Luca Risolia <luca.risolia@studio.unibo.it> | 8009 | M: Luca Risolia <luca.risolia@studio.unibo.it> |
7821 | L: linux-usb@vger.kernel.org | 8010 | L: linux-usb@vger.kernel.org |
7822 | L: linux-media@vger.kernel.org | 8011 | L: linux-media@vger.kernel.org |
7823 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git | 8012 | T: git git://linuxtv.org/media_tree.git |
7824 | W: http://www.linux-projects.org | 8013 | W: http://www.linux-projects.org |
7825 | S: Maintained | 8014 | S: Maintained |
7826 | F: Documentation/video4linux/sn9c102.txt | 8015 | F: Documentation/video4linux/sn9c102.txt |
@@ -7856,10 +8045,11 @@ USB VIDEO CLASS | |||
7856 | M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 8045 | M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
7857 | L: linux-uvc-devel@lists.sourceforge.net (subscribers-only) | 8046 | L: linux-uvc-devel@lists.sourceforge.net (subscribers-only) |
7858 | L: linux-media@vger.kernel.org | 8047 | L: linux-media@vger.kernel.org |
7859 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git | 8048 | T: git git://linuxtv.org/media_tree.git |
7860 | W: http://www.ideasonboard.org/uvc/ | 8049 | W: http://www.ideasonboard.org/uvc/ |
7861 | S: Maintained | 8050 | S: Maintained |
7862 | F: drivers/media/usb/uvc/ | 8051 | F: drivers/media/usb/uvc/ |
8052 | F: include/uapi/linux/uvcvideo.h | ||
7863 | 8053 | ||
7864 | USB WEBCAM GADGET | 8054 | USB WEBCAM GADGET |
7865 | M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 8055 | M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
@@ -7891,7 +8081,7 @@ USB ZR364XX DRIVER | |||
7891 | M: Antoine Jacquet <royale@zerezo.com> | 8081 | M: Antoine Jacquet <royale@zerezo.com> |
7892 | L: linux-usb@vger.kernel.org | 8082 | L: linux-usb@vger.kernel.org |
7893 | L: linux-media@vger.kernel.org | 8083 | L: linux-media@vger.kernel.org |
7894 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git | 8084 | T: git git://linuxtv.org/media_tree.git |
7895 | W: http://royale.zerezo.com/zr364xx/ | 8085 | W: http://royale.zerezo.com/zr364xx/ |
7896 | S: Maintained | 8086 | S: Maintained |
7897 | F: Documentation/video4linux/zr364xx.txt | 8087 | F: Documentation/video4linux/zr364xx.txt |
@@ -8246,6 +8436,14 @@ L: linux-edac@vger.kernel.org | |||
8246 | S: Maintained | 8436 | S: Maintained |
8247 | F: arch/x86/kernel/cpu/mcheck/* | 8437 | F: arch/x86/kernel/cpu/mcheck/* |
8248 | 8438 | ||
8439 | XC2028/3028 TUNER DRIVER | ||
8440 | M: Mauro Carvalho Chehab <mchehab@redhat.com> | ||
8441 | L: linux-media@vger.kernel.org | ||
8442 | W: http://linuxtv.org | ||
8443 | T: git git://linuxtv.org/media_tree.git | ||
8444 | S: Maintained | ||
8445 | F: drivers/media/tuners/tuner-xc2028.* | ||
8446 | |||
8249 | XEN HYPERVISOR INTERFACE | 8447 | XEN HYPERVISOR INTERFACE |
8250 | M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 8448 | M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> |
8251 | M: Jeremy Fitzhardinge <jeremy@goop.org> | 8449 | M: Jeremy Fitzhardinge <jeremy@goop.org> |