aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/pci/bt8xx
AgeCommit message (Expand)Author
2013-12-20media: bttv: don't setup the controls if there are no video devicesHans Verkuil
2013-05-02Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-04-02i2c: Ignore return value of i2c_del_adapter()Lars-Peter Clausen
2013-04-01Merge tag 'v3.9-rc5' into patchworkMauro Carvalho Chehab
2013-03-26[media] [REGRESSION] bt8xx: Fix too large height in cropcapHans de Goede
2013-03-24[media] v4l2: add const to argument of write-only s_register ioctlHans Verkuil
2013-03-24[media] v4l2: pass std by value to the write-only s_std ioctlHans Verkuil
2013-03-24[media] v4l2: add const to argument of write-only s_tuner ioctlHans Verkuil
2013-03-24[media] v4l2: add const to argument of write-only s_frequency ioctlHans Verkuil
2013-03-23[media] bttv: apply mute settings on openFrank Schaefer
2013-03-23[media] bttv: do not unmute the device before the first openFrank Schaefer
2013-03-23[media] bttv: untangle audio input and mute settingFrank Schaefer
2013-03-23[media] bttv: separate GPIO part from function audio_mux()Frank Schaefer
2013-03-23[media] bttv: rename field 'audio' in struct 'bttv' to 'audio_input'Frank Schaefer
2013-03-23[media] bttv: do not save the audio input in audio_mux()Frank Schaefer
2013-03-23[media] bttv: audio_mux(): do not change the value of the v4l2 mute controlFrank Schaefer
2013-03-23[media] bttv: audio_mux(): use a local variable "gpio_mute" instead of modify...Frank Schaefer
2013-03-05[media] bttv: move fini_bttv_i2c() from bttv-input.c to bttv-i2c.cFrank Schaefer
2013-03-05[media] bttv: make remote controls of devices with i2c ir decoder workingFrank Schaefer
2013-03-05[media] bttv: remove g/s_audio since there is only one audio inputHans Verkuil
2013-03-05[media] bttv: do not switch to the radio tuner unless it is accessedHans Verkuil
2013-03-05[media] bttv: fix try_fmt_vid_overlay and setup initial overlay sizeHans Verkuil
2013-03-05[media] bttv: fix g_tuner capabilities overrideHans Verkuil
2013-03-05[media] bttv: there may be multiple tvaudio/tda7432 devicesHans Verkuil
2013-03-05[media] bttv: use centralized std and implement g_stdHans Verkuil
2013-03-05[media] bttv: fix priority handlingHans Verkuil
2013-03-05[media] bttv: add support for control eventsHans Verkuil
2013-03-05[media] bttv: convert to the control frameworkHans Verkuil
2013-03-05[media] bttv: fix field handling inside TRY_FMTHans Verkuil
2013-03-05[media] bttv: fill in fb->flags for VIDIOC_G_FBUFHans Verkuil
2013-03-05[media] bttv: fill in colorspaceHans Verkuil
2013-03-05[media] bttv: G_PARM: set readbuffersHans Verkuil
2013-03-05[media] bttv: set initial tv/radio frequenciesHans Verkuil
2013-03-05[media] bttv: disable g/s_tuner and g/s_freq when no tuner present, fix retur...Hans Verkuil
2013-03-05[media] bttv: fix ENUM_INPUT and S_INPUTHans Verkuil
2013-03-05[media] bttv: add VIDIOC_DBG_G_CHIP_IDENTHans Verkuil
2013-03-05[media] bttv: fix querycap and radio v4l2-compliance issuesHans Verkuil
2013-02-08[media] btcx-risc: move from media/i2c to media/commonHans Verkuil
2013-02-05[media] drivers/media/pci: use memmove for overlapping regionsNickolai Zeldovich
2013-01-24Merge branch 'v4l_for_linus' into staging/for_v3.9Mauro Carvalho Chehab
2013-01-03Drivers: media: remove __dev* attributes.Greg Kroah-Hartman
2012-12-27[media] bttv: Replace memcpy with struct assignmentEzequiel Garcia
2012-12-27[media] bttv: avoid flooding the kernel log when i2c debugging is disabledJohn Törnblom
2012-12-21[media] v4l: Convert drivers to use monotonic timestampsSakari Ailus
2012-10-28[media] bttv-driver: fix two warningsMauro Carvalho Chehab
2012-10-11Merge branch 'staging/for_v3.7' into v4l_for_linusMauro Carvalho Chehab
2012-10-07[media] drivers/media: Remove unnecessary semicolonPeter Senna Tschudin
2012-10-07Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-10-06[media] bt8xx: Add video4linux control V4L2_CID_COLOR_KILLERGuilherme Herrmann Destefani
2012-09-26[media] v4l2: make vidioc_s_crop constHans Verkuil