aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/msp3400-driver.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-06V4L/DVB (11380): v4l2-subdev: change s_routing prototypeHans Verkuil1-12/+13
2009-04-06V4L/DVB (11370): v4l2-subdev: move s_std from tuner to core.Hans Verkuil1-1/+1
2009-04-06V4L/DVB (11361): msp3400: remove i2c legacy codeHans Verkuil1-12/+1
2009-03-30V4L/DVB (11308): msp3400: use the V4L2 header since no V4L1 code is thereMauro Carvalho Chehab1-1/+1
2009-03-30V4L/DVB (10921): msp3400: remove obsolete V4L1 codeHans Verkuil1-116/+0
2009-03-30V4L/DVB (10907): avoid loading the entire videodev.h header on V4L2 driversMauro Carvalho Chehab1-1/+1
2009-03-30V4L/DVB (10698): v4l2-common: remove v4l2_ctrl_query_fill_stdHans Verkuil1-12/+14
2009-01-02V4L/DVB (10141): v4l2: debugging API changed to match against driver name instead of ID.Hans Verkuil1-1/+1
2009-01-02V4L/DVB (10138): v4l2-ioctl: change to long return type to match unlocked_ioctl.Hans Verkuil1-1/+1
2008-12-30V4L/DVB (9960): v4l2-subdev: ioctl ops should use unsigned for cmd arg.Hans Verkuil1-1/+1
2008-12-30V4L/DVB (9825): msp3400: convert to v4l2_subdev.Hans Verkuil1-179/+223
2008-07-26V4L/DVB (8487): videodev: replace videodev.h includes by videodev2.h where possibleHans Verkuil1-1/+0
2008-07-23V4L/DVB (8430): videodev: move some functions from v4l2-dev.h to v4l2-common.h or v4l2-ioctl.hHans Verkuil1-0/+1
2008-07-20v4l-dvb: remove legacy checks to allow support for kernels < 2.6.10Hans Verkuil1-2/+1
2008-05-18i2c: Convert remaining new-style drivers to use module aliasingJean Delvare1-5/+12
2008-04-29i2c: Add support for device alias namesJean Delvare1-1/+1
2008-04-24V4L/DVB (7584): Fix build that occurs when CONFIG_VIDEO_PMS=y and VIDEO_V4L2_COMMON=mMauro Carvalho Chehab1-2/+2
2008-01-25V4L/DVB (6866): msp3400: CodingStyle cleanupsHans Verkuil1-70/+97
2008-01-25V4L/DVB (6465): Use correct error codes when chip is not recognizedHans Verkuil1-2/+2
2008-01-25V4L/DVB (6457): msp3400: convert to bus-based I2C APIHans Verkuil1-58/+11
2007-10-09V4L/DVB (6125): whitespace cleanup: replace leading spaces with tabsMichael Krufky1-5/+5
2007-10-09V4L/DVB (5953): msp3400-driver.c: kmalloc + memset conversion to kzallocMariusz Kozlowski1-4/+5
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2007-07-18V4L/DVB (5846): Clean up setting state and scheduling timeoutsRobert P. J. Day1-4/+2
2007-04-27V4L/DVB (5355): Add VIDIOC_G_CHIP_IDENT to various i2c modulesHans Verkuil1-0/+5
2007-03-27V4L/DVB (5421): Fix suspend/resume in msp3400 and tunerJean Delvare1-6/+4
2007-03-27V4L/DVB (5415): Msp_attach must return 0 if no msp3400 was found.Hans Verkuil1-2/+2
2006-12-27V4L/DVB (4996): Msp3400: fix kthread_run error checkAkinobu Mita1-1/+1
2006-12-27V4L/DVB (4982): Fix broken audio mode handling for line-in in msp3400.Hans Verkuil1-4/+2
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham1-1/+1
2006-10-03V4L/DVB (4688): Fix msp343xG handling (regression from 2.6.16)Hans Verkuil1-0/+2
2006-07-29V4L/DVB (4343): Fix for compilation without V4L1 or V4L1_COMPATMauro Carvalho Chehab1-1/+9
2006-06-25V4L/DVB (4192): Use control helpers for saa7115, cx25840, msp3400.Hans Verkuil1-73/+16
2006-06-25V4L/DVB (3709): Improve line-in handlingHans Verkuil1-6/+17
2006-04-02V4L/DVB (3700): Remove obsolete commands from tvp5150.cHans Verkuil1-1/+1
2006-04-02V4L/DVB (3697): More msp3400 and bttv fixesHans Verkuil1-14/+18
2006-04-02V4L/DVB (3693): Fix msp3400c and bttv stereo/mono/bilingual detection/handlingHans Verkuil1-33/+21
2006-04-02V4L/DVB (3662): Don't set msp3400c-non-existent registerHans Verkuil1-1/+2
2006-03-24V4L/DVB (3588): Remove VIDIOC_G/S_AUDOUT from msp3400Hans Verkuil1-37/+2
2006-03-24V4L/DVB (3587): Always wake thread after routing change.Hans Verkuil1-2/+1
2006-03-24V4L/DVB (3582): Implement correct msp3400 input/output routingHans Verkuil1-36/+31
2006-03-24V4L/DVB (3581): Add new media/msp3400.h header containing the routing macrosHans Verkuil1-1/+2
2006-03-24V4L/DVB (3580): Last round of msp3400 cleanups before adding routing commandsHans Verkuil1-1/+1
2006-03-24V4L/DVB (3579): Move msp_modus to msp3400-kthreads, add JP and KR std detectionHans Verkuil1-31/+0
2006-03-24V4L/DVB (3578): Make scart definitions easier to handleHans Verkuil1-14/+16
2006-03-24V4L/DVB (3577): Cleanup audio input handlingHans Verkuil1-99/+5
2006-01-23V4L/DVB (3427): audmode and rxsubchans fixes (VIDIOC_G/S_TUNER)Hans Verkuil1-44/+15
2006-01-23V4L/DVB (3402): Fix handling of VIDIOC_G_TUNER audmode in msp3400Hans Verkuil1-16/+5
2006-01-15V4L/DVB (3385): Return -EINVAL for unknown commands in msp3400 module.Hans Verkuil1-2/+2
2006-01-13V4L/DVB (3355): removed uneeded init on structs like static int foo=0Mauro Carvalho Chehab1-5/+5