summaryrefslogtreecommitdiff
path: root/drivers/media/video/cx25840/cx25840-core.c
AgeCommit message (Expand)Author
2008-05-18i2c: Convert remaining new-style drivers to use module aliasingJean Delvare
2008-04-29i2c: Add support for device alias namesJean Delvare
2008-04-24V4L/DVB (7646): cx25840: Ensure GPIO2 is correctly set for cx23885/7/8 based ...Steven Toth
2008-04-24V4L/DVB (7344): cx25840: better PAL-M and NTSC-KR handlingHans Verkuil
2008-01-25V4L/DVB (7002): cx25840: Add basic CX23885 AVCore supportSteven Toth
2008-01-25V4L/DVB (6743): cx25840: fix endianness inconsistencyHans Verkuil
2008-01-25V4L/DVB (6465): Use correct error codes when chip is not recognizedHans Verkuil
2008-01-25V4L/DVB (6459): cx25840: convert to bus-based I2C APIHans Verkuil
2007-10-09V4L/DVB (6142): cx25840: fix build warningMichael Krufky
2007-10-09V4L/DVB (6124): cx25840: add a few 10 microsecond delaysTyler Trafford
2007-10-09V4L/DVB (6112): cx25840: use a workqueue to load the firmwareHans Verkuil
2007-10-09V4L/DVB (6051): cx25840: make proper use of SOFT_RESETHans Verkuil
2007-10-09V4L/DVB (5999): cx25840: add radio support.Hans Verkuil
2007-10-09V4L/DVB (5997): cx25840: fix audio mute handling and reportingHans Verkuil
2007-10-09V4L/DVB (5993): cx25840: resetting also requires reloading the firmwareHans Verkuil
2007-10-09V4L/DVB (5922): ivtv, cx25840: postpone fw load until first useHans Verkuil
2007-05-09V4L/DVB (5576): Improve / fix support for PAL-60 in cx25840Servaas Vandenberghe
2007-04-27V4L/DVB (5306): Add support for VIDIOC_G_CHIP_IDENTHans Verkuil
2007-03-01V4L/DVB (5304): Improve chip matching in v4l2_registerHans Verkuil
2007-03-01V4L/DVB (5255): Fix cx25840 firmware loading.Hans Verkuil
2007-02-21V4L/DVB (5180): Fix cx2584x revision reporting.Hans Verkuil
2007-02-21V4L/DVB (5163): Add checks for CAP_SYS_ADMIN to VIDIOC_DBG_G_REGISTERTrent Piepho
2007-02-21V4L/DVB (5146): Make VIDIOC_INT_[SG]_REGISTER ioctls no longer internal onlyTrent Piepho
2006-08-08V4L/DVB (4416): Cx25840_read4 has wrong endianness.Hans Verkuil
2006-06-25V4L/DVB (4192): Use control helpers for saa7115, cx25840, msp3400.Hans Verkuil
2006-06-25V4L/DVB (4067): Fixed cx25840 to work with PAL/MMauro Carvalho Chehab
2006-06-25V4L/DVB (4050): Add NTSC sliced VBI support to the cx25840 module.Christopher Neufeld
2006-06-25V4L/DVB (4005): Add support for the cx25836/7 video decoder.Hans Verkuil
2006-04-02V4L/DVB (3610): Added the new routing commands to cx25840.Hans Verkuil
2006-03-24V4L/DVB (3584): Implement V4L2_TUNER_MODE_LANG1_LANG2 audio modeHans Verkuil
2006-03-24V4L/DVB (3577): Cleanup audio input handlingHans Verkuil
2006-03-24V4L/DVB (3551): Fix saturation bug. Fix NTSC->PAL standard change. Detect NTS...Hans Verkuil
2006-02-27V4L/DVB (3354): Fix maximum for the saturation and contrast controls.Hans Verkuil
2006-02-07V4L/DVB (3300): Add standard for South Korean NTSC-M using A2 audio.Hans Verkuil
2006-01-23V4L/DVB (3427): audmode and rxsubchans fixes (VIDIOC_G/S_TUNER)Hans Verkuil
2006-01-15V4L/DVB (3377): make some code staticAdrian Bunk
2006-01-13V4L/DVB (3355): removed uneeded init on structs like static int foo=0Mauro Carvalho Chehab
2006-01-12V4L/DVB (3348): debug renamed to cx25840_debugHans Verkuil
2006-01-11V4L/DVB (3345): Fixes some bad global variablesMauro Carvalho Chehab
2006-01-11V4L/DVB (3344a): Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris
2006-01-09V4L/DVB (3307): Some cleanups at I2C modulesMauro Carvalho Chehab
2006-01-09V4L/DVB (3292): Fix signed/unsigned bug in brightness handling of cx25840Hans Verkuil
2006-01-09V4L/DVB (3291): Fix signed/unsigned bug in hue handlingHans Verkuil
2006-01-09V4L/DVB (3279): Added VIDIOC_QUERYCTRL to cx25840.Hans Verkuil
2006-01-09V4L/DVB (3278): convert diagnostics over to the new v4l2-common.h macros.Hans Verkuil
2006-01-09V4L/DVB (3256): When in radio mode ignore VIDIOC_G_TUNERHans Verkuil
2006-01-09V4L/DVB (3249): Generalized cx25840 video/audio input handlingHans Verkuil
2006-01-09V4L/DVB (3214): Calculate the saa7115 AMCLK regs instead of using fixed valuesHans Verkuil
2006-01-09V4L/DVB (3123a): remove uneeded #if from V4L subsystemMauro Carvalho Chehab
2006-01-05[PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer neededGreg Kroah-Hartman