aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/bt8xx/bttv-driver.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-19V4L/DVB: v4l2-common: simplify prio utility functionsHans Verkuil1-9/+9
2010-05-19V4L/DVB: bttv: remove bogus prio check in g_frequencyHans Verkuil1-5/+0
2010-05-19V4L/DVB: V4L2: Replace loops for finding max buffers in VIDIOC_REQBUFS callbacksAndreas Bombe1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-26V4L/DVB: bttv: Let the user disable IR supportJean Delvare1-2/+7
2010-02-19V4L/DVB: bttv: Move I2C IR initializationJean Delvare1-0/+1
2009-12-16V4L/DVB (13557): v4l: Remove unneeded video_device::minor usage in driversLaurent Pinchart1-11/+4
2009-12-16V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignmentsLaurent Pinchart1-2/+0
2009-12-16V4L/DVB (13555): v4l: Use video_device_node_name() instead of the minor numberLaurent Pinchart1-2/+4
2009-12-16V4L/DVB (13553): v4l: Use the video_is_registered function in device driversLaurent Pinchart1-3/+3
2009-12-16V4L/DVB (13550): v4l: Use the new video_device_node_name functionLaurent Pinchart1-6/+6
2009-11-07V4L/DVB (13170): bttv: Fix reversed polarity error when switching video standardMike Isely1-1/+1
2009-11-07V4L/DVB (13169): bttv: Fix potential out-of-order field processingMike Isely1-4/+27
2009-09-12V4L/DVB (12214): bttv: set RDS capability if applicable.Hans Verkuil1-0/+2
2009-09-12V4L/DVB (12204): bttv and meye: Use PCI_VDEVICEJoe Perches1-8/+4
2009-07-24V4L/DVB (12300): bttv: fix regression: tvaudio must be loaded before tunerHans Verkuil1-0/+1
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-06-16V4L/DVB (12004): poll method lose race conditionFigo.zhang1-4/+7
2009-06-16V4L/DVB (11895): bt8xx: remove always false ifFilipe Rosset1-1/+1
2009-06-16V4L/DVB (11853): minor have assigned value twicefigo.zhang1-1/+0
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-1/+1
2009-04-06V4L/DVB (11380): v4l2-subdev: change s_routing prototypeHans Verkuil1-13/+10
2009-04-06V4L/DVB (11370): v4l2-subdev: move s_std from tuner to core.Hans Verkuil1-1/+1
2009-03-30V4L/DVB (11278): bttv: convert to v4l2_subdev since i2c autoprobing will disappear.Hans Verkuil1-22/+19
2009-03-30V4L/DVB (11262): bttv: Remove buffer type check from vidioc_g_parmTrent Piepho1-2/+0
2009-03-30V4L/DVB (11046): bttv: convert to v4l2_device.Hans Verkuil1-16/+31
2009-03-30V4L/DVB (10815): bttv: Don't need to zero ioctl parameter fieldsTrent Piepho1-9/+2
2009-03-30V4L/DVB (10813): v4l2: New function v4l2_video_std_frame_periodTrent Piepho1-4/+2
2009-03-30V4L/DVB (10568): bttv: dynamically allocate device dataTrent Piepho1-29/+16
2009-03-30V4L/DVB (10567): bttv: shrink muxsel data in card databaseTrent Piepho1-1/+1
2009-03-30V4L/DVB (10562): bttv: rework the way digital inputs are indicatedTrent Piepho1-1/+1
2009-03-30V4L/DVB (10560): bttv: make tuner card info more consistentTrent Piepho1-8/+7
2009-03-30V4L/DVB (10559): bttv: Fix TDA9880 norm setting codeTrent Piepho1-2/+11
2009-03-30V4L/DVB (10558): bttv: norm value should be unsignedTrent Piepho1-8/+5
2009-01-03V4L/DVB (10173): Missing v4l2_prio_close in radio_releaseUdo Steinberg1-0/+1
2009-01-02V4L/DVB (10141): v4l2: debugging API changed to match against driver name instead of ID.Hans Verkuil1-4/+5
2009-01-02V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil1-12/+8
2008-10-21V4L/DVB (9327): v4l: use video_device.num instead of minor in video%dHans Verkuil1-3/+3
2008-10-13V4L/DVB (9160): v4l: remove vidioc_enum_fmt_vbi_capHans Verkuil1-13/+0
2008-10-12V4L/DVB (8956): bttv: Turn video_nr, vbi_nr and radio_nr into arraysJean Delvare1-10/+16
2008-10-12V4L/DVB (8879): bttv: Don't unmask VPRES interruptJean Delvare1-1/+1
2008-10-12V4L/DVB (8627): Fix mute on bttv driverMauro Carvalho Chehab1-0/+5
2008-10-12V4L/DVB (8613): v4l: move BKL down to the driver level.Hans Verkuil1-4/+16
2008-10-04V4L/DVB (8955): bttv: Prevent NULL pointer dereference in radio_openJean Delvare1-1/+1
2008-09-03V4L/DVB (8757): v4l-dvb: fix a bunch of sparse warningsHans Verkuil1-1/+0
2008-07-27V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_deviceHans Verkuil1-18/+5
2008-07-26V4L/DVB (8482): videodev: move all ioctl callbacks to a new v4l2_ioctl_ops structHans Verkuil1-10/+16
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-23V4L/DVB (8429): videodev: renamed 'class_dev' to 'dev'Hans Verkuil1-2/+2
2008-07-23V4L/DVB (8428): videodev: rename 'dev' to 'parent'Hans Verkuil1-2/+2