index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
video
/
saa7134
/
saa6752hs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
V4L/DVB (12487): Fix control AC-3 of the 6752HS
Dmitri Belimov
2009-09-12
1
-1
/
+1
*
V4L/DVB (11370): v4l2-subdev: move s_std from tuner to core.
Hans Verkuil
2009-04-06
1
-4
/
+0
*
V4L/DVB (10698): v4l2-common: remove v4l2_ctrl_query_fill_std
Hans Verkuil
2009-03-30
1
-2
/
+10
*
V4L/DVB (10247): saa7134: convert to the new v4l2 framework.
Hans Verkuil
2009-03-30
1
-12
/
+1
*
V4L/DVB (10246): saa6752hs: convert to v4l2_subdev.
Hans Verkuil
2009-03-30
1
-233
/
+333
*
V4L/DVB (10141): v4l2: debugging API changed to match against driver name ins...
Hans Verkuil
2009-01-02
1
-1
/
+1
*
V4L/DVB (8918): saa6752hs: simplify writing to registers
Hans Verkuil
2008-10-12
1
-78
/
+49
*
V4L/DVB (8795): saa7134-empress: insert leading null bytes for Beholder M6 em...
Dmitry Belimov
2008-10-12
1
-6
/
+11
*
V4L/DVB (8640): saa6752hs: add PMT table for AC3
Hans Verkuil
2008-10-12
1
-13
/
+50
*
V4L/DVB (8639): saa6752hs: cleanup and add AC-3 support
Hans Verkuil
2008-10-12
1
-101
/
+164
*
v4l-dvb: remove legacy checks to allow support for kernels < 2.6.10
Hans Verkuil
2008-07-20
1
-2
/
+1
*
V4L/DVB (8151): saa7134-empress: fix MPEG control support
Hans Verkuil
2008-07-20
1
-0
/
+102
*
V4L/DVB (6321): Remove obsolete VIDIOC_S/G_MPEGCOMP ioctls
Hans Verkuil
2007-10-22
1
-111
/
+0
*
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
2007-02-14
1
-1
/
+0
*
V4L/DVB (4257): Fix 64-bit compile warnings.
Hans Verkuil
2006-06-27
1
-2
/
+2
*
Fixes some sync issues between V4L/DVB development and GIT
Mauro Carvalho Chehab
2006-06-25
1
-12
/
+24
*
V4L/DVB (4197): Port new MPEG API to saa7134-empress with saa6752hs
Hans Verkuil
2006-06-25
1
-31
/
+228
*
V4L/DVB (4118): Whitespace cleanups
Trent Piepho
2006-06-25
1
-13
/
+13
*
V4L/DVB (3344a): Conversions from kmalloc+memset to k(z|c)alloc
Panagiotis Issaris
2006-01-11
1
-2
/
+1
*
V4L/DVB (3307): Some cleanups at I2C modules
Mauro Carvalho Chehab
2006-01-09
1
-3
/
+5
*
[PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer needed
Greg Kroah-Hartman
2006-01-05
1
-1
/
+0
*
[PATCH] i2c: Drop i2c_driver.{owner,name}, 5 of 11
Laurent Riffard
2006-01-05
1
-2
/
+4
*
[PATCH] i2c: Rework client usage count, 2 of 3
Jean Delvare
2006-01-05
1
-1
/
+0
*
[PATCH] i2c: Drop i2c_driver.flags, 2 of 3
Jean Delvare
2006-01-05
1
-1
/
+0
*
[PATCH] V4L/DVB: (3086c) Whitespaces cleanups part 4
Mauro Carvalho Chehab
2005-12-12
1
-0
/
+1
*
[PATCH] V4L/DVB: (3086c) Whitespaces cleanups part 3
Mauro Carvalho Chehab
2005-12-12
1
-8
/
+8
*
[PATCH] v4l: 885: second round of i2c ids redefinition cleanup
Jean Delvare
2005-11-09
1
-1
/
+0
*
[PATCH] v4l: 800: whitespace cleanups
Mauro Carvalho Chehab
2005-11-09
1
-31
/
+31
*
[PATCH] v4l: 686: change the number of lines in the input signal when the
Robert W. Boone
2005-11-09
1
-60
/
+70
*
[PATCH] I2C: Drop I2C_DEVNAME and i2c_clientname
Jean Delvare
2005-09-05
1
-1
/
+1
*
[PATCH] v4l: SAA7134 hybrid DVB
Mauro Carvalho Chehab
2005-07-12
1
-4
/
+0
*
[PATCH] v4l: fix I2C detect after normal_i2c_range()
Mauro Carvalho Chehab
2005-06-24
1
-1
/
+0
*
[PATCH] v4l: update for SAA7134 cards
Mauro Carvalho Chehab
2005-06-24
1
-10
/
+11
*
[PATCH] I2C: Kill address ranges in non-sensors i2c chip drivers
Jean Delvare
2005-06-21
1
-1
/
+0
*
[PATCH] saa6752hs build fix
Andrew Morton
2005-05-24
1
-5
/
+5
*
[PATCH] saa6752hs: resolutions handling
Frederic CAND
2005-05-05
1
-1
/
+88
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+543