aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/mxb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-15[media] move analog PCI saa7146 drivers to its own dirMauro Carvalho Chehab1-886/+0
2012-05-14[media] fixes and add querystd support to mxbHans Verkuil1-0/+8
2012-05-14[media] saa7146: fix querycap, vbi/video separation and g/s_registerHans Verkuil1-13/+28
2012-05-14[media] mxb: fix audio and standard handlingHans Verkuil1-20/+33
2012-05-14[media] mxb: simplify a line that was too longHans Verkuil1-1/+1
2012-05-14[media] mxb: fix audio handlingHans Verkuil1-64/+26
2012-05-14[media] mxb: fix initial audio + ntsc/secam supportHans Verkuil1-3/+15
2012-05-14[media] mxb/saa7146: first round of cleanupsHans Verkuil1-88/+85
2012-04-19[media] V4L2: drivers implementing vidioc_default should also return -ENOTTYHans Verkuil1-1/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-10-31drivers/media: Add module.h to all files using it implicitlyPaul Gortmaker1-0/+1
2011-09-03[media] saa7146: Use current logging stylesJoe Perches1-37/+43
2011-03-22[media] v4l2-ioctl: add priority handling supportHans Verkuil1-1/+2
2010-12-30[media] v4l: fix handling of v4l2_input.capabilitiesHans Verkuil1-4/+4
2010-11-22[media] v4l: Remove module_name argument to the v4l2_i2c_new_subdev* functionsLaurent Pinchart1-6/+6
2010-10-28Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6Linus Torvalds1-11/+6
2010-10-22[media] v4l: Remove hardcoded module names passed to v4l2_i2c_new_subdev*Laurent Pinchart1-6/+6
2010-10-21V4L/DVB: saa5246a/saa5249: Remove obsolete teletext driversHans Verkuil1-5/+0
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-1/+1
2010-05-06V4L/DVB: saa7146: fix regression of the av7110/budget-av driverHans Verkuil1-9/+8
2010-02-26V4L/DVB: saa7115: fix saa7111a supportHans Verkuil1-3/+3
2010-02-26V4L/DVB: saa7146_vv: fix regression where v4l2_device was registered too lateHans Verkuil1-0/+4
2009-12-05V4L/DVB (13241): Cleanup redundant tests on unsignedRoel Kluin1-1/+1
2009-09-19V4L/DVB (12540): v4l: simplify v4l2_i2c_new_subdev and friendsHans Verkuil1-7/+7
2009-06-16V4L/DVB: cleanup redundant tests on unsignedRoel Kluin1-2/+2
2009-04-06V4L/DVB (11380): v4l2-subdev: change s_routing prototypeHans Verkuil1-70/+45
2009-04-06V4L/DVB (11379): mxb: fix copy-and-paste bug in mute.Hans Verkuil1-2/+2
2009-04-06V4L/DVB (11373): v4l2-common: add explicit v4l2_device pointer as first arg to new_(probed)_subdevHans Verkuil1-7/+14
2009-04-06V4L/DVB (11370): v4l2-subdev: move s_std from tuner to core.Hans Verkuil1-4/+4
2009-03-30V4L/DVB (10870a): remove all references for video_decoder.hMauro Carvalho Chehab1-1/+0
2009-03-30V4L/DVB (10499): saa7146: convert saa7146 and mxb in particular to v4l2_subdev.Hans Verkuil1-165/+109
2009-03-30V4L/DVB (10271): saa7146: convert to video_ioctl2.Hans Verkuil1-310/+331
2009-01-02V4L/DVB (10138): v4l2-ioctl: change to long return type to match unlocked_ioctl.Hans Verkuil1-1/+1
2008-10-12V4L/DVB (8945): mxb: use unique i2c adapter nameHans Verkuil1-1/+2
2008-10-12V4L/DVB (8942): mxb: coding style cleanupsHans Verkuil1-133/+119
2008-10-12V4L/DVB (8941): mxb/tda9840: cleanups, use module saa7115 instead of saa7111.Hans Verkuil1-161/+52
2008-10-12V4L/DVB (8630): First mxb cleanup phaseHans Verkuil1-7/+6
2008-09-03V4L/DVB (8757): v4l-dvb: fix a bunch of sparse warningsHans Verkuil1-5/+7
2008-04-24V4L/DVB (7094): static memoryDouglas Schilling Landgraf1-2/+2
2008-03-30NULL noise: drivers/mediaAl Viro1-3/+2
2008-01-27i2c: Drivers stop using the redundant client listJean Delvare1-15/+25
2007-10-10V4L/DVB (6316): Change list_for_each+list_entry to list_for_each_entryTrent Piepho1-3/+1
2006-12-10V4L/DVB (4894): Mxb: fix to load the proper i2c modulesMichael Hunold1-4/+4
2006-03-24V4L/DVB (3584): Implement V4L2_TUNER_MODE_LANG1_LANG2 audio modeHans Verkuil1-0/+6
2006-03-24V4L/DVB (3548): Renamed I2C_foo addresses to I2C_ADDR_fooMauro Carvalho Chehab1-3/+3
2006-03-21V4L/DVB (3537a): Whitespace cleanupMauro Carvalho Chehab1-73/+73
2006-03-21Merge branch 'origin'Linus Torvalds1-1/+9
2006-03-14[PATCH] Restore tuning capabilities in V4L2 MXB driverMichael Hunold1-1/+9
2006-02-07V4L/DVB (3318b): sem2mutex: drivers/media/, #2Ingo Molnar1-2/+2
2006-01-11V4L/DVB (3344a): Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris1-2/+1