summaryrefslogtreecommitdiffstats
path: root/drivers/media
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (13240): firedtv: fix regression: tuning fails due to bogus error returnStefan Richter2009-11-071-7/+1
* V4L/DVB (13237): firedtv: length field corrupt in ca2host if length>127Henrik Kurelid2009-11-071-18/+20
* V4L/DVB (13230): s2255drv: Don't conditionalize video buffer completion on wa...Mike Isely2009-11-071-5/+0
* V4L/DVB (13202): smsusb: add autodetection support for three additional Haupp...Michael Krufky2009-11-071-0/+6
* V4L/DVB (13190): em28xx: fix panic that can occur when starting audio streamingDevin Heitmueller2009-11-071-0/+5
* V4L/DVB (13170): bttv: Fix reversed polarity error when switching video standardMike Isely2009-11-071-1/+1
* V4L/DVB (13169): bttv: Fix potential out-of-order field processingMike Isely2009-11-071-4/+27
* V4L/DVB (13167): pt1: Fix a compile error on armHIRANO Takahito2009-11-071-0/+1
* V4L/DVB (13132): fix use-after-free Oops, resulting from a driver-core API ch...Guennadi Liakhovetski2009-11-071-7/+9
* V4L/DVB (13131): pxa_camera: fix camera pixel format configurationGuennadi Liakhovetski2009-11-071-1/+3
* V4L/DVB (13129): sh_mobile_ceu_camera: fix cropping for scaling clientsGuennadi Liakhovetski2009-11-071-2/+2
* V4L/DVB (13122): gscpa - stv06xx + ov518: dont discard every other frameHans de Goede2009-11-072-2/+3
* V4L/DVB (13109): tda18271: fix signedness issue in tda18271_rf_tracking_filte...Seth Barry2009-11-071-2/+2
* V4L/DVB (13107): tda18271: fix overflow in FM radio frequency calculationMichael Krufky2009-11-071-2/+2
* V4L/DVB (13079): dib0700: fixed xc2028 firmware loading kernel oopsMartin Samek2009-11-071-0/+5
* V4L/DVB (13050): DIB0700: fix-up USB device ID for Terratec/LeadtekPatrick Boettcher2009-11-071-9/+6
* V4L/DVB (13048): dib0070: fix build dependency when driver is disabledMichael Krufky2009-11-072-2/+7
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-114-0/+4
* headers: remove sched.h from poll.hAlexey Dobriyan2009-10-044-0/+4
* const: constify remaining file_operationsAlexey Dobriyan2009-10-012-2/+2
* const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-2713-13/+13
* sh_mobile_ceu_camera: fix compile breakage, caused by a bad mergeGuennadi Liakhovetski2009-09-251-2/+2
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2009-09-246-14/+13
|\
| * V4L/DVB (13039): dib0700: not building CONFIG_DVB_TUNER_DIB0070 breaks compil...Mauro Carvalho Chehab2009-09-221-1/+1
| * V4L/DVB (13038): dvbdev: Remove an anoying/uneeded warningMauro Carvalho Chehab2009-09-221-3/+2
| * media: video: Fix build in saa7164Ingo Molnar2009-09-224-10/+10
* | headers: utsname.h reduxAlexey Dobriyan2009-09-233-3/+0
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-09-228-13/+13
|\
| * trivial: fix typos "man[ae]g?ment" -> "management"Uwe Kleine-Koenig2009-09-213-4/+4
| * trivial: media/video/cx88: add __init/__exit macros to cx88 driversPeter Huewe2009-09-214-8/+8
| * trivial: fix typo "to to" in multiple filesAnand Gadiyar2009-09-211-1/+1
* | drivers/media/dvb/pt1/pt1.c needs vmalloc.hAndrew Morton2009-09-221-0/+1
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2009-09-21155-3572/+31450
|\ \
| * | V4L/DVB (13033): pt1: Don't use a deprecated DMA_BIT_MASK macroMauro Carvalho Chehab2009-09-191-1/+1
| * | V4L/DVB (13029): radio-si4713: remove #include <linux/version.h>Huang Weiyi2009-09-191-1/+0
| * | V4L/DVB (13019): video: initial support for ADV7180Richard Röjfors2009-09-193-0/+212
| * | V4L/DVB (13018): kzalloc failure ignored in au8522_probe()Roel Kluin2009-09-191-0/+5
| * | V4L/DVB (13017): gspca: kmalloc failure ignored in sd_start()Roel Kluin2009-09-191-0/+2
| * | V4L/DVB (13016): kmalloc failure ignored in lgdt3304_attach() and s921_attach()Roel Kluin2009-09-192-0/+4
| * | V4L/DVB (13015): kmalloc failure ignored in m920x_firmware_download()Roel Kluin2009-09-191-0/+2
| * | V4L/DVB (13014): Add support for Compro VideoMate E800 (DVB-T part only)Vladimir Geroy2009-09-193-0/+14
| * | V4L/DVB (13013): FM TX: si4713: Kconfig: Fixed two typos.Matti J. Aaltonen2009-09-191-1/+1
| * | V4L/DVB (13012): uvc: introduce missing kfreeJulia Lawall2009-09-191-3/+4
| * | V4L/DVB (13011): Change tuner type of BeholdTV cardsDmitry Belimov2009-09-191-7/+7
| * | V4L/DVB (13009): gspca - stv06xx-hdcs: Reduce exposure rangeJames Blanford2009-09-192-52/+22
| * | V4L/DVB (13008): gspca - stv06xx-hdcs: Fixup exposureJames Blanford2009-09-191-18/+31
| * | V4L/DVB (13007): gspca - stv06xx-hdcs: Add exposure and gain ctrls to hdcs_1020Erik Andrén2009-09-191-1/+29
| * | V4L/DVB (13006): gspca - stv06xx: Fix a misindentationErik Andrén2009-09-191-2/+2
| * | V4L/DVB (13005): gspca - stv06xx: Translate swedish comments to englishErik Andrén2009-09-191-8/+7
| * | V4L/DVB (13004): gspca - stv06xx: Harmonize the debug macros when tracing wri...Erik Andrén2009-09-191-8/+7
OpenPOWER on IntegriCloud