summaryrefslogtreecommitdiffstats
path: root/drivers/media
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-07-30329-8503/+44573
|\
| * [media] ir-mce_kbd-decoder: include module.h for its facilitiesStephen Rothwell2011-07-291-0/+1
| * [media] ov5642: include module.h for its facilitiesStephen Rothwell2011-07-291-0/+1
| * [media] em28xx: Fix DVB-C maxsize for em2884Mauro Carvalho Chehab2011-07-282-12/+34
| * [media] tda18271c2dd: Fix saw filter configuration for DVB-C @6MHzMauro Carvalho Chehab2011-07-281-1/+19
| * [media] v4l: mt9v032: Fix Bayer patternLaurent Pinchart2011-07-271-10/+10
| * [media] V4L: mt9m111: rewrite set_pixfmtMichael Grzeschik2011-07-271-106/+69
| * [media] V4L: mt9m111: fix missing return value check mt9m111_reg_clearMichael Grzeschik2011-07-271-1/+3
| * [media] V4L: initial driver for ov5642 CMOS sensorBastian Hecht2011-07-273-0/+1018
| * [media] V4L: sh_mobile_ceu_camera: fix Oops when USERPTR mapping failsGuennadi Liakhovetski2011-07-271-2/+6
| * [media] V4L: soc-camera: remove soc-camera bus and devices on itGuennadi Liakhovetski2011-07-2720-428/+309
| * [media] V4L: soc-camera: un-export the soc-camera busGuennadi Liakhovetski2011-07-271-2/+1
| * [media] V4L: sh_mobile_csi2: switch away from using the soc-camera bus notifierGuennadi Liakhovetski2011-07-272-90/+162
| * [media] V4L: soc-camera: group struct field initialisations togetherGuennadi Liakhovetski2011-07-271-2/+1
| * [media] V4L: soc-camera: remove now unused soc-camera specific PM hooksGuennadi Liakhovetski2011-07-271-26/+0
| * [media] V4L: pxa-camera: switch to using standard PM hooksGuennadi Liakhovetski2011-07-271-8/+12
| * [media] NetUP Dual DVB-T/C CI RF: force card hardware revision by module paramAbylay Ospan2011-07-271-0/+7
| * [media] Don't OOPS if videobuf_dvb_get_frontend return NULLAbylay Ospan2011-07-271-1/+1
| * [media] NetUP Dual DVB-T/C CI RF: load firmware according card revisionAbylay Ospan2011-07-271-0/+14
| * [media] omap3isp: Support configurable HS/VS polaritiesLaurent Pinchart2011-07-272-2/+8
| * [media] OMAP3: ISP: Add regulator control for omap34xxKalle Jokiniemi2011-07-272-2/+26
| * [media] V4l2: OMAP: VOUT: Minor Cleanup, removing the unnecessary codeAmber Jain2011-07-271-6/+0
| * [media] V4L2: OMAP: VOUT: dma map and unmap v4l2 buffers in qbuf and dqbufAmber Jain2011-07-271-2/+27
| * [media] V4L2: OMAP: VOUT: isr handling extended for DPI and HDMI interfaceAmber Jain2011-07-271-7/+19
| * [media] OMAP_VOUT: Create separate file for VRFB related API'sarchit taneja2011-07-276-372/+537
| * [media] OMAP_VOUT: CLEANUP: Make rotation related helper functions more descr...archit taneja2011-07-272-15/+15
| * [media] OMAP_VOUT: CLEANUP: Move generic functions and macros to common filesarchit taneja2011-07-274-118/+119
| * [media] OMAP2: V4L2: Remove GFP_DMA allocation as ZONE_DMA is not configured ...Amber Jain2011-07-271-2/+2
| * [media] V4L2: omap_vout: Remove GFP_DMA allocation as ZONE_DMA is not configu...Amber Jain2011-07-271-1/+1
| * [media] uvcvideo: Add FIX_BANDWIDTH quirk to HP Webcam on HP Mini 5103 netbookKirill Smelkov2011-07-271-0/+9
| * [media] au8522: set signal field to 100% when signal presentDevin Heitmueller2011-07-271-1/+1
| * [media] cx231xx: Provide signal lock status in G_INPUTDevin Heitmueller2011-07-271-1/+14
| * [media] cx231xx: Fix power ramping issueDevin Heitmueller2011-07-271-1/+1
| * [media] Fix regression introduced which broke the Hauppauge USBLive 2Devin Heitmueller2011-07-271-0/+1
| * [media] uvcvideo: Fix control mapping for devices with multiple chainsStephan Lachowsky2011-07-271-2/+2
| * [media] bt8xx: use pci_dev->subsystem_{vendor|device}Sergei Shtylyov2011-07-271-5/+2
| * [media] drxk: Fix the logic that selects between DVB-C annex A and CMauro Carvalho Chehab2011-07-271-30/+26
| * [media] drxk: Fix read debug messageMauro Carvalho Chehab2011-07-271-9/+6
| * [media] drxk: Fix error return code during drxk initMauro Carvalho Chehab2011-07-271-1/+1
| * [media] drxk: Remove goto/break after returnMauro Carvalho Chehab2011-07-271-2/+0
| * [media] drxk: Fix a bug at some switches that broke DVB-TMauro Carvalho Chehab2011-07-271-8/+8
| * [media] Remove the double symbol increment hack from drxk_hardMauro Carvalho Chehab2011-07-272-25/+18
| * [media] em28xx: Add other Terratec H5 USB ID'sMauro Carvalho Chehab2011-07-271-3/+3
| * Revert "[media] DVB: dvb_frontend: off by one in dtv_property_dump()"Mauro Carvalho Chehab2011-07-271-1/+1
| * [media] cx88: implemented luma notch filter controlistvan_v@mailbox.hu2011-07-272-2/+20
| * [media] cx88: implemented sharpness controlistvan_v@mailbox.hu2011-07-272-3/+30
| * [media] v4l: s5p-tv: add TV Mixer driver for Samsung S5P platformTomasz Stanislawski2011-07-2710-0/+3011
| * [media] v4l: s5p-tv: add SDO driver for Samsung S5P platformTomasz Stanislawski2011-07-274-0/+555
| * [media] v4l: s5p-tv: add drivers for HDMI on Samsung S5P platformTomasz Stanislawski2011-07-277-0/+1436
| * [media] cx88: properly maintain decoder config when using MPEG encoderDevin Heitmueller2011-07-272-7/+18