summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb
Commit message (Expand)AuthorAgeFilesLines
* const: constify remaining file_operationsAlexey Dobriyan2009-10-012-2/+2
* V4L/DVB (13039): dib0700: not building CONFIG_DVB_TUNER_DIB0070 breaks compil...Mauro Carvalho Chehab2009-09-221-1/+1
* V4L/DVB (13038): dvbdev: Remove an anoying/uneeded warningMauro Carvalho Chehab2009-09-221-3/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-09-222-3/+3
|\
| * trivial: fix typos "man[ae]g?ment" -> "management"Uwe Kleine-Koenig2009-09-212-3/+3
* | drivers/media/dvb/pt1/pt1.c needs vmalloc.hAndrew Morton2009-09-221-0/+1
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2009-09-2134-434/+7151
|\ \ | |/ |/|
| * V4L/DVB (13033): pt1: Don't use a deprecated DMA_BIT_MASK macroMauro Carvalho Chehab2009-09-191-1/+1
| * V4L/DVB (13018): kzalloc failure ignored in au8522_probe()Roel Kluin2009-09-191-0/+5
| * V4L/DVB (13016): kmalloc failure ignored in lgdt3304_attach() and s921_attach()Roel Kluin2009-09-192-0/+4
| * V4L/DVB (13015): kmalloc failure ignored in m920x_firmware_download()Roel Kluin2009-09-191-0/+2
| * V4L/DVB (13000): add driver for 774 Friio White USB ISDB-T receiverAkihiro Tsukada2009-09-196-0/+1118
| * V4L/DVB (12999): Add a driver for Earthsoft PT1Mauro Carvalho Chehab2009-09-199-1/+2284
| * V4L/DVB (12997): Add the DTV_ISDB_TS_ID property for ISDB_SHIRANO Takahito2009-09-192-0/+11
| * V4L/DVB (12962): ce6230: increase BULK transfer size from 512 to 8192Antti Palosaari2009-09-191-1/+1
| * V4L/DVB (12960): anysee: coding style fixAntti Palosaari2009-09-191-6/+6
| * V4L/DVB (12959): anysee: increase BULK transfer size from 512 to 8192Antti Palosaari2009-09-191-1/+1
| * V4L/DVB (12906): dib0700: Add support for Prolink SBTVDMauro Carvalho Chehab2009-09-192-1/+8
| * V4L/DVB (12903): DiB8000: fix channel search parameter initializationPatrick Boettcher2009-09-191-13/+11
| * V4L/DVB (12901): DiB0700: add support for STK807XP and STK807XPVRPatrick Boettcher2009-09-192-1/+368
| * V4L/DVB (12900): DiB8000: added support for DiBcom ISDB-T/ISDB-Tsb demodulato...Patrick Boettcher2009-09-197-47/+2449
| * V4L/DVB (12899): DiB0070: Indenting driver with indent -linuxPatrick Boettcher2009-09-192-394/+405
| * V4L/DVB (12898): DiB0070: Update to latest internal releasePatrick Boettcher2009-09-193-284/+407
| * V4L/DVB (12896): ISDB-T: add mapping of LAYER_ENABLED to frontend-cachePatrick Boettcher2009-09-191-0/+8
| * V4L/DVB (12892): DVB-API: add support for ISDB-T and ISDB-Tsb (version 5.1)Patrick Boettcher2009-09-192-5/+211
| * V4L/DVB (12889): DIB0700: added USB IDs for a Terratec DVB-T XXSPatrick Boettcher2009-09-192-5/+10
| * V4L/DVB (12888): STK7770P: Add support for STK7770POlivier Grenie2009-09-192-0/+77
| * V4L/DVB (12887): DIB7000P: SNR calcuation forr DiB7000POlivier Grenie2009-09-191-1/+32
| * V4L/DVB (12886): Added new Pinnacle USB devicesOlivier Grenie2009-09-192-1/+42
| * V4L/DVB (12756): af9015: fix typo in register compareAntti Palosaari2009-09-181-1/+1
| * V4L/DVB (12755): af9015: improve usb control message function slightlyAntti Palosaari2009-09-181-8/+24
| * V4L/DVB (12754): af9015: [2/2] fix USB TS configurationAntti Palosaari2009-09-181-3/+5
| * V4L/DVB (12753): af9015: [1/2] fix USB TS configurationJose Alberto Reguero2009-09-181-4/+4
* | Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2009-09-191-2/+2
|/
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2009-09-1562-1637/+2917
|\
| * V4L/DVB (12686): dvb-core: check supported QAM modulationsJanne Grunau2009-09-121-0/+9
| * V4L/DVB (12685): dvb-core: check fe->ops.set_frontend return valueJanne Grunau2009-09-121-5/+21
| * V4L/DVB (12684): DVB: make DVB_MAX_ADAPTERS configurableJanne Grunau2009-09-122-0/+18
| * V4L/DVB (12600): dvb-usb-remote: return KEY_RESERVED if there's free space fo...Mauro Carvalho Chehab2009-09-121-0/+13
| * V4L/DVB (12599): dvb-usb-remote: Allow dynamically replacing the IR keycodesMauro Carvalho Chehab2009-09-121-0/+56
| * V4L/DVB (12598): dvb-usb: store rc5 custom and data at the same fieldMauro Carvalho Chehab2009-09-1219-1169/+1186
| * V4L/DVB (12595): common/ir: use a struct for keycode tablesMauro Carvalho Chehab2009-09-122-4/+4
| * V4L/DVB (12584): Support for Kaiser Baas ExpressCard Dual HD TunerJames A Webb2009-09-122-1/+7
| * V4L/DVB (12583): firedtv: combine some debug logging codeStefan Richter2009-09-121-60/+49
| * V4L/DVB (12582): The current AVC debugging can clog the log down a lot since ...Henrik Kurelid2009-09-121-12/+66
| * V4L/DVB (12575): Fix test of bandwidth range in cx22700_set_tps()Roel Kluin2009-09-121-1/+1
| * V4L/DVB (12485): zl10353: correct implementation of FE_READ_UNCORRECTED_BLOCKSAleksandr V. Piskunov2009-09-121-3/+11
| * V4L/DVB (12483): Use DIV_ROUND_CLOSESTJulia Lawall2009-09-125-5/+7
| * V4L/DVB (12482): firedtv: add PID filtering for SW zigzag retuneHenrik Kurelid2009-09-121-10/+30
| * V4L/DVB (12481): Fix lowband tuning with tda8261Julian Scheel2009-09-121-2/+2
OpenPOWER on IntegriCloud