aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88
AgeCommit message (Expand)AuthorFilesLines
2012-08-15[media] rename most media/video pci drivers to media/pciMauro Carvalho Chehab18-16329/+0
2012-08-13[media] common: move media/common/tuners to media/tunersMauro Carvalho Chehab1-1/+1
2012-08-13[media] move the dvb/frontends to drivers/media/dvb-frontendsMauro Carvalho Chehab1-1/+1
2012-08-13[media] dvb: move the dvb core one level upMauro Carvalho Chehab1-1/+1
2012-08-13[media] cx88: Remove duplicate constEmil Goode3-3/+3
2012-08-13[media] dvb: get rid of fe_ioctl_override callbackMauro Carvalho Chehab1-1/+1
2012-07-06[media] cx88-blackbird: replace ioctl by unlocked_ioctlHans Verkuil1-1/+1
2012-07-06[media] cx88: don't use current_normHans Verkuil2-6/+20
2012-07-06[media] cx88: fix a number of v4l2-compliance violationsHans Verkuil2-23/+72
2012-07-06[media] cx88: support control eventsHans Verkuil2-7/+14
2012-07-06[media] cx88: add priority supportHans Verkuil4-0/+12
2012-07-06[media] cx88: move fmt, width and height to cx8800_devHans Verkuil2-29/+29
2012-07-06[media] cx88: remove radio and type from cx8800_fhHans Verkuil2-54/+37
2012-07-06[media] cx88: convert cx88-blackbird to the control frameworkHans Verkuil2-69/+39
2012-07-06[media] cx88: each device node gets the right controlsHans Verkuil4-57/+108
2012-07-06[media] cx88: first phase to convert cx88 to the control frameworkHans Verkuil6-446/+211
2012-07-06[media] cx88: fix querycapHans Verkuil3-68/+36
2012-06-11[media] cx88: fix firmware load on big-endian systemsHans Verkuil1-1/+1
2012-01-18Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-12/+12
2012-01-16[media] cx88: fix: don't duplicate xc4000 entry for radioMiroslav Slugen1-12/+12
2012-01-15Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-15/+127
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2012-01-07[media] Add support for two Leadtek Winfast TV 2000XP typesIstvan Varga3-0/+97
2012-01-06[media] cx88: Fix radio support for Leadtek DTV2000H JMiroslav Slugen2-2/+13
2011-12-31[media] tuners: remove dvb_frontend_parameters from set_params()Mauro Carvalho Chehab1-2/+1
2011-12-31[media] cx88: use DVBv5 parameters on set_params()Mauro Carvalho Chehab1-2/+3
2011-12-30[media] cx88-dvb avoid dangling core->gate_ctrl pointerDavid Fries1-3/+7
2011-11-24[media] video: Drop undue references to i2c-algo-bitJean Delvare1-1/+1
2011-11-08[media] cx88: fix menu level for the VP-3054 moduleHans Verkuil1-5/+5
2011-09-03[media] drivers/media: do not use EXTRA_CFLAGSArnaud Lacombe1-4/+4
2011-08-27[media] cx88: notch filter control fixesistvan_v@mailbox.hu2-4/+1
2011-07-27[media] cx88: implemented luma notch filter controlistvan_v@mailbox.hu2-2/+20
2011-07-27[media] cx88: implemented sharpness controlistvan_v@mailbox.hu2-3/+30
2011-07-27[media] cx88: properly maintain decoder config when using MPEG encoderDevin Heitmueller2-7/+18
2011-07-27[media] Stop using linux/version.h on most video driversMauro Carvalho Chehab6-75/+18
2011-07-27[media] cx88: replaced duplicated code with function callistvan_v@mailbox.hu1-7/+1
2011-07-27[media] cx88: added support for Leadtek WinFast DTV1800 H with XC4000 tuneristvan_v@mailbox.hu4-0/+52
2011-07-27[media] cx88: added support for Leadtek WinFast DTV2000 H Plusistvan_v@mailbox.hu4-1/+107
2011-07-27[media] cx88: added XC4000 tuner callback and DVB attach functionsistvan_v@mailbox.hu2-0/+47
2011-05-20[media] cx88: don't use atomic_t for core->usersJonathan Nieder2-3/+4
2011-05-20[media] cx88: don't use atomic_t for core->mpeg_usersJonathan Nieder2-6/+7
2011-05-20[media] cx88: gracefully reject attempts to use unregistered cx88-blackbird d...Jonathan Nieder1-11/+14
2011-05-20[media] cx88: protect cx8802_devlist with a mutexJonathan Nieder1-3/+17
2011-05-20[media] cx88: hold device lock during sub-driver initializationJonathan Nieder3-10/+4
2011-05-20[media] cx88: fix locking of sub-driver operationsJonathan Nieder4-9/+5
2011-05-20[media] cx88: protect per-device driver list with device lockJonathan Nieder4-6/+20
2011-05-20[media] use pci_dev->revisionBjørn Mork2-2/+2
2011-05-04[media] Fix cx88 remote control inputLawrence Rust1-1/+1
2011-03-22[media] remove the old RC_MAP_HAUPPAUGE_NEW RC mapMauro Carvalho Chehab1-2/+2
2011-03-22[media] cx88-alsa: fix compiler warningHans Verkuil1-1/+1
2011-03-21[media] cx88: add support for TeVii S464 PCI cardIgor M. Liplianin4-0/+42
2011-03-21[media] Add proper audio support for Nova-S Plus with wm8775 ADCLawrence Rust5-24/+170
2011-03-21[media] tuner-core: remove usage of DIGITAL_TVMauro Carvalho Chehab1-3/+1
2011-03-21[media] cx88: Don't allow opening a device while it is not readyMauro Carvalho Chehab1-10/+12
2011-03-21[media] cx88: use unlocked_ioctl for cx88-video.Mauro Carvalho Chehab1-2/+2
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-0/+8
2011-01-06Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-182/+129
2011-01-03[media] wm8775: Revert changeset fcb9757333 to avoid a regressionMauro Carvalho Chehab4-117/+22
2010-12-30[media] cx88: Remove the obsolete i2c_adapter.id fieldMauro Carvalho Chehab2-2/+0
2010-12-30[media] cx88: Add RC logic for Leadtek PVR 2000Mauro Carvalho Chehab1-1/+48
2010-12-29[media] cx88-dvb.c: DVB net latency using Hauppauge HVR4000Ang Way Chuang1-2/+6
2010-12-29[media] V4L: remove V4L1 compatibility modeHans Verkuil1-12/+0
2010-12-29[media] drivers/media/video: Remove unnecessary semicolonsJoe Perches1-1/+1
2010-12-29[media] Fix parameter description for disable_irMauro Carvalho Chehab1-1/+1
2010-12-29[media] rc: Rename remote controller type to rc_type instead of ir_typeMauro Carvalho Chehab1-4/+4
2010-12-29[media] Rename all public generic RC functions from ir_ to rc_Mauro Carvalho Chehab1-7/+7
2010-12-29[media] rc: rename the remaining things to rc_coreMauro Carvalho Chehab2-2/+2
2010-12-29[media] ir-core: make struct rc_dev the primary interfaceDavid Härdeman1-49/+47
2010-12-29[media] ir-core: more cleanups of ir-functions.cDavid Härdeman2-3/+1
2010-12-29[media] ir-core: remove remaining users of the ir-functions keyhandlersDavid Härdeman1-3/+8
2010-12-29[media] ir-core: convert drivers/media/video/cx88 to ir-coreDavid Härdeman2-128/+37
2010-12-24media/video: explicitly flush request_module workTejun Heo1-0/+8
2010-12-02Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-9/+7
2010-11-22[media] v4l: Remove module_name argument to the v4l2_i2c_new_subdev* functionsLaurent Pinchart2-9/+7
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2-2/+0
2010-10-28Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds14-236/+464
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2010-10-23[media] Nova-S-Plus audio line inputlawrence rust4-15/+124
2010-10-22[media] v4l: Remove hardcoded module names passed to v4l2_i2c_new_subdev*Laurent Pinchart2-6/+6
2010-10-22[media] cx88: uninitialized variableDan Carpenter1-2/+1
2010-10-21[media] Twinhan 1027 + IR Port supportSergey Ivanov4-9/+82
2010-10-21[media] i2c: Stop using I2C_CLASS_TV_DIGITALJean Delvare1-2/+0
2010-10-21V4L/DVB: videobuf: add queue argument to videobuf_waiton()Hans Verkuil1-1/+1
2010-10-21V4L/DVB: videobuf: add ext_lock argument to the queue init functionsHans Verkuil3-4/+4
2010-10-21V4L/DVB: cx88: Remove BKLMauro Carvalho Chehab2-15/+16
2010-10-21V4L/DVB: Remove the usage of I2C_HW_B_CX2388x on ir-kbd-i2c.cMauro Carvalho Chehab3-42/+51
2010-10-21V4L/DVB: drivers/media: Make static data tables and strings constlawrence rust11-121/+121
2010-10-21V4L/DVB: cx88: Fix some gcc warningsMauro Carvalho Chehab1-7/+1
2010-10-21V4L/DVB: cx88: convert core->tvaudio into an enumlawrence rust4-20/+64
2010-10-21V4L/DVB: drivers/media/video: Adjust confusing if indentationJulia Lawall1-1/+2
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-1/+1
2010-09-27V4L/DVB: cx88: Kconfig: Remove EXPERIMENTAL dependency from VIDEO_CX88_ALSAlawrence rust1-1/+1
2010-08-13Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2010-08-12V4L/DVB: fix Kconfig to depends on VIDEO_IRMauro Carvalho Chehab1-1/+1
2010-08-11V4L/DVB: Use custom I2C probing function mechanismJean Delvare1-15/+4
2010-08-02V4L/DVB: drivers/media: Remove unnecessary casts of private_dataJoe Perches1-1/+1
2010-08-02V4L/DVB: cx88: Let the user disable IR supportJean Delvare1-2/+8
2010-08-02V4L/DVB: cx88: Move I2C IR initializationJean Delvare3-1/+7
2010-08-02V4L/DVB: videobuf: Rename vmalloc fields to vaddrLaurent Pinchart1-1/+1
2010-08-02V4L/DVB: Remove videobuf_sg_alloc abuseLaurent Pinchart1-15/+14
2010-08-02V4L/DVB: videobuf: Remove the videobuf_sg_dma_map/unmap functionsLaurent Pinchart2-3/+3
2010-08-02V4L/DVB: ir-core: partially convert cx88 to not use ir-functions.cDavid Härdeman1-30/+16
2010-06-01V4L/DVB: FusionHDTV: Use quick reads for I2C IR device probingJean Delvare1-1/+15
2010-05-19V4L/DVB: cx88: fix setting input when using DVBIstvan Varga1-1/+10
2010-05-19V4L/DVB: ir-core: remove IR_TYPE_PDDavid Härdeman1-4/+4
2010-05-19V4L/DVB: cx88: improve error handlingDan Carpenter1-1/+4
2010-05-19V4L/DVB: cx88: fix checks for analog TV inputsistvan_v@mailbox.hu2-3/+5
2010-05-19V4L/DVB: V4L2: Replace loops for finding max buffers in VIDIOC_REQBUFS callbacksAndreas Bombe1-2/+2
2010-05-19V4L/DVB: ir-core: Add support for badly-implemented hardware decodersMauro Carvalho Chehab1-2/+28
2010-05-19V4L/DVB: cx88: don't handle IR on Pixelview too fastMauro Carvalho Chehab1-2/+2
2010-05-19V4L/DVB: ir-core: Make use of the new IR keymap modulesMauro Carvalho Chehab1-21/+21
2010-05-19V4L/DVB: ir: prepare IR code for a parameter change at register functionMauro Carvalho Chehab1-1/+1
2010-05-19V4L/DVB: ir: use IR_KEYTABLE where an IR table is neededMauro Carvalho Chehab1-19/+19
2010-05-19V4L/DVB: cx88-dvb: fix on switch identationRicardo Maraschini1-1/+1
2010-05-18V4L/DVB: cx88: Only start IR if the input device is openedMauro Carvalho Chehab3-15/+66
2010-05-18V4L/DVB: ir-core: export driver name used by IR via ueventMauro Carvalho Chehab1-1/+3
2010-05-18V4L/DVB: cx88: increase BUFFER_TIMEOUT to 2 secondsMarton Balint1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo9-2/+7
2010-02-26V4L-DVB: cx88-dvb: remove extra attribution for coreMauro Carvalho Chehab1-2/+0
2010-02-26V4L/DVB: Add support for SMT7020 to cx88Dirk Herrendoerfer4-0/+243
2010-02-26V4L/DVB: cx88-alsa: prevent out-of-range volume settingClemens Ladisch1-4/+6
2010-02-26V4L/DVB (13680): ir: use unsigned long instead of enumMauro Carvalho Chehab1-1/+1
2010-02-26V4L/DVB (13634): ir-core: allow passing IR device parameters to ir-coreMauro Carvalho Chehab1-2/+2
2009-12-16V4L/DVB (13617): ir: move input_register_device() to happen inside ir_input_r...Mauro Carvalho Chehab1-5/+2
2009-12-16V4L/DVB (13616): IR: rename ir_input_free as ir_input_unregisterMauro Carvalho Chehab1-2/+2
2009-12-16V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignmentsLaurent Pinchart2-3/+0
2009-12-16V4L/DVB (13555): v4l: Use video_device_node_name() instead of the minor numberLaurent Pinchart2-5/+4
2009-12-16V4L/DVB (13554a): v4l: Use the video_drvdata function in driversLaurent Pinchart4-55/+20
2009-12-16V4L/DVB (13553): v4l: Use the video_is_registered function in device driversLaurent Pinchart2-4/+4
2009-12-16V4L/DVB (13550): v4l: Use the new video_device_node_name functionLaurent Pinchart2-8/+8
2009-12-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds6-12/+117
2009-12-05V4L/DVB (13537): ir: Prepare the code for dynamic keycode table allocationMauro Carvalho Chehab1-1/+6
2009-12-05V4L/DVB (13533): ir: use dynamic tables, instead of static onesMauro Carvalho Chehab1-7/+7
2009-12-05V4L/DVB (13407): Add Prof 7301 PCI DVB-S2 cardIgor M. Liplianin5-0/+76
2009-12-05V4L/DVB (13238): v4l2_subdev: rename tuner s_standby operation to core s_powerLaurent Pinchart3-3/+3
2009-12-05V4L/DVB (13135): Add support for TeVii remotesIgor M. Liplianin1-1/+1
2009-12-05V4L/DVB (13134): Add support for TBS-likes remotesIgor M. Liplianin1-0/+24
2009-12-05V4L/DVB (13103): create a standard method for dvb adapter drivers to override...Michael Krufky1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds4-8/+8
2009-09-21trivial: media/video/cx88: add __init/__exit macros to cx88 driversPeter Huewe4-8/+8
2009-09-19V4L/DVB (12540): v4l: simplify v4l2_i2c_new_subdev and friendsHans Verkuil2-10/+10
2009-09-12V4L/DVB (12595): common/ir: use a struct for keycode tablesMauro Carvalho Chehab1-26/+26
2009-09-12V4L/DVB (12469): fix bad whitespaces at cx88_geniatech_x8000_mtMauro Carvalho Chehab1-3/+3
2009-09-12V4L/DVB (12486): cx88: fix TBS 8920 card supportIgor M. Liplianin2-6/+10
2009-09-12V4L/DVB (12465): cx88: High resolution timer for Remote ControlsAndrzej Hajda1-8/+17
2009-09-12V4L/DVB (12439): cx88: add support for WinFast DTV2000H rev. JVlastimil Labsky4-0/+52
2009-08-13V4L/DVB (12394): cx88: Disable xc3028 power management for Geniatech x8000Devin Heitmueller1-0/+8
2009-08-13V4L/DVB (12393): cx88: fix regression in tuning for Geniatech X8000 MTDevin Heitmueller1-0/+1
2009-08-13V4L/DVB (12349): cx88: HVR1300 ensure switching from Encoder to DVB-T and bac...Sohail Syyed1-0/+4
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan2-0/+2
2009-06-23V4L/DVB (11907): cx88: Use v4l bounding/alignment functionTrent Piepho1-9/+2
2009-06-23V4L/DVB (12010): cx88: Properly support Leadtek TV2000 XP GlobalMauro Carvalho Chehab1-19/+75
2009-06-16V4L/DVB (12004): poll method lose race conditionFigo.zhang1-4/+10
2009-06-16V4L/DVB (11441): cx88-dsp: fixing 64bit mathMiroslav Sustek1-2/+15
2009-06-16V4L/DVB (11396): cx88: avoid reprogramming every audio register on A2 stereo/...Marton Balint1-6/+4
2009-06-16V4L/DVB (11395): cx88: audio thread: if stereo detection is hw supported don'...Marton Balint1-18/+33
2009-06-16V4L/DVB (11394): cx88: Add support for stereo and sap detection for A2Marton Balint5-10/+381
2009-06-16V4L/DVB (11784): cx88: Fix race condition between cx8800 startup and haldDevin Heitmueller1-0/+2
2009-06-16V4L/DVB (11992): Add missing __devexit_p()Jean Delvare1-4/+3
2009-06-16V4L/DVB (11879): Adds support for Leadtek WinFast DTV-1800HMiroslav Sustek4-0/+79
2009-06-16V4L/DVB (11853): minor have assigned value twicefigo.zhang1-1/+0
2009-06-16V4L/DVB (11844): ir-kbd-i2c: Switch to the new-style device binding modelJean Delvare1-0/+13
2009-06-16V4L/DVB (11807): cx88: remove xc5000 reset for Pinnacle 800iDevin Heitmueller1-4/+16
2009-06-16V4L/DVB (11735): Enables the Winfast TV2000 XP Global TV IRPieter Van Schaik1-0/+2
2009-06-16V4L/DVB (11665): cx88: Add support for the Hauppauge IROnly board.Steven Toth3-0/+16
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang3-3/+3
2009-04-06V4L/DVB (11380): v4l2-subdev: change s_routing prototypeHans Verkuil1-8/+4
2009-04-06V4L/DVB (11377): v4l: increase version numbers of drivers converted to v4l2_s...Hans Verkuil1-1/+1
2009-04-06V4L/DVB (11375): v4l2: use v4l2_i2c_new_probed_subdev_addr where appropriate.Hans Verkuil1-6/+3
2009-04-06V4L/DVB (11373): v4l2-common: add explicit v4l2_device pointer as first arg t...Hans Verkuil2-8/+11
2009-04-06V4L/DVB (11370): v4l2-subdev: move s_std from tuner to core.Hans Verkuil1-1/+1
2009-04-06V4L/DVB (11368): v4l2-subdev: move s_standby from core to tuner.Hans Verkuil3-3/+3
2009-03-30V4L/DVB (11305): cx88: prevent probing rtc and ir devicesHans Verkuil1-4/+10
2009-03-30V4L/DVB (11300): cx88: convert to v4l2_subdev.Hans Verkuil7-68/+80
2009-03-30V4L/DVB (11269): cx88-blackbird: Stop setting buffer type in XXX_fmt_vid_capTrent Piepho1-4/+0
2009-03-30V4L/DVB (11243): cx88: Missing failure checksAlan Cox1-0/+7
2009-03-30V4L/DVB (11127): Kconfig: replace all occurrences of CUSTOMIZE to CUSTOMISEMauro Carvalho Chehab1-1/+1
2009-03-30V4L/DVB (11047): cx88: convert to v4l2_device.Hans Verkuil4-5/+23
2009-03-30V4L/DVB (10949): Add support for Terratec Cinergy HT PCI MKIIStephan Wienczny3-0/+55
2009-03-30V4L/DVB (10943): cx88: Prevent general protection fault on rmmodJean Delvare1-18/+7
2009-03-30V4L/DVB (10907): avoid loading the entire videodev.h header on V4L2 driversMauro Carvalho Chehab1-5/+0
2009-03-30V4L/DVB (10826): cx88: Add IR support to pcHDTV HD3000 & HD5500Erik S. Beiser1-0/+4
2009-03-30V4L/DVB (10816): cx88: Don't need to zero ioctl parameter fieldsTrent Piepho1-5/+1
2009-03-30V4L/DVB (10792): cx88: remove unnecessary forward declaration of cx88_coreTrent Piepho1-1/+0
2009-03-30V4L/DVB (10544): v4l2-common: add comments warning that about the sort orderHans Verkuil1-0/+1
2009-03-24Merge branch 'topic/snd_card_new-err' into for-linusTakashi Iwai1-3/+4
2009-01-29V4L/DVB (10229): cx88-dvb: Fix order of frontend allocationsAndy Walls1-34/+38
2009-01-29V4L/DVB (10201): Fixes cx88 compilation bugMauro Carvalho Chehab1-1/+1
2009-01-12drivers/media: Convert to snd_card_create()Takashi Iwai1-3/+4
2009-01-07V4L/DVB (10190): cx88: Fix some Kbuild troublesMauro Carvalho Chehab6-47/+65
2009-01-02V4L/DVB (10141): v4l2: debugging API changed to match against driver name ins...Hans Verkuil1-6/+7
2009-01-02V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil4-19/+13
2008-12-30V4L/DVB (9918): cx88: advise/acquire clean-up for HVR-1300/3000/4000Darron Broad2-24/+36
2008-12-30V4L/DVB (9796): drivers/media/video/cx88/cx88-alsa.c: Adjust error-handling codeJulia Lawall1-2/+1
2008-12-29V4L/DVB (9654): new email addressJelle Foks2-4/+4
2008-12-29V4L/DVB (9576): cx88-dvb: MFE attachment clean-up for HVR-3000/4000Darron Broad1-61/+57
2008-12-29V4L/DVB (9572a): Whitespace cleanupMauro Carvalho Chehab1-2/+2
2008-12-29V4L/DVB (9536): WinFast DTV2000 H: add support for missing analog inputsVincent Pelletier1-1/+28
2008-12-29V4L/DVB (9535): cx88-dvb: Remove usage core->prev_set_voltage from cx24116 ba...Igor M. Liplianin1-6/+2