summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/bt8xx/bttv-driver.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-20[media] use pci_dev->revisionBjørn Mork1-1/+1
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-0/+9
2010-12-29[media] saa6588: rename rds.h to saa6588.hHans Verkuil1-7/+7
2010-12-29[media] V4L: remove V4L1 compatibility modeHans Verkuil1-28/+0
2010-12-29[media] bttv: remove custom_irq and gpioq from bttv structMauro Carvalho Chehab1-6/+0
2010-12-24media/video: explicitly flush request_module workTejun Heo1-0/+9
2010-12-20Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-114/+3
2010-12-17[media] bttv: remove unneeded locking commentsBrandon Philips1-20/+0
2010-12-17[media] bttv: fix mutex use before init (BZ#24602)Mauro Carvalho Chehab1-94/+3
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-21V4L/DVB: videobuf: add ext_lock argument to the queue init functionsHans Verkuil1-2/+2
2010-10-21V4L/DVB: bttv: use unlocked ioctlMauro Carvalho Chehab1-7/+7
2010-10-21V4L/DVB: bttv: fix driver lock and remove explicit calls to BKLMauro Carvalho Chehab1-58/+143
2010-10-21V4L/DVB: bttv: Fix mutex unbalance at bttv_pollMauro Carvalho Chehab1-3/+1
2010-10-21V4L/DVB: bttv-driver: document functions using mutex_lockMauro Carvalho Chehab1-25/+25
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 imp...Tejun 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 disa...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