aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-19V4L/DVB: dvb/stv6110x: cleanup error handlingDan Carpenter1-7/+3
2010-05-19V4L/DVB: dib3000mc: reduce large stack usageRandy Dunlap1-13/+22
2010-05-19V4L/DVB: dib7000p: reduce large stack usage fixAndrew Morton1-1/+1
2010-05-19V4L/DVB: dib7000p: reduce large stack usageRandy Dunlap1-14/+22
2010-05-19Revert "V4L/DVB: Add FE_CAN_PSK_8 to allow apps to identify PSK_8 capable DVB devices"Mauro Carvalho Chehab1-1/+1
2010-05-19V4L/DVB: Add FE_CAN_PSK_8 to allow apps to identify PSK_8 capable DVB devicesKlaus Schmidinger1-1/+1
2010-05-19V4L/DVB: ds3000: fix divide-by-zero error in ds3000_read_snr()Nicolas Noirbent1-1/+1
2010-05-19V4L/DVB: dvb/dib8000: fix build warningWolfram Sang1-0/+1
2010-05-18V4L/DVB: stv0900: Whitespace cleanupMauro Carvalho Chehab1-1/+1
2010-05-18V4L/DVB: Fix bad whitespacingMauro Carvalho Chehab1-1/+1
2010-05-18V4L/DVB: stv090x: Add some notes about the internal tuner I/O controlManu Abraham1-0/+9
2010-05-18V4L/DVB: Budget/STV090x/STV6110x: Initialize the demodulator immediately after the tuner is attachedAndreas Regel2-20/+14
2010-05-18V4L/DVB: [STV090x] Use gate control, while tuner is being accessedManu Abraham1-1/+7
2010-05-18V4L/DVB: [STV090x, STV6110x] Use tuner sleep within the demodulator controlManu Abraham4-3/+11
2010-05-18V4L/DVB: [STV090x] Code simplificationManu Abraham1-30/+27
2010-05-18V4L/DVB: get_frontend for STV0900Abylay Ospan1-1/+15
2010-05-18V4L/DVB: au8522: fix case where we don't perform the first tune after going digitalDevin Heitmueller2-0/+10
2010-05-18V4L/DVB: au8522: fix race condition in switching from digital to analog modeDevin Heitmueller3-0/+28
2010-05-06V4L/DVB: ngene: Workaround for stuck DiSEqC pinOliver Endriss1-0/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo25-1/+24
2010-02-26V4L/DVB: dvb: fix sparse warningsRandy Dunlap2-2/+2
2010-02-26V4L/DVB: af901x: inform NXP TDA18218 tuner as know but not supportedAntti Palosaari1-0/+1
2010-02-26V4L/DVB: drivers/media: Correct NULL testJulia Lawall1-5/+0
2010-02-26V4L/DVB: STV0900 Cut 3.0 AGC2 fix for NetUP Dual DVB-S2-CI cardAbylay Ospan1-1/+5
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: stv0900: dereference of state->internal in fe_stv0900_error stv0900_init_internal()Roel Kluin1-0/+7
2010-02-26V4L/DVB: dib0090: cleanup dib0090_dcc_freq()Márton Németh1-1/+1
2010-02-26V4L/DVB: stv0900: make more local functions staticMárton Németh1-5/+5
2010-02-26V4L/DVB: stv0900: make local functions staticMárton Németh1-2/+2
2010-02-26V4L/DVB: 22-kHz set_tone fix for NetUP Dual DVB-S2-CI card. 22kHz logic controlled by demodAbylay Ospan1-1/+1
2010-02-26V4L/DVB (13989): [TDA8261] Fix TDA8261 I2C read bugArvo Järve1-1/+1
2010-02-26V4L/DVB (13988): [STV090x] Configuration parameters adc1_range, adc2_range, tuner_bbgainOliver Endriss2-1/+27
2010-02-26V4L/DVB (13987): [STV090x] Quit processing if the tuner did not lockOliver Endriss1-11/+11
2010-02-26V4L/DVB (13986): [STV090x] Disable I2C gate on errorOliver Endriss1-15/+31
2010-02-26V4L/DVB (13985): [STV090x] reset mclk and dev_ver of internal structure after allocatingAndreas Regel1-0/+2
2010-02-26V4L/DVB (13983): [STV6110x] add clk_div member to stv6110x_config structureAndreas Regel2-0/+39
2010-02-26V4L/DVB (13982): [STV090x] setup master clock in stv090x_init instead of stv090x_setup.Andreas Regel1-6/+9
2010-02-26V4L/DVB (13981): [STV6110x] Add a local register map for each instance of the driver.Andreas Regel2-60/+61
2010-02-26V4L/DVB (13980): [STV6110x] Added function stv6110x_write_regsAndreas Regel1-10/+24
2010-02-26V4L/DVB (13979): [STV090x] Added possibility to set a fixed TS output clock.Andreas Regel2-0/+67
2010-02-26V4L/DVB (13978): [STV090x] set FE_HAS_SIGNAL flag in stv090x_read_status when locked.Andreas Regel1-2/+7
2010-02-26V4L/DVB (13977): [STV090x] Test for valid frequency before starting to tuneAndreas Regel1-0/+3
2010-02-26V4L/DVB (13976): [STV090x] Added mutex protection around tuner I2C access.Andreas Regel2-0/+10
2010-02-26V4L/DVB (13975): [STV090x] Added internal structure with shared settings and data.Andreas Regel3-91/+216
2010-02-26V4L/DVB (13974): [STV090x] Fix locking reliabilty issues in automatic mode.Andreas Regel1-0/+4
2010-02-26V4L/DVB (13936): 22-kHz set_tone fix for NetUP Dual DVB-S2-CI cardAbylay Ospan1-1/+2
2010-02-26V4L/DVB (13969): frontends/si21xx.c: Remove #define TRUE/FALSE, use boolJoe Perches1-22/+16
2010-02-26V4L/DVB (13965): zl10039, jump to error on errorJiri Slaby1-1/+0
2010-02-26V4L/DVB (13956): fix weird array index in zl10036.cDan Carpenter1-1/+1