summaryrefslogtreecommitdiff
path: root/linux/drivers/media/common/saa7146_video.c
AgeCommit message (Expand)Author
2009-03-28saa7146: Remove buffer type check from vidioc_g_parmTrent Piepho
2009-03-03saa7146: some small fixesTrent Piepho
2009-02-08saa7146: prevent unnecessary loading of v4l2-common.Hans Verkuil
2009-02-07saa7146: setting control while capturing should return EBUSY, not EINVAL.Hans Verkuil
2009-02-07saa7146: convert saa7146 and mxb in particular to v4l2_subdev.Hans Verkuil
2009-01-18saa7146: convert to video_ioctl2.Hans Verkuil
2009-01-18saa7146: fix unbalanced mutex_lock/unlockHans Verkuil
2008-12-30v4l2-ioctl: change to long return type to match unlocked_ioctl.Hans Verkuil
2008-11-01v4l: remove inode argument from video_usercopyHans Verkuil
2008-10-21Get rid of inode parameter at v4l_compat_translate_ioctl()Mauro Carvalho Chehab
2008-08-23v4l-dvb: fix a bunch of sparse warningsHans Verkuil
2008-07-27saa7146: fix read from uninitialized memoryHans Verkuil
2008-07-26saa7146: fix VIDIOC_ENUM_FMTHans Verkuil
2008-06-22saa7146: ->cpu_addr and friends are little-endianMauro Carvalho Chehab
2008-04-30backport tuners move patch from -gitMauro Carvalho Chehab
2008-04-26From: Mauro Carvalho Chehab <mchehab@infradead.org>Mauro Carvalho Chehab
2008-02-25From: Guennadi Liakhovetski <g.liakhovetski@pengutronix.de>Mauro Carvalho Chehab
2008-01-31videobuf lock is already initialized at videobuf-core.cMauro Carvalho Chehab
2007-12-10Removed a bad whitespaceMauro Carvalho Chehab
2007-11-19V4L: Fix VIDIOCGMBUF locking in saa7146Brandon Philips
2007-11-13V4L: videobuf-core locking fixes and commentsBrandon Philips
2007-11-06V4L: videobuf: don't chew up namespace STATE_.*, convert to VIDEOBUF_Brandon Philips
2007-10-05 V4L: videobuf-core.c avoid NULL dereferences in videobuf-coreMauro Carvalho Chehab
2007-08-23Adapt drivers to use the newer videobuf modulesMauro Carvalho Chehab
2007-07-13saa7146/dvb-ttpci: Fix signedness warnings (gcc 4.1.1, kernel 2.6.22)Oliver Endriss
2007-04-22saa7146: Release capture buffers on device closeOliver Endriss
2007-02-19compat: Add -include linux/version.h to cflagsTrent Piepho
2006-08-09[saa7146] Fixed image grabbing (VIDIOCGMBUF ioctl)Oliver Endriss
2006-08-02V4L2 Conversion: saa5246a, saa5249, vino, hexium_orion, hexium_geminiMauro Carvalho Chehab
2006-04-11Kill drivers/media/common/saa7146_vv_ksyms.cMauro Carvalho Chehab
2006-03-10Make video_buf more genericMauro Carvalho Chehab
2006-02-06sem2mutex: drivers/media/, #2Mauro Carvalho Chehab
2005-12-08syncronizes some changes between v4l and dvbMauro Carvalho Chehab
2005-11-26Whitespaces cleanups.Mauro Carvalho Chehab
2005-11-25saa7146 compatability fix for use with headers in v4l-kernel cvsMichael Krufky
2005-07-16Remove all #include <linux/version.h> and all referencesJohannes Stezenbach
2005-06-19backport of 2.6.12 changes to match other API changes (i2c, usb)Johannes Stezenbach
2005-03-02whitespace cleanup (remove ws at eol, sync with changes in mainline kernel)Johannes Stezenbach
2004-11-21- prefix IER_DISABLE and IER_ENABLE with SAA7146_Johannes Stezenbach
2004-11-16 - videobuf api changes in 2.6.10Kenneth Aafloy
2004-11-16 - MODULE_PARM -> module_paramKenneth Aafloy
2004-10-26- add back support for older kernels due to popular demandMichael Hunold
2004-10-25- follow latest changes in 2.6.10-rc1 regarding video-buf. this changeMichael Hunold
2004-07-31merge back various cleanups from mainline kernel:Johannes Stezenbach
2004-07-28- rename memory to max_memory, because it clashes with some obscure definitio...Michael Hunold
2004-06-18- apply cpu_to_le32() to all write operations concerning page tables, necessa...Michael Hunold
2004-04-28- fix some ppc be endianess issues, overlay works fine, grabbing does not wor...Michael Hunold
2004-03-19- copy & paste error: don't check for streaming capture twice, check for over...Michael Hunold
2004-03-16- fix two debug messages (mixed up streaming capture and overlay)Michael Hunold
2004-03-15- code review of what's actually needed to be protected by a spinlock and by ...Michael Hunold