summaryrefslogtreecommitdiffstats
path: root/drivers/media/video
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (7249): Fix advertised pixel formats in mt9m001 and mt9v022Guennadi Liakhovetski2008-04-242-12/+40
* V4L/DVB (7248): dabfirmware.h add missing licensemaximilian attems2008-04-241-0/+7
* V4L/DVB (7245): ivtv: start timer for each DMA transferHans Verkuil2008-04-241-12/+13
* V4L/DVB (7244): ivtv: CROP is not supported for video captureHans Verkuil2008-04-241-8/+3
* V4L/DVB (7243): ivtv: yuv framebuffer trackingIan Armstrong2008-04-244-22/+38
* V4L/DVB (7241): cx25840: code cleanupTyler Trafford2008-04-241-7/+4
* V4L/DVB (7240): tveeprom: remove obsolete i2c driver codeHans Verkuil2008-04-241-103/+0
* V4L/DVB (7238): make stk_camera_{suspend,resume}() staticAdrian Bunk2008-04-241-2/+2
* V4L/DVB (7237): Convert videobuf-dma-sg to generic DMA APIGuennadi Liakhovetski2008-04-2414-96/+97
* V4L/DVB (7235): tuner-simple: fix a buffer overflowMauro Carvalho Chehab2008-04-241-6/+5
* V4L/DVB (7230): saa7134: add support for the MSI TV@nywhere A/D v1.1 cardRussell Kliese2008-04-243-0/+40
* V4L/DVB (7229): saa7134: add support for the Creatix CTX953_V.1.4.3 HybridHermann Pitton2008-04-243-0/+35
* V4L/DVB (7227): saa7134: fixed DVB-S support for Medion/Creatix CTX948Hartmut Hackmann2008-04-242-2/+47
* V4L/DVB (7226): saa7134: add support for the NXP Snake DVB-S reference designHartmut Hackmann2008-04-243-1/+41
* V4L/DVB (7224): Initial DVB-S support for MD8800 /CTX948Hartmut Hackmann2008-04-241-1/+17
* V4L/DVB (7220): drivers/media/video/sn9c102/sn9c102_core.c Fix Unlikely(x) == yRoel Kluin2008-04-241-1/+1
* V4L/DVB (7218): Fix breakage in mt9m001 and mt9v022 driver if "CONFIG_GENERIC...Guennadi Liakhovetski2008-04-243-12/+8
* V4L/DVB (7217): Replace NO_GPIO with gpio_is_valid()Guennadi Liakhovetski2008-04-242-10/+10
* V4L/DVB (7204): remove V4L2_CID_SHARPNESS from meye.h and report private cont...Brandon Philips2008-04-241-1/+9
* V4L/DVB (7184): make hybrid_tuner_request_state tolerant of devices without i...Michael Krufky2008-04-241-4/+6
* V4L/DVB (7174): Add support for the MT9V022 cameraGuennadi Liakhovetski2008-04-243-0/+819
* V4L/DVB (7173): Add support for the MT9M001 cameraGuennadi Liakhovetski2008-04-243-0/+710
* V4L/DVB (7578a): V4L: V4L2 soc_camera driver for PXA270Guennadi Liakhovetski2008-04-243-0/+945
* V4L/DVB (7170): soc_camera V4L2 driver for directly-connected SoC-based camerasGuennadi Liakhovetski2008-04-243-0/+984
* V4L/DVB (7137): tuner: return number of instances remaining after hybrid_tune...Michael Krufky2008-04-241-2/+6
* V4L/DVB (7135): remove PREFIX from users of tuner_foo printk macrosMichael Krufky2008-04-247-31/+27
* V4L/DVB (7134): tuner: create a macro for sharing state between hybrid tuner ...Michael Krufky2008-04-241-16/+96
* V4L/DVB (7130): tuner: remove emacs c-basic-offset override blockMichael Krufky2008-04-241-8/+0
* V4L/DVB (7129): tuner-simple: move device-specific code into three separate f...Michael Krufky2008-04-241-147/+184
* V4L/DVB (7128): tuner: properly handle failed calls to simple_tuner_attachMichael Krufky2008-04-241-8/+18
* V4L/DVB (7127): tuner: remove dependency of tuner-core on tuner-typesMichael Krufky2008-04-243-22/+10
* V4L/DVB (7126): tuner: move tuner type ID check to simple_tuner_attachMichael Krufky2008-04-242-5/+6
* V4L/DVB (7125): tuner: build tuner-types independently of tuner-coreMichael Krufky2008-04-242-1/+16
* V4L/DVB (7124): tuner-simple: display frequency in MHzMichael Krufky2008-04-241-2/+4
* V4L/DVB (7123): tuner-simple: create separate t_params and ranges lookup func...Michael Krufky2008-04-241-29/+80
* V4L/DVB (7094): static memoryDouglas Schilling Landgraf2008-04-2491-163/+167
* V4L/DVB (7114): tuner-xc2028.c: make a function staticAdrian Bunk2008-04-241-1/+1
* V4L/DVB (7105): ivtv-yuv.c: make 3 functions staticAdrian Bunk2008-04-241-3/+3
* V4L/DVB (7087): tuner-simple: whitespace / comments / codingstyle cleanupsMichael Krufky2008-04-241-60/+78
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juh...Linus Torvalds2008-04-212-2/+2
|\
| * V4L: Storage class should be before const qualifier (sn9c102)Tobias Klauser2008-04-211-1/+1
| * V4L: Storage class should be before const qualifierTobias Klauser2008-04-211-1/+1
* | drivers: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-185-5/+0
|/
* pvrusb2: fix broken build due to patch order dependencyMichael Krufky2008-04-071-0/+4
* Merge branch 'pci_id_updates' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-04-061-0/+35
|\
| * V4L/DVB (7497): pvrusb2: add new usb pid for 73xxx modelsMichael Krufky2008-04-061-0/+33
| * V4L/DVB (7496): pvrusb2: add new usb pid for 75xxx modelsMichael Krufky2008-04-061-0/+2
* | V4L/DVB (7460): bttv: Bt832 - fix possible NULL pointer derefCyrill Gorcunov2008-04-061-1/+11
|/
* V4L/DVB (7485): v4l2-int-device.c: add MODULE_LICENSEAdrian Bunk2008-04-011-0/+2
* V4L/DVB (7466): Avoid minor model number warning when an OEM HVR1250 board is...Steven Toth2008-04-011-0/+1
OpenPOWER on IntegriCloud