aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88/cx88-blackbird.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-15[media] rename most media/video pci drivers to media/pciMauro Carvalho Chehab1-1299/+0
2012-07-06[media] cx88-blackbird: replace ioctl by unlocked_ioctlHans Verkuil1-1/+1
2012-07-06[media] cx88: don't use current_normHans Verkuil1-3/+9
2012-07-06[media] cx88: fix a number of v4l2-compliance violationsHans Verkuil1-8/+16
2012-07-06[media] cx88: support control eventsHans Verkuil1-1/+4
2012-07-06[media] cx88: add priority supportHans Verkuil1-0/+4
2012-07-06[media] cx88: convert cx88-blackbird to the control frameworkHans Verkuil1-68/+38
2012-07-06[media] cx88: first phase to convert cx88 to the control frameworkHans Verkuil1-71/+0
2012-07-06[media] cx88: fix querycapHans Verkuil1-9/+3
2012-06-11[media] cx88: fix firmware load on big-endian systemsHans Verkuil1-1/+1
2011-07-27[media] Stop using linux/version.h on most video driversMauro Carvalho Chehab1-17/+3
2011-05-20[media] cx88: don't use atomic_t for core->mpeg_usersJonathan Nieder1-5/+6
2011-05-20[media] cx88: gracefully reject attempts to use unregistered cx88-blackbird d...Jonathan Nieder1-11/+14
2011-05-20[media] cx88: hold device lock during sub-driver initializationJonathan Nieder1-2/+0
2011-05-20[media] cx88: fix locking of sub-driver operationsJonathan Nieder1-2/+2
2011-05-20[media] cx88: protect per-device driver list with device lockJonathan Nieder1-1/+2
2010-12-29[media] drivers/media/video: Remove unnecessary semicolonsJoe Perches1-1/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-28Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+9
2010-10-21V4L/DVB: videobuf: add ext_lock argument to the queue init functionsHans Verkuil1-1/+1
2010-10-21V4L/DVB: cx88: Remove BKLMauro Carvalho Chehab1-6/+8
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-12-16V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignmentsLaurent Pinchart1-1/+0
2009-12-16V4L/DVB (13555): v4l: Use video_device_node_name() instead of the minor numberLaurent Pinchart1-2/+2
2009-12-16V4L/DVB (13554a): v4l: Use the video_drvdata function in driversLaurent Pinchart1-12/+3
2009-12-16V4L/DVB (13553): v4l: Use the video_is_registered function in device driversLaurent Pinchart1-1/+1
2009-12-16V4L/DVB (13550): v4l: Use the new video_device_node_name functionLaurent Pinchart1-2/+2
2009-09-21trivial: media/video/cx88: add __init/__exit macros to cx88 driversPeter Huewe1-2/+2
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-03-30V4L/DVB (11300): cx88: convert to v4l2_subdev.Hans Verkuil1-2/+2
2009-03-30V4L/DVB (11269): cx88-blackbird: Stop setting buffer type in XXX_fmt_vid_capTrent Piepho1-4/+0
2009-01-02V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil1-7/+6
2008-12-30V4L/DVB (9918): cx88: advise/acquire clean-up for HVR-1300/3000/4000Darron Broad1-2/+10
2008-12-29V4L/DVB (9654): new email addressJelle Foks1-2/+2
2008-11-11V4L/DVB (9496): cx88-blackbird: bugfix: cx88-blackbird-mpeg-usersFrederic CAND1-2/+6
2008-11-11V4L/DVB (9495): cx88-blackbird: bugfix: cx88-blackbird-poll-fixFrederic CAND1-0/+4
2008-10-21V4L/DVB (9327): v4l: use video_device.num instead of minor in video%dHans Verkuil1-1/+1
2008-10-12V4L/DVB (8904): cx88: add missing unlock_kernelHans Verkuil1-0/+1
2008-10-12V4L/DVB (8613): v4l: move BKL down to the driver level.Hans Verkuil1-1/+7
2008-10-07Revert "V4L/DVB (8904): cx88: add missing unlock_kernel"Linus Torvalds1-1/+0
2008-09-29V4L/DVB (8904): cx88: add missing unlock_kernelHans Verkuil1-0/+1
2008-07-27V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_deviceHans Verkuil1-2/+0
2008-07-26V4L/DVB (8482): videodev: move all ioctl callbacks to a new v4l2_ioctl_ops st...Hans Verkuil1-6/+10
2008-07-23V4L/DVB (8430): videodev: move some functions from v4l2-dev.h to v4l2-common....Hans Verkuil1-0/+1
2008-07-20V4L/DVB (8105): cx2341x: add TS capabilityHans Verkuil1-1/+2
2008-07-20V4L/DVB (7949): videodev: renamed the vidioc_*_fmt_* callbacksHans Verkuil1-8/+8
2008-04-26V4L/DVB (7733): blackbird_find_mailbox negative return ignored in blackbird_i...Roel Kluin1-2/+4
2008-04-24V4L/DVB (7521): media/video/cx88 replace remaining __FUNCTION__ occurrencesHarvey Harrison1-4/+4
2008-04-24V4L/DVB (7451): cx88: Add user control for chroma AGCFrej Drejhammar1-2/+2
2008-04-24V4L/DVB (7237): Convert videobuf-dma-sg to generic DMA APIGuennadi Liakhovetski1-2/+2
2008-04-24V4L/DVB (7094): static memoryDouglas Schilling Landgraf1-1/+1
2008-01-25V4L/DVB (6861): cx2341x: command argument should be u32 instead of intHans Verkuil1-1/+1
2008-01-25V4L/DVB (6836): Fix CodingStyle troubles caused by the previous cx88 commitsMauro Carvalho Chehab1-6/+4
2008-01-25V4L/DVB (6832): cx88-blackbird: don't mute audio when stopping the codecMichael Krufky1-4/+0
2008-01-25V4L/DVB (6830): cx88-blackbird: remove unnecessary encoder unmuteJelle Foks1-3/+0
2008-01-25V4L/DVB (6829): cx88-blackbird: remove unnecessary msleep()'sJelle Foks1-8/+0
2008-01-25V4L/DVB (6828): cx88-blackbird: audio improvementsJelle Foks1-20/+69
2007-12-11V4L/DVB (6602): V4L: Convert videobuf drivers to videobuf_stopBrandon Philips1-4/+1
2007-10-22V4L/DVB (6321): Remove obsolete VIDIOC_S/G_MPEGCOMP ioctlsHans Verkuil1-57/+0
2007-10-09V4L/DVB (6252): Adapt drivers to use the newer videobuf modulesMauro Carvalho Chehab1-1/+1
2007-10-09V4L/DVB (6125): whitespace cleanup: replace leading spaces with tabsMichael Krufky1-2/+2
2007-10-09V4L/DVB (6088): cx2341x: some controls can't be changed while the device is busyHans Verkuil1-3/+3
2007-10-09V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media filesMauro Carvalho Chehab1-1/+0
2007-10-09V4L/DVB (6021): cx88: Copy board information into card stateTrent Piepho1-9/+9
2007-07-18V4L/DVB (5734): Cx88: kill dev->fw_sizeMichael Krufky1-2/+1
2007-07-18V4L/DVB (5733): Blackbird should accept only new cx2341x encoding firmwaresHans Verkuil1-7/+4
2007-07-03V4L/DVB (5816): Cx88-blackbird: fix vidioc_g_tuner never ending list of tunersJelle Foks1-0/+2
2007-03-03V4L/DVB (5260): Cx88-blackbird: allow usage of both 376836 and 262144 sized f...Michael Krufky1-5/+9
2007-02-21V4L/DVB (5110): Keep the previous tvnorm default for cx88 and cx88-blackbirdMauro Carvalho Chehab1-1/+1
2007-02-21V4L/DVB (5109): Convert cx88-blackbird to use video_ioctl2Mauro Carvalho Chehab1-434/+344
2007-02-21V4L/DVB (5108): Remove_cx88_ioctlMauro Carvalho Chehab1-27/+0
2007-02-21V4L/DVB (5107): Use cx88_set_freq() on cx88-blackbird.cMauro Carvalho Chehab1-18/+1
2007-02-21V4L/DVB (5106): Do some cleanups at cx88-blackbirdMauro Carvalho Chehab1-40/+29
2007-02-21V4L/DVB (5105): Reorder some ioctl handlersMauro Carvalho Chehab1-70/+80
2007-02-21V4L/DVB (5104): Moved several stuff that were at cx88-video to cx88-blackbird.cMauro Carvalho Chehab1-2/+306
2007-02-12[PATCH] mark struct file_operations const 4Arjan van de Ven1-1/+1
2006-12-10V4L/DVB (4838): Fix cx88-blackbird null pointerJelle Foks1-1/+2
2006-12-10V4L/DVB (4676): Dynamic cx88 mpeg port management for HVR1300 MPEG2/DVB-T sup...Steven Toth1-69/+109
2006-10-03V4L/DVB (4674): Use NULL instead of 0 for ptrsRandy Dunlap1-1/+1
2006-10-03V4L/DVB (4668): Cx88: rename mpeg capability flags from CX88_BOARD_FOO to CX8...Michael Krufky1-1/+1
2006-10-03V4L/DVB (4667): Changed cx88_board .dvb and .register to an enum.Steven Toth1-1/+1
2006-09-26V4L/DVB (4499): CONFIG_PM=n slim: drivers/media/video/*Alexey Dobriyan1-0/+2
2006-07-10[PATCH] release_firmware() fixesMagnus Damm1-0/+3
2006-06-30V4L/DVB (4264): Cx88-blackbird: implement VIDIOC_QUERYCTRL and VIDIOC_QUERYMENUMichael Krufky1-0/+43
2006-06-27V4L/DVB (4259): Pass an explicit log prefix to cx2341x_log_statusHans Verkuil1-1/+6
2006-06-27V4L/DVB (4229): Cx88-blackbird: implement VIDIOC_LOG_STATUSMichael Krufky1-0/+8
2006-06-26V4L/DVB (4213): Cx88: cleanupsAdrian Bunk1-13/+4
2006-06-25V4L/DVB (4206): Cx88-blackbird: always set encoder height based on tvnorm->idMichael Krufky1-15/+4
2006-06-25V4L/DVB (4202): allow selecting CX2341x port modeHans Verkuil1-0/+1
2006-06-25V4L/DVB (4198): Avoid newer usages of obsoleted experimental MPEGCOMP APIHans Verkuil1-0/+4
2006-06-25V4L/DVB (4196): Port cx88-blackbird to the new MPEG API.Hans Verkuil1-699/+72
2006-06-25V4L/DVB (3982): Cx88-blackbird: use encoder firmware filename defined in cx23...Michael Krufky1-3/+2
2006-06-25V4L/DVB (3973): Cx88-blackbird: pause the encoder during frequency changeValentin Zagura1-0/+14
2006-06-25V4L/DVB (3971): Cx88-blackbird: use standard filename for cx23416 firmwareMichael Krufky1-1/+1
2006-06-25V4L/DVB (3970): Cx88-blackbird: use firmware api commands defined in cx2341x.hMichael Krufky1-80/+41
2006-06-25V4L/DVB (3827): Cx88-blackbird: clean up the buffers when closing the MPEG st...Valentin Zagura1-0/+1
2006-06-25V4L/DVB (3817): KWorld HardwareMpegTV XPert: set encoder video standard based...Michael Krufky1-3/+12
2006-06-25V4L/DVB (3810): KWorld HardwareMpegTV XPert: Enable Blackbird MPEG encoder su...Michael Krufky1-6/+10
2006-06-25V4L/DVB (3807): Cx88-blackbird: fix typoMichael Krufky1-1/+1
2006-06-25V4L/DVB (3806): Cx88-blackbird: allow proper detection of PAL vs. NTSC video ...Michael Krufky1-10/+6
2006-03-24V4L/DVB (3516): Make video_buf more genericMauro Carvalho Chehab1-3/+2
2006-01-11V4L/DVB (3344a): Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris1-4/+2
2006-01-09V4L/DVB (3269): ioctls cleanups.Michael Krufky1-1/+2
2006-01-09V4L/DVB (3123b): syncs V4L subsystem tree with kernelMauro Carvalho Chehab1-2/+1
2006-01-09V4L/DVB (3112): Several fixes for Hauppauge Roselyn Design (blackbird)Steven Toth1-0/+12
2005-12-12[PATCH] V4L/DVB: (3086c) Whitespaces cleanups part 4Mauro Carvalho Chehab1-0/+2
2005-11-09[PATCH] v4l: 800: whitespace cleanupsMauro Carvalho Chehab1-20/+20
2005-11-09[PATCH] v4l: 649: fixed gcc 4 0 compile warnings by moving var declarations t...Catalin Climov1-4/+11
2005-11-09[PATCH] v4l: 631: implemented the v4l2 mpeg api for blackbird cardsCatalin Climov1-65/+573
2005-09-09[PATCH] v4l: CX88 updates and card additionsMauro Carvalho Chehab1-14/+59
2005-07-12[PATCH] v4l: CX88 UpdateMauro Carvalho Chehab1-5/+0
2005-06-24[PATCH] v4l: CX88 cards updateMauro Carvalho Chehab1-86/+402
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+911