index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
video
/
tvaudio.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-29
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-25
V4L/DVB (6461): tvaudio: convert to bus-based I2C API
Hans Verkuil
1
-114
/
+84
2008-01-25
V4L/DVB (6418): Converted tvaudio from V4L1 to V4L2
Mauro Carvalho Chehab
1
-128
/
+178
2007-10-09
V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media files
Mauro Carvalho Chehab
1
-1
/
+0
2007-07-20
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-11
V4L/DVB (3345): Fixes some bad global variables
Mauro Carvalho Chehab
1
-26
/
+26
2006-01-11
V4L/DVB (3344a): Conversions from kmalloc+memset to k(z|c)alloc
Panagiotis Issaris
1
-2
/
+1
2006-01-09
V4L/DVB (3307): Some cleanups at I2C modules
Mauro Carvalho Chehab
1
-2
/
+1
2006-01-09
V4L/DVB (3278): convert diagnostics over to the new v4l2-common.h macros.
Hans Verkuil
1
-47
/
+34
2006-01-09
V4L/DVB (3269): ioctls cleanups.
Michael Krufky
1
-0
/
+1
2006-01-09
V4L/DVB (3255): When in radio mode don't do anything with VIDIOC_G_TUNER.
Hans Verkuil
1
-2
/
+2
2006-01-09
V4L/DVB (3253): Add V4L2 commands to tvaudio
Hans Verkuil
1
-21
/
+86
2006-01-09
V4L/DVB (3123a): remove uneeded #if from V4L subsystem
Mauro Carvalho Chehab
1
-9
/
+0
2006-01-05
[PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer needed
Greg Kroah-Hartman
1
-1
/
+0
2006-01-05
[PATCH] i2c: Drop i2c_driver.{owner,name}, 5 of 11
Laurent Riffard
1
-2
/
+4
2006-01-05
[PATCH] i2c: Rework client usage count, 2 of 3
Jean Delvare
1
-1
/
+0
2006-01-05
[PATCH] i2c: Drop i2c_driver.flags, 2 of 3
Jean Delvare
1
-1
/
+0
2005-12-12
[PATCH] V4L/DVB: (3086c) Whitespaces cleanups part 4
Mauro Carvalho Chehab
1
-11
/
+11
2005-12-12
[PATCH] V4L/DVB: (3086c) Whitespaces cleanups part 3
Mauro Carvalho Chehab
1
-7
/
+7
2005-11-09
[PATCH] v4l: 885: second round of i2c ids redefinition cleanup
Jean Delvare
1
-2
/
+1
2005-11-09
[PATCH] v4l: 801: whitespaces cleanups
Mauro Carvalho Chehab
1
-4
/
+4
2005-11-09
[PATCH] v4l: 800: whitespace cleanups
Mauro Carvalho Chehab
1
-10
/
+10
2005-09-09
[PATCH] v4l: TVaudio cleanup and better debug messages
Mauro Carvalho Chehab
1
-94
/
+112
2005-09-05
[PATCH] I2C: Drop I2C_DEVNAME and i2c_clientname
Jean Delvare
1
-22
/
+19
2005-09-05
[PATCH] I2C: Kill i2c_algorithm.id (6/7)
Jean Delvare
1
-2
/
+2
2005-09-05
[PATCH] I2C: Kill i2c_algorithm.id (5/7)
Jean Delvare
1
-3
/
+3
2005-07-27
[PATCH] Add missing tvaudio try_to_freeze()
Nigel Cunningham
1
-0
/
+1
2005-07-12
[PATCH] v4l: I2C Miscelaneous
Mauro Carvalho Chehab
1
-5
/
+0
2005-06-24
[PATCH] make various thing static
Adrian Bunk
1
-11
/
+11
2005-06-24
[PATCH] v4l: fix I2C detect after normal_i2c_range()
Mauro Carvalho Chehab
1
-1
/
+0
[next]