summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/dvb-core/dvb_frontend.c
AgeCommit message (Expand)Author
2009-09-18Add the DTV_ISDB_TS_ID property for ISDB_SMauro Carvalho Chehab
2009-09-16merge: http://linuxtv.org/hg/~pb/v4l-dvb/Mauro Carvalho Chehab
2009-09-02dvb-core: check supported QAM modulationsJanne Grunau
2009-09-02dvb-core: check fe->ops.set_frontend return valueJanne Grunau
2009-05-20dvb_frontend: fix case where fepriv->exit not resetDevin Heitmueller
2009-05-04dvb_frontend: fix race condition resulting in dropped tuning commandsDevin Heitmueller
2009-03-12merge: http://jusst.de/hg/v4l-dvbMauro Carvalho Chehab
2009-01-11dvb: constify VFTsMauro Carvalho Chehab
2009-01-05dvb_frontend: Fix some sparse warnings due to static symbolsMauro Carvalho Chehab
2008-11-09Bug fix: For legacy applications stv0899 performs search only first time afte...Igor M. Liplianin
2008-12-18dvb-core: don't add an event when in ONE SHOT mode for algo type HWMauro Carvalho Chehab
2008-11-16Make sure the i2c gate is open before powering down tunerMauro Carvalho Chehab
2008-11-16Make s2api work for ATSC supportMauro Carvalho Chehab
2008-10-30Fix frontend DVBFE_ALGO_CUSTOM SearchManu Abraham
2008-10-28Fix: parameters not supplied in the search processManu Abraham
2008-10-28Fix: Commit 9344 breaks tning of cx24123Manu Abraham
2008-10-21Optimization: Enable gate in a symmetric/disciplined way,Manu Abraham
2008-10-20Add event with changed status onlyManu Abraham
2008-10-14DVB-Core updateManu Abraham
2008-10-16Remove spurious messages and turn into debug.Steven Toth
2008-10-15MFE: bugfix: multi-frontend mutual exclusion parallel opendarron@kewl.org
2008-10-15merge: http://www.linuxtv.org/hg/~stoth/mfeMauro Carvalho Chehab
2008-10-15Frontend API Fix: 32APSK is a valid modulation for the DVB-S2 deliveryManu Abraham
2008-10-11MFE: Add multi-frontend mutual exclusiondarron@kewl.org
2008-10-11S2API: Add Multiple-frontend on a single adapter support.darron@kewl.org
2008-10-06S2API: Return error of the caller provides 0 commands.Steven Toth
2008-10-06S2API: Added support for DTV_HIERARCHYSteven Toth
2008-10-06S2API: Add support fot DTV_GUARD_INTERVAL and DTV_TRANSMISSION_MODESteven Toth
2008-10-06S2API: Added support for DTV_CODE_RATE_HP/LPSteven Toth
2008-10-06S2API: Change _8PSK / _16APSK to PSK_8 and APSK_16Steven Toth
2008-10-06S2API: Remove the hardcoded command limit during validationSteven Toth
2008-10-03S2API: Bugfix related to DVB-S / DVB-S2 tuning for the legacy API.Steven Toth
2008-10-03S2API: Stop an OOPS if illegal commands are dumped in S2API.Steven Toth
2008-09-25S2API: Add DTV_API_VERSION commandSteven Toth
2008-09-25S2API: Implement result codes for individual commandsSteven Toth
2008-09-23S2API: Deactivate the ISDB-T definitionsSteven Toth
2008-09-13S2API: Bugfix related to syncing the cache when used with the old API.Steven Toth
2008-09-13S2API: Changed bandwidth to be expressed in HZSteven Toth
2008-09-13S2API: Allow reliable use of old and new api on the same frontend, regardless.Steven Toth
2008-09-12Bug fix: ioctl FE_SET_PROPERTY/FE_GET_PROPERTY always return errorIgor M. Liplianin
2008-09-12S2API: Implement GET/SET handing to the demodsSteven Toth
2008-09-12S2API: Remove the DTV_SET_ and DTV_GET_ prefixesSteven Toth
2008-09-11S2API: Ensure cache->delivery_system is set at all times.Steven Toth
2008-09-11S2API: ISDBT_SEGMENT_NUM -> ISDBT_SEGMENT_IDXSteven Toth
2008-09-11S2API: Cleanup code that prepares tuning structures.Steven Toth
2008-09-11S2API: Reduce demod driver complexity by using a cache syncSteven Toth
2008-09-11S2API: Cleanup SYMBOLRATE, INNERFEC -> SYMBOL_RATE, INNER_FECSteven Toth
2008-09-11S2API: typedefs replaced, _SEQ_'s removed, fixed 16 command arrays replacedSteven Toth
2008-09-11S2API: tv_ / TV_ to dtv_ / DTV_ namespace changesSteven Toth
2008-09-08S2API: DVB-S/S2 voltage selection bug fixSteven Toth