index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
video
/
cx231xx
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[media] v4l: kill the BKL
Arnd Bergmann
2010-11-09
1
-4
/
+2
*
[media] v4l: Remove hardcoded module names passed to v4l2_i2c_new_subdev*
Laurent Pinchart
2010-10-23
1
-2
/
+2
*
[media] cx231xx: fix double lock typo
Dan Carpenter
2010-10-23
1
-1
/
+1
*
[media] cx231xx: Fix compilation breakage if DVB is not selected
Mauro Carvalho Chehab
2010-10-21
1
-3
/
+0
*
[media] cx231xx: Remove IR support from the driver
Mauro Carvalho Chehab
2010-10-21
3
-266
/
+0
*
[media] cx231xx: Only register USB interface 1
Mauro Carvalho Chehab
2010-10-21
1
-30
/
+8
*
[media] v4l-dvb: using vmalloc needs vmalloc.h in cx231xx-417.c
Stephen Rothwell
2010-10-21
1
-0
/
+1
*
[media] cx231xx: use core-assisted lock
Mauro Carvalho Chehab
2010-10-21
1
-78
/
+8
*
[media] cx231xx: Colibri carrier offset was wrong for PAL/M
Mauro Carvalho Chehab
2010-10-21
1
-1
/
+1
*
[media] cx231xx: remove some unused functions
Mauro Carvalho Chehab
2010-10-21
1
-33
/
+0
*
[media] cx231xx: declare static functions as such
Mauro Carvalho Chehab
2010-10-21
1
-14
/
+16
*
[media] cx231xx-417: Fix a gcc warning
Mauro Carvalho Chehab
2010-10-21
1
-9
/
+8
*
[media] CodingStyle cleanup at s5h1432 and cx231xx
Mauro Carvalho Chehab
2010-10-21
4
-433
/
+423
*
[media] cx231xx-audio: fix some locking issues
Mauro Carvalho Chehab
2010-10-21
2
-51
/
+52
*
[media] cx231xx: Only change gpio direction when needed
Mauro Carvalho Chehab
2010-10-21
2
-5
/
+7
*
[media] cx231xx: better handle the master port enable command
Mauro Carvalho Chehab
2010-10-21
4
-61
/
+42
*
[media] cx231xx: properly use the right tuner i2c address
Mauro Carvalho Chehab
2010-10-21
2
-13
/
+13
*
[media] cx231xx: properly implement URB control messages log
Mauro Carvalho Chehab
2010-10-21
1
-108
/
+80
*
[media] cx231xx: fix Kconfig dependencies
Mauro Carvalho Chehab
2010-10-21
1
-0
/
+1
*
[media] cx231xx: remove a printk warning at -avcore and at -417
Mauro Carvalho Chehab
2010-10-21
2
-2
/
+2
*
[media] cx231xx: Fix vblank/vactive line counts for PAL/SECAM
Devin Heitmueller
2010-10-21
1
-6
/
+6
*
[media] cx231xx: properly set active line count for PAL/SECAM
Devin Heitmueller
2010-10-21
1
-0
/
+14
*
[media] cx231xx: whitespace cleanup
Devin Heitmueller
2010-10-21
1
-20
/
+15
*
[media] cx231xx: remove board specific check for Colibri configuration
Devin Heitmueller
2010-10-21
1
-18
/
+1
*
[media] cx231xx: Make the DIF configuration based on the tuner not the board id
Devin Heitmueller
2010-10-21
1
-9
/
+9
*
[media] cx231xx: remove i2c ir stubs
Devin Heitmueller
2010-10-21
3
-36
/
+0
*
[media] cx231xx: move printk() line related to 417 initialization
Devin Heitmueller
2010-10-21
1
-1
/
+1
*
[media] cx231xx: fixup video grabber board profile
Devin Heitmueller
2010-10-21
1
-16
/
+1
*
[media] cx231xx: make output mode configurable via the board profile
Devin Heitmueller
2010-10-21
3
-6
/
+16
*
[media] cx231xx: Add initial support for Hauppauge USB-Live2
Devin Heitmueller
2010-10-21
5
-12
/
+41
*
[media] cx231xx: set correct i2c port for Exeter tuner
Devin Heitmueller
2010-10-21
1
-8
/
+3
*
[media] cx231xx: set standard tune to last known frequency when switching inputs
Devin Heitmueller
2010-10-21
1
-0
/
+8
*
[media] cx231xx: Remove hack which puts device into bulk mode
Devin Heitmueller
2010-10-21
1
-12
/
+0
*
[media] cx231xx: Set the power mode instead of using the digital mux GPIOs
Devin Heitmueller
2010-10-21
1
-1
/
+4
*
[media] cx231xx: do not call video_mux as part of isoc setup
Devin Heitmueller
2010-10-21
2
-7
/
+3
*
[media] cx231xx: Clear avmode bits before setting
Devin Heitmueller
2010-10-21
1
-0
/
+1
*
[media] cx231xx: make video scaler work properly
Devin Heitmueller
2010-10-21
4
-56
/
+11
*
[media] cx231xx: reduce log severity for some debug events
Devin Heitmueller
2010-10-21
1
-15
/
+16
*
[media] cx231xx: remove board specific initialization
Devin Heitmueller
2010-10-21
1
-34
/
+9
*
[media] cx231xx: Ensure VBI fields are sent in the correct order
Devin Heitmueller
2010-10-21
1
-5
/
+18
*
[media] cx231xx: Fix VBI parameters for sampling rate and offset
Devin Heitmueller
2010-10-21
1
-7
/
+4
*
[media] cx231xx: fix format string warning
Devin Heitmueller
2010-10-21
1
-1
/
+1
*
[media] cx231xx-dvb: remove unused variable
Devin Heitmueller
2010-10-21
1
-2
/
+0
*
[media] cx231xx: fix race condition in DVB initialization
Devin Heitmueller
2010-10-21
2
-13
/
+12
*
[media] cx231xx: add USB ID Hauppauge model 111301
Devin Heitmueller
2010-10-21
1
-0
/
+2
*
[media] cx231xx: add support for Hauppauge EXETER
Michael Krufky
2010-10-21
5
-4
/
+115
*
[media] cx231xx: Added support for Carraera, Shelby, RDx_253S and VIDEO_GRABBER
Palash Bandyopadhyay
2010-10-21
15
-237
/
+7996
*
V4L/DVB: videobuf: add ext_lock argument to the queue init functions
Hans Verkuil
2010-10-21
1
-2
/
+4
*
V4L/DVB: cx231xx: Avoid an OOPS when card is unknown (card=0)
Mauro Carvalho Chehab
2010-09-28
1
-6
/
+8
*
V4L/DVB: Don't identify PV SBTVD Hybrid as a DibCom device
Mauro Carvalho Chehab
2010-09-28
2
-0
/
+4
[next]