summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-core/dvb_frontend.c
Commit message (Expand)AuthorAgeFilesLines
* [media] Rename set_frontend fops to set_frontend_legacyMauro Carvalho Chehab2011-12-311-2/+6
* [media] dvb-core: allow demods to specify the supported delsysMauro Carvalho Chehab2011-12-311-0/+13
* [media] dvb_core: estimate bw for all non-terrestial systemsMauro Carvalho Chehab2011-12-311-8/+27
* [media] dvb: replace SYS_DVBC_ANNEX_AC by the right delsysMauro Carvalho Chehab2011-12-311-1/+1
* [media] DVB: dvb_frontend: fix delayed thread exitAndreas Oberritter2011-12-301-2/+5
* [media] Remove Annex A/C selection via roll-off factorMauro Carvalho Chehab2011-12-201-4/+21
* [media] DVB: Query DVB frontend delivery capabilitiesManu Abraham2011-12-121-0/+36
* [media] dvb: Allow select between DVB-C Annex A and Annex CMauro Carvalho Chehab2011-11-111-0/+2
* [media] dvb_frontend: fix compile warningHans Verkuil2011-09-061-2/+1
* [media] DVB: dvb_frontend: check function pointers on reinitializeAndreas Oberritter2011-09-041-4/+2
* [media] DVB: dvb_frontend: remove static assignments from dtv_property_cache_...Andreas Oberritter2011-09-031-5/+24
* [media] DVB: dvb_frontend: Fix compatibility criteria for satellite receiversAndreas Oberritter2011-09-031-8/+5
* [media] DVB: dvb_frontend: update locking in dvb_frontend_{add, get_event}Andreas Oberritter2011-09-031-17/+7
* [media] DVB: dvb_frontend: clear stale events on FE_SET_FRONTENDAndreas Oberritter2011-09-031-0/+11
* [media] DVB: dvb_frontend: avoid possible race condition on first eventAndreas Oberritter2011-09-031-1/+1
* [media] DVB: dvb_frontend: fix stale parameters on initial frontend eventAndreas Oberritter2011-09-031-0/+7
* Revert "[media] DVB: dvb_frontend: off by one in dtv_property_dump()"Mauro Carvalho Chehab2011-07-271-1/+1
* [media] DVB: dvb_frontend: off by one in dtv_property_dump()Dan Carpenter2011-07-271-1/+1
* [media] DVB: dvb_frontend: fix dtv_property_dump for DTV_DVBT2_PLP_IDAndreas Oberritter2011-07-271-1/+2
* [media] dvb_frontend: fix race condition in stopping/starting frontendDevin Heitmueller2011-07-131-0/+8
* [media] DVB: allow to read back of detected parameters through S2APIAndreas Oberritter2011-05-201-4/+15
* [media] DVB: dvb_frontend: add parameters_outAndreas Oberritter2011-05-201-6/+11
* [media] DVB: dvb_frontend: use shortcut to access fe->dtv_property_cacheAndreas Oberritter2011-05-201-103/+108
* [media] DVB: dvb_frontend: remove unused assignmentsAndreas Oberritter2011-05-201-2/+0
* [media] DVB: dvb_frontend: rename parameters to parameters_inAndreas Oberritter2011-05-201-30/+30
* [media] DVB: call get_property at the end of dtv_property_process_getAndreas Oberritter2011-05-201-8/+8
* [media] DVB: dtv_property_cache_submit shouldn't modifiy the cacheAndreas Oberritter2011-05-201-10/+3
* [media] DVB: Add basic API support for DVB-T2 and bump minor versionAndreas Oberritter2011-05-201-4/+9
* [media] DVB: return meaningful error codes in dvb_frontendAndreas Oberritter2011-05-201-12/+16
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-10-281-2/+2
|\
| * V4L/DVB: dvb: Convert "mutex" to semaphoreThomas Gleixner2010-10-211-2/+2
* | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-1/+2
|/
* V4L/DVB: dvb_frontend: fix typos in comments and one functionGuillaume Audirac2010-08-021-5/+5
* Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds2010-05-241-15/+15
|\
| * dvb: Push down BKL into ioctl functionsArnd Bergmann2010-05-171-15/+15
* | V4L/DVB: fix dvb frontend lockupmatthieu castet2010-05-191-8/+17
|/
* V4L/DVB: dvb-core: remove unnecessary casting of kmallocThiago Farina2010-02-261-4/+2
* V4L/DVB (13879): dvb_frontend: report what ioctl were called on debug modeMauro Carvalho Chehab2010-02-261-1/+1
* V4L/DVB (13878): dvb_frontend: Print dump on get after filling the dataMauro Carvalho Chehab2010-02-261-2/+2
* V4L/DVB (13157): dvb_frontend: represent all DVBS2API commands via macroMauro Carvalho Chehab2009-12-051-133/+26
* V4L/DVB (13103): create a standard method for dvb adapter drivers to override...Michael Krufky2009-12-051-1/+19
* drivers/media/dvb/dvb-core/dvb_frontend.c: needs semaphore.hAndrew Morton2009-12-011-0/+1
* V4L/DVB (12997): Add the DTV_ISDB_TS_ID property for ISDB_SHIRANO Takahito2009-09-191-0/+8
* V4L/DVB (12896): ISDB-T: add mapping of LAYER_ENABLED to frontend-cachePatrick Boettcher2009-09-191-0/+8
* V4L/DVB (12892): DVB-API: add support for ISDB-T and ISDB-Tsb (version 5.1)Patrick Boettcher2009-09-191-5/+197
* V4L/DVB (12686): dvb-core: check supported QAM modulationsJanne Grunau2009-09-121-0/+9
* V4L/DVB (12685): dvb-core: check fe->ops.set_frontend return valueJanne Grunau2009-09-121-5/+21
* V4L/DVB (11875): dvb_frontend: fix case where fepriv->exit not resetDevin Heitmueller2009-06-161-0/+1