aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-10Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds5-42/+20
2012-01-09Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-1/+3
2012-01-09Merge branches 'iommu/fixes', 'arm/omap' and 'x86/amd' into nextJoerg Roedel5-42/+20
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds4-4/+4
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-3/+3
2012-01-07Merge branch 'depends/rmk/restart' into next/cleanupArnd Bergmann28-304/+347
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman97-1635/+97
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro3-3/+3
2012-01-02misc latin1 to utf8 conversionsAl Viro1-1/+1
2011-12-31gspca: Fix falling back to lower isoc alt settingsMauro Carvalho Chehab1-1/+1
2011-12-29gspca: Fix bulk mode cameras no longer working (regression fix)Hans de Goede1-2/+2
2011-12-23Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds2-2/+2
2011-12-20Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds26-302/+345
2011-12-19[media] omap3isp: Fix crash caused by subdevs now having a pointer to devnodesLaurent Pinchart2-2/+2
2011-12-12Revert "[media] af9015: limit I2C access to keep FW happy"Mauro Carvalho Chehab2-104/+0
2011-12-11[media] s5p-fimc: Fix camera input configuration in subdev operationsSylwester Nawrocki1-0/+1
2011-12-11[media] m5mols: Fix logic in sanity checkThomas Jarosch1-1/+1
2011-12-11[media] ati_remote: switch to single-byte scancodesAnssi Hannula4-229/+220
2011-12-11[media] V4L: mt9m111: fix uninitialised mutexGuennadi Liakhovetski1-0/+1
2011-12-11[media] V4L: omap1_camera: fix missing <linux/module.h> includeJanusz Krzysztofik1-0/+1
2011-12-11[media] V4L: mt9t112: use after free in mt9t112_probe()Dan Carpenter1-1/+3
2011-12-11[media] V4L: soc-camera: fix compiler warnings on 64-bit platformsGuennadi Liakhovetski4-17/+26
2011-12-11[media] s5p_mfc_enc: fix s/H264/H263/ typoPeter Korsgaard1-1/+1
2011-12-11[media] omap_vout: Fix compile error in 3.1Gary Thomas1-0/+1
2011-12-11[media] au0828: add missing models 72101, 72201 & 72261 to the model matrixMichael Krufky1-0/+3
2011-12-11[media] au0828: add missing USB ID 2040:7213Michael Krufky1-0/+2
2011-12-11[media] au0828: add missing USB ID 2040:7260Michael Krufky1-0/+2
2011-12-09[media] [trivial] omap24xxcam-dma: Fix logical testJoe Perches1-1/+1
2011-12-07[media] omap_vout: fix crash if no driver for a displayTomi Valkeinen1-0/+8
2011-12-06treewide: Fix comment and string typo 'bufer'Paul Bolle2-2/+2
2011-12-05iommu/omap: eliminate the public omap_find_iommu_device() methodOhad Ben-Cohen5-42/+20
2011-12-03ARM: davinci: vpif: move code to driver core header from platformManjunath Hadli3-1/+3
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock1-1/+1
2011-11-24[media] media: video: s5p-tv: fix build breakMarek Szyprowski1-0/+1
2011-11-24[media] omap3isp: fix compilation of ispvideo.cDmitry Artamonow1-0/+1
2011-11-24[media] m5mols: Fix set_fmt to return proper pixel format codeSylwester Nawrocki2-14/+8
2011-11-24[media] s5p-fimc: Use correct fourcc for RGB565 colour formatSylwester Nawrocki1-1/+1
2011-11-24[media] s5p-fimc: Fail driver probing when sensor configuration is wrongSylwester Nawrocki1-1/+1
2011-11-24[media] s5p-fimc: Adjust pixel height alignments according to the IP revisionSylwester Nawrocki3-6/+14
2011-11-24[media] s5p-fimc: Allow probe() to succeed with null platform dataSylwester Nawrocki1-14/+21
2011-11-24[media] s5p-fimc: Fix buffer dequeue order issueSylwester Nawrocki3-10/+18
2011-11-24[media] s5p-fimc: Fix initialization for proper system suspend supportSylwester Nawrocki1-2/+0
2011-11-24[media] s5p-fimc: Fix error in the capture subdev deinitializationSylwester Nawrocki1-1/+1
2011-11-24[media] s5p-fimc: Fix wrong pointer dereference when unregistering sensorsSylwester Nawrocki1-1/+5
2011-11-24[media] mxl5007t: fix reg readAntti Palosaari1-1/+2
2011-11-24[media] tda18218: fix 6 MHz default IF frequencyAntti Palosaari1-1/+1
2011-11-24[media] af9015: limit I2C access to keep FW happyAntti Palosaari2-0/+104
2011-11-18USB: convert drivers/media/* to use module_usb_driver()Greg Kroah-Hartman97-1635/+97
2011-11-12Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds8-16/+29
2011-11-08drivers/media: video/a5k6aa is a module and so needs module.hPaul Gortmaker1-0/+1