summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-core/dvb_frontend.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* V4L/DVB (11785): dvb_frontend: fix race condition resulting in dropped tuning...Devin Heitmueller2009-06-161-0/+1
* V4L/DVB (10391): dvb: constify VFTsJan Engelhardt2009-03-301-1/+1
* V4L/DVB (10976): Bug fix: For legacy applications stv0899 performs search onl...Igor M. Liplianin2009-03-131-3/+4
* V4L/DVB (10178): dvb_frontend: Fix some sparse warnings due to static symbolsMauro Carvalho Chehab2009-01-071-11/+15
* V4L/DVB (9916): dvb-core: don't add an event when in ONE SHOT mode for algo t...Darron Broad2008-12-301-1/+1
* V4L/DVB (9480): Fix frontend DVBFE_ALGO_CUSTOM SearchMarco Schluessler2008-12-291-0/+3
* V4L/DVB (9478): Fix: parameters not supplied in the search processManu Abraham2008-12-291-0/+1
* V4L/DVB (9477): Fix: Commit 9344 breaks tning of cx24123Matthias Schwarzott2008-12-291-0/+1
* V4L/DVB (9345): Add event with changed status onlyArvo Jarve2008-12-291-12/+18
* V4L/DVB (9344): DVB-Core updateManu Abraham2008-12-291-7/+59
* V4L/DVB (9634): Make sure the i2c gate is open before powering down tunerDevin Heitmueller2008-11-161-0/+2
* V4L/DVB (9631): Make s2api work for ATSC supportDevin Heitmueller2008-11-161-1/+2
* V4L/DVB (9346): Optimization: Enable gate in a symmetric/disciplined way,Manu Abraham2008-11-111-0/+2
* V4L/DVB (9274): Remove spurious messages and turn into debug.Steven Toth2008-10-171-37/+22
* V4L/DVB (9264): MFE: bugfix: multi-frontend mutual exclusion parallel openDarron Broad2008-10-171-21/+28
* V4L/DVB (9227): MFE: Add multi-frontend mutual exclusionDarron Broad2008-10-171-1/+42
* V4L/DVB (9222): S2API: Add Multiple-frontend on a single adapter support.Steven Toth2008-10-171-11/+13
* V4L/DVB (9195): Frontend API Fix: 32APSK is a valid modulation for the DVB-S2...Manu Abraham2008-10-171-0/+1
* V4L/DVB (9183): S2API: Return error of the caller provides 0 commands.Steven Toth2008-10-131-2/+2
* V4L/DVB (9182): S2API: Added support for DTV_HIERARCHYSteven Toth2008-10-131-0/+16
* V4L/DVB (9181): S2API: Add support fot DTV_GUARD_INTERVAL and DTV_TRANSMISSIO...Steven Toth2008-10-131-0/+32
* V4L/DVB (9180): S2API: Added support for DTV_CODE_RATE_HP/LPSteven Toth2008-10-131-0/+32
* V4L/DVB (9177): S2API: Change _8PSK / _16APSK to PSK_8 and APSK_16Steven Toth2008-10-131-3/+3
* V4L/DVB (9173): S2API: Remove the hardcoded command limit during validationSteven Toth2008-10-131-2/+1
* V4L/DVB (9172): S2API: Bugfix related to DVB-S / DVB-S2 tuning for the legacy...Darron Broad2008-10-131-0/+2
* V4L/DVB (9171): S2API: Stop an OOPS if illegal commands are dumped in S2API.Darron Broad2008-10-131-0/+7
* V4L/DVB (9072): S2API: Add DTV_API_VERSION commandSteven Toth2008-10-121-0/+9
* V4L/DVB (9071): S2API: Implement result codes for individual commandsSteven Toth2008-10-121-4/+8
* V4L/DVB (9025): S2API: Deactivate the ISDB-T definitionsSteven Toth2008-10-121-99/+0
OpenPOWER on IntegriCloud