Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
3d7d842ed774bea53f7abfb7ecdfb99e3594cc27
/
drivers
/
media
/
video
/
cx231xx
266e8ae
[media] media, cx231xx: Fix double free on close
by Jesper Juhl
· 13 years ago
583aa3a
[media] V4L2: Add per-device-node capabilities
by Hans Verkuil
· 14 years ago
4a7c1ff
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 14 years ago
6c2cc5b
[media] cx231xx: dereferencing NULL after allocation failure
by Dan Carpenter
· 14 years ago
122804e
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 14 years ago
aa5fb97
[media] drivers: video: cx231xx: Fix dependency for VIDEO_CX231XX_DVB
by Fabio Estevam
· 14 years ago
7a6f6c2
[media] cx231xx: use URB_NO_TRANSFER_DMA_MAP on URBs allocated with usb_alloc_urb()
by Thomas Petazzoni
· 14 years ago
15cb6af
[media] cx231xx: simplify argument passing to cx231xx_init_dev()
by Thomas Petazzoni
· 14 years ago
990862a
[media] cx231xx: fix device disconnect checks
by Mauro Carvalho Chehab
· 14 years ago
db702a7
[media] cx231xx: cx231xx_devused is racy
by Mauro Carvalho Chehab
· 14 years ago
7528cd2
[media] cx231xx: Fix unregister logic
by Mauro Carvalho Chehab
· 14 years ago
90bf3aa
[media] cx231xx-input: stop polling if the device got removed.
by Mauro Carvalho Chehab
· 14 years ago
c53a8e9
[media] cx231xx: remove useless 'lif' variable in cx231xx_usb_probe()
by Thomas Petazzoni
· 14 years ago
a116a05
[media] cx231xx: fix crash after load/unload/load of module
by Thomas Petazzoni
· 14 years ago
022568f
[media] Fix typos in VIDEO_CX231XX_DVB Kconfig entry
by Paul Bolle
· 14 years ago
ecb3b2b
USB: convert drivers/media/* to use module_usb_driver()
by Greg Kroah-Hartman
· 14 years ago
3f5c14d
[media] drivers/media: do not use EXTRA_CFLAGS
by Arnaud Lacombe
· 14 years ago
de99d53
[media] cx231xx: Provide signal lock status in G_INPUT
by Devin Heitmueller
· 14 years ago
44ecf1d
[media] cx231xx: Fix power ramping issue
by Devin Heitmueller
· 14 years ago
992299e
[media] Fix regression introduced which broke the Hauppauge USBLive 2
by Devin Heitmueller
· 14 years ago
ef60e8f
[media] drivers/media/video/cx231xx/cx231xx-cards.c: add missing kfree
by Julia Lawall
· 14 years ago
1990d50
[media] Stop using linux/version.h on most video drivers
by Mauro Carvalho Chehab
· 14 years ago
de8ae0d
[media] cx231xx: Add support for Hauppauge WinTV USB2-FM
by Peter Moon
· 14 years ago
b7c2f03
Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6
by Linus Torvalds
· 14 years ago
2a7b6a4
[media] cx231xx: Add support for Iconbit U100
by Igor Novgorodov
· 14 years ago
eeaaf81
[media] cx231xx: add support for Kworld
by Márcio Alves
· 14 years ago
7cf4446
media/cx231xx: Drop __TIME__ usage
by Michal Marek
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
b251e61
[media] drivers:media:cx231xx.h remove one to many l's in the word
by Justin P. Mattock
· 14 years ago
f72cfd8
[media] video/cx231xx: Fix sparse warning: Using plain integer as NULL pointer
by Peter Huewe
· 15 years ago
4e10503
[media] cx231xx: Add support for PV Xcapture USB
by Mauro Carvalho Chehab
· 15 years ago
38f5ddc
[media] cx231xx: Allow some boards to not use I2C port 3
by Mauro Carvalho Chehab
· 15 years ago
2f86138
[media] cx231xx: Use parameters to describe some board variants
by Mauro Carvalho Chehab
· 15 years ago
3f25ffa
[media] cx231xx: Use a generic check for TUNER_XC5000
by Mauro Carvalho Chehab
· 15 years ago
8bb8422
[media] cx231xx: Simplify interface checking logic at probe
by Mauro Carvalho Chehab
· 15 years ago
e95342f
[media] DVB: cx231xx drivers does not use dummy frontend anymore
by Thadeu Lima de Souza Cascardo
· 15 years ago
23d69b0
Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 15 years ago
5f63306
[media] cx231xx: use bitwise negate instead of logical
by Dan Carpenter
· 15 years ago
fe04164
[media] cx231xxx: fix typo in saddr_len check
by Dan Carpenter
· 15 years ago
08af245
[media] V4L: remove V4L1 compatibility mode
by Hans Verkuil
· 15 years ago
788e5d4
[media] cx231xx: Fix IR keymap for Pixelview SBTVD Hybrid
by Mauro Carvalho Chehab
· 15 years ago
e330289
[media] cx231xx: Fix inverted bits for RC on PV Hybrid
by Mauro Carvalho Chehab
· 15 years ago
5ae094c
[media] cx231xx: stray unlock on error path
by Dan Carpenter
· 15 years ago
b088ba6
[media] rc: Properly name the rc_map struct
by Mauro Carvalho Chehab
· 15 years ago
52b6614
[media] rc: Rename remote controller type to rc_type instead of ir_type
by Mauro Carvalho Chehab
· 15 years ago
29e3ec1
[media] cx231xx: Properly name rc_map name
by Mauro Carvalho Chehab
· 15 years ago
6bda964
[media] rc: rename the remaining things to rc_core
by Mauro Carvalho Chehab
· 15 years ago
9a9dcb4
[media] cx231xx-417: Remove unnecessary casts of void ptr returning alloc function return values
by Jesper Juhl
· 15 years ago
141bb0d
[media] cx231xx: Fix i2c support at cx231xx-input
by Mauro Carvalho Chehab
· 15 years ago
d8b4b58
[media] ir-core: make struct rc_dev the primary interface
by David Härdeman
· 15 years ago
3ffea49
[media] ir-core: more cleanups of ir-functions.c
by David Härdeman
· 15 years ago
1bc25f7
[media] cx231xx: Add IR support for Pixelview Hybrid SBTVD
by Mauro Carvalho Chehab
· 15 years ago
9ab6691
[media] cx231xx: Add a driver for I2C-based IR
by Mauro Carvalho Chehab
· 15 years ago
7572f9c
[media] mb86a20s: add support for serial streams
by Mauro Carvalho Chehab
· 15 years ago
55fa288
[media] cx231xx: use callback to set agc on PixelView
by Mauro Carvalho Chehab
· 15 years ago
ede676c
[media] add digital support for PV SBTVD hybrid
by Mauro Carvalho Chehab
· 15 years ago
9417bc6
[media] Add analog support for Pixelvied Hybrid SBTVD
by Mauro Carvalho Chehab
· 15 years ago
707bcf3
media/video: explicitly flush request_module work
by Tejun Heo
· 15 years ago
9a1f8b3
[media] v4l: Remove module_name argument to the v4l2_i2c_new_subdev* functions
by Laurent Pinchart
· 15 years ago
0edf2e5
[media] v4l: kill the BKL
by Arnd Bergmann
· 15 years ago
1532a07
[media] v4l: Remove hardcoded module names passed to v4l2_i2c_new_subdev*
by Laurent Pinchart
· 15 years ago
b838396
[media] cx231xx: fix double lock typo
by Dan Carpenter
· 15 years ago
4372584
[media] cx231xx: Fix compilation breakage if DVB is not selected
by Mauro Carvalho Chehab
· 15 years ago
44ed895
[media] cx231xx: Remove IR support from the driver
by Mauro Carvalho Chehab
· 15 years ago
10e4ebb
[media] cx231xx: Only register USB interface 1
by Mauro Carvalho Chehab
· 15 years ago
9439943
[media] v4l-dvb: using vmalloc needs vmalloc.h in cx231xx-417.c
by Stephen Rothwell
· 15 years ago
643800d
[media] cx231xx: use core-assisted lock
by Mauro Carvalho Chehab
· 15 years ago
0f86158
[media] cx231xx: Colibri carrier offset was wrong for PAL/M
by Mauro Carvalho Chehab
· 15 years ago
1001f90
[media] cx231xx: remove some unused functions
by Mauro Carvalho Chehab
· 15 years ago
82c3cca
[media] cx231xx: declare static functions as such
by Mauro Carvalho Chehab
· 15 years ago
bae94dc
[media] cx231xx-417: Fix a gcc warning
by Mauro Carvalho Chehab
· 15 years ago
955e6ed
[media] CodingStyle cleanup at s5h1432 and cx231xx
by Mauro Carvalho Chehab
· 15 years ago
61b04cb
[media] cx231xx-audio: fix some locking issues
by Mauro Carvalho Chehab
· 15 years ago
78bb6df
[media] cx231xx: Only change gpio direction when needed
by Mauro Carvalho Chehab
· 15 years ago
a6f6fb9
[media] cx231xx: better handle the master port enable command
by Mauro Carvalho Chehab
· 15 years ago
1a4aa92
[media] cx231xx: properly use the right tuner i2c address
by Mauro Carvalho Chehab
· 15 years ago
24c80b6
[media] cx231xx: properly implement URB control messages log
by Mauro Carvalho Chehab
· 15 years ago
92fbb811
[media] cx231xx: fix Kconfig dependencies
by Mauro Carvalho Chehab
· 15 years ago
62c78c9
[media] cx231xx: remove a printk warning at -avcore and at -417
by Mauro Carvalho Chehab
· 15 years ago
6af8cc0
[media] cx231xx: Fix vblank/vactive line counts for PAL/SECAM
by Devin Heitmueller
· 15 years ago
222c435
[media] cx231xx: properly set active line count for PAL/SECAM
by Devin Heitmueller
· 15 years ago
2ded0fe
[media] cx231xx: whitespace cleanup
by Devin Heitmueller
· 15 years ago
b6cd9c4
[media] cx231xx: remove board specific check for Colibri configuration
by Devin Heitmueller
· 15 years ago
8aed3f4
[media] cx231xx: Make the DIF configuration based on the tuner not the board id
by Devin Heitmueller
· 15 years ago
b522591
[media] cx231xx: remove i2c ir stubs
by Devin Heitmueller
· 15 years ago
2b43db3
[media] cx231xx: move printk() line related to 417 initialization
by Devin Heitmueller
· 15 years ago
9f51259
[media] cx231xx: fixup video grabber board profile
by Devin Heitmueller
· 15 years ago
8880621
[media] cx231xx: make output mode configurable via the board profile
by Devin Heitmueller
· 15 years ago
4270c3c
[media] cx231xx: Add initial support for Hauppauge USB-Live2
by Devin Heitmueller
· 15 years ago
8d4c20c
[media] cx231xx: set correct i2c port for Exeter tuner
by Devin Heitmueller
· 15 years ago
c09d669
[media] cx231xx: set standard tune to last known frequency when switching inputs
by Devin Heitmueller
· 15 years ago
66d7c43
[media] cx231xx: Remove hack which puts device into bulk mode
by Devin Heitmueller
· 15 years ago
b88ba61
[media] cx231xx: Set the power mode instead of using the digital mux GPIOs
by Devin Heitmueller
· 15 years ago
6e6a2ba
[media] cx231xx: do not call video_mux as part of isoc setup
by Devin Heitmueller
· 15 years ago
cc35575
[media] cx231xx: Clear avmode bits before setting
by Devin Heitmueller
· 15 years ago
435b4f7
[media] cx231xx: make video scaler work properly
by Devin Heitmueller
· 15 years ago
d5a1754
[media] cx231xx: reduce log severity for some debug events
by Devin Heitmueller
· 15 years ago
e3e0aaa
[media] cx231xx: remove board specific initialization
by Devin Heitmueller
· 15 years ago
99d35a0
[media] cx231xx: Ensure VBI fields are sent in the correct order
by Devin Heitmueller
· 15 years ago
adc0356
[media] cx231xx: Fix VBI parameters for sampling rate and offset
by Devin Heitmueller
· 15 years ago
Next »