summaryrefslogtreecommitdiff
path: root/drivers/media/dvb/frontends
AgeCommit message (Expand)AuthorFilesLines
2011-03-31Fix common misspellingsLucas De Marchi18-29/+29
2011-03-22[media] STV0288 added full frontend statusMalcolm Priestley1-2/+5
2011-03-22[media] stv0367: typo in function parameterDan Carpenter1-1/+1
2011-03-22[media] stv0367: signedness bug in stv0367_get_tuner_freq()Dan Carpenter1-2/+2
2011-03-22[media] Zarlink zl10036 DVB-S: Fix mem leak in zl10036_attachJesper Juhl1-5/+5
2011-03-22[media] af9013: reimplement firmware downloadAntti Palosaari1-16/+11
2011-03-22[media] af9013: download FW earlier in attach()Antti Palosaari1-14/+14
2011-03-22[media] stv0367: implement uncorrected blocks counterAbylay Ospan1-1/+19
2011-03-22[media] stv0367: change default value for AGC registerAbylay Ospan1-2/+2
2011-03-22[media] stv0367.c: fix compiler warningHans Verkuil1-1/+1
2011-03-21[media] ds3000: wrong hardware tune function implementedIgor M. Liplianin1-2/+13
2011-03-21[media] stv0900: Update status when LOCK is missedAbylay Ospan1-0/+1
2011-03-21[media] stv0900: speed up DVB-S searchingIgor M. Liplianin1-0/+3
2011-03-21[media] dib9000: fix return type in dib9000_mbx_send_attr()Dan Carpenter1-1/+2
2011-03-21[media] dib8000: fix small memory leak on errorDan Carpenter1-1/+1
2011-03-21[media] stv090x: handle allocation failuresDan Carpenter1-1/+10
2011-03-21[media] cx88: add support for TeVii S464 PCI cardIgor M. Liplianin2-0/+4
2011-03-21[media] ds3000: hardware tune algorithmIgor M. Liplianin1-6/+12
2011-03-21[media] ds3000: add carrier offset calculationIgor M. Liplianin1-2/+28
2011-03-21[media] ds3000: remove unnecessary dnxt, dcur structuresIgor M. Liplianin1-95/+13
2011-03-21[media] ds3000: clean up in tune procedureIgor M. Liplianin1-259/+213
2011-03-21[media] dw2102: Prof 7500: Lock LED implementedIgor M. Liplianin2-1/+24
2011-03-21[media] dw2102: add support for Geniatech SU3000 USB DVB-S2 cardIgor M. Liplianin2-0/+41
2011-03-21[media] dvb_pll: DVB-S incorrect tune settings for dw2102/dm1105/cx88/opera1Malcolm Priestley1-11/+68
2011-03-21[media] ds3000: don't load firmware during demod initIgor M. Liplianin1-8/+6
2011-03-21[media] ds3000: loading firmware in bigger chunksIgor M. Liplianin1-4/+4
2011-03-21[media] ds3000: decrease mpeg clock outputIgor M. Liplianin1-1/+1
2011-03-21[media] ds3000: fill in demod init functionIgor M. Liplianin1-4/+12
2011-03-21[media] Initial commit to support NetUP Dual DVB-T/C CI RF cardIgor M. Liplianin1-2/+2
2011-03-21[media] Support for stv0367 multi-standard demodulatorIgor M. Liplianin6-0/+7341
2011-03-21[media] stv090x: 22kHz workaround must also be performed for the 2nd frontendOliver Endriss1-15/+11
2011-03-21[media] stv090x: Fix losing lock in dual DVB-S2 modeOliver Endriss1-4/+6
2011-03-21[media] stv090x: Fixed typos in register macrosOliver Endriss1-8/+8
2011-03-21[media] stv090x: Optional external lock routineOliver Endriss2-5/+17
2011-03-21[media] stv090x: make sleep/wakeup specific to the demod pathAndreas Regel1-26/+185
2011-03-21[media] dib8000: Fix some wrong alignmentsMauro Carvalho Chehab1-48/+48
2011-03-21[media] dib7000p: Fix 4-byte wrong alignments for some case statementsMauro Carvalho Chehab1-4/+4
2011-03-21[media] DiBxxxx: Codingstype updatesOlivier Grenie9-532/+462
2011-03-21[media] DiB7090: add support for the dib7090 basedOlivier Grenie3-587/+1543
2011-03-21[media] DIB9000: initial support addedOlivier Grenie5-1/+2543
2011-03-21[media] DiB0090: misc improvementsOlivier Grenie2-335/+1346
2011-03-21[media] DiBx000: add addition i2c-interface namesOlivier Grenie2-22/+285
2011-03-21[media] DiB8000: add diversity supportOlivier Grenie2-301/+532
2011-03-21[media] stv090x: add tei-field to config-structurePatrick Boettcher2-0/+11
2011-03-21[media] stv090x: added function to control GPIOs from the outsidePatrick Boettcher2-0/+26
2011-03-02[media] DiB7000M: add pid filteringOlivier Grenie2-0/+34
2011-01-21Merge branch 'media_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds3-9/+33
2011-01-20kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes1-1/+1
2011-01-19[media] frontends/ix2505v: Remember to free allocated memory in failure pathJesper Juhl1-1/+1
2011-01-19[media] mb86a20s: Be sure that device is initialized before starting DVBMauro Carvalho Chehab1-4/+28