aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-core/dvb_frontend.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-24Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracingLinus Torvalds1-15/+15
2010-05-19V4L/DVB: fix dvb frontend lockupmatthieu castet1-8/+17
2010-05-17dvb: Push down BKL into ioctl functionsArnd Bergmann1-15/+15
2010-02-26V4L/DVB: dvb-core: remove unnecessary casting of kmallocThiago Farina1-4/+2
2010-02-26V4L/DVB (13879): dvb_frontend: report what ioctl were called on debug modeMauro Carvalho Chehab1-1/+1
2010-02-26V4L/DVB (13878): dvb_frontend: Print dump on get after filling the dataMauro Carvalho Chehab1-2/+2
2009-12-05V4L/DVB (13157): dvb_frontend: represent all DVBS2API commands via macroMauro Carvalho Chehab1-133/+26
2009-12-05V4L/DVB (13103): create a standard method for dvb adapter drivers to override frontend ioctlsMichael Krufky1-1/+19
2009-12-01drivers/media/dvb/dvb-core/dvb_frontend.c: needs semaphore.hAndrew Morton1-0/+1
2009-09-19V4L/DVB (12997): Add the DTV_ISDB_TS_ID property for ISDB_SHIRANO Takahito1-0/+8
2009-09-19V4L/DVB (12896): ISDB-T: add mapping of LAYER_ENABLED to frontend-cachePatrick Boettcher1-0/+8
2009-09-19V4L/DVB (12892): DVB-API: add support for ISDB-T and ISDB-Tsb (version 5.1)Patrick Boettcher1-5/+197
2009-09-12V4L/DVB (12686): dvb-core: check supported QAM modulationsJanne Grunau1-0/+9
2009-09-12V4L/DVB (12685): dvb-core: check fe->ops.set_frontend return valueJanne Grunau1-5/+21
2009-06-16V4L/DVB (11875): dvb_frontend: fix case where fepriv->exit not resetDevin Heitmueller1-0/+1
2009-06-16V4L/DVB (11785): dvb_frontend: fix race condition resulting in dropped tuning commandsDevin Heitmueller1-0/+1
2009-03-30V4L/DVB (10391): dvb: constify VFTsJan Engelhardt1-1/+1
2009-03-13V4L/DVB (10976): Bug fix: For legacy applications stv0899 performs search only first time after insmod.Igor M. Liplianin1-3/+4
2009-01-07V4L/DVB (10178): dvb_frontend: Fix some sparse warnings due to static symbolsMauro Carvalho Chehab1-11/+15
2008-12-30V4L/DVB (9916): dvb-core: don't add an event when in ONE SHOT mode for algo type HWDarron Broad1-1/+1
2008-12-29V4L/DVB (9480): Fix frontend DVBFE_ALGO_CUSTOM SearchMarco Schluessler1-0/+3
2008-12-29V4L/DVB (9478): Fix: parameters not supplied in the search processManu Abraham1-0/+1
2008-12-29V4L/DVB (9477): Fix: Commit 9344 breaks tning of cx24123Matthias Schwarzott1-0/+1
2008-12-29V4L/DVB (9345): Add event with changed status onlyArvo Jarve1-12/+18
2008-12-29V4L/DVB (9344): DVB-Core updateManu Abraham1-7/+59
2008-11-16V4L/DVB (9634): Make sure the i2c gate is open before powering down tunerDevin Heitmueller1-0/+2
2008-11-16V4L/DVB (9631): Make s2api work for ATSC supportDevin Heitmueller1-1/+2
2008-11-11V4L/DVB (9346): Optimization: Enable gate in a symmetric/disciplined way,Manu Abraham1-0/+2
2008-10-17V4L/DVB (9274): Remove spurious messages and turn into debug.Steven Toth1-37/+22
2008-10-17V4L/DVB (9264): MFE: bugfix: multi-frontend mutual exclusion parallel openDarron Broad1-21/+28
2008-10-17V4L/DVB (9227): MFE: Add multi-frontend mutual exclusionDarron Broad1-1/+42
2008-10-17V4L/DVB (9222): S2API: Add Multiple-frontend on a single adapter support.Steven Toth1-11/+13
2008-10-17V4L/DVB (9195): Frontend API Fix: 32APSK is a valid modulation for the DVB-S2 deliveryManu Abraham1-0/+1
2008-10-13V4L/DVB (9183): S2API: Return error of the caller provides 0 commands.Steven Toth1-2/+2
2008-10-13V4L/DVB (9182): S2API: Added support for DTV_HIERARCHYSteven Toth1-0/+16
2008-10-13V4L/DVB (9181): S2API: Add support fot DTV_GUARD_INTERVAL and DTV_TRANSMISSION_MODESteven Toth1-0/+32
2008-10-13V4L/DVB (9180): S2API: Added support for DTV_CODE_RATE_HP/LPSteven Toth1-0/+32
2008-10-13V4L/DVB (9177): S2API: Change _8PSK / _16APSK to PSK_8 and APSK_16Steven Toth1-3/+3
2008-10-13V4L/DVB (9173): S2API: Remove the hardcoded command limit during validationSteven Toth1-2/+1
2008-10-13V4L/DVB (9172): S2API: Bugfix related to DVB-S / DVB-S2 tuning for the legacy API.Darron Broad1-0/+2
2008-10-13V4L/DVB (9171): S2API: Stop an OOPS if illegal commands are dumped in S2API.Darron Broad1-0/+7
2008-10-12V4L/DVB (9072): S2API: Add DTV_API_VERSION commandSteven Toth1-0/+9
2008-10-12V4L/DVB (9071): S2API: Implement result codes for individual commandsSteven Toth1-4/+8
2008-10-12V4L/DVB (9025): S2API: Deactivate the ISDB-T definitionsSteven Toth1-99/+0
2008-10-12V4L/DVB (9008): S2API: Bugfix related to syncing the cache when used with the old API.Steven Toth1-1/+1
2008-10-12V4L/DVB (9007): S2API: Changed bandwidth to be expressed in HZSteven Toth1-9/+24
2008-10-12V4L/DVB (9006): S2API: Allow reliable use of old and new api on the same frontend, regardless.Steven Toth1-3/+4
2008-10-12V4L/DVB (9005): Bug fix: ioctl FE_SET_PROPERTY/FE_GET_PROPERTY always return errorIgor M. Liplianin1-1/+1
2008-10-12V4L/DVB (9004): S2API: Implement GET/SET handing to the demodsSteven Toth1-4/+17
2008-10-12V4L/DVB (9003): S2API: Remove the DTV_SET_ and DTV_GET_ prefixesSteven Toth1-219/+212