aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/au0828 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-19V4L/DVB (12540): v4l: simplify v4l2_i2c_new_subdev and friendsHans Verkuil1-2/+2
2009-09-12V4L/DVB (12360): au0828: fix typo: dvb uses bulk xfer, dont say isoc in debugMichael Krufky1-1/+1
2009-09-12V4L/DVB (12343): Stop defining I2C adapter IDs nobody usesJean Delvare1-1/+0
2009-06-16V4L/DVB (11928): au0828: provide module option to disable USB speed checkDevin Heitmueller1-1/+6
2009-06-16V4L/DVB (11924): au0828: Don't let device work unless connected to a high speed USB portDevin Heitmueller1-0/+12
2009-06-16V4L/DVB (11808): au0828: get rid of debug printk that was causing compile failuresDevin Heitmueller1-5/+0
2009-06-16V4L/DVB (11805): au0828: send command to power down tuner when done with analogDevin Heitmueller1-0/+3
2009-06-16V4L/DVB (11794): au0828: reduce reset time for xc5000 to 10msDevin Heitmueller1-2/+2
2009-04-29V4L/DVB (11652): au0828: fix kernel oops regression on USB disconnect.Devin Heitmueller1-2/+4
2009-04-06V4L/DVB (11438): au0828: fix Kconfig dependanceAlexander Beregalov1-0/+1
2009-04-06V4L/DVB (11380): v4l2-subdev: change s_routing prototypeHans Verkuil1-6/+4
2009-04-06V4L/DVB (11373): v4l2-common: add explicit v4l2_device pointer as first arg to new_(probed)_subdevHans Verkuil1-4/+4
2009-04-06V4L/DVB (11370): v4l2-subdev: move s_std from tuner to core.Hans Verkuil1-1/+1
2009-04-06V4L/DVB (11357): au0828: remove explicitly set v4l2_device.name and unused au0828_instanceJanne Grunau1-6/+1
2009-04-06V4L/DVB (11356): au0828: use usb_interface.dev for v4l2_device_registerJanne Grunau1-1/+1
2009-04-06V4L/DVB (11343): au0828: make i2c clock speed per-board configurableDevin Heitmueller3-20/+18
2009-04-06V4L/DVB (11342): au0828: better document i2c registersDevin Heitmueller2-28/+69
2009-03-30V4L/DVB (11142): au0828: fix oops on ARM platform when allocating transfer buffersDevin Heitmueller1-1/+1
2009-03-30V4L/DVB (11127): Kconfig: replace all occurrences of CUSTOMIZE to CUSTOMISEMauro Carvalho Chehab1-3/+3
2009-03-30V4L/DVB (11110): au8522/au0828: Fix Kconfig dependenciesMauro Carvalho Chehab1-1/+1
2009-03-30V4L/DVB (11109): au0828: Fix compilation when VIDEO_ADV_DEBUG = nMauro Carvalho Chehab1-1/+3
2009-03-30V4L/DVB (11088): au0828: finish videodev/subdev conversionDevin Heitmueller4-50/+16
2009-03-30V4L/DVB (11086): au0828: rename macro for currently non-function VBI supportDevin Heitmueller1-8/+8
2009-03-30V4L/DVB (11085): au0828/au8522: Codingstyle fixesDevin Heitmueller4-115/+100
2009-03-30V4L/DVB (11084): au0828: add entry for undefined input typeDevin Heitmueller1-0/+1
2009-03-30V4L/DVB (11083): au0828: remove some unneeded bracesDevin Heitmueller1-7/+3
2009-03-30V4L/DVB (11082): au0828: remove memset calls in v4l2 routines.Devin Heitmueller1-7/+1
2009-03-30V4L/DVB (11081): au0828: make sure v4l2_device name is uniqueDevin Heitmueller1-2/+5
2009-03-30V4L/DVB (11080): au0828: Convert to use v4l2_device/subdev frameworkDevin Heitmueller5-8/+31
2009-03-30V4L/DVB (11079): au0828: fix panic on disconnect if analog initialization failedDevin Heitmueller1-2/+3
2009-03-30V4L/DVB (11078): au0828: properly handle non-existent analog inputsDevin Heitmueller3-4/+5
2009-03-30V4L/DVB (11077): au0828: properly handle missing analog USB endpointDevin Heitmueller3-30/+36
2009-03-30V4L/DVB (11076): au0828: make g_chip_ident call work properlyDevin Heitmueller1-0/+8
2009-03-30V4L/DVB (11075): au0828: make register debug lines easier to readDevin Heitmueller1-2/+2
2009-03-30V4L/DVB (11074): au0828: fix i2c enumeration bugDevin Heitmueller1-0/+18
2009-03-30V4L/DVB (11073): au0828: disable VBI code since it doesn't yet workDevin Heitmueller1-5/+24
2009-03-30V4L/DVB (11072): au0828: advertise only NTSC-M (as opposed to all NTSC standards)Devin Heitmueller1-2/+2
2009-03-30V4L/DVB (11070): au0828: Rework the way the analog video binding occursDevin Heitmueller5-35/+70
2009-03-30V4L/DVB (11068): au0828: add analog profile for the HVR-850Devin Heitmueller1-0/+19
2009-03-30V4L/DVB (11067): au0828: workaround a bug in the au0828 i2c handlingDevin Heitmueller1-2/+20
2009-03-30V4L/DVB (11066): au0828: add support for analog functionality in bridgeDevin Heitmueller6-13/+1920
2009-03-30V4L/DVB (10897): Fix Kbuild MEDIA_TUNER_CUSTOMIZE dependenciesMauro Carvalho Chehab1-3/+3
2009-03-30V4L/DVB (10838): get rid of the other occurrences of DVB_FE_CUSTOMIZE typoMauro Carvalho Chehab1-3/+3
2009-03-30V4L/DVB (10836): Kconfig: replace DVB_FE_CUSTOMIZE to DVB_FE_CUSTOMISEMauro Carvalho Chehab1-1/+1
2008-10-17V4L/DVB (9252): au0828: Checkpatch complianceSteven Toth3-3/+5
2008-10-17V4L/DVB (9247): au0828: add support for another USB id for Hauppauge HVR950QMichael Krufky1-0/+3
2008-10-13V4L/DVB (9149): hvr950q: led feedback based on snrMichael Krufky1-1/+38
2008-10-12V4L/DVB (9049): convert tuner drivers to use dvb_frontend->callbackMichael Krufky3-3/+5
2008-10-12V4L/DVB (8951): xc5000: dont pass devptr in xc5000_attach()Michael Krufky1-3/+2
2008-09-03V4L/DVB (8805): Steven Toth email address changeSteven Toth7-8/+8