summaryrefslogtreecommitdiffstats
path: root/drivers/media/video
Commit message (Expand)AuthorAgeFilesLines
* drivers/media: Add module.h to all files using it implicitlyPaul Gortmaker2011-10-3136-0/+36
* drivers/media: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker2011-10-315-0/+5
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds2011-10-306-31/+62
|\
| *-----. Merge branches 'amd/fixes', 'debug/dma-api', 'arm/omap', 'arm/msm', 'core', '...Joerg Roedel2011-10-216-31/+62
| |\ \ \ \
| | | | | * iommu/core: Add bus_type parameter to iommu_domain_allocJoerg Roedel2011-10-211-1/+1
| | | | |/
| | | * | iommu/omap: Fix build error with !IOMMU_SUPPORTJoerg Roedel2011-09-141-2/+1
| | | |/
| | | * omap: iommu: omapify 'struct iommu' and exposed APIOhad Ben-Cohen2011-08-265-21/+23
| | | * omap: iommu/iovmm: move to dedicated iommu folderOhad Ben-Cohen2011-08-261-1/+1
| | | * omap: iommu: migrate to the generic IOMMU APIOhad Ben-Cohen2011-08-265-20/+50
| | |/
* | | Merge branch 'fbdev-next' of git://github.com/schandinat/linux-2.6Linus Torvalds2011-10-301-6/+12
|\ \ \
| * \ \ Merge branch 'for-florian' of git://gitorious.org/linux-omap-dss2/linux into ...Florian Tobias Schandinat2011-10-151-6/+12
| |\ \ \ | | |/ / | |/| |
| | * | OMAPDSS/OMAP_VOUT: Fix incorrect OMAP3-alpha compatibility settingArchit Taneja2011-10-031-5/+12
| | * | OMAPDSS: remove vaddr from overlay infoTomi Valkeinen2011-09-301-1/+0
* | | | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-10-251-2/+2
|\ \ \ \
| * \ \ \ Merge branch 'pm-qos' into pm-for-linusRafael J. Wysocki2011-10-071-2/+2
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | PM QoS: Minor clean-upsJean Pihet2011-08-251-1/+1
| | * | | PM QoS: Move and rename the implementation filesJean Pihet2011-08-251-1/+1
| | | |/ | | |/|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-10-251-1/+1
|\ \ \ \
| * | | | treewide: Correct spelling of successfully in commentsJoe Perches2011-09-271-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-211-0/+1
* | | [media] uvcvideo: Fix crash when linking entitiesLaurent Pinchart2011-09-211-1/+1
* | | [media] v4l: Make sure we hold a reference to the v4l2_device before using itDave Young2011-09-211-0/+2
* | | [media] v4l: Fix use-after-free case in v4l2_device_releaseHans Verkuil2011-09-211-0/+11
* | | [media] uvcvideo: Set alternate setting 0 on resume if the bus has been resetMing Lei2011-09-213-3/+11
* | | [media] OMAP_VOUT: Fix build break caused by update_mode removal in DSS2archit taneja2011-09-211-13/+0
|/ /
* | [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/+10
* | [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-30234-7685/+29954
|\
| * [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] 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
OpenPOWER on IntegriCloud