summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-05-247-771/+912
|\
| * Revert "[media] staging: media: go7007: Adlink MPG24 board issues"Mauro Carvalho Chehab2012-05-206-407/+164
| * [media] staging/media/as102: remove version.h include at as102_fe.cjoseph daniel2012-05-201-2/+0
| * [media] staging: media: go7007: Adlink MPG24 board issuesVolokh Konstantin2012-05-206-164/+407
| * [media] staging: easycap: Split easycap_delete() into several piecesEzequiel García2012-05-151-196/+249
| * [media] staging: easycap: Clean comment style in easycap_delete()Ezequiel García2012-05-151-27/+16
| * [media] staging: easycap: Clean comment style in easycap_usb_disconnect()Ezequiel García2012-05-151-40/+24
| * [media] staging: easycap: Split audio buffer and urb allocationEzequiel García2012-05-151-105/+124
| * [media] staging: easycap: Push video registration to easycap_register_video()Ezequiel García2012-05-151-25/+33
| * [media] staging: easycap: Initialize 'ntsc' parameter before usageEzequiel García2012-05-151-4/+4
| * [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
| |\
| * | [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
| |\ \
* | \ \ Merge tag 'staging-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-05-227-37/+6
|\ \ \ \
| * \ \ \ Merge 3.4-rc5 into staging-nextGreg Kroah-Hartman2012-05-0211-115/+127
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Staging: media: lirc: lirc_ttusbir: remove err() usageGreg Kroah-Hartman2012-04-241-6/+7
| | * | | Staging: media: lirc: lirc_sasem: remove err() usageGreg Kroah-Hartman2012-04-231-39/+61
| | * | | Staging: media: lirc: lirc_imon: remove err() usageGreg Kroah-Hartman2012-04-231-31/+49
| | * | | Staging: media: easycap: remove err() usageGreg Kroah-Hartman2012-04-231-2/+4
| | * | | Staging: media: go7007: use module_usb_driver()Greg Kroah-Hartman2012-04-231-25/+1
| | * | | drivers: staging: media: as102: as102fe.c: Remove include of version.hMarcos Paulo de Souza2012-04-181-2/+0
| | * | | drivers: staging: media: as102: as102_usb_drv.h: Remove include of version.hMarcos Paulo de Souza2012-04-181-2/+0
| | * | | drivers: staging: media: easycap: easycap_ioctl: Include version.h headerMarcos Paulo de Souza2012-04-181-0/+1
| | * | | staging: as102: Remove redundant NULL check before release_firmware() and poi...Jesper Juhl2012-04-181-4/+1
| | * | | staging: replace open-coded ARRAY_SIZEsJim Cromie2012-04-101-3/+2
| | * | | staging: Fix typo in multiple filesMasanari Iida2012-04-101-1/+1
* | | | | USB: remove CONFIG_USB_DEVICEFSGreg Kroah-Hartman2012-04-291-1/+0
* | | | | USB: as102_usb_drv.c: remove err() usageGreg Kroah-Hartman2012-04-251-3/+4
* | | | | USB: staging: media: as102: convert to use module_usb_driverGreg Kroah-Hartman2012-04-251-33/+1
* | | | | USB: Staging: media: lirc: lirc_ttusbir: remove err() usageGreg Kroah-Hartman2012-04-241-6/+7
* | | | | USB: Staging: media: lirc: lirc_sasem: remove err() usageGreg Kroah-Hartman2012-04-241-39/+61
* | | | | USB: Staging: media: lirc: lirc_imon: remove err() usageGreg Kroah-Hartman2012-04-241-31/+49
* | | | | USB: Staging: media: easycap: remove err() usageGreg Kroah-Hartman2012-04-241-2/+4
|/ / / /
* / / / 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: 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