Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a8d99344c9ebc2f12232473f92beac2f894b6ea5
/
drivers
/
media
/
pci
/
cx88
/
cx88-mpeg.c
1a47de6
various: fix pci_set_dma_mask return value checking
by Christoph Hellwig
· 9 years ago
111be8b
cx88: use pci_set_dma_mask insted of pci_dma_supported
by Christoph Hellwig
· 9 years ago
2d70071
[media] media: videobuf2: Restructure vb2_buffer
by Junghak Sung
· 9 years ago
9450684
[media] cx88: v4l2-compliance fixes
by Hans Verkuil
· 10 years ago
96df988
[media] cx88: Fix possible leak in cx8802_probe()
by Christian Engelmayer
· 10 years ago
215cede
[media] media: remove emacs editor variables
by Hans Verkuil
· 10 years ago
165d004
[media] cx88: add missing alloc_ctx support
by Hans Verkuil
· 10 years ago
ccd6f1d
[media] cx88: move width, height and field to core struct
by Hans Verkuil
· 10 years ago
5e7045e
[media] cx88: remove dependency on btcx-risc
by Hans Verkuil
· 10 years ago
999b3ceb
[media] cx88: drop cx88_free_buffer
by Hans Verkuil
· 10 years ago
0b6b630
[media] cx88: convert to vb2
by Hans Verkuil
· 10 years ago
6f11adc
[media] cx88: drop the bogus 'queue' list in dmaqueue
by Hans Verkuil
· 10 years ago
637bc20
[media] cx88: remove fmt from the buffer struct
by Hans Verkuil
· 10 years ago
3e018fe
[media] misc drivers: remove deprecated IRQF_DISABLED
by Michael Opdenacker
· 11 years ago
c0d4021
[media] pci: cx88: Remove redundant pci_set_drvdata
by Sachin Kamat
· 11 years ago
38b25ad
[media] pci: cx88-mpeg: Use module_pci_driver
by Sachin Kamat
· 11 years ago
5ddfbbb
[media] cx88: Fix unsafe locking in suspend-resume
by Alexey Khoroshilov
· 12 years ago
4c62e97
Drivers: media: remove __dev* attributes.
by Greg Kroah-Hartman
· 12 years ago
db61371
[media] cx88: get rid of a warning at dprintk() macro
by Mauro Carvalho Chehab
· 12 years ago
8d6b125
[media] cx88: use list_move_tail instead of list_del/list_add_tail
by Wei Yongjun
· 12 years ago
bf3b202
Merge branch 'staging/for_v3.7' into v4l_for_linus
by Mauro Carvalho Chehab
· 12 years ago
c2c1b41
[media] drivers/media: Remove unnecessary semicolon
by Peter Senna Tschudin
· 12 years ago
0b8e74c
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 12 years ago
b285192
[media] rename most media/video pci drivers to media/pci
by Mauro Carvalho Chehab
· 12 years ago
[Renamed from drivers/media/video/cx88/cx88-mpeg.c]
243bf1a2
[media] cx88: properly maintain decoder config when using MPEG encoder
by Devin Heitmueller
· 14 years ago
1990d50
[media] Stop using linux/version.h on most video drivers
by Mauro Carvalho Chehab
· 14 years ago
344d6c6
[media] cx88: protect cx8802_devlist with a mutex
by Jonathan Nieder
· 14 years ago
1d6213a
[media] cx88: hold device lock during sub-driver initialization
by Jonathan Nieder
· 14 years ago
1fe70e9
[media] cx88: fix locking of sub-driver operations
by Jonathan Nieder
· 14 years ago
8a317a8
[media] cx88: protect per-device driver list with device lock
by Jonathan Nieder
· 14 years ago
abd34d8
[media] use pci_dev->revision
by Bjørn Mork
· 14 years ago
707bcf3
media/video: explicitly flush request_module work
by Tejun Heo
· 14 years ago
2e4e98e
V4L/DVB: drivers/media: Make static data tables and strings const
by lawrence rust
· 14 years ago
d922b8e
V4L/DVB: cx88: fix setting input when using DVB
by Istvan Varga
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
4f3ca2f1
V4L/DVB: Add support for SMT7020 to cx88
by Dirk Herrendoerfer
· 15 years ago
63b0d5a
V4L/DVB (13554a): v4l: Use the video_drvdata function in drivers
by Laurent Pinchart
· 15 years ago
31d0f84
trivial: media/video/cx88: add __init/__exit macros to cx88 drivers
by Peter Huewe
· 16 years ago
337ab6d
V4L/DVB (12349): cx88: HVR1300 ensure switching from Encoder to DVB-T and back is reliable
by Sohail Syyed
· 16 years ago
284901a
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
by Yang Hongyang
· 16 years ago
e32fadc
V4L/DVB (10190): cx88: Fix some Kbuild troubles
by Mauro Carvalho Chehab
· 16 years ago
bec4366
V4L/DVB (10135): v4l2: introduce v4l2_file_operations.
by Hans Verkuil
· 16 years ago
f8de18d
V4L/DVB (9654): new email address
by Jelle Foks
· 16 years ago
1a8dc86
V4L/DVB (9499): cx88-mpeg: final fix for analogue only compilation + de-alloc fix
by Darron Broad
· 16 years ago
3007703
V4L/DVB (9333): cx88: Not all boards that requires cx88-mpeg has frontends
by Mauro Carvalho Chehab
· 16 years ago
9212a57
V4L/DVB (9332): cx88: initial fix for analogue only compilation
by Darron Broad
· 16 years ago
96b7a1a
V4L/DVB (9271): videobuf: data storage optimisation (2)
by Darron Broad
· 16 years ago
7bdf84f
V4L/DVB (9265): videobuf: data storage optimisation
by Darron Broad
· 16 years ago
2af03ee
V4L/DVB (9250): cx88: Convert __FUNCTION__ to __func__
by Steven Toth
· 16 years ago
363c35f
V4L/DVB (9222): S2API: Add Multiple-frontend on a single adapter support.
by Steven Toth
· 16 years ago
32d83ef
V4L/DVB (7521): media/video/cx88 replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
c2cb8fc
V4L/DVB (7256): cx88: Add support for tuner-xc3028
by Mauro Carvalho Chehab
· 17 years ago
ff699e6
V4L/DVB (7094): static memory
by Douglas Schilling Landgraf
· 17 years ago
baff6cd
V4L/DVB (7201): cx88-mpeg: Fix race condition in variable access
by Ricardo Cerqueira
· 17 years ago
27d0fe1
V4L/DVB (7194): cx88-mpeg: Allow concurrent access to cx88-mpeg devices
by Roland Stoll
· 17 years ago
4917019
V4L/DVB (7046): Finalise support for the Pinnacle HD 8000i
by Steven Toth
· 17 years ago
60464da
V4L/DVB (7043): New card supported(partially): Pinnacle 800i
by Steven Toth
· 17 years ago
0fc0686
V4L/DVB (6600): V4L: videobuf: don't chew up namespace STATE_.*, convert to VIDEOBUF_
by Brandon Philips
· 17 years ago
a2fbaa5
V4L/DVB (6576): cx88-mpeg.c: make 4 functions static
by Adrian Bunk
· 17 years ago
a04036a
V4L/DVB (6336): cx8802: Plug memory leak when unregistering a driver
by Trent Piepho
· 17 years ago
89a4794
V4L/DVB (6335): cx8802: Replace list_for_each+list_entry with list_for_each_entry
by Trent Piepho
· 17 years ago
081c2fc
V4L/DVB (6334): cx88: Change (struct cx8802_dev)->drvlist to a list_head and fix bugs
by Trent Piepho
· 17 years ago
7717cbe
V4L/DVB (6332): cx88: Only include the blackbird fields if blackbird is selected
by Trent Piepho
· 17 years ago
c1accaa
V4L/DVB (6252): Adapt drivers to use the newer videobuf modules
by Mauro Carvalho Chehab
· 17 years ago
b930e1d
V4L/DVB (6125): whitespace cleanup: replace leading spaces with tabs
by Michael Krufky
· 17 years ago
05b2723
V4L/DVB (6083): cx88-alsa: Rework buffer handling
by Trent Piepho
· 17 years ago
9c12224
V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media files
by Mauro Carvalho Chehab
· 17 years ago
8ddac9e
V4L/DVB (6064): cx88: Add symbolic names for the PCI interrupt bits
by Trent Piepho
· 17 years ago
5772f81
V4L/DVB (6023): cx88: Clean up some ugly and inconsistent printk()s
by Trent Piepho
· 17 years ago
6a59d64
V4L/DVB (6021): cx88: Copy board information into card state
by Trent Piepho
· 17 years ago
915366d
V4L/DVB (5912): Clean up duplicate includes in drivers/media/
by Jesper Juhl
· 18 years ago
48200ba
V4L/DVB (6188): Avoid a NULL pointer dereference during mpeg_open()
by Steven Toth
· 17 years ago
7d816b2
V4L/DVB (5783): Fix excess of debug messages on cx88-mpeg
by Mauro Carvalho Chehab
· 18 years ago
9df2ead
V4L/DVB (5567): Cx88-mpeg.c: make 2 functions static
by Adrian Bunk
· 18 years ago
45e9598
V4L/DVB (5565): Cx88: fix compilation on alpha
by Alexey Dobriyan
· 18 years ago
c24228d
cx88-video build fix
by Andrew Morton
· 18 years ago
aaa40cb
V4L/DVB (5488): Replace DMA magic mask for its aliases
by Mauro Carvalho Chehab
· 18 years ago
66623a0
V4L/DVB (5480): Fix cx88_print_irqbits calls to use ARRAY_SIZE
by Mauro Carvalho Chehab
· 18 years ago
ced80c6
V4L/DVB (5299): Added support for loading cx88-dvb and cx88-blackbird
by Markus Rechberger
· 18 years ago
77b7477
V4L/DVB (5298): Added support for deferred module requesting to cx88
by Markus Rechberger
· 18 years ago
019391e4
V4L/DVB (4736): Cx88-blackbird module is rejected during probe.
by Steven Toth
· 18 years ago
7343826
V4L/DVB (4723): Bugfix: Select the correct cx8802_dev when enumerating by CX88_MPEG_type
by Steven Toth
· 18 years ago
6c5be74
V4L/DVB (4676): Dynamic cx88 mpeg port management for HVR1300 MPEG2/DVB-T support.
by Steven Toth
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
48d5e80
V4L/DVB (4668): Cx88: rename mpeg capability flags from CX88_BOARD_FOO to CX88_MPEG_FOO
by Michael Krufky
· 18 years ago
3a5ba52
V4L/DVB (4667): Changed cx88_board .dvb and .register to an enum.
by Steven Toth
· 18 years ago
8076fe3
[PATCH] irq-flags: media: Use the new IRQF_ constants
by Thomas Gleixner
· 19 years ago
228aef6
[PATCH] 64bit resource: fix up printks for resources in video drivers
by Greg Kroah-Hartman
· 19 years ago
f14ac0b
V4L/DVB (3426): PATCH cx88-mpeg: cx8802_restart_queue() for blackbird
by Jelle Foks
· 19 years ago
76d313b
V4L/DVB (3761): Silence some dprintk's in cx88-mpeg
by Trent Piepho
· 19 years ago
da215d2
V4L/DVB (3735): Add support for pcHDTV HD5500 ATSC/QAM
by Rusty Scott
· 19 years ago
c7b0ac0
V4L/DVB (3516): Make video_buf more generic
by Mauro Carvalho Chehab
· 19 years ago
0fa14aa
V4L (0979): Added V4L support for the Nova-S-Plus and Nova-SE2 DVB-S products
by Steven Toth
· 19 years ago
4ac9791
[PATCH] v4l: 800: whitespace cleanups
by Mauro Carvalho Chehab
· 19 years ago
3162942
[PATCH] v4l: 631: implemented the v4l2 mpeg api for blackbird cards
by Catalin Climov
· 19 years ago
08adb9e
[PATCH] v4l: some error treatment implemented at resume functions.
by Mauro Carvalho Chehab
· 19 years ago
e52e98a
[PATCH] v4l: CX88 updates and card additions
by Mauro Carvalho Chehab
· 19 years ago
41ef7c1
[PATCH] v4l: CX88 Update
by Mauro Carvalho Chehab
· 20 years ago
0d723c0
[PATCH] v4l: add DVB support for DViCO FusionHDTV3 Gold-T
by Michael Krufky
· 20 years ago
f179849
[PATCH] v4l: add DVB support for DViCO FusionHDTV3 Gold-Q
by Michael Krufky
· 20 years ago
Next »