summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx25840
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (12613): cx25840: fix determining the firmware nameHans Verkuil2009-09-121-13/+22
* V4L/DVB (12347): cx25840: Bugfix for no DVB-T on the Hauppauge HVR-1700Steven Toth2009-09-122-7/+21
* V4L/DVB (11380): v4l2-subdev: change s_routing prototypeHans Verkuil2009-04-061-4/+6
* V4L/DVB (11370): v4l2-subdev: move s_std from tuner to core.Hans Verkuil2009-04-061-1/+1
* V4L/DVB (11369): v4l2-subdev: add load_fw and use that instead of abusing cor...Hans Verkuil2009-04-061-4/+4
* V4L/DVB (10989): cx25840: cx23885 detection was brokenHans Verkuil2009-04-061-2/+2
* V4L/DVB (10953): cx25840: Fix CodingStyle errors introduced by the last patchMauro Carvalho Chehab2009-04-063-73/+63
* V4L/DVB (10952): cx25840: prepare it to be used by cx231xx moduleSri Deevi2009-04-064-21/+148
* V4L/DVB (11315): cx25840: fix 'unused variable' warning.Hans Verkuil2009-03-301-2/+0
* V4L/DVB (11309): cx25840: cleanup: remove intermediate 'ioctl' stepHans Verkuil2009-03-304-248/+219
* V4L/DVB (11298): cx25840: remove legacy code for old-style i2c APIHans Verkuil2009-03-301-19/+1
* V4L/DVB (10698): v4l2-common: remove v4l2_ctrl_query_fill_stdHans Verkuil2009-03-301-2/+5
* V4L/DVB (10408): v4l2: fix incorrect hue range checkHans Verkuil2009-03-301-1/+1
* V4L/DVB (10251): cx25840: add comments explaining what the init() does.Hans Verkuil2009-03-301-0/+10
* V4L/DVB (10314): cx25840: ignore TUNER_SET_CONFIG in the command callback.Hans Verkuil2009-01-291-1/+1
* V4L/DVB (10250): cx25840: fix regression: fw not loaded on first useHans Verkuil2009-01-291-0/+8
* V4L/DVB (10141): v4l2: debugging API changed to match against driver name ins...Hans Verkuil2009-01-021-7/+6
* V4L/DVB (9823): cx25840: convert to v4l2_subdev.Hans Verkuil2008-12-305-193/+279
* V4L/DVB (9507): v4l: remove EXPERIMENTAL from several driversHans Verkuil2008-12-291-1/+1
* V4L/DVB (9162): ivtv: fix raw/sliced VBI mixupHans Verkuil2008-10-131-2/+3
* V4L/DVB (8805): Steven Toth email address changeSteven Toth2008-09-031-1/+1
* V4L/DVB (8534): remove select's of FW_LOADERAdrian Bunk2008-07-271-2/+0
* V4L/DVB (8494): make cx25840_debug staticAdrian Bunk2008-07-262-3/+1
* V4L/DVB (8377): ivtv/cx18: ensure the default control values are correctHans Verkuil2008-07-202-0/+5
* V4L/DVB (8376): cx25840: move cx25840_vbi_setup to core.c and rename to cx258...Hans Verkuil2008-07-203-152/+155
* v4l-dvb: remove legacy checks to allow support for kernels < 2.6.10Hans Verkuil2008-07-201-1/+0
* cx25840: treat firmware data as constDavid Woodhouse2008-07-101-16/+11
* V4L/DVB (8007): cx18/cx25840: the S-Video LUMA input can use all In1-In8 inputsHans Verkuil2008-06-261-1/+1
* i2c: Convert remaining new-style drivers to use module aliasingJean Delvare2008-05-181-0/+7
* V4L/DVB (7851): Fix FW_LOADER depencency at v4l/dvbMauro Carvalho Chehab2008-05-141-0/+1
* i2c: Add support for device alias namesJean Delvare2008-04-291-1/+2
* V4L/DVB (7646): cx25840: Ensure GPIO2 is correctly set for cx23885/7/8 based ...Steven Toth2008-04-241-0/+6
* V4L/DVB (7344): cx25840: better PAL-M and NTSC-KR handlingHans Verkuil2008-04-243-61/+38
* V4L/DVB (7241): cx25840: code cleanupTyler Trafford2008-04-241-7/+4
* V4L/DVB (7002): cx25840: Add basic CX23885 AVCore supportSteven Toth2008-01-254-37/+253
* V4L/DVB (6743): cx25840: fix endianness inconsistencyHans Verkuil2008-01-252-39/+39
* V4L/DVB (6617): drivers/media/video: Add missing "space"Joe Perches2008-01-251-1/+1
* V4L/DVB (6465): Use correct error codes when chip is not recognizedHans Verkuil2008-01-251-1/+5
* V4L/DVB (6459): cx25840: convert to bus-based I2C APIHans Verkuil2008-01-251-263/+203
* V4L/DVB (6142): cx25840: fix build warningMichael Krufky2007-10-091-0/+1
* V4L/DVB (6124): cx25840: add a few 10 microsecond delaysTyler Trafford2007-10-091-3/+4
* V4L/DVB (6112): cx25840: use a workqueue to load the firmwareHans Verkuil2007-10-092-10/+39
* V4L/DVB (6051): cx25840: make proper use of SOFT_RESETHans Verkuil2007-10-092-17/+12
* V4L/DVB (5999): cx25840: add radio support.Hans Verkuil2007-10-091-1/+5
* V4L/DVB (5997): cx25840: fix audio mute handling and reportingHans Verkuil2007-10-093-23/+37
* V4L/DVB (5993): cx25840: resetting also requires reloading the firmwareHans Verkuil2007-10-091-5/+4
* V4L/DVB (5922): ivtv, cx25840: postpone fw load until first useHans Verkuil2007-10-092-5/+17
* V4L/DVB (5576): Improve / fix support for PAL-60 in cx25840Servaas Vandenberghe2007-05-091-2/+2
* V4L/DVB (5380): Cx25840-firmware include cleanupJean Delvare2007-04-271-1/+0
* V4L/DVB (5306): Add support for VIDIOC_G_CHIP_IDENTHans Verkuil2007-04-272-5/+7
OpenPOWER on IntegriCloud