| Commit message (Expand) | Author | Age |
* | V4L/DVB (9959): tvaudio: convert to v4l2_subdev. | Hans Verkuil | 2008-12-30 |
* | V4L/DVB (9624): CVE-2008-5033: fix OOPS on tvaudio when controlling bass/treble | Mauro Carvalho Chehab | 2008-11-14 |
* | V4L/DVB (9623): tvaudio: Improve debug msg by printing something more human | Mauro Carvalho Chehab | 2008-11-14 |
* | V4L/DVB (9622): tvaudio: Improve comments and remove a unneeded prototype | Mauro Carvalho Chehab | 2008-11-14 |
* | V4L/DVB (9621): Avoid writing outside shadow.bytes[] array | Mauro Carvalho Chehab | 2008-11-14 |
* | V4L/DVB (9620): tvaudio: use a direct reference for chip description | Mauro Carvalho Chehab | 2008-11-14 |
* | V4L/DVB (9619): tvaudio: update initial comments | Mauro Carvalho Chehab | 2008-11-14 |
* | V4L/DVB (9618): tvaudio: add additional logic to avoid OOPS | Mauro Carvalho Chehab | 2008-11-14 |
* | V4L/DVB (9617): tvtime: remove generic_checkmode callback | Mauro Carvalho Chehab | 2008-11-14 |
* | V4L/DVB (9616): tvaudio: cleanup - group all callbacks together | Mauro Carvalho Chehab | 2008-11-14 |
* | V4L/DVB (9615): tvaudio: instead of using a magic number, use ARRAY_SIZE | Mauro Carvalho Chehab | 2008-11-14 |
* | V4L/DVB (9613): tvaudio: fix a memory leak | Mauro Carvalho Chehab | 2008-11-14 |
* | security: avoid calling a NULL function pointer in drivers/video/tvaudio.c | Arjan van de Ven | 2008-10-11 |
* | V4L/DVB (8246): tvaudio: Stop I2C driver ID abuse | Jean Delvare | 2008-07-20 |
* | i2c: Convert some more new-style drivers to use module aliasing | Jean Delvare | 2008-05-11 |
* | i2c: Add support for device alias names | Jean Delvare | 2008-04-29 |
* | V4L/DVB (7094): static memory | Douglas Schilling Landgraf | 2008-04-24 |
* | V4L/DVB (7139): add parentheses | Roel Kluin | 2008-02-18 |
* | V4L/DVB (6461): tvaudio: convert to bus-based I2C API | Hans Verkuil | 2008-01-25 |
* | V4L/DVB (6418): Converted tvaudio from V4L1 to V4L2 | Mauro Carvalho Chehab | 2008-01-25 |
* | V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media files | Mauro Carvalho Chehab | 2007-10-09 |
* | V4L/DVB (5858): Use msecs_to_jiffies instead of HZ on media/video I2C drivers | Mauro Carvalho Chehab | 2007-07-20 |
* | Freezer: make kernel threads nonfreezable by default | Rafael J. Wysocki | 2007-07-17 |
* | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 2007-05-08 |
* | V4L/DVB (5492): Remove useless includes of i2c-algo-bit.h | Jean Delvare | 2007-04-27 |
* | V4L/DVB (5355): Add VIDIOC_G_CHIP_IDENT to various i2c modules | Hans Verkuil | 2007-04-27 |
* | [PATCH] Add include/linux/freezer.h and move definitions from sched.h | Nigel Cunningham | 2006-12-07 |
* | V4L/DVB (4624): Tvaudio: Replaced kernel_thread() with kthread_run() | Cedric Le Goater | 2006-09-26 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 |
* | V4L/DVB (3609): Remove VIDIOC_S_AUDIO from tvaudio: no longer used. | Hans Verkuil | 2006-04-02 |
* | V4L/DVB (3584): Implement V4L2_TUNER_MODE_LANG1_LANG2 audio mode | Hans Verkuil | 2006-03-24 |
* | V4L/DVB (3582): Implement correct msp3400 input/output routing | Hans Verkuil | 2006-03-24 |
* | V4L/DVB (3577): Cleanup audio input handling | Hans Verkuil | 2006-03-24 |
* | V4L/DVB (3548): Renamed I2C_foo addresses to I2C_ADDR_foo | Mauro Carvalho Chehab | 2006-03-24 |
* | V4L/DVB (3547): Tvaudio.h are just i2c addresses. Merged into i2c-addr.h | Mauro Carvalho Chehab | 2006-03-24 |
* | V4L/DVB (3427): audmode and rxsubchans fixes (VIDIOC_G/S_TUNER) | Hans Verkuil | 2006-01-23 |
* | V4L/DVB (3403): Add probe check for the tda9840. | Hans Verkuil | 2006-01-23 |
* | V4L/DVB (3345): Fixes some bad global variables | Mauro Carvalho Chehab | 2006-01-11 |
* | V4L/DVB (3344a): Conversions from kmalloc+memset to k(z|c)alloc | Panagiotis Issaris | 2006-01-11 |
* | V4L/DVB (3307): Some cleanups at I2C modules | Mauro Carvalho Chehab | 2006-01-09 |
* | V4L/DVB (3278): convert diagnostics over to the new v4l2-common.h macros. | Hans Verkuil | 2006-01-09 |
* | V4L/DVB (3269): ioctls cleanups. | Michael Krufky | 2006-01-09 |
* | V4L/DVB (3255): When in radio mode don't do anything with VIDIOC_G_TUNER. | Hans Verkuil | 2006-01-09 |
* | V4L/DVB (3253): Add V4L2 commands to tvaudio | Hans Verkuil | 2006-01-09 |
* | V4L/DVB (3123a): remove uneeded #if from V4L subsystem | Mauro Carvalho Chehab | 2006-01-09 |
* | [PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer needed | Greg Kroah-Hartman | 2006-01-06 |
* | [PATCH] i2c: Drop i2c_driver.{owner,name}, 5 of 11 | Laurent Riffard | 2006-01-06 |
* | [PATCH] i2c: Rework client usage count, 2 of 3 | Jean Delvare | 2006-01-06 |
* | [PATCH] i2c: Drop i2c_driver.flags, 2 of 3 | Jean Delvare | 2006-01-06 |
* | [PATCH] V4L/DVB: (3086c) Whitespaces cleanups part 4 | Mauro Carvalho Chehab | 2005-12-12 |