summaryrefslogtreecommitdiffstats
path: root/drivers/media/common
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB: tuner-types: Add Sony BTF-Pxn01Z tuner type used on GigaPocket cardsAndy Walls2010-02-261-0/+21
* V4L/DVB: saa7146_vv: fix regression where v4l2_device was registered too lateHans Verkuil2010-02-261-5/+6
* V4L/DVB: tuner-xc2028: Fix demod breakage for XC3028LMauro Carvalho Chehab2010-02-261-1/+3
* V4L/DVB: tuner-xc2028: fix tuning logic to solve a regression in AustraliaMauro Carvalho Chehab2010-02-261-17/+60
* saa7146: stop DMA before de-allocating DMA scatter/gather page buffersMauro Carvalho Chehab2010-02-011-2/+2
* V4L/DVB (13934): tda8290: Fix FM radio easy programming standard selection fo...Michael Krufky2010-01-171-1/+2
* V4L/DVB (13887): tda8290: add autodetection support for TDA8295c2Michael Krufky2010-01-171-3/+6
* V4L/DVB (13612): IR: Move common IR code to drivers/media/IRMauro Carvalho Chehab2009-12-164-4202/+0
* V4L/DVB (13576): ir-common: fix an oops caused by the usage of an initialized...Mauro Carvalho Chehab2009-12-161-0/+3
* V4L/DVB (13557): v4l: Remove unneeded video_device::minor usage in driversLaurent Pinchart2009-12-161-19/+0
* V4L/DVB (13555): v4l: Use video_device_node_name() instead of the minor numberLaurent Pinchart2009-12-161-2/+1
* V4L/DVB (13554a): v4l: Use the video_drvdata function in driversLaurent Pinchart2009-12-161-25/+7
* V4L/DVB (13550): v4l: Use the new video_device_node_name functionLaurent Pinchart2009-12-161-7/+5
* V4L/DVB (13546): ir-keymaps: Add table for Terratec Cinergy XS FMMauro Carvalho Chehab2009-12-161-0/+73
* V4L/DVB (13544): ir-keymaps: mark the new rc5 hauppauge with IR_TYPE_RC5Mauro Carvalho Chehab2009-12-161-70/+76
* V4L/DVB (13592): max2165: 32bit build patchDavid Wong2009-12-101-1/+1
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2009-12-0922-119/+1431
|\
| * V4L/DVB (13542): ir-keytable: Allow dynamic table changeMauro Carvalho Chehab2009-12-051-10/+197
| * V4L/DVB (13540): ir-common: Cleanup get key evdev codeMauro Carvalho Chehab2009-12-051-62/+75
| * V4L/DVB (13538): ir-common: Use a dynamic keycode tableMauro Carvalho Chehab2009-12-052-8/+86
| * V4L/DVB (13537): ir: Prepare the code for dynamic keycode table allocationMauro Carvalho Chehab2009-12-051-1/+11
| * V4L/DVB (13535): ir-common: Add a hauppauge new table with the complete RC5 codeMauro Carvalho Chehab2009-12-051-0/+71
| * V4L/DVB (13533): ir: use dynamic tables, instead of static onesMauro Carvalho Chehab2009-12-052-28/+6
| * V4L/DVB (13532): ir-common: Add infrastructure to use a dynamic keycode tableMauro Carvalho Chehab2009-12-052-1/+157
| * V4L/DVB (13531): ir-common: rename the debug routine to allow exporting itMauro Carvalho Chehab2009-12-051-13/+10
| * V4L/DVB: Fix test in copy_reg_bits()Roel Kluin2009-12-051-1/+1
| * V4L/DVB (13373): Maxium MAX2165 silicon tunerDavid T.L. Wong2009-12-055-0/+558
| * V4L/DVB (13331): mxl5005s: provide ability to override QAM gain for HVR-1600Devin Heitmueller2009-12-052-1/+8
| * V4L/DVB (13262): tda18271: fix regression preventing std map override from ta...Michael Krufky2009-12-051-4/+8
| * V4L/DVB (13260): saa7134: add support for Leadtek Winfast DTV-1000S remote co...Michael Obst2009-12-051-0/+1
| * V4L/DVB (13241): Cleanup redundant tests on unsignedRoel Kluin2009-12-051-1/+1
| * V4L/DVB (13239): saa7146: fix memory leakage in pagetable-handlingJohann Friedrichs2009-12-051-5/+11
| * V4L/DVB (13220): tda18271: increment module version minorMichael Krufky2009-12-051-1/+1
| * V4L/DVB (13219): tda18271: remove unneeded braces in switch..case blockMichael Krufky2009-12-051-2/+0
| * V4L/DVB (13218): tda18271: consolidate common code for calibration on startup...Michael Krufky2009-12-051-36/+15
| * V4L/DVB (13217): tda18271: handle rf_cal_on_startup properly during attachMichael Krufky2009-12-051-3/+14
| * V4L/DVB (13216): tda18271: initialize tuner during set_config if rf_cal_on_st...Michael Krufky2009-12-051-3/+25
| * V4L/DVB (13215): tda18271: add support for the set_config methodMichael Krufky2009-12-051-13/+26
| * V4L/DVB (13214): tda18271: allow for i2c buses that cant send 16 bytes at onceMichael Krufky2009-12-054-7/+26
| * V4L/DVB (13188): xc5000: return an error on tuning attempts if firmware not l...Devin Heitmueller2009-12-051-4/+12
| * V4L/DVB (13135): Add support for TeVii remotesIgor M. Liplianin2009-12-051-0/+55
| * V4L/DVB (13134): Add support for TBS-likes remotesIgor M. Liplianin2009-12-051-0/+40
| * V4L/DVB (13112): tda18271: display some state information in debug outputMichael Krufky2009-12-052-12/+23
| * V4L/DVB (13111): tda18271: more signedness fixesMichael Krufky2009-12-052-15/+17
| * V4L/DVB (13110): tda18271: use temporary variables in tda18271_rf_tracking_fi...Michael Krufky2009-12-051-6/+9
| * V4L/DVB (13108): tda8290: enable deemphasis_50 module parameterHenk Vergonet2009-12-051-0/+1
| * V4L/DVB (13099): ir-functions: Export ir_rc5_decode() for use by the cx23885 ...Andy Walls2009-12-051-1/+2
| * V4L/DVB (13076): xc5000: make the definition of the FM input part of the xc50...Devin Heitmueller2009-12-052-3/+28
| * V4L/DVB (13075): xc5000: add FM radio supportBeholder Intl. Ltd. Dmitry Belimov2009-12-051-4/+62
* | Merge branch 'for-next' into for-linusJiri Kosina2009-12-071-1/+1
|\ \ | |/ |/|
OpenPOWER on IntegriCloud