summaryrefslogtreecommitdiff
path: root/drivers/media/pci/bt8xx/bttv-driver.c
AgeCommit message (Expand)Author
2020-10-29media: media/pci: prevent memory leak in bttv_probeXiaolong Huang
2016-04-12bttv: Width must be a multiple of 16 when capturing planar formatsHans de Goede
2015-10-01[media] use v4l2_get_timestamp where possibleArnd Bergmann
2015-05-01[media] bttv: fix missing irq after reloading driverHans Verkuil
2015-05-01[media] bttv: fix indentingMauro Carvalho Chehab
2015-04-08[media] bttv: embed video_deviceHans Verkuil
2015-01-27[media] bttv: Improve TEA575x supportOndrej Zary
2015-01-27[media] bttv: Convert to generic TEA575x interfaceOndrej Zary
2014-12-23[media] media: drivers shouldn't touch debug field in video_deviceHans Verkuil
2014-12-22[media] media: remove emacs editor variablesHans Verkuil
2014-09-03[media] bt8xx: just return 0 instead of using a varMauro Carvalho Chehab
2014-09-03[media] bttv-driver: remove an uneeded semicolonMauro Carvalho Chehab
2014-07-04[media] media: remove the setting of the flag V4L2_FL_USE_FH_PRIORamakrishnan Muthukrishnan
2014-05-24[media] v4l: subdev: Move [gs]_std operation to video opsLaurent Pinchart
2014-01-07[media] videodev2: Set vb2_rect's width and height as unsignedRicardo Ribalda
2014-01-07[media] saa6588: add support for non-blocking modeHans Verkuil
2013-11-29[media] bttv: don't setup the controls if there are no video devicesHans Verkuil
2013-10-17[media] misc drivers: remove deprecated IRQF_DISABLEDMichael Opdenacker
2013-06-17[media] bttv: fix querystdHans Verkuil
2013-06-17[media] v4l2: remove g_chip_ident from bridge drivers where it is easy to do soHans Verkuil
2013-05-27[media] media: pci: remove duplicate checks for EPERMLad, Prabhakar
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: 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: 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