| Commit message (Expand) | Author | Age | Files | Lines |
* | [media] saa7146: Move it to its own directory | Mauro Carvalho Chehab | 2012-08-14 | 1 | -1332/+0 |
* | [media] av7110: fix v4l2_compliance test issues | Hans Verkuil | 2012-05-14 | 1 | -2/+2 |
* | [media] saa7146: fix querycap, vbi/video separation and g/s_register | Hans Verkuil | 2012-05-14 | 1 | -4/+31 |
* | [media] saa7146: support control events and priority handling | Hans Verkuil | 2012-05-14 | 1 | -0/+4 |
* | [media] saa7146: rename vbi/video_q to vbi/video_dmaq | Hans Verkuil | 2012-05-14 | 1 | -8/+8 |
* | [media] saa7146: move vbi fields from saa7146_fh to saa7146_vv | Hans Verkuil | 2012-05-14 | 1 | -1/+4 |
* | [media] saa7146: move video_fmt from saa7146_fh to saa7146_vv | Hans Verkuil | 2012-05-14 | 1 | -34/+28 |
* | [media] saa7146: move overlay information from saa7146_fh into saa7146_vv | Hans Verkuil | 2012-05-14 | 1 | -17/+20 |
* | [media] mxb/saa7146: first round of cleanups | Hans Verkuil | 2012-05-14 | 1 | -172/+38 |
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-11-07 | 1 | -0/+1 |
|\ |
|
| * | drivers/media: Add module.h to all files using it implicitly | Paul Gortmaker | 2011-11-01 | 1 | -0/+1 |
* | | [media] saa7146: fix compiler warning | Hans Verkuil | 2011-09-06 | 1 | -8/+4 |
* | | [media] saa7146: Use current logging styles | Joe Perches | 2011-09-04 | 1 | -81/+90 |
|/ |
|
* | [media] saa7146: Convert from .ioctl to .unlocked_ioctl | Hans Verkuil | 2011-01-19 | 1 | -19/+1 |
* | [media] V4L: remove V4L1 compatibility mode | Hans Verkuil | 2010-12-29 | 1 | -32/+0 |
* | [media] Don't export format_by_forcc on two different drivers | Mauro Carvalho Chehab | 2010-12-02 | 1 | -8/+8 |
* | V4L/DVB: videobuf: add ext_lock argument to the queue init functions | Hans Verkuil | 2010-10-21 | 1 | -1/+1 |
* | V4L/DVB: drivers/media: Remove unnecessary casts of private_data | Joe Perches | 2010-08-02 | 1 | -2/+2 |
* | V4L/DVB: saa7146: fix up bytesperline if it is an impossible value | Michael Hunold | 2010-05-07 | 1 | -3/+5 |
* | saa7146: stop DMA before de-allocating DMA scatter/gather page buffers | Mauro Carvalho Chehab | 2010-02-02 | 1 | -2/+2 |
* | V4L/DVB (13239): saa7146: fix memory leakage in pagetable-handling | Johann Friedrichs | 2009-12-05 | 1 | -5/+11 |
* | V4L/DVB (11261): saa7146: Remove buffer type check from vidioc_g_parm | Trent Piepho | 2009-03-30 | 1 | -2/+0 |
* | V4L/DVB (10814): saa7146: some small fixes | Trent Piepho | 2009-03-30 | 1 | -9/+6 |
* | V4L/DVB (10501): saa7146: prevent unnecessary loading of v4l2-common. | Hans Verkuil | 2009-03-30 | 1 | -1/+1 |
* | V4L/DVB (10500): saa7146: setting control while capturing should return EBUSY... | Hans Verkuil | 2009-03-30 | 1 | -2/+2 |
* | V4L/DVB (10499): saa7146: convert saa7146 and mxb in particular to v4l2_subdev. | Hans Verkuil | 2009-03-30 | 1 | -2/+23 |
* | V4L/DVB (10271): saa7146: convert to video_ioctl2. | Hans Verkuil | 2009-03-30 | 1 | -650/+600 |
* | V4L/DVB (10270): saa7146: fix unbalanced mutex_lock/unlock | Hans Verkuil | 2009-01-29 | 1 | -0/+1 |
* | V4L/DVB (10138): v4l2-ioctl: change to long return type to match unlocked_ioctl. | Hans Verkuil | 2009-01-02 | 1 | -2/+3 |
* | V4L/DVB (9503): v4l: remove inode argument from video_usercopy | Hans Verkuil | 2008-12-29 | 1 | -8/+2 |
* | V4L/DVB (9330): Get rid of inode parameter at v4l_compat_translate_ioctl() | Mauro Carvalho Chehab | 2008-10-21 | 1 | -3/+9 |
* | V4L/DVB (8757): v4l-dvb: fix a bunch of sparse warnings | Hans Verkuil | 2008-09-03 | 1 | -3/+1 |
* | V4L/DVB (8546): saa7146: fix read from uninitialized memory | Hans Verkuil | 2008-07-27 | 1 | -1/+1 |
* | V4L/DVB (8526): saa7146: fix VIDIOC_ENUM_FMT | Hans Verkuil | 2008-07-27 | 1 | -10/+7 |
* | V4L/DVB (8128): saa7146: ->cpu_addr and friends are little-endian | Al Viro | 2008-07-20 | 1 | -2/+2 |
* | V4L/DVB (7237): Convert videobuf-dma-sg to generic DMA API | Guennadi Liakhovetski | 2008-04-24 | 1 | -2/+2 |
* | V4L/DVB (7120): videobuf lock is already initialized at videobuf-core.c | Mauro Carvalho Chehab | 2008-02-18 | 1 | -2/+0 |
* | V4L/DVB (6600): V4L: videobuf: don't chew up namespace STATE_.*, convert to V... | Brandon Philips | 2008-01-25 | 1 | -4/+4 |
* | V4L/DVB (6615): V4L: Fix VIDIOCGMBUF locking in saa7146 | Brandon Philips | 2007-12-11 | 1 | -5/+1 |
* | V4L/DVB (6601): V4L: videobuf-core locking fixes and comments | Brandon Philips | 2007-12-11 | 1 | -4/+1 |
* | V4L/DVB (6305): V4L: videobuf-core.c avoid NULL dereferences in videobuf-core | Brandon Philips | 2007-10-10 | 1 | -0/+2 |
* | V4L/DVB (6252): Adapt drivers to use the newer videobuf modules | Mauro Carvalho Chehab | 2007-10-10 | 1 | -4/+5 |
* | V4L/DVB (5835): saa7146/dvb-ttpci: Fix signedness warnings (gcc 4.1.1, kernel... | Oliver Endriss | 2007-07-18 | 1 | -4/+4 |
* | V4L/DVB (5545): Saa7146: Release capture buffers on device close | Hartmut Birr | 2007-04-27 | 1 | -0/+6 |
* | V4L/DVB (4494a): Fix compilation when V4L1 support is not present | Mauro Carvalho Chehab | 2006-09-10 | 1 | -0/+2 |
* | V4L/DVB (3770): Kill drivers/media/common/saa7146_vv_ksyms.c | Adrian Bunk | 2006-06-25 | 1 | -0/+2 |
* | V4L/DVB (3516): Make video_buf more generic | Mauro Carvalho Chehab | 2006-03-24 | 1 | -4/+4 |
* | V4L/DVB (3318b): sem2mutex: drivers/media/, #2 | Ingo Molnar | 2006-02-07 | 1 | -15/+15 |
* | V4L/DVB (3218): Whitespace cleanups | Michael Krufky | 2006-01-09 | 1 | -7/+2 |
* | [PATCH] V4L/DVB: (3086c) Whitespaces cleanups part 3 | Mauro Carvalho Chehab | 2005-12-12 | 1 | -23/+23 |