summaryrefslogtreecommitdiff
path: root/drivers/staging/media/as102
AgeCommit message (Expand)AuthorFilesLines
2013-03-19[media] drivers/staging/media/as102: using ccflags-y instead of EXTRA_FLAGS i...Chen Gang1-1/+1
2013-02-13[media] staging: media: Remove unnecessary OOM messagesJoe Perches1-3/+1
2012-12-22[media] staging: media: Fix minor typo in staging/mediaMasanari Iida1-1/+1
2012-08-14[media] dvb: move the dvb core one level upMauro Carvalho Chehab1-1/+1
2012-05-24Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-21/+7
2012-05-23Merge tag 'staging-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-11/+3
2012-05-20[media] staging/media/as102: remove version.h include at as102_fe.cjoseph daniel1-2/+0
2012-05-15[media] staging/media/as102: removed else statementsjoseph daniel1-21/+7
2012-05-02Merge 3.4-rc5 into staging-nextGreg Kroah-Hartman4-11/+3
2012-04-26USB: as102_usb_drv.c: remove err() usageGreg Kroah-Hartman1-3/+4
2012-04-26USB: staging: media: as102: convert to use module_usb_driverGreg Kroah-Hartman1-33/+1
2012-04-19[media] staging: as102: Remove redundant NULL check before release_firmware()...Jesper Juhl1-4/+1
2012-04-19drivers: staging: media: as102: as102fe.c: Remove include of version.hMarcos Paulo de Souza1-2/+0
2012-04-19drivers: staging: media: as102: as102_usb_drv.h: Remove include of version.hMarcos Paulo de Souza1-2/+0
2012-04-19staging: as102: Remove redundant NULL check before release_firmware() and poi...Jesper Juhl1-4/+1
2012-04-11[media] staging/media/as102: Don't call release_firmware() on uninitialized v...Jesper Juhl1-1/+1
2012-04-11staging: replace open-coded ARRAY_SIZEsJim Cromie1-3/+2
2012-04-10staging/media/as102: Don't call release_firmware() on uninitialized variableJesper Juhl1-1/+1
2012-03-19[media] staging: Fix comments and some typos in staging/media/*Justin P. Mattock2-3/+3
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-08[media] as102: map URB DMA addresses in the driverGianluca Gennari1-0/+2
2012-01-06[media] drivers/staging/media/as102/as102_usb_drv.c: shift position of alloca...Julia Lawall1-6/+6
2012-01-05[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-25[media] staging: as102: Add support for Sky Italia Digital Key based on the s...Gianluca Gennari2-0/+7
2011-11-24[media] staging: as102: Add missing function argumentSylwester Nawrocki1-1/+1
2011-11-17media/staging: fix allyesconfig build errorRandy Dunlap2-3/+4
2011-11-08[media] staging: as102: Eliminate as10x_handle_t aliasSylwester Nawrocki10-166/+163
2011-11-08[media] staging: as102: Define device name string pointers constantSylwester Nawrocki1-1/+1
2011-11-08[media] staging: as102: Move variable declarations to the headerSylwester Nawrocki2-2/+1
2011-11-08[media] staging: as102: Use linux/uaccess.h instead of asm/uaccess.hSylwester Nawrocki1-1/+1
2011-11-08[media] staging: as102: Remove linkage specifiers for C++Sylwester Nawrocki1-7/+0
2011-11-08[media] staging: as102: Replace printk(KERN_<LEVEL> witk pr_<level>Sylwester Nawrocki2-18/+18
2011-11-08[media] staging: as102: Whitespace and indentation cleanupSylwester Nawrocki7-495/+493
2011-11-08[media] staging: as102: Fix the dvb device registration error pathSylwester Nawrocki1-23/+25
2011-11-08[media] staging: as102: Replace pragma(pack) with attribute __packedSylwester Nawrocki3-38/+30
2011-11-08[media] staging: as102: Make the driver select CONFIG_FW_LOADERSylwester Nawrocki3-7/+2
2011-11-08[media] staging: as102: Remove leftovers of the SPI bus driverSylwester Nawrocki4-77/+11
2011-11-08[media] staging: as102: Remove unnecessary typedefsSylwester Nawrocki1-64/+63
2011-11-08[media] staging: as102: Remove comment tags for editors configurationPiotr Chmura8-14/+0
2011-11-03[media] staging: as102: Remove conditional compilation based on kernel versionSylwester Nawrocki3-82/+1
2011-11-03[media] staging: as102: Unconditionally compile code dependent on DVB_CORESylwester Nawrocki4-23/+1
2011-11-03[media] staging: as102: Add nBox Tuner Dongle supportPiotr Chmura2-0/+7
2011-11-03[media] staging: as102: Enable compilationPiotr Chmura1-2/+2
2011-11-03[media] staging: as102: Convert the comments to kernel-doc styleSylwester Nawrocki4-117/+106