summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-07-05[media] rtl28xxu: support Delock USB 2.0 DVB-TThomas Mair2-1/+11
2012-07-05[media] rtl28xxu: renamed rtl2831_rd/rtl2831_wr to rtl28xx_rd/rtl28xx_wrThomas Mair1-51/+51
2012-07-05[media] rtl28xxu: support for the rtl2832 demod driverThomas Mair3-25/+429
2012-07-05[media] rtl2832: save some data space by using a macro instead of a tableMauro Carvalho Chehab1-38/+4
2012-07-05[media] RTL2832 DVB-T demodulator driverThomas Mair5-0/+1165
2012-07-05[media] ene_ir: Fix driver initialisationLuis Henriques1-1/+2
2012-07-04[media] tuner, xc2028: add support for get_afc()Mauro Carvalho Chehab3-1/+57
2012-07-04[media] tuner-xc2028: Fix signal strength reportMauro Carvalho Chehab1-9/+16
2012-07-04[media] tuner-core: call has_signal for both TV and radioMauro Carvalho Chehab1-2/+2
2012-06-30[media] tuner-xc2028: use request_firmware_nowait()Mauro Carvalho Chehab1-49/+129
2012-06-30[media] drxk: prevent doing something wrong when init is not okMauro Carvalho Chehab2-2/+66
2012-06-30[media] drxk: Lock I2C bus during firmware loadMauro Carvalho Chehab2-2/+30
2012-06-30[media] drxk: pass drxk priv struct instead of I2C adapter to i2c callsMauro Carvalho Chehab1-14/+20
2012-06-30[media] drxk: change it to use request_firmware_nowait()Mauro Carvalho Chehab2-40/+72
2012-06-30[media] i2c: Export an unlocked flavor of i2c_transferJean Delvare1-11/+33
2012-06-27Merge branch 'v4l_for_linus' into staging/for_v3.6Mauro Carvalho Chehab44-252/+189
2012-06-25[media] media: gpio-ir-recv: switch to module_platform_driverBenoît Thébaudeau1-12/+1
2012-06-25[media] media: gpio-ir-recv: add map nameBenoît Thébaudeau1-1/+1
2012-06-25[media] media: gpio-ir-recv: fix missing udev by-path entryBenoît Thébaudeau1-0/+6
2012-06-25[media] radio-sf16fmi: Use LM7000 driverOndrej Zary1-36/+25
2012-06-25[media] radio-aimslab: Use LM7000 driverOndrej Zary1-41/+25
2012-06-25[media] radio: Add Sanyo LM7000 tuner driverOndrej Zary1-0/+43
2012-06-25Revert "[media] radio: Add Sanyo LM7000 tuner driver"Mauro Carvalho Chehab4-88/+0
2012-06-25Revert "[media] radio-aimslab: Use LM7000 driver"Mauro Carvalho Chehab2-36/+45
2012-06-25Revert "[media] radio-sf16fmi: Use LM7000 driver"Mauro Carvalho Chehab2-5/+2
2012-06-25[media] tvaudio: rename getmode and setmodeDaniel Glöckner1-48/+60
2012-06-22[media] s5h1420: Unused variable clock_settingPeter Senna Tschudin1-20/+0
2012-06-22[media] stv090x: variable 'no_signal' set but not usedPeter Senna Tschudin1-4/+3
2012-06-22[media] stv0367: variable 'tps_rcvd' set but not usedPeter Senna Tschudin1-4/+1
2012-06-22[media] saa7164: Variable set but not usedPeter Senna Tschudin1-14/+0
2012-06-22[media] pvrusb2: Variables set but not usedPeter Senna Tschudin1-8/+0
2012-06-22[media] cx231xx: Paranoic stack memory savePeter Senna Tschudin1-14/+3
2012-06-21[media] [trivial] v4l drivers: typo, change ctruct to struct in commentPeter Meerwald2-2/+2
2012-06-21[media] stradis: remove unused V4L1 headersPaul Bolle5-671/+0
2012-06-21[media] em28xx: Improve support for the Terratec Cinergy HTC Stick HDMartin Blumenstingl2-7/+84
2012-06-21[media] em28xx: Add the DRX-K at I2C address 0x29 to the list of known I2C de...Martin Blumenstingl1-0/+1
2012-06-21[media] radio-sf16fmi: Use LM7000 driverOndrej Zary2-2/+5
2012-06-21[media] radio-aimslab: Use LM7000 driverOndrej Zary2-45/+36
2012-06-21[media] radio: Add Sanyo LM7000 tuner driverOndrej Zary4-0/+88
2012-06-21[media] em28xx: Make a few drxk_config structs staticEzequiel García1-4/+4
2012-06-21[media] em28xx: Remove unused AC97 register definitionsEzequiel García1-50/+1
2012-06-21[media] em28xx: Rename AC97 registers to use sound/ac97_codec.h definitionsEzequiel García2-29/+31
2012-06-21[media] em28xx: Fix wrong AC97 mic register usageEzequiel García1-1/+1
2012-06-21[media] zr364xx: add suspend/resume supportHans Verkuil1-12/+57
2012-06-21[media] zr364xx: allow multiple opensHans Verkuil1-86/+51
2012-06-21[media] zr364xx: add support for control eventsHans Verkuil1-27/+18
2012-06-21[media] zr364xx: fix querycap and fill in colorspaceHans Verkuil1-4/+5
2012-06-21[media] zr364xx: convert to the control frameworkHans Verkuil1-75/+36
2012-06-21[media] zr364xx: introduce v4l2_deviceHans Verkuil1-58/+51
2012-06-21[media] zr364xx: embed video_device and register it at the end of probeHans Verkuil1-30/+16