aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/spi (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-25V4L/DVB (7016): saa7134: remove the Avermedia Super 007 from eeprom detectionHermann Pitton1-1/+1
2008-01-25V4L/DVB (7014): cx23885: dprintk macro cleanupSteven Toth5-17/+24
2008-01-25V4L/DVB (7013): bw-qcam: add module parameter 'force_init' to skip polite auto-detection prior to direct initializationBrett T. Warden1-1/+9
2008-01-25V4L/DVB (7011): cx23885: Cleanup of compiler defines and warningsSteven Toth1-115/+13
2008-01-25V4L/DVB (7010): cx23885: Small cleanupSteven Toth1-1/+1
2008-01-25V4L/DVB (7009): cx23885: Video and VBI related filesSteven Toth2-0/+1914
2008-01-25V4L/DVB (7008): s5h1409: Ensure the silicon is initialized during attachSteven Toth1-2/+10
2008-01-25V4L/DVB (7007): cx23885: Add basic video support for the HVR1800Steven Toth6-42/+366
2008-01-25V4L/DVB (7006): cx23885: Track the board clock frequency and allow overridesSteven Toth3-0/+25
2008-01-25V4L/DVB (7005): cx23885: SRAM reallocation prior to analog video implementationSteven Toth1-20/+20
2008-01-25V4L/DVB (7004): cx23885: Ensure HVR1800 TDA8295A is reset fully on module loadSteven Toth1-1/+7
2008-01-25V4L/DVB (7003): cx23885: Add support for device revision detectionSteven Toth3-0/+42
2008-01-25V4L/DVB (7002): cx25840: Add basic CX23885 AVCore supportSteven Toth5-37/+272
2008-01-25V4L/DVB (6997): Replace a very dirty hack on videobuf for a clean wait_eventMauro Carvalho Chehab2-4/+13
2008-01-25V4L/DVB (6995): ubvision: add adjust_X_Offset/adjust_Y_Offset parmsThierry MERLE1-0/+19
2008-01-25V4L/DVB (6994): usbvision: add Pinnacle Studio PCTV USB (NTSC) FM V3Thierry MERLE3-1/+19
2008-01-25V4L/DVB (6993): Fix CARDLIST.saa7134Mauro Carvalho Chehab1-2/+2
2008-01-25V4L/DVB (6992): saa7134: remove Beholder devices without eeprom from auto detectionhermann pitton1-12/+0
2008-01-25V4L/DVB (6989): tda18271: clean up chip id logic in tda829x_releaseMichael Krufky1-3/+3
2008-01-25V4L/DVB (6988): tda18271: give calibration debug a separate debug maskMichael Krufky2-3/+5
2008-01-25V4L/DVB (6987): tda18271: add support for fm radioMichael Krufky3-13/+32
2008-01-25V4L/DVB (6986): tda18271: share state between analog and digital tuner instancesMichael Krufky3-24/+81
2008-01-25V4L/DVB (6981): Fix bugzillas 9686 and 9691Mauro Carvalho Chehab1-0/+5
2008-01-25V4L/DVB (6979): tda18271: use a mutex to protect state in critical sectionsMichael Krufky2-0/+23
2008-01-25V4L/DVB (6978): tda18271: store frequency and bandwidth after successful tuneMichael Krufky2-11/+38
2008-01-25V4L/DVB (6977): tda18271: clean up calibration initialization proceduresMichael Krufky2-15/+23
2008-01-25V4L/DVB (6976): drivers/media/radio/radio-sf16fmr2.c: fix error handlingAndrew Morton1-2/+1
2008-01-25V4L/DVB (6975): Add missing entry for Beholder BeholdTV 407Mauro Carvalho Chehab2-1/+28
2008-01-25V4L/DVB (6974): Fix codingStyleMauro Carvalho Chehab1-1/+1
2008-01-25V4L/DVB (6973): Add Beholder TV 401/405/407/409/505/507/609/M6 supportAndrey J. Melnikoff (TEMHOTA)8-1/+699
2008-01-25V4L/DVB (6970): Request snd-usb-audio for devices with Audio Class supportMauro Carvalho Chehab1-1/+3
2008-01-25V4L/DVB (6969): Avoid causing regressions for non-HVR950 boardsMauro Carvalho Chehab1-15/+19
2008-01-25V4L/DVB (6967): pvrusb2: add support for Hauppauge WinTV PVR-USB2 Model 75xxxMichael Krufky1-0/+29
2008-01-25V4L/DVB (6965): tda18271: fix analog tuning regression caused by earlier changesetMichael Krufky2-7/+5
2008-01-25V4L/DVB (6964): tda18271: document debug level and configuration parametersMichael Krufky2-1/+5
2008-01-25V4L/DVB (6963): tda18271: store IF frequency in a u16 instead of u32Michael Krufky4-34/+35
2008-01-25V4L/DVB (6962): tda18271: allow device-specific configuration of IF frequency and std bitsMichael Krufky6-40/+131
2008-01-25V4L/DVB (6961): tda18271: move common code to tda18271-common.cMichael Krufky6-586/+641
2008-01-25V4L/DVB (6960): tda18271: add support for NXP TDA18271HD/C2Michael Krufky4-112/+1779
2008-01-25V4L/DVB (6959): tda18271: add MODULE_VERSIONMichael Krufky1-0/+1
2008-01-25V4L/DVB (6958): tda18271: clean up function tda18271_set_analog_paramsMichael Krufky1-17/+12
2008-01-25V4L/DVB (6957): tda18271: fail table lookups if frequency is out of rangeMichael Krufky2-13/+20
2008-01-25V4L/DVB (6956): Add Radio support for em28xxMauro Carvalho Chehab2-60/+238
2008-01-25V4L/DVB (6955): Properly implement 12MHz I2S supportMauro Carvalho Chehab4-17/+24
2008-01-25V4L/DVB (6954): There isn't a MTS radio firmwareMauro Carvalho Chehab1-1/+1
2008-01-25V4L/DVB (6953): Fix radio set frequency logicMauro Carvalho Chehab1-1/+1
2008-01-25V4L/DVB (6952): Add code for autoloading em28xx-alsa, if neededMauro Carvalho Chehab3-1/+41
2008-01-25V4L/DVB (6951): Integrates em28xx-audio.c into em28xx kernel moduleMauro Carvalho Chehab5-260/+365
2008-01-25V4L/DVB (6950): Lindent em28xx-audio.cMauro Carvalho Chehab1-176/+197