summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * [media] cx25821: setup output nodes correctlyHans Verkuil2013-04-164-200/+67Star
| | * [media] cx25821: remove references to subdevices that aren't thereHans Verkuil2013-04-163-131/+7Star
| | * [media] cx25821: remove custom ioctls that duplicate v4l2 ioctlsHans Verkuil2013-04-163-143/+6Star
| | * [media] cx25821: g/s/try/enum_fmt related fixes and cleanupsHans Verkuil2013-04-161-102/+32Star
| | * [media] cx25821: switch to v4l2_fh, add event and prio handlingHans Verkuil2013-04-163-148/+59Star
| | * [media] cx25821: replace resource management functions with fh ownershipHans Verkuil2013-04-162-100/+35Star
| | * [media] cx25821: move vidq from cx25821_fh to cx25821_channelHans Verkuil2013-04-162-128/+115Star
| | * [media] cx25821: remove 'type' field from cx25821_fhHans Verkuil2013-04-162-42/+15Star
| | * [media] cx25821: use core lockingHans Verkuil2013-04-164-96/+27Star
| | * [media] cx25821: remove unnecessary debug messagesHans Verkuil2013-04-161-12/+0Star
| | * [media] cx25821: remove TRUE/FALSE/STATUS_(UN)SUCCESSFUL definesHans Verkuil2013-04-163-7/+2Star
| | * [media] cx25821: convert to the control frameworkHans Verkuil2013-04-163-184/+41Star
| | * [media] cx25821: embed video_device, clean up some kernel log spamHans Verkuil2013-04-163-55/+16Star
| | * [media] cx25821: remove bogus dependenciesHans Verkuil2013-04-167-44/+4Star
| | * [media] cx25821: remove cropping ioctlsHans Verkuil2013-04-161-44/+0Star
| | * [media] cx25821: make lots of externals staticHans Verkuil2013-04-163-243/+153Star
| | * [media] cx25821: s_input didn't check for invalid inputHans Verkuil2013-04-161-3/+1Star
| | * [media] cx25821: remove unnecessary global devlistHans Verkuil2013-04-164-106/+41Star
| | * [media] cx25821: make cx25821_sram_channels constHans Verkuil2013-04-168-92/+57Star
| | * [media] cx25821: fix log_status, querycapHans Verkuil2013-04-161-12/+11Star
| | * [media] cx25821: remove unused fields, ioctlsHans Verkuil2013-04-164-152/+10Star
| | * [media] cx25821: remove bogus radio/vbi/'video-ioctl' supportHans Verkuil2013-04-164-143/+88Star
| | * [media] cx25821: fix compiler warningHans Verkuil2013-04-162-6/+5Star
| | * [media] cx25821: the audio channel was registered as a video nodeHans Verkuil2013-04-152-6/+7
| | * [media] cx25821: do not expose broken video output streamsHans Verkuil2013-04-151-1/+1
| * | Merge branch 'topic/si476x' into patchworkMauro Carvalho Chehab2013-04-258-2682/+1840Star
| |\ \
| | * | Revert "[media] mfd: Add chip properties handling code for SI476X MFD"Mauro Carvalho Chehab2013-04-191-242/+0Star
| | * | Revert "[media] mfd: Add the main bulk of core driver for SI476x code"Mauro Carvalho Chehab2013-04-191-886/+0Star
| | * | Revert "[media] mfd: Add commands abstraction layer for SI476X MFD"Mauro Carvalho Chehab2013-04-191-1554/+0Star
| | * | [media] v4l2: Add a V4L2 driver for SI476X MFDAndrey Smirnov2013-04-195-0/+1840
| * | | Merge branch 'topic/r820t' into patchworkMauro Carvalho Chehab2013-04-2510-20/+2548
| |\ \ \
| | * | | [media] r820t: Don't divide the IF by twoMauro Carvalho Chehab2013-04-171-0/+3
| | * | | [media] r820t: disable auto gain/VGA settingMauro Carvalho Chehab2013-04-171-5/+3Star
| | * | | [media] rtl2832: Fix IF calculusMauro Carvalho Chehab2013-04-171-0/+4
| | * | | [media] r820t: put it into automatic gain modeMauro Carvalho Chehab2013-04-171-3/+3
| | * | | [media] r820t: Fix hp_cor filter maskMauro Carvalho Chehab2013-04-171-1/+1
| | * | | [media] r820t: fix PLL calculusMauro Carvalho Chehab2013-04-171-17/+10Star
| | * | | [media] r820t: Don't put it in standby if not initialized yetMauro Carvalho Chehab2013-04-171-0/+4
| | * | | [media] r820t: avoid rewrite all regs when not neededMauro Carvalho Chehab2013-04-171-6/+5Star
| | * | | [media] r820t: Allow disabling IMR callibrationMauro Carvalho Chehab2013-04-171-4/+19
| | * | | [media] r820t: add a commented code for GPIOMauro Carvalho Chehab2013-04-171-0/+8
| | * | | [media] r820t: add IMR calibrate codeMauro Carvalho Chehab2013-04-171-21/+681
| | * | | [media] r820t: proper initialize the PLL registerMauro Carvalho Chehab2013-04-172-15/+31
| | * | | [media] r820t: use usleep_range()Mauro Carvalho Chehab2013-04-171-4/+4
| | * | | [media] r820t: fix prefix of the r820t_read() functionMauro Carvalho Chehab2013-04-171-8/+8
| | * | | [media] r820t: split the function that read cached regsMauro Carvalho Chehab2013-04-171-5/+15
| | * | | [media] r820t: better report signal strengthMauro Carvalho Chehab2013-04-171-0/+2
| | * | | [media] r820t: add support for diplexerMauro Carvalho Chehab2013-04-172-1/+13
| | * | | [media] r820t: Show the read data in the bit-reversed orderMauro Carvalho Chehab2013-04-171-2/+3
| | * | | [media] r820t: use the second table for 7MHzMauro Carvalho Chehab2013-04-171-2/+10