summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-core
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
* 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
* V4L/DVB (9006): S2API: Allow reliable use of old and new api on the same fron...Steven Toth2008-10-121-3/+4
* V4L/DVB (9005): Bug fix: ioctl FE_SET_PROPERTY/FE_GET_PROPERTY always return ...Igor M. Liplianin2008-10-121-1/+1
* V4L/DVB (9004): S2API: Implement GET/SET handing to the demodsSteven Toth2008-10-122-5/+17
* V4L/DVB (9003): S2API: Remove the DTV_SET_ and DTV_GET_ prefixesSteven Toth2008-10-121-219/+212
* V4L/DVB (9002): S2API: Ensure cache->delivery_system is set at all times.Steven Toth2008-10-121-0/+14
* V4L/DVB (9001): S2API: ISDBT_SEGMENT_NUM -> ISDBT_SEGMENT_IDXSteven Toth2008-10-122-11/+11
* V4L/DVB (9000): S2API: Cleanup code that prepares tuning structures.Steven Toth2008-10-121-128/+91
* V4L/DVB (8999): S2API: Reduce demod driver complexity by using a cache syncSteven Toth2008-10-121-0/+38
* V4L/DVB (8997): S2API: Cleanup SYMBOLRATE, INNERFEC -> SYMBOL_RATE, INNER_FECSteven Toth2008-10-121-16/+16
* V4L/DVB (8996): S2API: typedefs replaced, _SEQ_'s removed, fixed 16 command a...Steven Toth2008-10-122-42/+45
* V4L/DVB (8995): S2API: tv_ / TV_ to dtv_ / DTV_ namespace changesSteven Toth2008-10-122-225/+225
* V4L/DVB (8990): S2API: DVB-S/S2 voltage selection bug fixSteven Toth2008-10-121-1/+1
* V4L/DVB (8988): S2API: Allow the properties to call legacy ioctlsSteven Toth2008-10-121-8/+59
* V4L/DVB (8985): S2API: Added dvb frontend changes to support a newer tuning APISteven Toth2008-10-122-6/+609
* V4L/DVB (9029): Fix deadlock in demux codeAndreas Oberritter2008-10-042-13/+19
* V4L/DVB (8757): v4l-dvb: fix a bunch of sparse warningsHans Verkuil2008-09-033-7/+6
* device create: dvb: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-211-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds2008-07-207-39/+82
|\
| * V4L/DVB (8131): dmx_write: memcpy from user-supplied pointerAl Viro2008-07-202-4/+15
| * V4L/DVB (8130): split dvb_ringbuffer dual-use functionsAl Viro2008-07-204-34/+66
| * V4L/DVB (8126): net endianness fixAl Viro2008-07-201-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-181-0/+4
|\ \ | |/
| * Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-141-6/+6
| |\
| * | dvb: cdev lock_kernel() pushdownJonathan Corbet2008-06-201-0/+4
* | | netdev: Do not use TX lock to protect address lists.David S. Miller2008-07-151-4/+2
* | | netdev: Add netdev->addr_list_lock protection.David S. Miller2008-07-151-0/+2
| |/ |/|
* | V4L/DVB (7960): net: endianness annotationsAl Viro2008-06-051-6/+6
|/
* V4L/DVB (7830): dvb_ca_en50221: Fix High CPU load in 'top' due to budget_av s...Robert Schedel2008-05-141-12/+16
* Rename common tuner Kconfig names to use the sameMauro Carvalho Chehab2008-04-292-2/+2
* V4L/DVB(7767): Move tuners to common/tunersMauro Carvalho Chehab2008-04-291-34/+0
* V4L/DVB (7659): dvb-core: Implement DMX_SET_BUFFER_SIZE for dvrAndrea Odetti2008-04-241-14/+49
* V4L/DVB (7658): dvb-core: Fix DMX_SET_BUFFER_SIZE in case the buffer shrinksAndrea Odetti2008-04-243-2/+16
* V4L/DVB (7538): Adds selectable adapter numbers as per module optionJanne Grunau2008-04-242-11/+43
* V4L/DVB (7512): media/dvb/dvb-core replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-246-57/+57
* V4L/DVB (7329): add flag to allow software demux to recognize the output typeAndreas Oberritter2008-04-243-5/+8
* V4L/DVB (7293): DMX_OUT_TSDEMUX_TAP: record two streams from same mux, resendPeter Hartley2008-04-241-2/+3
* V4L/DVB (7140): constify function pointer tablesJan Engelhardt2008-04-241-1/+1
* V4L/DVB (7094): static memoryDouglas Schilling Landgraf2008-04-241-1/+1
* NULL noise: drivers/mediaAl Viro2008-03-301-2/+2
* drivers/media/: Spelling fixesJoe Perches2008-02-031-1/+1
* V4L/DVB (6882): dvb_frontend: release analog demod in dvb_frontend_detachMichael Krufky2008-01-251-0/+6
* V4L/DVB (6881): include struct analog_demod_ops directly inside struct dvb_fr...Michael Krufky2008-01-251-2/+2
OpenPOWER on IntegriCloud