Age | Commit message (Expand) | Author | Files | Lines |
2009-04-07 | V4L/DVB (11380): v4l2-subdev: change s_routing prototype | Hans Verkuil | 1 | -3/+4 |
2009-04-07 | V4L/DVB (11372): v4l2: use old-style i2c API for kernels < 2.6.26 instead of ... | Hans Verkuil | 1 | -1/+0 |
2009-04-07 | V4L/DVB (11370): v4l2-subdev: move s_std from tuner to core. | Hans Verkuil | 1 | -1/+1 |
2009-04-07 | V4L/DVB (11365): tvaudio: remove i2c legacy code | Hans Verkuil | 1 | -33/+1 |
2009-03-30 | V4L/DVB (11277): tvaudio: always call init_timer to prevent rmmod crash. | Hans Verkuil | 1 | -1/+1 |
2009-03-30 | V4L/DVB (11276): tvaudio: add tda9875 support. | Hans Verkuil | 1 | -0/+132 |
2009-03-30 | V4L/DVB (11275): tvaudio: fix mute and s/g_tuner handling | Hans Verkuil | 1 | -5/+19 |
2009-03-30 | V4L/DVB (10730): v4l-dvb: cleanup obsolete references to v4l1 headers. | Hans Verkuil | 1 | -1/+1 |
2009-03-30 | V4L/DVB (10698): v4l2-common: remove v4l2_ctrl_query_fill_std | Hans Verkuil | 1 | -7/+10 |
2009-03-06 | V4L/DVB (10832): tvaudio: Avoid breakage with tda9874a | Vitaly Wool | 1 | -1/+1 |
2009-01-02 | V4L/DVB (10141): v4l2: debugging API changed to match against driver name ins... | Hans Verkuil | 1 | -1/+1 |
2008-12-30 | V4L/DVB (9959): tvaudio: convert to v4l2_subdev. | Hans Verkuil | 1 | -324/+383 |
2008-11-14 | V4L/DVB (9624): CVE-2008-5033: fix OOPS on tvaudio when controlling bass/treble | Mauro Carvalho Chehab | 1 | -8/+7 |
2008-11-14 | V4L/DVB (9623): tvaudio: Improve debug msg by printing something more human | Mauro Carvalho Chehab | 1 | -1/+5 |
2008-11-14 | V4L/DVB (9622): tvaudio: Improve comments and remove a unneeded prototype | Mauro Carvalho Chehab | 1 | -12/+7 |
2008-11-14 | V4L/DVB (9621): Avoid writing outside shadow.bytes[] array | Mauro Carvalho Chehab | 1 | -3/+27 |
2008-11-14 | V4L/DVB (9620): tvaudio: use a direct reference for chip description | Mauro Carvalho Chehab | 1 | -8/+9 |
2008-11-14 | V4L/DVB (9619): tvaudio: update initial comments | Mauro Carvalho Chehab | 1 | -1/+5 |
2008-11-14 | V4L/DVB (9618): tvaudio: add additional logic to avoid OOPS | Mauro Carvalho Chehab | 1 | -8/+37 |
2008-11-14 | V4L/DVB (9617): tvtime: remove generic_checkmode callback | Mauro Carvalho Chehab | 1 | -36/+35 |
2008-11-14 | V4L/DVB (9616): tvaudio: cleanup - group all callbacks together | Mauro Carvalho Chehab | 1 | -7/+18 |
2008-11-14 | V4L/DVB (9615): tvaudio: instead of using a magic number, use ARRAY_SIZE | Mauro Carvalho Chehab | 1 | -3/+3 |
2008-11-14 | V4L/DVB (9613): tvaudio: fix a memory leak | Mauro Carvalho Chehab | 1 | -0/+1 |
2008-10-11 | security: avoid calling a NULL function pointer in drivers/video/tvaudio.c | Arjan van de Ven | 1 | -1/+1 |
2008-07-20 | V4L/DVB (8246): tvaudio: Stop I2C driver ID abuse | Jean Delvare | 1 | -13/+0 |
2008-05-11 | i2c: Convert some more new-style drivers to use module aliasing | Jean Delvare | 1 | -1/+12 |
2008-04-30 | i2c: Add support for device alias names | Jean Delvare | 1 | -1/+1 |
2008-04-24 | V4L/DVB (7094): static memory | Douglas Schilling Landgraf | 1 | -4/+4 |
2008-02-18 | V4L/DVB (7139): add parentheses | Roel Kluin | 1 | -5/+5 |
2008-01-26 | V4L/DVB (6461): tvaudio: convert to bus-based I2C API | Hans Verkuil | 1 | -114/+84 |
2008-01-26 | V4L/DVB (6418): Converted tvaudio from V4L1 to V4L2 | Mauro Carvalho Chehab | 1 | -128/+178 |
2007-10-10 | V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media files | Mauro Carvalho Chehab | 1 | -1/+0 |
2007-07-21 | V4L/DVB (5858): Use msecs_to_jiffies instead of HZ on media/video I2C drivers | Mauro Carvalho Chehab | 1 | -2/+2 |
2007-07-17 | Freezer: make kernel threads nonfreezable by default | Rafael J. Wysocki | 1 | -1/+1 |
2007-05-08 | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 1 | -1/+0 |
2007-04-27 | V4L/DVB (5492): Remove useless includes of i2c-algo-bit.h | Jean Delvare | 1 | -1/+0 |
2007-04-27 | V4L/DVB (5355): Add VIDIOC_G_CHIP_IDENT to various i2c modules | Hans Verkuil | 1 | -0/+4 |
2006-12-07 | [PATCH] Add include/linux/freezer.h and move definitions from sched.h | Nigel Cunningham | 1 | -0/+1 |
2006-09-26 | V4L/DVB (4624): Tvaudio: Replaced kernel_thread() with kthread_run() | Cedric Le Goater | 1 | -26/+16 |
2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
2006-04-02 | V4L/DVB (3609): Remove VIDIOC_S_AUDIO from tvaudio: no longer used. | Hans Verkuil | 1 | -15/+0 |
2006-03-24 | V4L/DVB (3584): Implement V4L2_TUNER_MODE_LANG1_LANG2 audio mode | Hans Verkuil | 1 | -0/+1 |
2006-03-24 | V4L/DVB (3582): Implement correct msp3400 input/output routing | Hans Verkuil | 1 | -0/+24 |
2006-03-24 | V4L/DVB (3577): Cleanup audio input handling | Hans Verkuil | 1 | -19/+48 |
2006-03-24 | V4L/DVB (3548): Renamed I2C_foo addresses to I2C_ADDR_foo | Mauro Carvalho Chehab | 1 | -30/+30 |
2006-03-24 | V4L/DVB (3547): Tvaudio.h are just i2c addresses. Merged into i2c-addr.h | Mauro Carvalho Chehab | 1 | -1/+1 |
2006-01-23 | V4L/DVB (3427): audmode and rxsubchans fixes (VIDIOC_G/S_TUNER) | Hans Verkuil | 1 | -14/+12 |
2006-01-23 | V4L/DVB (3403): Add probe check for the tda9840. | Hans Verkuil | 1 | -0/+9 |
2006-01-12 | V4L/DVB (3345): Fixes some bad global variables | Mauro Carvalho Chehab | 1 | -26/+26 |
2006-01-12 | V4L/DVB (3344a): Conversions from kmalloc+memset to k(z|c)alloc | Panagiotis Issaris | 1 | -2/+1 |