summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB: drivers/media: Use kzallocJulia Lawall2010-06-011-4/+1
* V4L/DVB: stv6110x: Fix kernel null pointer derefGuy Martin2010-06-011-1/+4
* V4L/DVB: au8522_decoder: g/s_fmt doesn't do anything: removeHans Verkuil2010-06-011-26/+0
* V4L/DVB: dvb/stv6110x: cleanup error handlingDan Carpenter2010-05-191-7/+3
* V4L/DVB: dib3000mc: reduce large stack usageRandy Dunlap2010-05-191-13/+22
* V4L/DVB: dib7000p: reduce large stack usage fixAndrew Morton2010-05-191-1/+1
* V4L/DVB: dib7000p: reduce large stack usageRandy Dunlap2010-05-191-14/+22
* Revert "V4L/DVB: Add FE_CAN_PSK_8 to allow apps to identify PSK_8 capable DVB...Mauro Carvalho Chehab2010-05-191-1/+1
* V4L/DVB: Add FE_CAN_PSK_8 to allow apps to identify PSK_8 capable DVB devicesKlaus Schmidinger2010-05-191-1/+1
* V4L/DVB: ds3000: fix divide-by-zero error in ds3000_read_snr()Nicolas Noirbent2010-05-191-1/+1
* V4L/DVB: dvb/dib8000: fix build warningWolfram Sang2010-05-191-0/+1
* V4L/DVB: stv0900: Whitespace cleanupMauro Carvalho Chehab2010-05-181-1/+1
* V4L/DVB: Fix bad whitespacingMauro Carvalho Chehab2010-05-181-1/+1
* V4L/DVB: stv090x: Add some notes about the internal tuner I/O controlManu Abraham2010-05-181-0/+9
* V4L/DVB: Budget/STV090x/STV6110x: Initialize the demodulator immediately afte...Andreas Regel2010-05-182-20/+14
* V4L/DVB: [STV090x] Use gate control, while tuner is being accessedManu Abraham2010-05-181-1/+7
* V4L/DVB: [STV090x, STV6110x] Use tuner sleep within the demodulator controlManu Abraham2010-05-184-3/+11
* V4L/DVB: [STV090x] Code simplificationManu Abraham2010-05-181-30/+27
* V4L/DVB: get_frontend for STV0900Abylay Ospan2010-05-181-1/+15
* V4L/DVB: au8522: fix case where we don't perform the first tune after going d...Devin Heitmueller2010-05-182-0/+10
* V4L/DVB: au8522: fix race condition in switching from digital to analog modeDevin Heitmueller2010-05-183-0/+28
* V4L/DVB: ngene: Workaround for stuck DiSEqC pinOliver Endriss2010-05-061-0/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3025-1/+24
* V4L/DVB: dvb: fix sparse warningsRandy Dunlap2010-02-262-2/+2
* V4L/DVB: af901x: inform NXP TDA18218 tuner as know but not supportedAntti Palosaari2010-02-261-0/+1
* V4L/DVB: drivers/media: Correct NULL testJulia Lawall2010-02-261-5/+0
* V4L/DVB: STV0900 Cut 3.0 AGC2 fix for NetUP Dual DVB-S2-CI cardAbylay Ospan2010-02-261-1/+5
* V4L/DVB: drivers/media/dvb/frontends/stv090x.c: fix use-uninitlalisedAndrew Morton2010-02-261-1/+1
* V4L/DVB: drivers/media/dvb/frontends/stv090x.c: fix use-uninitialisedAndrew Morton2010-02-261-1/+2
* V4L/DVB: stv0900: dereference of state->internal in fe_stv0900_error stv0900_...Roel Kluin2010-02-261-0/+7
* V4L/DVB: dib0090: cleanup dib0090_dcc_freq()Márton Németh2010-02-261-1/+1
* V4L/DVB: stv0900: make more local functions staticMárton Németh2010-02-261-5/+5
* V4L/DVB: stv0900: make local functions staticMárton Németh2010-02-261-2/+2
* V4L/DVB: 22-kHz set_tone fix for NetUP Dual DVB-S2-CI card. 22kHz logic contr...Abylay Ospan2010-02-261-1/+1
* V4L/DVB (13989): [TDA8261] Fix TDA8261 I2C read bugArvo Järve2010-02-261-1/+1
* V4L/DVB (13988): [STV090x] Configuration parameters adc1_range, adc2_range, t...Oliver Endriss2010-02-262-1/+27
* V4L/DVB (13987): [STV090x] Quit processing if the tuner did not lockOliver Endriss2010-02-261-11/+11
* V4L/DVB (13986): [STV090x] Disable I2C gate on errorOliver Endriss2010-02-261-15/+31
* V4L/DVB (13985): [STV090x] reset mclk and dev_ver of internal structure after...Andreas Regel2010-02-261-0/+2
* V4L/DVB (13983): [STV6110x] add clk_div member to stv6110x_config structureAndreas Regel2010-02-262-0/+39
* V4L/DVB (13982): [STV090x] setup master clock in stv090x_init instead of stv0...Andreas Regel2010-02-261-6/+9
* V4L/DVB (13981): [STV6110x] Add a local register map for each instance of the...Andreas Regel2010-02-262-60/+61
* V4L/DVB (13980): [STV6110x] Added function stv6110x_write_regsAndreas Regel2010-02-261-10/+24
* V4L/DVB (13979): [STV090x] Added possibility to set a fixed TS output clock.Andreas Regel2010-02-262-0/+67
* V4L/DVB (13978): [STV090x] set FE_HAS_SIGNAL flag in stv090x_read_status when...Andreas Regel2010-02-261-2/+7
* V4L/DVB (13977): [STV090x] Test for valid frequency before starting to tuneAndreas Regel2010-02-261-0/+3
* V4L/DVB (13976): [STV090x] Added mutex protection around tuner I2C access.Andreas Regel2010-02-262-0/+10
* V4L/DVB (13975): [STV090x] Added internal structure with shared settings and ...Andreas Regel2010-02-263-91/+216
* V4L/DVB (13974): [STV090x] Fix locking reliabilty issues in automatic mode.Andreas Regel2010-02-261-0/+4
* V4L/DVB (13936): 22-kHz set_tone fix for NetUP Dual DVB-S2-CI cardAbylay Ospan2010-02-261-1/+2
OpenPOWER on IntegriCloud