summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2011-03-201-41/+68
|\
| * Input: switch completely over to the new versions of get/setkeycodeDmitry Torokhov2011-02-011-2/+2
| * Input: dvb-usb-remote - convert to new style of get/setkeycodeDmitry Torokhov2011-02-011-43/+70
* | [media] mantis_pci: remove asm/pgtable.h includeArnaud Patard (Rtp)2011-03-031-1/+0Star
* | [media] DiB7000M: add pid filteringOlivier Grenie2011-03-023-2/+53
* | [media] DM04/QQBOX memcpy to const char fixMalcolm Priestley2011-02-021-3/+3
|/
* Merge branch 'media_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2011-01-226-16/+43
|\
| * [media] firedtv: fix remote control with newer Xorg evdevStefan Richter2011-01-191-3/+6
| * [media] [v3,media] av7110: check for negative array offsetDan Carpenter2011-01-191-1/+1
| * [media] frontends/ix2505v: Remember to free allocated memory in failure pathJesper Juhl2011-01-191-1/+1
| * [media] mb86a20s: Be sure that device is initialized before starting DVBMauro Carvalho Chehab2011-01-191-4/+28
| * [media] mb86a20s: Fix i2c read/write error messagesMauro Carvalho Chehab2011-01-191-2/+2
| * [media] dib0700: Fix IR keycode handlingMauro Carvalho Chehab2011-01-191-3/+3
| * [media] af9013: fix AF9013 TDA18271 IF configAntti Palosaari2011-01-191-2/+2
* | kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes2011-01-211-1/+1
|/
* Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-01-084-4/+5
|\
| * dvb: don't use flush_scheduled_work()Tejun Heo2010-12-244-3/+4
| * workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...Tejun Heo2010-12-151-1/+1
* | [media] ngene: fix compile warningHans Verkuil2011-01-041-1/+2
* | [media] DVB: IR support for TechnoTrend CT-3650David Henningsson2010-12-311-0/+35
* | [media] v4l: fix handling of v4l2_input.capabilitiesHans Verkuil2010-12-302-2/+8
* | [media] DVB: Set scanmask for Budget/SAA7146 cardsDavid Henningsson2010-12-291-0/+1
* | [media] af9013: Fix a compilation warningMauro Carvalho Chehab2010-12-291-1/+1
* | [media] stv090x: Fix some compilation warningsMauro Carvalho Chehab2010-12-291-3/+3
* | [media] dib7000m/dib7000p: Add support for TRANSMISSION_MODE_4KMauro Carvalho Chehab2010-12-292-10/+10
* | [media] dmxdev: Fix a compilation warning due to a bad typeMauro Carvalho Chehab2010-12-291-2/+2
* | [media] drivers:media:dvb: add USB PIDs for Elgato EyeTV SatSam Doshi2010-12-292-1/+7
* | [media] DM04/QQBOX Frontend attach changeMalcolm Priestley2010-12-291-47/+86
* | [media] media: Remove unnecessary casts of usb_get_intfdataJoe Perches2010-12-291-6/+3Star
* | [media] ngene-core.c: Remove unnecessary casts of pci_get_drvdataJoe Perches2010-12-291-1/+1
* | [media] stb6100: warning cleanupMauro Carvalho Chehab2010-12-291-1/+4
* | [media] rc: use rc_map_ prefix for all rc map tablesMauro Carvalho Chehab2010-12-291-4/+4
* | [media] rc: Name RC keymap tables as rc_map_tableMauro Carvalho Chehab2010-12-2922-176/+176
* | [media] rc: Rename remote controller type to rc_type instead of ir_typeMauro Carvalho Chehab2010-12-298-60/+60
* | [media] Rename all public generic RC functions from ir_ to rc_Mauro Carvalho Chehab2010-12-297-9/+9
* | [media] rc: rename the remaining things to rc_coreMauro Carvalho Chehab2010-12-2911-11/+11
* | [media] stb0899: fix diseqc messages getting lostManu Abraham2010-12-291-1/+1
* | [media] stb6100: Improve tuner performanceManu Abraham2010-12-291-66/+127
* | [media] Mantis: Rename gpio_set_bits to mantis_gpio_set_bitsBen Hutchings2010-12-296-18/+18
* | [media] Mantis: use dvb_attach to avoid double dereferencing on module removalBjørn Mork2010-12-297-12/+12
* | [media] Mantis: append tasklet maintenance for DVB stream deliveryMarko Ristola2010-12-291-0/+3
* | [media] Mantis, hopper: use MODULE_DEVICE_TABLEManu Abraham2010-12-292-0/+4
* | [media] IX2505V: i2c transfer error code ignoredMatthias Schwarzott2010-12-291-1/+1
* | [media] drivers/media: Use vzallocJoe Perches2010-12-291-2/+1Star
* | [media] dvb-usb-gp8psk: get firmware and fpga versionsVDR User2010-12-292-1/+35
* | [media] ir-core: make struct rc_dev the primary interfaceDavid Härdeman2010-12-2915-267/+259Star
* | [media] ir-core: more cleanups of ir-functions.cDavid Härdeman2010-12-292-4/+2Star
* | [media] au8522: Handle differences in comb filter config for s-video inputDevin Heitmueller2010-12-292-4/+14
* | [media] au8522: fix clamp control for different video modesDevin Heitmueller2010-12-291-6/+11
* | [media] au8522: cleanup code which disables audio decoderDevin Heitmueller2010-12-291-15/+1Star