summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-core
Commit message (Expand)AuthorAgeFilesLines
...
* | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-061-1/+1
|/
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2009-06-174-10/+52
|\
| * V4L/DVB (11875): dvb_frontend: fix case where fepriv->exit not resetDevin Heitmueller2009-06-171-0/+1
| * V4L/DVB (11785): dvb_frontend: fix race condition resulting in dropped tuning...Devin Heitmueller2009-06-171-0/+1
| * V4L/DVB (11930): TS continuity check: show error message when discontinuity d...Abylay Ospan2009-06-172-0/+46
| * V4L/DVB (11841): core: fix potential mutex_unlock without mutex_lock in dvb_d...Simon Arlott2009-06-161-10/+4Star
* | Driver Core: dvb: add nodename for dvb driversKay Sievers2009-06-161-0/+10
|/
* V4L/DVB (10391): dvb: constify VFTsJan Engelhardt2009-03-306-7/+7
* V4L/DVB (10976): Bug fix: For legacy applications stv0899 performs search onl...Igor M. Liplianin2009-03-131-3/+4
* V4L/DVB (10572): Revert commit dda06a8e4610757def753ee3a541a0b1a1feb36bMauro Carvalho Chehab2009-02-172-19/+13Star
* V4L/DVB (9054): implement proper locking in the dvb ca en50221 driverMatthias Dahl2009-01-292-5/+25
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-01-082-11/+20
|\
| * V4L/DVB (10178): dvb_frontend: Fix some sparse warnings due to static symbolsMauro Carvalho Chehab2009-01-081-11/+15
| * Check fops_get() return valueLaurent Pinchart2009-01-071-0/+5
* | dvb: update network device to current APIStephen Hemminger2009-01-081-29/+28Star
|/
* V4L/DVB (10172): add DVB_DEVICE_TYPE= to ueventKay Sievers2009-01-031-1/+2
* 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 (9504): dvbdev: fix typo causing 2.6.28 compile errorHans Verkuil2008-12-291-1/+1
* V4L/DVB (9490): linux-next: v4l-dvb tree build failureStephen Rothwell2008-12-291-1/+1
* V4L/DVB (9473): add DVB_DEVICE_NUM and DVB_ADAPTER_NUM to ueventKay Sievers2008-12-291-1/+11
* V4L/DVB (9361): Dynamic DVB minor allocationAndreas Oberritter2008-12-292-19/+39
* 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-292-8/+192
* dvb: Kill directly reference of netdev->privWang Chen2008-12-041-18/+19
* V4L/DVB (9634): Make sure the i2c gate is open before powering down tunerDevin Heitmueller2008-11-171-0/+2
* V4L/DVB (9631): Make s2api work for ATSC supportDevin Heitmueller2008-11-171-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/+22Star
* 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-173-1/+49
* V4L/DVB (9222): S2API: Add Multiple-frontend on a single adapter support.Steven Toth2008-10-172-11/+14
* V4L/DVB (9195): Frontend API Fix: 32APSK is a valid modulation for the DVB-S2...Manu Abraham2008-10-171-0/+1
* device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-1/+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/+1Star
* 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 (9048): add a general-purpose callback pointer to struct dvb_frontendMichael Krufky2008-10-121-0/+2
* V4L/DVB (9025): S2API: Deactivate the ISDB-T definitionsSteven Toth2008-10-122-112/+0Star
* V4L/DVB (9008): S2API: Bugfix related to syncing the cache when used with the...Steven Toth2008-10-121-1/+1
* V4L/DVB (9007): S2API: Changed bandwidth to be expressed in HZSteven Toth2008-10-122-10/+25