aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/stb0899_drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-03-13V4L/DVB (10974): Use Diseqc 3/3 mode to send dataSigmund Augdal1-1/+1
2009-01-07V4L/DVB (10180): drivers/media: Fix a number of sparse warningsMauro Carvalho Chehab1-3/+3
2009-01-02V4L/DVB (10165): Add FE_CAN_2G_MODULATION flag to frontends that support DVB-S2Klaus Schmidinger1-0/+1
2008-12-29V4L/DVB (9520): stb0899 Remove double .read_status assignmentIgor M. Liplianin1-4/+3
2008-12-29V4L/DVB (9469): Port STB0899 and STB6100Manu Abraham1-374/+49
2008-12-29V4L/DVB (9467): Fix runtime verbosityReinhard Nissl1-66/+66
2008-12-29V4L/DVB (9464): Remove unreferenced deliveryManu Abraham1-3/+0
2008-12-29V4L/DVB (9463): Make delivery system standalone.Manu Abraham1-3/+11
2008-12-29V4L/DVB (9462): Allow specifying clock per deviceManu Abraham1-2/+3
2008-12-29V4L/DVB (9460): Code SimplificationManu Abraham1-3/+1
2008-12-29V4L/DVB (9459): We can now reduce the debug levels, just need to look at errors only.Manu Abraham1-1/+1
2008-12-29V4L/DVB (9457): Optimization, Fix a BugManu Abraham1-2/+20
2008-12-29V4L/DVB (9454): Fix a compile warningManu Abraham1-1/+1
2008-12-29V4L/DVB (9453): stb0899: fix compilation warningsManu Abraham1-1/+1
2008-12-29V4L/DVB (9451): Bug! F/3 Clock domain was incorrectly usedManu Abraham1-1/+1
2008-12-29V4L/DVB (9448): Bug: fix array sizeReinhard Nissl1-2/+2
2008-12-29V4L/DVB (9446): Bug Fix an overflow in bandwidth calculationReinhard Nissl1-1/+1
2008-12-29V4L/DVB (9444): Initialize post process events to NULLManu Abraham1-1/+1
2008-12-29V4L/DVB (9443): Bug: Bandwidth calculationManu Abraham1-3/+2
2008-12-29V4L/DVB (9442): Revert back previous change to 90MHzManu Abraham1-1/+1
2008-12-29V4L/DVB (9441): Code simplification: clock is already initialized, no need to initialize again.Manu Abraham1-1/+1
2008-12-29V4L/DVB (9436): Fix a typo in the previous commitManu Abraham1-2/+2
2008-12-29V4L/DVB (9435): Add post process interfacesManu Abraham1-0/+34
2008-12-29V4L/DVB (9428): Fix: assignment of wrong valuesMarko Schluessler1-1/+1
2008-12-29V4L/DVB (9423): Though insignificant, removes an unnecessary read of the LOCK_LOSS register,Manu Abraham1-4/+0
2008-12-29V4L/DVB (9420): return -EINVAL for invalid parametersManu Abraham1-4/+5
2008-12-29V4L/DVB (9416): Hmmph, a proper calculation broke the working behaviour.Manu Abraham1-1/+1
2008-12-29V4L/DVB (9414): Initialize DiSEqCManu Abraham1-1/+37
2008-12-29V4L/DVB (9413): Bug: Set Auxilliary Clock Register correctlyManu Abraham1-2/+4
2008-12-29V4L/DVB (9411): Bug! Timing recovery was calculated for 99MHz not 90 MHzManu Abraham1-1/+1
2008-12-29V4L/DVB (9407): Optimizations Reduce capture range from 10MHz to 3MhzManu Abraham1-4/+4
2008-12-29V4L/DVB (9402): TT S2 3200 shouldn't need Inversion ON and Inversion AUTO at the same timeManu Abraham1-1/+3
2008-12-29V4L/DVB (9396): Fix clocks at stb0899Manu Abraham1-2/+7
2008-12-29V4L/DVB (9386): FIX: Add in missing inversion (should be ideally in the config struct)Manu Abraham1-0/+1
2008-12-29V4L/DVB (9383): Let's neither sleep nor wakeup for nowManu Abraham1-12/+0
2008-12-29V4L/DVB (9382): Use a delay for tracking acquisition statusManu Abraham1-48/+9
2008-12-29V4L/DVB (9381): On the KNC1 cards the CLOCK is clamped to a maximum limit of 90MHz, eventhoughManu Abraham1-1/+1
2008-12-29V4L/DVB (9375): Add STB0899 supportManu Abraham1-0/+1963