summaryrefslogtreecommitdiffstats
path: root/drivers/media/video
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into for-nextJiri Kosina2010-08-0410-53/+1588
|\
| * Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into dev...Russell King2010-07-293-0/+1527
| |\
| | * mx2_camera: fix type of dma buffer virtual address pointerBaruch Siach2010-07-281-1/+1
| | * mx2_camera: Add soc_camera support for i.MX25/i.MX27Baruch Siach2010-07-283-0/+1527
| * | V4L/DVB: v4l: mem2mem_testdev: fix g_fmt NULL pointer dereferencePawel Osciak2010-07-081-0/+3
| * | V4L/DVB: uvcvideo: Power line frequency control doesn't support GET_MIN/MAX/RESLaurent Pinchart2010-07-081-2/+2
| * | V4L/DVB: ivtv: Add delay to ensure the decoder always restarts with a blank s...Ian Armstrong2010-07-081-0/+3
| * | V4L/DVB: tveeprom: Add an entry for tuner code 168: a TCL M30WTP-4N-E tunerAndy Walls2010-07-081-0/+15
| * | V4L/DVB: OMAP_VOUT: fix: Module params were not working through bootargsVaibhav Hiremath2010-07-081-2/+2
| * | V4L/DVB: OMAP_VOUT: fix: Replaced dma-sg with dma-contigVaibhav Hiremath2010-07-082-32/+16
| * | V4L/DVB: OMAP_VOUT:Build FIX: Rebased against latest DSS2 changesVaibhav Hiremath2010-07-082-17/+20
* | | update email addressPavel Machek2010-07-192-2/+2
* | | trivial: no changes to ov511 driverJiri Kosina2010-07-111-1/+1
* | | fix comment/printk typos concerning "already"Uwe Kleine-König2010-07-111-1/+1
* | | fix comment typos concerning "sequential"Uwe Kleine-König2010-07-111-2/+2
* | | Merge branch 'master' into for-nextJiri Kosina2010-06-1699-1291/+1265
|\ \ \ | |/ /
| * | Merge branch 'v4l_for_2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-06-0498-1266/+1264
| |\ \
| | * | V4L/DVB: ivtv: Timing tweaks and code re-order to try and improve stabilityIan Armstrong2010-06-012-4/+14
| | * | V4L/DVB: ivtv: Avoid accidental video standard changeIan Armstrong2010-06-011-2/+14
| | * | V4L/DVB: ivtvfb : Module load / unload fixesIan Armstrong2010-06-011-3/+11
| | * | V4L/DVB: cx2341x: Report correct temporal setting for log-statusIan Armstrong2010-06-011-5/+1
| | * | V4L/DVB: cx18, cx23885, v4l2 doc, MAINTAINERS: Update Andy Walls' email addressAndy Walls2010-06-0142-43/+43
| | * | V4L/DVB: drivers/media: Eliminate a NULL pointer dereferenceJulia Lawall2010-06-012-3/+2
| | * | V4L/DVB: video/saa7134: change dprintk() to i2cdprintk()Dan Carpenter2010-06-011-4/+4
| | * | V4L/DVB: video/saa7134: remove duplicate breakDan Carpenter2010-06-011-1/+0
| | * | V4L/DVB: em28xx: remove unneeded null checksDan Carpenter2010-06-011-5/+2
| | * | V4L/DVB: ak881x needs slab.hRandy Dunlap2010-06-011-0/+1
| | * | V4L/DVB: FusionHDTV: Use quick reads for I2C IR device probingJean Delvare2010-06-012-2/+26
| | * | V4L/DVB: drivers/media: Use kzallocJulia Lawall2010-06-011-2/+1
| | * | V4L/DVB: saa7134: add RM-K6 remote control support for Avermedia M135AHerton Ronaldo Krzesinski2010-06-011-1/+1
| | * | V4L/DVB: saa7134: add support for Avermedia M733AHerton Ronaldo Krzesinski2010-06-013-0/+63
| | * | V4L/DVB: tvp514x: simplify try/g/s_fmt handlingHans Verkuil2010-06-011-89/+9
| | * | V4L/DVB: tvp514x: remove obsolete fmt_listHans Verkuil2010-06-011-15/+0
| | * | V4L/DVB: tvp514x: add missing newlinesHans Verkuil2010-06-011-6/+6
| | * | V4L/DVB: tvp514x: there is only one supported format, so simplify the codeHans Verkuil2010-06-011-36/+9
| | * | V4L/DVB: tvp514x: make std_list constHans Verkuil2010-06-011-2/+2
| | * | V4L/DVB: tvp514x: do NOT change the std as a side effectHans Verkuil2010-06-011-37/+16
| | * | V4L/DVB: v4l2-subdev.h: fix enum_mbus_fmt prototypeHans Verkuil2010-06-0115-25/+26
| | * | V4L/DVB: tvp5150: remove obsolete g/s_fmt opsHans Verkuil2010-06-011-20/+0
| | * | V4L/DVB: mt9v011: add enum/try/s_mbus_fmt supportHans Verkuil2010-06-011-20/+17
| | * | V4L/DVB: saa7115: remove obsolete g/s_fmt opsHans Verkuil2010-06-011-17/+0
| | * | V4L/DVB: cx24850: remove obsolete g/s_fmt opsHans Verkuil2010-06-011-31/+0
| | * | V4L/DVB: cx231xx: convert to s_mbus_fmtHans Verkuil2010-06-011-1/+4
| | * | V4L/DVB: cx23885: convert to s_mbus_fmtHans Verkuil2010-06-011-1/+4
| | * | V4L/DVB: pvrusb2: convert to s_mbus_fmtHans Verkuil2010-06-011-6/+6
| | * | V4L/DVB: saa7134: convert to use the new mbus APIHans Verkuil2010-06-012-24/+7
| | * | V4L/DVB: saa6752hs: add g/s_mbus_fmt supportHans Verkuil2010-06-011-18/+46
| | * | V4L/DVB: saa717x: remove obsolete s_fmt opHans Verkuil2010-06-011-11/+0
| | * | V4L/DVB: saa7127: remove obsolete g_fmt supportHans Verkuil2010-06-011-8/+0
| | * | V4L/DVB: cx18: remove old g/s_fmt from the cx18_av subdevHans Verkuil2010-06-013-34/+10
OpenPOWER on IntegriCloud