aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/bt8xx (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-22[media] several drivers: Fix a few gcc 4.6 warningsMauro Carvalho Chehab1-2/+0
2011-03-21[media] tuner-core: remove usage of DIGITAL_TVMauro Carvalho Chehab1-1/+1
2011-01-19[media] bttv: remove obsolete 'no_tda9875' fieldHans Verkuil2-40/+0
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2-4/+10
2010-12-30[media] bttv-input: Add a note about PV951 RCMauro Carvalho Chehab1-0/+12
2010-12-29[media] saa6588: rename rds.h to saa6588.hHans Verkuil1-7/+7
2010-12-29[media] V4L: remove V4L1 compatibility modeHans Verkuil1-28/+0
2010-12-29[media] bttv: remove custom_irq and gpioq from bttv structMauro Carvalho Chehab3-16/+14
2010-12-29[media] bttv: merge ir decoding timersDavid Härdeman2-7/+4
2010-12-29[media] bttv: rename struct card_ir to bttv_irDavid Härdeman2-36/+22
2010-12-29[media] Rename all public generic RC functions from ir_ to rc_Mauro Carvalho Chehab1-8/+8
2010-12-29[media] rc: rename the remaining things to rc_coreMauro Carvalho Chehab2-2/+2
2010-12-29[media] rc: Remove ir-common.hMauro Carvalho Chehab3-2/+47
2010-12-29[media] rc: remove ir-common moduleMauro Carvalho Chehab2-7/+100
2010-12-29[media] ir-core: make struct rc_dev the primary interfaceDavid Härdeman1-23/+18
2010-12-29[media] ir-core: more cleanups of ir-functions.cDavid Härdeman1-2/+2
2010-12-29[media] ir-core: remove remaining users of the ir-functions keyhandlersDavid Härdeman2-24/+9
2010-12-24media/video: don't use flush_scheduled_work()Tejun Heo1-4/+1
2010-12-24media/video: explicitly flush request_module workTejun Heo1-0/+9
2010-12-20Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6Linus Torvalds1-114/+3
2010-12-17[media] bttv: remove unneeded locking commentsBrandon Philips1-20/+0
2010-12-17[media] bttv: fix mutex use before init (BZ#24602)Mauro Carvalho Chehab1-94/+3
2010-12-02Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6Linus Torvalds1-11/+11
2010-11-22[media] v4l: Remove module_name argument to the v4l2_i2c_new_subdev* functionsLaurent Pinchart1-11/+11
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-22[media] drivers/media/video/bt8xx: Adjust confusing if indentationJulia Lawall1-3/+2
2010-10-22[media] v4l: Remove hardcoded module names passed to v4l2_i2c_new_subdev*Laurent Pinchart1-11/+11
2010-10-21V4L/DVB: videobuf: add queue argument to videobuf_waiton()Hans Verkuil1-1/+1
2010-10-21V4L/DVB: videobuf: add ext_lock argument to the queue init functionsHans Verkuil1-2/+2
2010-10-21V4L/DVB: bttv: use unlocked ioctlMauro Carvalho Chehab1-7/+7
2010-10-21V4L/DVB: bttv: fix driver lock and remove explicit calls to BKLMauro Carvalho Chehab1-58/+143
2010-10-21V4L/DVB: bttv: Fix mutex unbalance at bttv_pollMauro Carvalho Chehab1-3/+1
2010-10-21V4L/DVB: bttv-driver: document functions using mutex_lockMauro Carvalho Chehab1-25/+25
2010-10-21V4L/DVB: bttv: Move PV951 IR to the right driverMauro Carvalho Chehab4-49/+87
2010-08-13Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6Linus Torvalds1-1/+1
2010-08-12V4L/DVB: fix Kconfig to depends on VIDEO_IRMauro Carvalho Chehab1-1/+1
2010-08-11i2c: Add support for custom probe functionJean Delvare1-1/+1
2010-08-02V4L/DVB: videobuf: Remove the videobuf_sg_dma_map/unmap functionsLaurent Pinchart1-1/+1
2010-05-19V4L/DVB: v4l2-common: simplify prio utility functionsHans Verkuil1-9/+9
2010-05-19V4L/DVB: bttv: remove bogus prio check in g_frequencyHans Verkuil1-5/+0
2010-05-19V4L/DVB: bttv: Add another ids for IVC-200Kirill Smelkov1-0/+4
2010-05-19V4L/DVB: V4L2: Replace loops for finding max buffers in VIDIOC_REQBUFS callbacksAndreas Bombe1-2/+2
2010-05-19V4L/DVB: ir-core: Make use of the new IR keymap modulesMauro Carvalho Chehab1-14/+14
2010-05-19V4L/DVB: ir: prepare IR code for a parameter change at register functionMauro Carvalho Chehab1-1/+1
2010-05-19V4L/DVB: ir: use IR_KEYTABLE where an IR table is neededMauro Carvalho Chehab1-12/+12
2010-05-18V4L/DVB: ir-core: export driver name used by IR via ueventMauro Carvalho Chehab1-1/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo4-0/+4
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-2/+2
2010-02-26V4L/DVB: bttv: Let the user disable IR supportJean Delvare1-2/+7
2010-02-26V4L/DVB (13680): ir: use unsigned long instead of enumMauro Carvalho Chehab1-1/+1