summaryrefslogtreecommitdiffstats
path: root/drivers/media
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-10-256-6/+6
|\
| * treewide: Correct spelling of successfully in commentsJoe Perches2011-09-271-1/+1
| * doc: fix broken referencesPaul Bolle2011-09-274-4/+4
| * Merge branch 'master' into for-nextJiri Kosina2011-09-15335-8580/+44604
| |\
| * | viacam: Don't explode if pci_find_bus() returns NULLJesper Juhl2011-09-151-0/+2
| * | treewide: remove extra semicolons from various parts of the kernelJustin P. Mattock2011-09-151-1/+1
* | | [media] videodev: fix a NULL pointer dereference in v4l2_device_release()Antonio Ospite2011-10-191-1/+1
* | | [media] omap3isp: Fix build error in ispccdc.cJoerg Roedel2011-09-221-0/+1
* | | [media] uvcvideo: Fix crash when linking entitiesLaurent Pinchart2011-09-221-1/+1
* | | [media] v4l: Make sure we hold a reference to the v4l2_device before using itDave Young2011-09-221-0/+2
* | | [media] v4l: Fix use-after-free case in v4l2_device_releaseHans Verkuil2011-09-221-0/+11
* | | [media] uvcvideo: Set alternate setting 0 on resume if the bus has been resetMing Lei2011-09-223-3/+11
* | | [media] OMAP_VOUT: Fix build break caused by update_mode removal in DSS2archit taneja2011-09-221-13/+0Star
| |/ |/|
* | [media] vp7045: fix buffer setupFlorian Mickler2011-09-111-22/+4Star
* | [media] nuvoton-cir: simplify raw IR sample handlingJarod Wilson2011-09-112-38/+8Star
* | [media] [Resend] viacam: Don't explode if pci_find_bus() returns NULLJesper Juhl2011-09-111-0/+2
* | [media] gspca - sonixj: Fix the darkness of sensor om6802 in 320x240Jean-François Moine2011-09-111-0/+4
* | [media] gspca - sonixj: Fix wrong register mask for sensor om6802Luiz Carlos Ramos2011-09-111-1/+1
* | [media] gspca - ov519: Fix LED inversion of some ov519 webcamsJean-François Moine2011-09-111-12/+10Star
* | [media] pwc: precedence bug in pwc_init_controls()Dan Carpenter2011-09-111-1/+1
* | 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/+69Star
| * | [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/+309Star
| * | [media] V4L: soc-camera: un-export the soc-camera busGuennadi Liakhovetski2011-07-271-2/+1Star
| * | [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/+1Star
| * | [media] V4L: soc-camera: remove now unused soc-camera specific PM hooksGuennadi Liakhovetski2011-07-271-26/+0Star
| * | [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/+0Star
| * | [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