aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx25840 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-12V4L/DVB (12613): cx25840: fix determining the firmware nameHans Verkuil1-13/+22
2009-09-12V4L/DVB (12347): cx25840: Bugfix for no DVB-T on the Hauppauge HVR-1700Steven Toth2-7/+21
2009-04-06V4L/DVB (11380): v4l2-subdev: change s_routing prototypeHans Verkuil1-4/+6
2009-04-06V4L/DVB (11370): v4l2-subdev: move s_std from tuner to core.Hans Verkuil1-1/+1
2009-04-06V4L/DVB (11369): v4l2-subdev: add load_fw and use that instead of abusing core->init.Hans Verkuil1-4/+4
2009-04-06V4L/DVB (10989): cx25840: cx23885 detection was brokenHans Verkuil1-2/+2
2009-04-06V4L/DVB (10953): cx25840: Fix CodingStyle errors introduced by the last patchMauro Carvalho Chehab3-73/+63
2009-04-06V4L/DVB (10952): cx25840: prepare it to be used by cx231xx moduleSri Deevi4-21/+148
2009-03-30V4L/DVB (11315): cx25840: fix 'unused variable' warning.Hans Verkuil1-2/+0
2009-03-30V4L/DVB (11309): cx25840: cleanup: remove intermediate 'ioctl' stepHans Verkuil4-248/+219
2009-03-30V4L/DVB (11298): cx25840: remove legacy code for old-style i2c APIHans Verkuil1-19/+1
2009-03-30V4L/DVB (10698): v4l2-common: remove v4l2_ctrl_query_fill_stdHans Verkuil1-2/+5
2009-03-30V4L/DVB (10408): v4l2: fix incorrect hue range checkHans Verkuil1-1/+1
2009-03-30V4L/DVB (10251): cx25840: add comments explaining what the init() does.Hans Verkuil1-0/+10
2009-01-29V4L/DVB (10314): cx25840: ignore TUNER_SET_CONFIG in the command callback.Hans Verkuil1-1/+1
2009-01-29V4L/DVB (10250): cx25840: fix regression: fw not loaded on first useHans Verkuil1-0/+8
2009-01-02V4L/DVB (10141): v4l2: debugging API changed to match against driver name instead of ID.Hans Verkuil1-7/+6
2008-12-30V4L/DVB (9823): cx25840: convert to v4l2_subdev.Hans Verkuil5-193/+279
2008-12-29V4L/DVB (9507): v4l: remove EXPERIMENTAL from several driversHans Verkuil1-1/+1
2008-10-13V4L/DVB (9162): ivtv: fix raw/sliced VBI mixupHans Verkuil1-2/+3
2008-09-03V4L/DVB (8805): Steven Toth email address changeSteven Toth1-1/+1
2008-07-27V4L/DVB (8534): remove select's of FW_LOADERAdrian Bunk1-2/+0
2008-07-26V4L/DVB (8494): make cx25840_debug staticAdrian Bunk2-3/+1
2008-07-20V4L/DVB (8377): ivtv/cx18: ensure the default control values are correctHans Verkuil2-0/+5
2008-07-20V4L/DVB (8376): cx25840: move cx25840_vbi_setup to core.c and rename to cx25840_std_setupHans Verkuil3-152/+155
2008-07-20v4l-dvb: remove legacy checks to allow support for kernels < 2.6.10Hans Verkuil1-1/+0
2008-07-10cx25840: treat firmware data as constDavid Woodhouse1-16/+11
2008-06-26V4L/DVB (8007): cx18/cx25840: the S-Video LUMA input can use all In1-In8 inputsHans Verkuil1-1/+1
2008-05-18i2c: Convert remaining new-style drivers to use module aliasingJean Delvare1-0/+7
2008-05-14V4L/DVB (7851): Fix FW_LOADER depencency at v4l/dvbMauro Carvalho Chehab1-0/+1
2008-04-29i2c: Add support for device alias namesJean Delvare1-1/+2
2008-04-24V4L/DVB (7646): cx25840: Ensure GPIO2 is correctly set for cx23885/7/8 based productsSteven Toth1-0/+6
2008-04-24V4L/DVB (7344): cx25840: better PAL-M and NTSC-KR handlingHans Verkuil3-61/+38
2008-04-24V4L/DVB (7241): cx25840: code cleanupTyler Trafford1-7/+4
2008-01-25V4L/DVB (7002): cx25840: Add basic CX23885 AVCore supportSteven Toth4-37/+253
2008-01-25V4L/DVB (6743): cx25840: fix endianness inconsistencyHans Verkuil2-39/+39
2008-01-25V4L/DVB (6617): drivers/media/video: Add missing "space"Joe Perches1-1/+1
2008-01-25V4L/DVB (6465): Use correct error codes when chip is not recognizedHans Verkuil1-1/+5
2008-01-25V4L/DVB (6459): cx25840: convert to bus-based I2C APIHans Verkuil1-263/+203
2007-10-09V4L/DVB (6142): cx25840: fix build warningMichael Krufky1-0/+1
2007-10-09V4L/DVB (6124): cx25840: add a few 10 microsecond delaysTyler Trafford1-3/+4
2007-10-09V4L/DVB (6112): cx25840: use a workqueue to load the firmwareHans Verkuil2-10/+39
2007-10-09V4L/DVB (6051): cx25840: make proper use of SOFT_RESETHans Verkuil2-17/+12
2007-10-09V4L/DVB (5999): cx25840: add radio support.Hans Verkuil1-1/+5
2007-10-09V4L/DVB (5997): cx25840: fix audio mute handling and reportingHans Verkuil3-23/+37
2007-10-09V4L/DVB (5993): cx25840: resetting also requires reloading the firmwareHans Verkuil1-5/+4
2007-10-09V4L/DVB (5922): ivtv, cx25840: postpone fw load until first useHans Verkuil2-5/+17
2007-05-09V4L/DVB (5576): Improve / fix support for PAL-60 in cx25840Servaas Vandenberghe1-2/+2
2007-04-27V4L/DVB (5380): Cx25840-firmware include cleanupJean Delvare1-1/+0
2007-04-27V4L/DVB (5306): Add support for VIDIOC_G_CHIP_IDENTHans Verkuil2-5/+7