summaryrefslogtreecommitdiff
path: root/linux/drivers
AgeCommit message (Expand)Author
2008-04-02au8522: codingstyle cleanupsMichael Krufky
2008-04-18au0828: replace __FUNCTION__ with __func__Mauro Carvalho Chehab
2008-04-02Kconfig: VIDEO_AU0828 should select DVB_AU8522 and DVB_TUNER_XC5000Michael Krufky
2008-04-18au0828: CleanupMauro Carvalho Chehab
2008-04-01Avoid an oops if the board is not fully defined.Steven Toth
2008-03-30pvrusb2-dvb: Fix stuck thread on streaming abortMike Isely
2008-03-29HVR950Q Hauppauge eeprom support.Steven Toth
2008-04-18Add support for Hauppauge HVR950Q/HVR850/FusioHDTV7-USBMauro Carvalho Chehab
2008-04-18em28xx: adds proper demod IF for HVR-900Mauro Carvalho Chehab
2008-04-18em28xx: make some symbols staticMauro Carvalho Chehab
2008-04-17Removes a manual mode setupMauro Carvalho Chehab
2008-04-17em28xx-dvb: Properly selects digital mode at the right placeMauro Carvalho Chehab
2008-04-17em28xx: Provide the proper support for switching between analog/digitalMauro Carvalho Chehab
2008-04-17em28xx-core: fix some debug printk's that wrongly received KERN_INFO.Mauro Carvalho Chehab
2008-04-17em28xx: rename registersMauro Carvalho Chehab
2008-04-17em28xx-cards: use register names for GPIO/GPOMauro Carvalho Chehab
2008-04-17em28xx: Move registers to a separate fileMauro Carvalho Chehab
2008-04-17em28xx: Select reg wait time based on chip IDMauro Carvalho Chehab
2008-04-17em28xx-core: speed-up firmware loadMauro Carvalho Chehab
2008-04-17em28xx-dvb: Some cleanups and fixesMauro Carvalho Chehab
2008-04-17CodingStyle fixesMauro Carvalho Chehab
2008-04-17em28xx-dvb: Program GPO as wellMauro Carvalho Chehab
2008-04-17tuner-xc3028: Avoids too much firmware reloadsMauro Carvalho Chehab
2008-04-17em28xx-dvb: Fix analog modeMauro Carvalho Chehab
2008-04-17em28xx-dvb: don't use videobuf-dvbMauro Carvalho Chehab
2008-04-17em28xx: generalise URB setup code.Mauro Carvalho Chehab
2008-04-17em28xx-dvb: add support for the HVR-900Mauro Carvalho Chehab
2008-04-17em28xx: Sets frequency when changing to analog modeMauro Carvalho Chehab
2008-04-17em28xx-dvb: videobuf callbacks are waiting for em28xx_fhMauro Carvalho Chehab
2008-04-17em28xx: several fixes on gpio programmingMauro Carvalho Chehab
2008-04-17em28xx: share the same xc3028 setup for analog and digital modesMauro Carvalho Chehab
2008-04-17em28xx-dvb: Add support for HVR950Mauro Carvalho Chehab
2008-04-17Improve generic support for setting gpio valuesMauro Carvalho Chehab
2008-04-17em28xx: Fix KconfigMauro Carvalho Chehab
2008-04-17em28xx: add a module to handle dvbMauro Carvalho Chehab
2008-03-28pvrusb2-dvb: add atsc/qam support for Hauppauge pvrusb2 model 750xxMichael Krufky
2008-03-28pvrusb2: create a separate pvr2_device_desc structure for 751xx modelsMichael Krufky
2008-03-28pvrusb2: Enable OnAir digital operationMichael Krufky
2008-03-28pvrusb2: Fix slop involving use of struct which might not be definedMike Isely
2008-03-28pvrusb2: Fix minor problem involving ARRAY_SIZE confusionMike Isely
2008-03-28pvrusb2: Rework USB streaming start/stop executionMike Isely
2008-03-28pvrusb2: Centralize handling of simple FX2 commandsMike Isely
2008-03-28pvrusb2: Make FX2 command codes unsigned constantsMike Isely
2008-03-28pvrusb2: Implement statistics for USB I/O performance / trackingMike Isely
2008-03-28pvrusb2: Remove never-reached break statements (trivial)Mike Isely
2008-03-28pvrusb2: Fix misleading bit of debug output (trivial)Mike Isely
2008-03-28pvrusb2: state control tweakMike Isely
2008-03-28pvrusb2: Make associativity of == and && explicit (cosmetic)Mike Isely
2008-03-15pvrusb2: Fix compilation goof when CONFIG_VIDEO_PVRUSB2_DVB is offMike Isely
2008-02-09pvrusb2-dvb: Change usage of 0 --> NULLMike Isely