index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
video
/
tveeprom.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-04-27
V4L/DVB (5434): Updates to the tveeprom tuner, video decoder and audio chip
Steven Toth
1
-3
/
+40
2007-04-27
V4L/DVB (5389): Add tveeprom entry for tuner LG S701D MK3
Hans Verkuil
1
-1
/
+1
2007-01-15
V4L/DVB (5071): Tveeprom: autodetect LG TAPC G701D as tuner type 37
Michael Krufky
1
-1
/
+1
2006-12-10
V4L/DVB (4812): Detect presence of IR receiver/IR transmitter in tveeprom
Hans Verkuil
1
-4
/
+5
2006-11-13
V4L/DVB (4817): Fix uses of "&&" where "&" was intended
Jean Delvare
1
-1
/
+1
2006-10-04
V4L/DVB (4708): Add tveeprom support for Philips FM1236/FM1216ME MK5
Hans Verkuil
1
-2
/
+2
2006-09-26
V4L/DVB (4488): Fix possible crash in Hauppauge eeprom reading
Trent Piepho
1
-0
/
+2
2006-06-30
V4L/DVB (4290): Add support for the TCL M2523_3DB_E tuner.
Hans Verkuil
1
-1
/
+1
2006-06-30
V4L/DVB (4272): Fix tveeprom supported standards
Mauro Carvalho Chehab
1
-8
/
+8
2006-06-25
V4L/DVB (3814): Add support for Samsung TCPG 6121P30A PAL tuner.
Hans Verkuil
1
-1
/
+1
2006-05-13
V4L/DVB (3813): Add support for TCL M2523_5N_E tuner.
Hans Verkuil
1
-1
/
+1
2006-04-02
V4L/DVB (3605): Add support for I2C_HW_B_CX2341X board adapter
Hans Verkuil
1
-3
/
+3
2006-03-24
V4L/DVB (3577): Cleanup audio input handling
Hans Verkuil
1
-15
/
+15
2006-01-13
V4L/DVB (3363): Add support for Samsung tuner TCPN 2121P30A
Hans Verkuil
1
-1
/
+1
2006-01-12
V4L/DVB (3344a): Conversions from kmalloc+memset to k(z|c)alloc
Panagiotis Issaris
1
-4
/
+2
2006-01-09
V4L/DVB (3278): convert diagnostics over to the new v4l2-common.h macros.
Hans Verkuil
1
-9
/
+8
2006-01-09
V4L/DVB (3160): Updates to the tveeprom eeprom checking
Steven Toth
1
-1
/
+1
2006-01-09
V4L/DVB (3108): tveeprom cleanup of hardcoded tuner format values.
Steven Toth
1
-12
/
+12
2006-01-06
[PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer needed
Greg Kroah-Hartman
1
-1
/
+0
2006-01-06
[PATCH] i2c: Drop i2c_driver.{owner,name}, 5 of 11
Laurent Riffard
1
-2
/
+4
2006-01-06
[PATCH] i2c: Rework client usage count, 2 of 3
Jean Delvare
1
-1
/
+0
2006-01-06
[PATCH] i2c: Drop i2c_driver.flags, 2 of 3
Jean Delvare
1
-1
/
+0
2005-12-19
[PATCH] V4L/DVB (3180): Fix tuner 100 definition for hauppauge eeprom
Ricardo Cerqueira
1
-1
/
+1
2005-12-12
[PATCH] V4L/DVB: (3086c) Whitespaces cleanups part 4
Mauro Carvalho Chehab
1
-0
/
+1
2005-12-12
[PATCH] V4L/DVB: (3086c) Whitespaces cleanups part 3
Mauro Carvalho Chehab
1
-1
/
+1
2005-12-02
[PATCH] V4l/dvb: Restore missing tuner definition for Hauppauge tuner type 0x103
Mike Isely
1
-1
/
+1
2005-12-02
[PATCH] V4L: Add workaround for Hauppauge PVR150 with certain NTSC tuner models
Hans Verkuil
1
-0
/
+3
2005-12-02
[PATCH] V4L: Fixed eeprom handling for cx88 and added Nova-T PCI model 90003
Steven Toth
1
-7
/
+8
2005-12-02
[PATCH] V4L: tveeprom MAC address parsing/cleanup
Steven Toth
1
-8
/
+46
2005-11-09
[PATCH] v4l: 885: second round of i2c ids redefinition cleanup
Jean Delvare
1
-4
/
+0
2005-11-09
[PATCH] v4l: 801: whitespaces cleanups
Mauro Carvalho Chehab
1
-1
/
+1
2005-11-09
[PATCH] v4l: 800: whitespace cleanups
Mauro Carvalho Chehab
1
-10
/
+10
2005-11-09
[PATCH] v4l: 729: fixed include when compiling at kernel tree
Mauro Carvalho Chehab
1
-1
/
+1
2005-11-09
[PATCH] v4l: 702: included audio chips enum
Mauro Carvalho Chehab
1
-185
/
+247
2005-11-09
[PATCH] v4l: 685: update the tveeprom tuner list with the tuner
Hans Verkuil
1
-8
/
+14
2005-09-10
[PATCH] v4l: tveeprom improved to support newer Hauppage cards
Mauro Carvalho Chehab
1
-99
/
+228
2005-09-10
[PATCH] v4l: syncs tveeprom tuners list with the list from ivtv
Mauro Carvalho Chehab
1
-2
/
+10
2005-09-10
[PATCH] v4l: common part Updates and tuner additions
Mauro Carvalho Chehab
1
-21
/
+4
2005-09-05
[PATCH] I2C: Kill i2c_algorithm.id (5/7)
Jean Delvare
1
-1
/
+1
2005-08-02
[PATCH] V4L: Miscellaneous fixes
Mauro Carvalho Chehab
1
-1
/
+1
2005-07-28
[PATCH] drivers/media/video/tveeprom.c: possible cleanups
Adrian Bunk
1
-2
/
+4
2005-07-13
[PATCH] v4l: TV EEPROM
Mauro Carvalho Chehab
1
-8
/
+1
2005-06-24
[PATCH] v4l: fix I2C detect after normal_i2c_range()
Mauro Carvalho Chehab
1
-1
/
+0
2005-06-24
[PATCH] v4l: update for SAA7134 cards
Mauro Carvalho Chehab
1
-1
/
+2
2005-06-22
[PATCH] I2C: Kill address ranges in non-sensors i2c chip drivers
Jean Delvare
1
-1
/
+0
2005-04-17
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+587