aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/media (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-10staging/media/as102: Don't call release_firmware() on uninitialized variableJesper Juhl1-1/+1
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds6-6/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells6-6/+0
2012-03-23Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds14-241/+174
2012-03-19[media] Staging: media: solo6x10: core.c Fix some coding style issueAndrew Miller1-16/+16
2012-03-19[media] staging: Fix comments and some typos in staging/media/*Justin P. Mattock6-10/+10
2012-03-19[media] as102: set optimal eLNA config values for each deviceGianluca Gennari3-3/+16
2012-03-19[media] as102: add __packed attribute to structs defined inside packed structsGianluca Gennari3-42/+42
2012-03-19Merge tag 'v3.3' into staging/for_v3.4Mauro Carvalho Chehab1-0/+1
2012-03-08[media] staging: easycap: Fix incorrect commentEzequiel García1-3/+2
2012-03-08[media] staging: easycap: Clean comment style in easycap_usb_probe()Ezequiel García1-164/+79
2012-03-08[media] as102: map URB DMA addresses in the driverGianluca Gennari1-0/+2
2012-03-08[media] staging: go7007: fix mismatch in mutex lock-unlock in [read|write]_reg_fpAlexey Khoroshilov1-6/+10
2012-02-29Staging: media: lirc: lirc_sasem.c: fixed long line coding style issueAndrew Miller1-8/+9
2012-02-10Merge tag 'staging-3.3-rc3' into staging-nextGreg Kroah-Hartman1-0/+1
2012-02-09staging, media, easycap: Fix mem leak in easycap_usb_probe()Jesper Juhl1-0/+1
2012-02-08[media] easycap: Fix mem leak in easycap_usb_probe()Jesper Juhl1-0/+1
2012-02-01staging: fix go7007-usb licenseRandy Dunlap1-0/+1
2012-01-15Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds28-1781/+1325
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell7-14/+14
2012-01-13lirc_parallel: fix module parameter description.Rusty Russell1-1/+1
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman5-102/+5
2012-01-06[media] drivers/staging/media/as102/as102_usb_drv.c: shift position of allocation codeJulia Lawall1-6/+6
2012-01-06[media] Staging: dt3155v4l: probe() always failsDan Carpenter1-1/+2
2012-01-06[media] Staging: dt3155v4l: update to newer APIDan Carpenter1-10/+4
2012-01-04[media] Don't test for ops->info.type inside driversMauro Carvalho Chehab1-1/+0
2011-12-31[media] dvb: remove the extra parameter on get_frontendMauro Carvalho Chehab1-2/+2
2011-12-31[media] staging/as102: convert set_fontend to use DVBv5 parametersMauro Carvalho Chehab3-43/+43
2011-12-31[media] dvb-core: add support for a DVBv5 get_frontend() callbackMauro Carvalho Chehab1-1/+1
2011-12-31[media] Rename set_frontend fops to set_frontend_legacyMauro Carvalho Chehab1-1/+1
2011-12-30Merge tag 'v3.2-rc7' into staging/for_v3.3Mauro Carvalho Chehab2-3/+4
2011-11-26[media] staging/media: lirc_imon: add a __user annotationDan Carpenter1-2/+2
2011-11-24[media] go7007: Fix 2250 urb typePete1-1/+7
2011-11-24[media] staging: as102: Add support for Sky Italia Digital Key based on the same chipGianluca Gennari2-0/+7
2011-11-24[media] easycap: fix warnings: variable set but not usedTomas Winkler3-11/+9
2011-11-24[media] easycap: drop usb_class_driverTomas Winkler2-25/+1
2011-11-24[media] easycap: add easycap prefix to global functions namesTomas Winkler6-47/+43
2011-11-24[media] easycap: remove unused members of struct easycapTomas Winkler1-6/+0
2011-11-24[media] easycap: easycap_usb_driver should be static to easycap_main.cTomas Winkler2-2/+1
2011-11-24[media] easycap: use usb_kill_urb wrapper functionsTomas Winkler4-106/+65
2011-11-24[media] easycap: drop initializations to 0 in the probe functionsTomas Winkler1-26/+3
2011-11-24[media] easycap: streamline the codeTomas Winkler3-102/+88
2011-11-24[media] easycap: compress initialization tablesTomas Winkler1-8/+8
2011-11-24[media] easycap: remove linux/version.h include from easycap_ioctl.cTomas Winkler1-1/+0
2011-11-24[media] easycap: cleanup function usageTomas Winkler5-452/+215
2011-11-24[media] staging: lirc_serial: Do not assume error codes returned by request_irq()Ben Hutchings1-12/+9
2011-11-24[media] staging: lirc_serial: Fix bogus error codesBen Hutchings1-11/+12
2011-11-24[media] staging: lirc_serial: Fix deadlock on resume failureBen Hutchings1-3/+1
2011-11-24[media] staging: lirc_serial: Free resources on failure paths of lirc_serial_probe()Ben Hutchings1-3/+16
2011-11-24[media] staging: lirc_serial: Fix init/exit orderBen Hutchings1-35/+21