Age | Commit message (Expand) | Author |
2008-12-30 | v4l2: debugging API changed to match against driver name instead of ID. | Hans Verkuil |
2008-12-18 | tvaudio: convert to v4l2_subdev. | Hans Verkuil |
2008-11-14 | Fix a small mistake on the previous patch | Mauro Carvalho Chehab |
2008-11-14 | tvaudio: fix OOPS when controlling bass/treble | Mauro Carvalho Chehab |
2008-11-13 | tvaudio: Improve debug msg by printing something more human | Mauro Carvalho Chehab |
2008-11-13 | tvaudio: Improve comments and remove a unneeded prototype | Mauro Carvalho Chehab |
2008-11-13 | Avoid writing outside shadow.bytes[] array | Mauro Carvalho Chehab |
2008-11-13 | tvaudio: use a direct reference for chip description | Mauro Carvalho Chehab |
2008-11-13 | tvaudio: update initial comments | Mauro Carvalho Chehab |
2008-11-13 | tvaudio: add additional logic to avoid OOPS | Mauro Carvalho Chehab |
2008-11-13 | tvtime: avoid OOPS at generic_checkmode() | Mauro Carvalho Chehab |
2008-11-13 | tvaudio: cleanup - group all callbacks together | Mauro Carvalho Chehab |
2008-11-13 | tvaudio: instead of using a magic number, use ARRAY_SIZE | Mauro Carvalho Chehab |
2008-11-13 | tvaudio: Make sure that we don't overflow name buffer | Mauro Carvalho Chehab |
2008-11-13 | tvaudio: fix a memory leak | Mauro Carvalho Chehab |
2008-10-10 | security: avoid calling a NULL function pointer in drivers/video/tvaudio.c | Mauro Carvalho Chehab |
2008-07-10 | tvaudio: Stop I2C driver ID abuse | Mauro Carvalho Chehab |
2008-07-08 | v4l-dvb: remove support for kernels < 2.6.13 | Hans Verkuil |
2008-07-08 | v4l-dvb: remove support for kernels < 2.6.10 | Hans Verkuil |
2008-07-08 | v4l-dvb: remove support for kernels < 2.6.0 | Hans Verkuil |
2008-06-05 | backport I2C changes on several files | Mauro Carvalho Chehab |
2008-05-02 | backport commit d2653e92732bd3911feff6bee5e23dbf959381db | Mauro Carvalho Chehab |
2008-02-02 | add parentheses | Mauro Carvalho Chehab |
2008-01-27 | [PATCH] static memory | Douglas Schilling Landgraf |
2007-09-14 | tvaudio: convert to bus-based I2C API. | Hans Verkuil |
2006-08-25 | Converted tvaudio from V4L1 to V4L2 | Mauro Carvalho Chehab |
2007-08-21 | Cleanup: remove linux/moduleparam.h from drivers/media files | Mauro Carvalho Chehab |
2007-07-19 | backport kernel changeset 831441862956fffa17b9801db37e6ea1650b0f69 | Mauro Carvalho Chehab |
2007-07-17 | Use msecs_to_jiffies instead of HZ on media/video I2C drivers | Mauro Carvalho Chehab |
2007-07-02 | Fix v4l-dvb backward compatibility | Mauro Carvalho Chehab |
2007-05-13 | Backport kernel changeset e63340ae6b6205fef26b40a75673d1c9c0c8bb90 | Mauro Carvalho Chehab |
2007-03-31 | Remove useless includes of i2c-algo-bit.h | Mauro Carvalho Chehab |
2007-02-28 | Add VIDIOC_G_CHIP_IDENT to various i2c modules | Hans Verkuil |
2006-12-16 | Several stuff backported from 2.6.19-git series | Mauro Carvalho Chehab |
2006-09-11 | tvaudio: Replaced kernel_thread() with kthread_run() | Michael Krufky |
2006-07-19 | Remove obsolete #include <linux/config.h> | Mauro Carvalho Chehab |
2006-03-25 | Remove VIDIOC_S_AUDIO from tvaudio: no longer used. | Hans Verkuil |
2006-03-19 | Implement V4L2_TUNER_MODE_LANG1_LANG2 audio mode | Hans Verkuil |
2006-03-19 | Implement correct msp3400 input/output routing | Hans Verkuil |
2006-03-19 | Cleanup audio input handling | Hans Verkuil |
2006-03-18 | Implement V4L2_TUNER_MODE_LANG1_LANG2 audio mode | Hans Verkuil |
2006-03-18 | renamed I2C_foo addresses to I2C_ADDR_foo | Mauro Carvalho Chehab |
2006-03-18 | tvaudio.h are just i2c addresses. Merged into i2c-addr.h | Mauro Carvalho Chehab |
2006-01-22 | audmode and rxsubchans fixes (VIDIOC_G/S_TUNER) | Hans Verkuil |
2006-01-18 | Add probe check for the tda9840. | Hans Verkuil |
2006-01-11 | From: Panagiotis Issaris <takis@issaris.org> | Mauro Carvalho Chehab |
2006-01-11 | Fixes some bad global variables | Mauro Carvalho Chehab |
2006-01-07 | printk cleanups | Mauro Carvalho Chehab |
2006-01-07 | Some cleanups at I2C modules | Mauro Carvalho Chehab |
2006-01-02 | convert diagnostics over to the new v4l2-common.h macros. | Hans Verkuil |