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