summaryrefslogtreecommitdiff
path: root/drivers/media/dvb/dvb-core
AgeCommit message (Expand)AuthorFilesLines
2008-10-18V4L/DVB (9274): Remove spurious messages and turn into debug.Steven Toth1-37/+22
2008-10-18V4L/DVB (9264): MFE: bugfix: multi-frontend mutual exclusion parallel openDarron Broad1-21/+28
2008-10-18V4L/DVB (9227): MFE: Add multi-frontend mutual exclusionDarron Broad3-1/+49
2008-10-18V4L/DVB (9222): S2API: Add Multiple-frontend on a single adapter support.Steven Toth2-11/+14
2008-10-18V4L/DVB (9195): Frontend API Fix: 32APSK is a valid modulation for the DVB-S2...Manu Abraham1-0/+1
2008-10-16device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman1-1/+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_TRANSMISSIO...Steven 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...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 (9048): add a general-purpose callback pointer to struct dvb_frontendMichael Krufky1-0/+2
2008-10-12V4L/DVB (9025): S2API: Deactivate the ISDB-T definitionsSteven Toth2-112/+0
2008-10-12V4L/DVB (9008): S2API: Bugfix related to syncing the cache when used with the...Steven Toth1-1/+1
2008-10-12V4L/DVB (9007): S2API: Changed bandwidth to be expressed in HZSteven Toth2-10/+25
2008-10-12V4L/DVB (9006): S2API: Allow reliable use of old and new api on the same fron...Steven Toth1-3/+4
2008-10-12V4L/DVB (9005): Bug fix: ioctl FE_SET_PROPERTY/FE_GET_PROPERTY always return ...Igor M. Liplianin1-1/+1
2008-10-12V4L/DVB (9004): S2API: Implement GET/SET handing to the demodsSteven Toth2-5/+17
2008-10-12V4L/DVB (9003): S2API: Remove the DTV_SET_ and DTV_GET_ prefixesSteven Toth1-219/+212
2008-10-12V4L/DVB (9002): S2API: Ensure cache->delivery_system is set at all times.Steven Toth1-0/+14
2008-10-12V4L/DVB (9001): S2API: ISDBT_SEGMENT_NUM -> ISDBT_SEGMENT_IDXSteven Toth2-11/+11
2008-10-12V4L/DVB (9000): S2API: Cleanup code that prepares tuning structures.Steven Toth1-128/+91
2008-10-12V4L/DVB (8999): S2API: Reduce demod driver complexity by using a cache syncSteven Toth1-0/+38
2008-10-12V4L/DVB (8997): S2API: Cleanup SYMBOLRATE, INNERFEC -> SYMBOL_RATE, INNER_FECSteven Toth1-16/+16
2008-10-12V4L/DVB (8996): S2API: typedefs replaced, _SEQ_'s removed, fixed 16 command a...Steven Toth2-42/+45
2008-10-12V4L/DVB (8995): S2API: tv_ / TV_ to dtv_ / DTV_ namespace changesSteven Toth2-225/+225
2008-10-12V4L/DVB (8990): S2API: DVB-S/S2 voltage selection bug fixSteven Toth1-1/+1
2008-10-12V4L/DVB (8988): S2API: Allow the properties to call legacy ioctlsSteven Toth1-8/+59
2008-10-12V4L/DVB (8985): S2API: Added dvb frontend changes to support a newer tuning APISteven Toth2-6/+609
2008-10-05V4L/DVB (9029): Fix deadlock in demux codeAndreas Oberritter2-13/+19
2008-09-04V4L/DVB (8757): v4l-dvb: fix a bunch of sparse warningsHans Verkuil3-7/+6
2008-07-22device create: dvb: convert device_create to device_create_drvdataGreg Kroah-Hartman1-2/+2
2008-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds7-39/+82
2008-07-20V4L/DVB (8131): dmx_write: memcpy from user-supplied pointerAl Viro2-4/+15
2008-07-20V4L/DVB (8130): split dvb_ringbuffer dual-use functionsAl Viro4-34/+66
2008-07-20V4L/DVB (8126): net endianness fixAl Viro1-1/+1
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller1-0/+4
2008-07-15netdev: Do not use TX lock to protect address lists.David S. Miller1-4/+2
2008-07-15netdev: Add netdev->addr_list_lock protection.David S. Miller1-0/+2
2008-07-15Merge commit 'v2.6.26' into bkl-removalJonathan Corbet1-6/+6
2008-06-21dvb: cdev lock_kernel() pushdownJonathan Corbet1-0/+4
2008-06-05V4L/DVB (7960): net: endianness annotationsAl Viro1-6/+6
2008-05-14V4L/DVB (7830): dvb_ca_en50221: Fix High CPU load in 'top' due to budget_av s...Robert Schedel1-12/+16
2008-04-30Rename common tuner Kconfig names to use the sameMauro Carvalho Chehab2-2/+2
2008-04-30V4L/DVB(7767): Move tuners to common/tunersMauro Carvalho Chehab1-34/+0