aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-19[media] marvell-cam: ensure that the camera stops when requestedJonathan Corbet1-1/+6
2012-03-19[media] em28xx: Unused macro cleanupEzequiel García1-8/+0
2012-03-19[media] V4L: pxa_camera: add clk_prepare/clk_unprepare callsPhilipp Zabel1-2/+2
2012-03-19[media] V4L: sh_mobile_ceu_camera: maximum image size depends on the hardware versionGuennadi Liakhovetski1-8/+27
2012-03-19[media] V4L: soc-camera: call soc_camera_power_on() after adding the client to the hostGuennadi Liakhovetski1-16/+16
2012-03-19[media] rc: Pospone ir raw decoders loading until really neededEzequiel García1-2/+7
2012-03-19[media] m88rs2000 ver 1.13 Correct deseqc and tuner gain functionsMalcolm Priestley1-9/+8
2012-03-19[media] af9015: fix i2c failures for dual-tuner devices - part 2Antti Palosaari2-30/+48
2012-03-19[media] af9015: fix i2c failures for dual-tuner devicesGordon Hecker2-0/+33
2012-03-19[media] dib0700: Fix memory leak during initializationJean Delvare1-1/+6
2012-03-19[media] dib0700: Drop useless check when remote key is pressedJean Delvare1-3/+0
2012-03-19[media] media: em28xx: Paranoic stack saveEzequiel García1-15/+4
2012-03-19[media] au8522: bug-fix: enable modulation AFTER tune (instead of before tuning)Michael Krufky1-5/+5
2012-03-19[media] mceusb: add Formosa device ID 0xe042Jarod Wilson1-0/+2
2012-03-19[media] media: Initialize the media core with subsys_initcall()Laurent Pinchart1-1/+1
2012-03-19[media] V4L/v4l2-dev: Make 'videodev_init' as a subsys initcallBhupesh Sharma1-1/+1
2012-03-19[media] v4l: Add driver for Micron MT9M032 camera sensorMartin Hostettler3-0/+877
2012-03-19[media] mt9p031: Use generic PLL setup codeLaurent Pinchart2-35/+28
2012-03-19[media] v4l: Aptina-style sensor PLL supportLaurent Pinchart4-0/+237
2012-03-19[media] mt9p031: Remove unused xskip and yskip fields in struct mt9p031Laurent Pinchart1-4/+0
2012-03-19[media] dvb: earth-pt1: remove unsupported net subdevicesAkihiro Tsukada1-4/+0
2012-03-19[media] dvb: earth-pt1: decrease the too large DMA buffer sizeAkihiro Tsukada1-1/+1
2012-03-19[media] dvb: earth-pt1: add an error check/report on the incoming dataAkihiro Tsukada1-0/+14
2012-03-19[media] dvb: earth-pt1: stop polling data when no one accesses the deviceAkihiro Tsukada1-23/+50
2012-03-19[media] media: em28xx: Remove unused urb arrays from device structEzequiel García1-3/+0
2012-03-19[media] gpio-ir-recv: a couple signedness bugsDan Carpenter1-2/+2
2012-03-19[media] s5p-csis: Fix compilation with PM_SLEEP disabledSylwester Nawrocki1-1/+1
2012-03-19[media] /w9966: Fix a build warningMauro Carvalho Chehab1-2/+2
2012-03-19[media] video: Kconfig: Select VIDEOBUF2_DMA_CONTIG for VIDEO_MX2Fabio Estevam1-1/+1
2012-03-19[media] lmedm04 - support for m88rs2000 missing kconfig optionMalcolm Priestley1-0/+1
2012-03-19[media] add blackfin capture bridge driverScott Jiang6-0/+1346
2012-03-19[media] vs6624: add vs6624 sensor driverScott Jiang4-0/+1276
2012-03-19[media] adv7183: add adv7183 decoder driverScott Jiang4-0/+817
2012-03-19[media] lmedm04 ver 1.99 support for m88rs2000 v2Malcolm Priestley2-78/+197
2012-03-19[media] m88rs2000: Don't fill info.typeMauro Carvalho Chehab1-1/+0
2012-03-19[media] m88rs2000 1.12 v2 DVB-S frontend and tuner moduleMalcolm Priestley4-0/+981
2012-03-19[media] lmedm04 v1.98 Remove clear haltMalcolm Priestley1-5/+1
2012-03-19[media] dvb: negative value assigned to unsigned int in CDRXD()Santosh Nayak1-3/+3
2012-03-19[media] dib9000: implement error handling for DibAcquireLockAlexey Khoroshilov1-24/+91
2012-03-19[media] dib9000: fix explicit lock mismatchesAlexey Khoroshilov1-1/+5
2012-03-19[media] Add CI support to az6007 driverJose Alberto Reguero1-1/+376
2012-03-19[media] media, cx231xx: Fix double free on closeJesper Juhl2-5/+2
2012-03-19[media] lmedm04 ver 1.97 Remove delays required for STV0288Malcolm Priestley1-5/+1
2012-03-19[media] STV0288 increase delay between carrier searchMalcolm Priestley1-1/+1
2012-03-19[media] uvcvideo: uvc_driver.c: use linux/atomic.hAndrew Morton1-1/+1
2012-03-19[media] uvcvideo: Add support for Dell XPS m1530 integrated webcamLaurent Pinchart1-0/+9
2012-03-19[media] uvcvideo: Allow userptr IO modeJavier Martin1-1/+1
2012-03-19[media] uvcvideo: Implement compat_ioctl32 for custom ioctlsLaurent Pinchart1-0/+205
2012-03-19[media] uvcvideo: Return -ENOTTY in case of unknown ioctlLaurent Pinchart1-1/+1
2012-03-19[media] v4l: Add custom compat_ioctl32 operationLaurent Pinchart2-13/+14