summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/as102
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-05-241-21/+7
|\
| * [media] staging/media/as102: remove version.h include at as102_fe.cjoseph daniel2012-05-201-2/+0
| * [media] staging/media/as102: removed else statementsjoseph daniel2012-05-151-21/+7
| * [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
* | Merge tag 'staging-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-05-224-11/+3
|\ \
| * \ Merge 3.4-rc5 into staging-nextGreg Kroah-Hartman2012-05-024-11/+3
| |\ \
| | * | 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
| | * | 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
| | |/
* | | 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
|/ /
* / staging/media/as102: Don't call release_firmware() on uninitialized variableJesper Juhl2012-04-101-1/+1
|/
* [media] staging: Fix comments and some typos in staging/media/*Justin P. Mattock2012-03-192-3/+3
* [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
* [media] as102: map URB DMA addresses in the driverGianluca Gennari2012-03-081-0/+2
* [media] drivers/staging/media/as102/as102_usb_drv.c: shift position of alloca...Julia Lawall2012-01-061-6/+6
* [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: fix allyesconfig build errorRandy Dunlap2011-11-172-3/+4
* | [media] staging: as102: Add support for Sky Italia Digital Key based on the s...Gianluca Gennari2011-11-242-0/+7
* | [media] staging: as102: Add missing function argumentSylwester Nawrocki2011-11-241-1/+1
* | [media] staging: as102: Eliminate as10x_handle_t aliasSylwester Nawrocki2011-11-0810-166/+163
* | [media] staging: as102: Define device name string pointers constantSylwester Nawrocki2011-11-081-1/+1
* | [media] staging: as102: Move variable declarations to the headerSylwester Nawrocki2011-11-082-2/+1
* | [media] staging: as102: Use linux/uaccess.h instead of asm/uaccess.hSylwester Nawrocki2011-11-081-1/+1
* | [media] staging: as102: Remove linkage specifiers for C++Sylwester Nawrocki2011-11-081-7/+0
* | [media] staging: as102: Replace printk(KERN_<LEVEL> witk pr_<level>Sylwester Nawrocki2011-11-082-18/+18
* | [media] staging: as102: Whitespace and indentation cleanupSylwester Nawrocki2011-11-087-495/+493
* | [media] staging: as102: Fix the dvb device registration error pathSylwester Nawrocki2011-11-081-23/+25
* | [media] staging: as102: Replace pragma(pack) with attribute __packedSylwester Nawrocki2011-11-083-38/+30
* | [media] staging: as102: Make the driver select CONFIG_FW_LOADERSylwester Nawrocki2011-11-083-7/+2
* | [media] staging: as102: Remove leftovers of the SPI bus driverSylwester Nawrocki2011-11-084-77/+11
* | [media] staging: as102: Remove unnecessary typedefsSylwester Nawrocki2011-11-081-64/+63
* | [media] staging: as102: Remove comment tags for editors configurationPiotr Chmura2011-11-088-14/+0
|/
* [media] staging: as102: Remove conditional compilation based on kernel versionSylwester Nawrocki2011-11-033-82/+1
* [media] staging: as102: Unconditionally compile code dependent on DVB_CORESylwester Nawrocki2011-11-034-23/+1
* [media] staging: as102: Add nBox Tuner Dongle supportPiotr Chmura2011-11-032-0/+7
* [media] staging: as102: Enable compilationPiotr Chmura2011-11-031-2/+2
* [media] staging: as102: Convert the comments to kernel-doc styleSylwester Nawrocki2011-11-034-117/+106
* [media] staging: as102: Remove non-linux headers inclusionPiotr Chmura2011-11-034-67/+4
* [media] staging: as102: Fix licensing oversightPierrick Hascoet2011-11-032-36/+36
* [media] staging: as102: Properly handle multiple product namesDevin Heitmueller2011-11-035-4/+35
* [media] staging: as102: Add Elgato EyeTV DTT DeluxeDevin Heitmueller2011-11-032-0/+6