summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/msp3400-driver.c
AgeCommit message (Expand)Author
2009-04-02v4l2-subdev: change s_routing prototypeHans Verkuil
2009-03-30v4l2: use old-style i2c API for kernels < 2.6.26 instead of < 2.6.22Hans Verkuil
2009-04-01v4l2-subdev: move s_std from tuner to core.Hans Verkuil
2009-03-29msp3400: remove i2c legacy codeHans Verkuil
2009-03-30msp3400: use the V4L2 header since no V4L1 code is thereMauro Carvalho Chehab
2009-03-10merge: http://www.linuxtv.org/hg/~hverkuil/v4l-dvbMauro Carvalho Chehab
2009-03-10msp3400: remove obsolete V4L1 codeHans Verkuil
2009-03-10avoid loading the entire videodev.h header for drivers that are already V4L2 ...Mauro Carvalho Chehab
2009-02-21v4l2-common: remove v4l2_ctrl_query_fill_stdHans Verkuil
2008-12-30v4l2: debugging API changed to match against driver name instead of ID.Hans Verkuil
2008-12-30v4l2-ioctl: change to long return type to match unlocked_ioctl.Hans Verkuil
2008-12-18v4l2-subdev: ioctl ops should use unsigned for cmd arg.Hans Verkuil
2008-11-24msp3400: convert to v4l2_subdev.Hans Verkuil
2008-07-25videodev: replace videodev.h includes by videodev2.h where possibleHans Verkuil
2008-07-20videodev: move some functions from v4l2-dev.h to v4l2-common.h or v4l2-ioctl.hHans Verkuil
2008-07-08v4l-dvb: remove support for kernels < 2.6.13Hans Verkuil
2008-07-08v4l-dvb: remove support for kernels < 2.6.0Hans Verkuil
2008-06-05backport I2C changes on several filesMauro Carvalho Chehab
2008-05-02backport commit d2653e92732bd3911feff6bee5e23dbf959381dbMauro Carvalho Chehab
2008-04-15Fix build that occurs when CONFIG_VIDEO_PMS=y and VIDEO_V4L2_COMMON=mMauro Carvalho Chehab
2007-12-12msp3400: CodingStyle cleanups.Hans Verkuil
2007-09-16Use correct error codes when chip is not recognized.Hans Verkuil
2007-09-13msp3400: convert to bus-based I2C API.Hans Verkuil
2007-08-27whitespace cleanup: replace leading spaces with tabsMichael Krufky
2007-07-31msp3400-driver.c: kmalloc + memset conversion to kzallocMauro Carvalho Chehab
2007-07-20Backport changeset from kernel mainstreamMauro Carvalho Chehab
2007-07-16Clean up setting state and scheduling timeoutsMauro Carvalho Chehab
2007-03-12Fix suspend/resume in msp3400 and tunerHans Verkuil
2007-03-11msp_attach must return 0 if no msp3400 was found.Hans Verkuil
2007-02-28Add VIDIOC_G_CHIP_IDENT to various i2c modulesHans Verkuil
2007-02-19compat: Add -include linux/version.h to cflagsTrent Piepho
2007-02-19compat: Add code to compat.h for try_to_sleep()Trent Piepho
2006-12-20Msp3400: fix kthread_run error checkMauro Carvalho Chehab
2006-12-18Fix broken audio mode handling for line-in in msp3400.Hans Verkuil
2006-12-16Several stuff backported from 2.6.19-git seriesMauro Carvalho Chehab
2006-10-01Fix msp343xG handling (regression from 2.6.16)Hans Verkuil
2006-07-23Fix for compilation without V4L1 or V4L1_COMPATMauro Carvalho Chehab
2006-07-15Add compat.h code for schedule_timeout_interruptible()Trent Piepho
2006-06-18Use control helpers for saa7115, cx25840, msp3400.Hans Verkuil
2006-04-02Improve line-in handlingHans Verkuil
2006-04-01Remove obsolete commands from tvp5150.cHans Verkuil
2006-04-01More msp3400 and bttv fixesHans Verkuil
2006-03-31Fix msp3400c and bttv stereo/mono/bilingual detection/handlingHans Verkuil
2006-03-28Don't set msp3400c-non-existent registerHans Verkuil
2006-03-20Remove VIDIOC_G/S_AUDOUT from msp3400Hans Verkuil
2006-03-19Always wake thread after routing change.Hans Verkuil
2006-03-19Implement correct msp3400 input/output routingHans Verkuil
2006-03-19Add new media/msp3400.h header containing the routing macrosHans Verkuil
2006-03-19Last round of msp3400 cleanups before adding routing commandsHans Verkuil
2006-03-19Move msp_modus to msp3400-kthreads, add JP and KR std detectionHans Verkuil