aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/bt8xx/bttv-driver.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-151/+153
* [media] bttv: fix s_tuner for radioHans Verkuil2011-07-071-1/+1
* [media] use pci_dev->revisionBjørn Mork2011-05-201-1/+1
* Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-01-071-0/+9
|\
| * media/video: explicitly flush request_module workTejun Heo2010-12-241-0/+9
* | [media] saa6588: rename rds.h to saa6588.hHans Verkuil2010-12-291-7/+7
* | [media] V4L: remove V4L1 compatibility modeHans Verkuil2010-12-291-28/+0
* | [media] bttv: remove custom_irq and gpioq from bttv structMauro Carvalho Chehab2010-12-291-6/+0
* | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-12-201-114/+3
|\ \ | |/ |/|
| * [media] bttv: remove unneeded locking commentsBrandon Philips2010-12-171-20/+0
| * [media] bttv: fix mutex use before init (BZ#24602)Mauro Carvalho Chehab2010-12-171-94/+3
* | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
|/
* V4L/DVB: videobuf: add ext_lock argument to the queue init functionsHans Verkuil2010-10-211-2/+2
* V4L/DVB: bttv: use unlocked ioctlMauro Carvalho Chehab2010-10-211-7/+7
* V4L/DVB: bttv: fix driver lock and remove explicit calls to BKLMauro Carvalho Chehab2010-10-211-58/+143
* V4L/DVB: bttv: Fix mutex unbalance at bttv_pollMauro Carvalho Chehab2010-10-211-3/+1
* V4L/DVB: bttv-driver: document functions using mutex_lockMauro Carvalho Chehab2010-10-211-25/+25
* V4L/DVB: v4l2-common: simplify prio utility functionsHans Verkuil2010-05-191-9/+9
* V4L/DVB: bttv: remove bogus prio check in g_frequencyHans Verkuil2010-05-191-5/+0
* V4L/DVB: V4L2: Replace loops for finding max buffers in VIDIOC_REQBUFS callbacksAndreas Bombe2010-05-191-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* V4L/DVB: bttv: Let the user disable IR supportJean Delvare2010-02-261-2/+7
* V4L/DVB: bttv: Move I2C IR initializationJean Delvare2010-02-191-0/+1
* V4L/DVB (13557): v4l: Remove unneeded video_device::minor usage in driversLaurent Pinchart2009-12-161-11/+4
* V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignmentsLaurent Pinchart2009-12-161-2/+0
* V4L/DVB (13555): v4l: Use video_device_node_name() instead of the minor numberLaurent Pinchart2009-12-161-2/+4
* V4L/DVB (13553): v4l: Use the video_is_registered function in device driversLaurent Pinchart2009-12-161-3/+3
* V4L/DVB (13550): v4l: Use the new video_device_node_name functionLaurent Pinchart2009-12-161-6/+6
* V4L/DVB (13170): bttv: Fix reversed polarity error when switching video standardMike Isely2009-11-071-1/+1
* V4L/DVB (13169): bttv: Fix potential out-of-order field processingMike Isely2009-11-071-4/+27
* V4L/DVB (12214): bttv: set RDS capability if applicable.Hans Verkuil2009-09-121-0/+2
* V4L/DVB (12204): bttv and meye: Use PCI_VDEVICEJoe Perches2009-09-121-8/+4
* V4L/DVB (12300): bttv: fix regression: tvaudio must be loaded before tunerHans Verkuil2009-07-241-0/+1
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-0/+1
* V4L/DVB (12004): poll method lose race conditionFigo.zhang2009-06-161-4/+7
* V4L/DVB (11895): bt8xx: remove always false ifFilipe Rosset2009-06-161-1/+1
* V4L/DVB (11853): minor have assigned value twicefigo.zhang2009-06-161-1/+0
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-1/+1
* V4L/DVB (11380): v4l2-subdev: change s_routing prototypeHans Verkuil2009-04-061-13/+10
* V4L/DVB (11370): v4l2-subdev: move s_std from tuner to core.Hans Verkuil2009-04-061-1/+1
* V4L/DVB (11278): bttv: convert to v4l2_subdev since i2c autoprobing will disa...Hans Verkuil2009-03-301-22/+19
* V4L/DVB (11262): bttv: Remove buffer type check from vidioc_g_parmTrent Piepho2009-03-301-2/+0
* V4L/DVB (11046): bttv: convert to v4l2_device.Hans Verkuil2009-03-301-16/+31
* V4L/DVB (10815): bttv: Don't need to zero ioctl parameter fieldsTrent Piepho2009-03-301-9/+2
* V4L/DVB (10813): v4l2: New function v4l2_video_std_frame_periodTrent Piepho2009-03-301-4/+2
* V4L/DVB (10568): bttv: dynamically allocate device dataTrent Piepho2009-03-301-29/+16
* V4L/DVB (10567): bttv: shrink muxsel data in card databaseTrent Piepho2009-03-301-1/+1
* V4L/DVB (10562): bttv: rework the way digital inputs are indicatedTrent Piepho2009-03-301-1/+1
* V4L/DVB (10560): bttv: make tuner card info more consistentTrent Piepho2009-03-301-8/+7
* V4L/DVB (10559): bttv: Fix TDA9880 norm setting codeTrent Piepho2009-03-301-2/+11