summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-02-26V4L/DVB: get_dvb_firmware: Add function to retrieve nGene firmwaresOliver Endriss1-1/+19
2010-02-26V4L/DVB: using vmalloc requires include linux/vmalloc.hStephen Rothwell1-0/+1
2010-02-26V4L/DVB: mfd: Add support for the timberdale FPGARichard Röjfors4-1/+805
2010-02-26V4L/DVB: radio: Add radio-timbRichard Röjfors4-0/+291
2010-02-26V4L/DVB: ngene: Fix I2C initialisationOliver Endriss1-6/+1
2010-02-26V4L/DVB: ngene: Make checkpatch.pl happyOliver Endriss2-19/+16
2010-02-26V4L/DVB: ngene: Use correct name for cineS2 cardsOliver Endriss1-11/+11
2010-02-26V4L/DVB: ngene: Take care of late interruptsOliver Endriss1-1/+2
2010-02-26V4L/DVB: ngene: Workaround for command timeoutOliver Endriss1-9/+41
2010-02-26V4L/DVB: ngene: Set ADC ranges to 1VppOliver Endriss1-0/+3
2010-02-26V4L/DVB: ngene: Adapt to current frontend driversOliver Endriss1-12/+2
2010-02-26V4L/DVB: ngene: Mystique SaTiX-S2 DualMatthias Benesch1-2/+15
2010-02-26V4L/DVB: [nGene] Trivial I2C related fixes/cleanupsManu Abraham1-1/+1
2010-02-26V4L/DVB: ngene: Code cleanupOliver Endriss5-3365/+10
2010-02-26V4L/DVB: ngene: Added module parameter "one_adapter"Matthias Benesch2-32/+22
2010-02-26V4L/DVB: DVB: Export dvb_ringbuffer_flush() againOliver Endriss2-14/+3
2010-02-26V4L/DVB: ngene: Remove kernel version check for dvb_[un]register_adapterOliver Endriss1-1/+1
2010-02-26V4L/DVB: ngene: Change severity of some diagnostic messagesOliver Endriss1-6/+8
2010-02-26V4L/DVB: ngene: Speed-up tuningOliver Endriss1-1/+0
2010-02-26V4L/DVB: ngene: Fix unloading of moduleRoland Praml1-4/+8
2010-02-26V4L/DVB: ngene: Remove firmware debuggingMatthias Benesch1-5/+0
2010-02-26V4L/DVB: ngene: Added Media-Pointer MP-S2/CineS2 DVB-S2 Twin TunerMatthias Benesch1-0/+115
2010-02-26V4L/DVB: ngene: Additional clean-upMatthias Benesch2-39/+3
2010-02-26V4L/DVB: ngene: Always use firmware loaderOliver Endriss1-31/+16
2010-02-26V4L/DVB: ngene: Driver compiles nowOliver Endriss6-1430/+35
2010-02-26V4L/DVB: ngene: Initial check-inMatthias Benesch5-0/+7584
2010-02-26V4L/DVB: hdpvr: add new USB product idJanne Grunau2-0/+2
2010-02-26V4L/DVB: hdpvr-video: cleanup signednessMárton Németh1-1/+2
2010-02-26V4L/DVB: media: dvb/af9015, add hashes supportJiri Slaby1-2/+12
2010-02-26V4L/DVB: media: dvb/af9015, refactor remote settingJiri Slaby1-133/+89
2010-02-26V4L/DVB: media: dvb/af9015, factor out remote settingJiri Slaby1-148/+157
2010-02-26V4L/DVB: media: dvb/af9015, implement eeprom hashingJiri Slaby2-22/+44
2010-02-26V4L/DVB: cx23885: Add support for LEADTEK WinFast PxTV1200Kusanagi Kouichi4-0/+47
2010-02-26V4L/DVB: hdpvr-core: make module parameters localMárton Németh1-2/+2
2010-02-26V4L/DVB: radio: add support for SAA7706H Car Radio DSPRichard Röjfors4-0/+467
2010-02-26V4L/DVB: drivers/media/dvb/frontends/stv090x.c: fix use-uninitlalisedAndrew Morton1-1/+1
2010-02-26V4L/DVB: drivers/media/dvb/frontends/stv090x.c: fix use-uninitialisedAndrew Morton1-1/+2
2010-02-26V4L/DVB: drivers/media/video/cx18/cx18-alsa-pcm.c: fix printk warningAndrew Morton1-1/+1
2010-02-26V4L/DVB: dvb: return -ENOMEM if kzalloc failed in dvb_usb_device_init()Roel Kluin1-1/+1
2010-02-26V4L/DVB: em28xx: fix for "Leadtek winfast tv usbii deluxe"Magnus Alm6-6/+105
2010-02-26V4L/DVB: smsir: make local variables staticMárton Németh1-3/+3
2010-02-26V4L/DVB: m920x: Add support for Pinnacle PCTV310e cardMassimo Del Fedele3-1/+143
2010-02-26V4L/DVB: cafe_ccic: Fix lock imbalancesAlexander Strakh1-3/+3
2010-02-26V4L/DVB: stv0900: dereference of state->internal in fe_stv0900_error stv0900_...Roel Kluin1-0/+7
2010-02-26V4L/DVB: cx18: Add missing serialization locks to cx18-dvbAndy Walls1-0/+4
2010-02-26V4L/DVB: cx18: Increment driver version for the addition of cx18-alsa and fixesAndy Walls1-1/+1
2010-02-26V4L/DVB: cx18: Fix memory leak in cx18-alsa starting of PCM capturesAndy Walls1-13/+5
2010-02-26V4L/DVB: cx18: Add missing serialization locking to cx18-alsaAndy Walls1-1/+9
2010-02-26V4L/DVB: cx18: Rename snd_cx18_mixer_lock to snd_cx18_lock and increase visib...Andy Walls2-20/+20
2010-02-26V4L/DVB: cx25840: Fix composite detectionKusanagi Kouichi1-4/+2