summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media
Commit message (Expand)AuthorAgeFilesLines
* [media] staging: easycap: Push bInterfaceNumber saving to config_easycap()Ezequiel García2012-05-151-31/+41
* [media] staging: easycap: Split buffer and video urb allocationEzequiel García2012-05-151-164/+211
* [media] staging: easycap: Split device struct alloc and retrieval codeEzequiel García2012-05-151-168/+216
* [media] staging/media/as102: removed else statementsjoseph daniel2012-05-151-21/+7
* [media] v4l: fix compiler warningsHans Verkuil2012-05-141-2/+0
* [media] v4l2-dev: add flag to have the core lock all file operationsHans Verkuil2012-05-141-0/+4
* [media] staging: go7007: Add MODULE_FIRMWARETim Gardner2012-04-191-0/+2
* Merge tag 'v3.4-rc3' into staging/for_v3.5Mauro Carvalho Chehab2012-04-196-6/+0
|\
| * staging/media/as102: Don't call release_firmware() on uninitialized variableJesper Juhl2012-04-101-1/+1
| * Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-286-6/+0
| |\
| | * Remove all #inclusions of asm/system.hDavid Howells2012-03-286-6/+0
| * | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-03-2314-241/+174
| |\ \ | | |/ | |/|
* | | [media] staging: as102: Remove redundant NULL check before release_firmware()...Jesper Juhl2012-04-191-4/+1
* | | [media] staging/media/as102: Don't call release_firmware() on uninitialized v...Jesper Juhl2012-04-101-1/+1
* | | [media] lirc: delete unused init/exit function prototypesGianluca Gennari2012-04-102-8/+0
* | | Merge branch 'poll' into staging/for_v3.4Mauro Carvalho Chehab2012-03-271-8/+9
|\ \ \ | |/ / | | / | |/ |/|
| * Staging: media: lirc: lirc_sasem.c: fixed long line coding style issueAndrew Miller2012-02-291-8/+9
| * Merge tag 'staging-3.3-rc3' into staging-nextGreg Kroah-Hartman2012-02-101-0/+1
| |\
| | * staging, media, easycap: Fix mem leak in easycap_usb_probe()Jesper Juhl2012-02-091-0/+1
* | | [media] Staging: media: solo6x10: core.c Fix some coding style issueAndrew Miller2012-03-191-16/+16
* | | [media] staging: Fix comments and some typos in staging/media/*Justin P. Mattock2012-03-196-10/+10
* | | [media] as102: set optimal eLNA config values for each deviceGianluca Gennari2012-03-193-3/+16
* | | [media] as102: add __packed attribute to structs defined inside packed structsGianluca Gennari2012-03-193-42/+42
* | | Merge tag 'v3.3' into staging/for_v3.4Mauro Carvalho Chehab2012-03-191-0/+1
|\ \ \ | |/ /
| * | staging: fix go7007-usb licenseRandy Dunlap2012-02-011-0/+1
| |/
* | [media] staging: easycap: Fix incorrect commentEzequiel García2012-03-081-3/+2
* | [media] staging: easycap: Clean comment style in easycap_usb_probe()Ezequiel García2012-03-081-164/+79
* | [media] as102: map URB DMA addresses in the driverGianluca Gennari2012-03-081-0/+2
* | [media] staging: go7007: fix mismatch in mutex lock-unlock in [read|write]_re...Alexey Khoroshilov2012-03-081-6/+10
* | [media] easycap: Fix mem leak in easycap_usb_probe()Jesper Juhl2012-02-081-0/+1
|/
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-01-1528-1781/+1325
|\
| * [media] drivers/staging/media/as102/as102_usb_drv.c: shift position of alloca...Julia Lawall2012-01-061-6/+6
| * [media] Staging: dt3155v4l: probe() always failsDan Carpenter2012-01-061-1/+2
| * [media] Staging: dt3155v4l: update to newer APIDan Carpenter2012-01-061-10/+4
| * [media] Don't test for ops->info.type inside driversMauro Carvalho Chehab2012-01-041-1/+0
| * [media] dvb: remove the extra parameter on get_frontendMauro Carvalho Chehab2011-12-311-2/+2
| * [media] staging/as102: convert set_fontend to use DVBv5 parametersMauro Carvalho Chehab2011-12-313-43/+43
| * [media] dvb-core: add support for a DVBv5 get_frontend() callbackMauro Carvalho Chehab2011-12-311-1/+1
| * [media] Rename set_frontend fops to set_frontend_legacyMauro Carvalho Chehab2011-12-311-1/+1
| * Merge tag 'v3.2-rc7' into staging/for_v3.3Mauro Carvalho Chehab2011-12-302-3/+4
| |\
| * | [media] staging/media: lirc_imon: add a __user annotationDan Carpenter2011-11-261-2/+2
| * | [media] go7007: Fix 2250 urb typePete2011-11-241-1/+7
| * | [media] staging: as102: Add support for Sky Italia Digital Key based on the s...Gianluca Gennari2011-11-242-0/+7
| * | [media] easycap: fix warnings: variable set but not usedTomas Winkler2011-11-243-11/+9
| * | [media] easycap: drop usb_class_driverTomas Winkler2011-11-242-25/+1
| * | [media] easycap: add easycap prefix to global functions namesTomas Winkler2011-11-246-47/+43
| * | [media] easycap: remove unused members of struct easycapTomas Winkler2011-11-241-6/+0
| * | [media] easycap: easycap_usb_driver should be static to easycap_main.cTomas Winkler2011-11-242-2/+1
| * | [media] easycap: use usb_kill_urb wrapper functionsTomas Winkler2011-11-244-106/+65
| * | [media] easycap: drop initializations to 0 in the probe functionsTomas Winkler2011-11-241-26/+3
OpenPOWER on IntegriCloud