summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/ttpci/av7110.c
Commit message (Expand)AuthorAgeFilesLines
* byteorder: remove direct includes of linux/byteorder/swab[b].hHarvey Harrison2008-10-201-1/+1
* V4L/DVB (8906): v4l-dvb: fix assorted sparse warningsHans Verkuil2008-10-121-6/+6
* V4L/DVB (8889): dvb-ttpci: Support full-ts hardware modificationOliver Endriss2008-10-121-25/+88
* V4L/DVB: follow lspci device/vendor styleBjorn Helgaas2008-10-121-1/+1
* v4l-dvb: remove legacy checks to allow support for kernels < 2.6.10Hans Verkuil2008-07-201-4/+0Star
* V4L/DVB (8135): WRITE_RPS1() converts to le32 itselfAl Viro2008-07-201-20/+20
* V4L/DVB (8130): split dvb_ringbuffer dual-use functionsAl Viro2008-07-201-1/+1
* V4L/DVB (8072): av7110: Removed some obsolete definitions and one unused vari...Oliver Endriss2008-07-201-1/+0Star
* V4L/DVB (7958): fix unaligned access in av7110.cAl Viro2008-06-051-4/+5
* V4L/DVB (7538): Adds selectable adapter numbers as per module optionJanne Grunau2008-04-241-1/+3
* V4L/DVB (7515): media/dvb/ttpci replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-241-6/+6
* V4L/DVB (6497): saa7146/budget*/dvb-ttpci: Remove V4L1 codeMarco Schluessler2008-01-251-1/+2
* V4L/DVB (7001): av7110: fix section mismatchRandy Dunlap2008-01-111-5/+5
* V4L/DVB (6102): dvb: remove some unneeded vmalloc() return value casts from a...Jesper Juhl2007-10-101-1/+1
* V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media filesMauro Carvalho Chehab2007-10-101-1/+0Star
* V4L/DVB (5848): Av7110: fix typoYoann Padioleau2007-07-201-1/+1
* V4L/DVB (5836): dvb-ttpci: re-initialize aspect ratio and pan scan after arm ...Oliver Endriss2007-07-181-2/+11
* V4L/DVB (5592): DMA: Correctly free resources on error, sync PCI streamed dataJon Burgess2007-05-091-3/+6
* V4L/DVB (5381): Dvb-ttpci: Update frontend lock status in transfer mode (bugfix)Oliver Endriss2007-04-271-1/+3
* V4L/DVB (5334): Dvb-ttpci: Infrared remote control refactoringOliver Endriss2007-04-271-3/+10
* V4L/DVB (5208): Kthread API conversion for dvb_frontend and av7110Herbert Poetzl2007-02-211-16/+13Star
* V4L/DVB (5011): DVB: Remove unneeded void * casts in ttpci/av7110Tobias Klauser2007-02-211-14/+14
* V4L/DVB (4916): Av7110,budget,budget-ci,budget-av: Use interrupt mode for I2C...Oliver Endriss2006-12-101-1/+1
* V4L/DVB (4630): Av7110: FW_LOADER depemdency fixedOliver Endriss2006-09-261-0/+4
* V4L/DVB (4480): Remove null chars from dvb namesDave Jones2006-09-261-1/+1
* V4L/DVB (4478): [av7110] Support Grundig DVB-T tuner for sub-system 13c2:0001Oliver Endriss2006-09-261-10/+9Star
* V4L/DVB (4391): Refactor dvb_detach calls into a single dvb_frontend_detach f...Andrew de Quincey2006-09-261-6/+2Star
* V4L/DVB (4386): Convert DVB devices to use dvb_attach()Andrew de Quincey2006-09-261-17/+22
* V4L/DVB (4383): Convert SEC drivers to new frontend APIAndrew de Quincey2006-09-261-1/+1
* V4L/DVB (4295): Fix typo in comment for TDA9819Marco Schluessler2006-07-291-2/+2
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* V4L/DVB (4219): Av7110: analog sound output of DVB-C rev 2.3Tim Kaiser2006-06-261-6/+2Star
* V4L/DVB (4028): Change dvb_frontend_ops to be a real field instead of a point...Patrick Boettcher2006-06-251-58/+58
* V4L/DVB (3934): Support new dvb-ttusb-budget boards with stv0297Thomas Kaiser2006-06-251-0/+1
* V4L/DVB (3932): Convert lnbp21 to a moduleAndrew de Quincey2006-06-251-1/+1
* V4L/DVB (3895): Additional frontend_init safety checksAndrew de Quincey2006-06-251-6/+18
* V4L/DVB (3874): Convert ttpci/av7110 to refactored tuner codeAndrew de Quincey2006-06-251-19/+41
* V4L/DVB (3762): Add sysfs device links to dvb devicesAndrew de Quincey2006-06-251-1/+1
* V4L/DVB (3671): New module parameter 'tv_standard' (dvb-ttpci driver)C.Y.M2006-04-021-0/+6
* V4L/DVB (3670): Fix typo in commentAdrian Bunk2006-04-021-1/+1
* V4L/DVB (3533): Add WSS (wide screen signalling) module parametersOliver Endriss2006-03-211-0/+13
* V4L/DVB (3532): Moved duplicated code of ALPS BSRU6 tuner to a standalone file.Perceval Anichini2006-03-211-103/+1Star
* V4L/DVB (3485): BUG_ON() Conversion in drivers/video/mediaEric Sesterhenn2006-03-211-4/+2Star
* V4L/DVB (3413): Typos grab bag of the monthAlexey Dobriyan2006-03-081-1/+1
* V4L/DVB (3406): Use refactored LNBP21 and BSBE1 codeOliver Endriss2006-03-081-102/+12Star
* V4L/DVB (3385): Dvb: fix __init/__exit section references in av7110 driverJohannes Stezenbach2006-02-271-3/+4
* V4L/DVB (3318b): sem2mutex: drivers/media/, #2Ingo Molnar2006-02-071-12/+11Star
* V4L/DVB (3307): Support for Galaxis DVB-S rev1.3Oliver Endriss2006-02-071-1/+13
* V4L/DVB (3355): removed uneeded init on structs like static int foo=0Mauro Carvalho Chehab2006-01-131-2/+2
* V4L/DVB (3344a): Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris2006-01-111-3/+1Star