summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx25840/cx25840-core.c
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (13232): cx25840 6.5MHz carrier detection fixesAleksandr V. Piskunov2009-12-051-4/+21
* V4L/DVB (13206): cx25840: add component supportDavid T.L. Wong2009-12-051-12/+24
* V4L/DVB (13092): cx25840: Improvements to the cx23885/7/8 chip detection mech...Steven Toth2009-12-051-3/+18
* V4L/DVB (13090): cx25840: Init PLLs properly for CX2388[578] A/V coresAndy Walls2009-12-051-18/+88
* V4L/DVB (13088): cx25840: Convert chip/core family checks to static inline fu...Andy Walls2009-12-051-30/+25
* V4L/DVB (13087): cx25840: Improve detection of CX2388[578] A/V coresAndy Walls2009-12-051-18/+79
* V4L/DVB (12347): cx25840: Bugfix for no DVB-T on the Hauppauge HVR-1700Steven Toth2009-09-121-6/+9
* 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-061-42/+38
* V4L/DVB (10952): cx25840: prepare it to be used by cx231xx moduleSri Deevi2009-04-061-8/+105
* 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-301-19/+5
* 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-301-184/+263
* V4L/DVB (8805): Steven Toth email address changeSteven Toth2008-09-031-1/+1
* V4L/DVB (8494): make cx25840_debug staticAdrian Bunk2008-07-261-1/+1
* V4L/DVB (8377): ivtv/cx18: ensure the default control values are correctHans Verkuil2008-07-201-0/+4
* V4L/DVB (8376): cx25840: move cx25840_vbi_setup to core.c and rename to cx258...Hans Verkuil2008-07-201-3/+150
* v4l-dvb: remove legacy checks to allow support for kernels < 2.6.10Hans Verkuil2008-07-201-1/+0
* 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
* 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-241-57/+34
* V4L/DVB (7002): cx25840: Add basic CX23885 AVCore supportSteven Toth2008-01-251-26/+193
* V4L/DVB (6743): cx25840: fix endianness inconsistencyHans Verkuil2008-01-251-4/+4
* 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-091-9/+36
* V4L/DVB (6051): cx25840: make proper use of SOFT_RESETHans Verkuil2007-10-091-5/+2
* 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-091-2/+4
* 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-091-5/+16
* V4L/DVB (5576): Improve / fix support for PAL-60 in cx25840Servaas Vandenberghe2007-05-091-2/+2
* V4L/DVB (5306): Add support for VIDIOC_G_CHIP_IDENTHans Verkuil2007-04-271-4/+5
* V4L/DVB (5304): Improve chip matching in v4l2_registerHans Verkuil2007-03-011-1/+1
* V4L/DVB (5255): Fix cx25840 firmware loading.Hans Verkuil2007-03-011-2/+2
* V4L/DVB (5180): Fix cx2584x revision reporting.Hans Verkuil2007-02-211-1/+3
OpenPOWER on IntegriCloud