summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/au0828
Commit message (Expand)AuthorAgeFilesLines
* [media] au0828: fix possible race condition in usage of dev->ctrlmsgDevin Heitmueller2012-08-111-28/+12
* [media] au0828: make xc5000 firmware speedup apply to the xc5000c as wellDevin Heitmueller2012-08-091-1/+2
* [media] au0828: fix a couple of missed edge cases for i2c gate with analogDevin Heitmueller2012-08-091-0/+16
* [media] au0828: tweak workaround for i2c clock stretching bugDevin Heitmueller2012-08-092-2/+3
* [media] au0828: tune retry interval for i2c interactionDevin Heitmueller2012-08-091-2/+2
* [media] au0828: remove control buffer from send_control_msgDevin Heitmueller2012-08-091-8/+6
* [media] au0828: speed up i2c clock when doing xc5000 firmware loadDevin Heitmueller2012-08-091-3/+13
* [media] au0828: fix case where STREAMOFF being called on stopped stream cause...Devin Heitmueller2012-08-091-4/+8
* [media] au0828: prevent i2c gate from being kept open while in analog modeDevin Heitmueller2012-08-091-0/+6
* [media] au0828: make sure video standard is setup in tuner-coreDevin Heitmueller2012-08-092-0/+11
* [media] au0828: fix race condition that causes xc5000 to not bind for digitalDevin Heitmueller2012-08-092-13/+13
* [media] au0828: Make the s_reg and g_reg advanced debug calls work against th...Devin Heitmueller2012-08-091-3/+8
* [media] au8522: properly recover from the au8522 delivering misaligned TS str...Devin Heitmueller2012-08-092-6/+49
* [media] au0828: Add USB ID used by many donglesIsmael Luceno2012-05-201-0/+2
* [media] v4l: fix compiler warningsHans Verkuil2012-05-141-2/+2
* [media] drivers/media/video/au0828/au0828-video.c: add missing video_device_r...Julia Lawall2012-05-021-8/+13
* [media] au8522: build ATV/DTV demodulators as separate modulesMichael Krufky2012-04-191-1/+2
* [media] au0828-dvb: attach tuner based on dev->board.tuner_type on hvr950qMichael Krufky2012-04-191-4/+23
* [media] drivers: media: au0828: Fix dependency for VIDEO_AU0828Fabio Estevam2012-01-101-0/+1
* Merge tag 'v3.2-rc7' into staging/for_v3.3Mauro Carvalho Chehab2011-12-301-0/+7
|\
| * [media] au0828: add missing models 72101, 72201 & 72261 to the model matrixMichael Krufky2011-12-111-0/+3
| * [media] au0828: add missing USB ID 2040:7213Michael Krufky2011-12-111-0/+2
| * [media] au0828: add missing USB ID 2040:7260Michael Krufky2011-12-111-0/+2
* | [media] video: Drop undue references to i2c-algo-bitJean Delvare2011-11-241-1/+1
|/
* [media] drivers/media: do not use EXTRA_CFLAGSArnaud Lacombe2011-09-031-4/+4
* [media] Stop using linux/version.h on most video driversMauro Carvalho Chehab2011-07-272-5/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* [media] several drivers: Fix a few gcc 4.6 warningsMauro Carvalho Chehab2011-03-222-7/+0
* [media] tuner-core: remove usage of DIGITAL_TVMauro Carvalho Chehab2011-03-211-2/+1
* [media] au0828: fix VBI handling when in V4L2 streaming modeDevin Heitmueller2011-02-021-4/+24
* [media] V4L: remove V4L1 compatibility modeHans Verkuil2010-12-291-12/+0
* [media] au0828: enable VBI timeout when calling read() without streamon()Devin Heitmueller2010-12-291-0/+7
* [media] au0828: fixes for timeout on no videoDevin Heitmueller2010-12-292-28/+56
* [media] au0828: continue video streaming even when no ITU-656 coming inDevin Heitmueller2010-12-292-0/+63
* [media] au0828: Fix field alignment for video frames delivered by driverDevin Heitmueller2010-12-291-1/+1
* [media] au0828: set max packets per URB to match Windows driverDevin Heitmueller2010-12-291-1/+1
* [media] v4l: Remove module_name argument to the v4l2_i2c_new_subdev* functionsLaurent Pinchart2010-11-221-2/+2
* [media] v4l: Remove hardcoded module names passed to v4l2_i2c_new_subdev*Laurent Pinchart2010-10-221-2/+2
* V4L/DVB: videobuf: add ext_lock argument to the queue init functionsHans Verkuil2010-10-211-2/+2
* V4L/DVB: au0828: move dereference below sanity checksDan Carpenter2010-08-021-1/+3
* V4L/DVB: Add closed captioning support for the HVR-950qDevin Heitmueller2010-08-024-120/+481
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-05-201-2/+2
|\
| * USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack2010-05-201-2/+2
* | V4L/DVB: video/au0828: off by one bugDan Carpenter2010-05-191-1/+1
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-303-0/+3
* V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignmentsLaurent Pinchart2009-12-161-1/+0
* V4L/DVB (13554a): v4l: Use the video_drvdata function in driversLaurent Pinchart2009-12-162-28/+8
* V4L/DVB (13238): v4l2_subdev: rename tuner s_standby operation to core s_powerLaurent Pinchart2009-12-051-1/+1
* V4L/DVB (12540): v4l: simplify v4l2_i2c_new_subdev and friendsHans Verkuil2009-09-191-2/+2
* V4L/DVB (12360): au0828: fix typo: dvb uses bulk xfer, dont say isoc in debugMichael Krufky2009-09-121-1/+1
OpenPOWER on IntegriCloud