index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
pci
/
cx88
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[media] cx88: convert it to use pr_foo() macros
Mauro Carvalho Chehab
2016-11-18
14
-343
/
+311
*
[media] cx88: use KERN_CONT where needed
Mauro Carvalho Chehab
2016-11-18
2
-25
/
+20
*
[media] cx88-dsp: Add some spaces for better code readability
Markus Elfring
2016-11-16
1
-20
/
+20
*
[media] cx88-dsp: Use kmalloc_array() in read_rds_samples()
Markus Elfring
2016-11-16
1
-2
/
+1
*
[media] cx88: fix error return code in cx8802_dvb_probe()
Wei Yongjun
2016-10-24
1
-1
/
+1
*
[media] cx88: don't break long lines
Mauro Carvalho Chehab
2016-10-21
8
-43
/
+32
*
[media] rc: split nec protocol into its three variants
Sean Young
2016-09-22
1
-2
/
+3
*
[media] rc: Hauppauge z8f0811 can decode RC6
Sean Young
2016-09-22
1
-1
/
+2
*
[media] pci: constify vb2_ops structures
Julia Lawall
2016-09-19
3
-3
/
+3
*
[media] pci: constify snd_pcm_ops structures
Julia Lawall
2016-09-19
1
-1
/
+1
*
[media] cx88: use wm8775_s_ctrl instead of the s_ctrl op
Hans Verkuil
2016-07-12
1
-6
/
+2
*
[media] vb2: replace void *alloc_ctxs by struct device *alloc_devs
Hans Verkuil
2016-07-08
4
-4
/
+4
*
[media] media/pci: convert drivers to use the new vb2_queue dev field
Hans Verkuil
2016-07-08
6
-23
/
+5
*
[media] add media controller support to videobuf2-dvb
Mauro Carvalho Chehab
2016-02-10
1
-1
/
+2
*
[media] media: videobuf2: Move timestamp to vb2_buffer
Junghak Sung
2015-12-18
1
-1
/
+1
*
[media] vb2: drop v4l2_format argument from queue_setup
Hans Verkuil
2015-12-18
4
-4
/
+4
*
Merge tag 'v4.4-rc2' into patchwork
Mauro Carvalho Chehab
2015-11-23
3
-5
/
+6
|
\
|
*
various: fix pci_set_dma_mask return value checking
Christoph Hellwig
2015-11-20
3
-5
/
+6
*
|
[media] include/media: move driver interface headers to a separate dir
Mauro Carvalho Chehab
2015-11-17
2
-2
/
+2
*
|
[media] include/media: split I2C headers from V4L2 core
Mauro Carvalho Chehab
2015-11-17
3
-4
/
+4
|
/
*
cx88: use pci_set_dma_mask insted of pci_dma_supported
Christoph Hellwig
2015-11-10
3
-3
/
+3
*
[media] media: videobuf2: Change queue_setup argument
Junghak Sung
2015-10-20
4
-4
/
+4
*
[media] media: videobuf2: Restructure vb2_buffer
Junghak Sung
2015-10-01
7
-36
/
+48
*
[media] cx25821, cx88, tm6000: use SNDRV_DEFAULT_ENABLE_PNP
Luis de Bethencourt
2015-10-01
1
-1
/
+1
*
[media] cx88: don't declare restart_video_queue if not used
Mauro Carvalho Chehab
2015-06-10
1
-1
/
+1
*
[media] dvb: Get rid of typedev usage for enums
Mauro Carvalho Chehab
2015-06-09
2
-8
/
+9
*
[media] cx88: v4l2-compliance fixes
Hans Verkuil
2015-05-01
5
-16
/
+6
*
[media] cx88: embed video_device
Hans Verkuil
2015-04-08
4
-72
/
+46
*
[media] cx88: Fix possible leak in cx8802_probe()
Christian Engelmayer
2015-03-02
1
-1
/
+2
*
[media] cx88-dvb: whitespace cleanup
Mauro Carvalho Chehab
2015-02-03
1
-2
/
+2
*
[media] media: drivers shouldn't touch debug field in video_device
Hans Verkuil
2014-12-23
1
-3
/
+0
*
[media] media: remove emacs editor variables
Hans Verkuil
2014-12-22
3
-21
/
+0
*
[media] cx88: remove leftover start_video_dma() call
Hans Verkuil
2014-12-16
1
-1
/
+0
*
[media] cx88: add missing alloc_ctx support
Hans Verkuil
2014-12-16
6
-26
/
+21
*
[media] bttv/cx25821/cx88/ivtv: use sg_next instead of sg++
Hans Verkuil
2014-11-25
1
-3
/
+3
*
[media] media: cx88: use vb2_start_streaming_called() helper
Prabhakar Lad
2014-11-14
1
-1
/
+1
*
[media] cx88: fix VBI support
Hans Verkuil
2014-11-03
2
-9
/
+22
*
[media] cx88: pci_disable_device comes after free_irq
Hans Verkuil
2014-11-03
1
-1
/
+1
*
[media] cx88: consistently use UNSET for absent tuner
Hans Verkuil
2014-11-03
2
-34
/
+34
*
[media] cx88: don't allow changes while vb2_is_busy
Hans Verkuil
2014-11-03
4
-9
/
+33
*
[media] cx88: drop mpeg_active field
Hans Verkuil
2014-11-03
2
-7
/
+5
*
[media] cx88: move width, height and field to core struct
Hans Verkuil
2014-11-03
6
-82
/
+98
*
[media] cx88: don't pollute the kernel log
Hans Verkuil
2014-11-03
2
-4
/
+0
*
[media] cx88: increase API command timeout
Hans Verkuil
2014-11-03
1
-1
/
+1
*
[media] cx88: remove dependency on btcx-risc
Hans Verkuil
2014-11-03
10
-23
/
+49
*
[media] cx88: drop cx88_free_buffer
Hans Verkuil
2014-11-03
7
-14
/
+9
*
[media] cx88: return proper errors during fw load
Hans Verkuil
2014-11-03
1
-17
/
+15
*
[media] cx88: fix sparse warning
Hans Verkuil
2014-11-03
1
-2
/
+2
*
[media] cx88: convert to vb2
Hans Verkuil
2014-11-03
8
-1097
/
+651
*
[media] cx88: drop videobuf abuse in cx88-alsa
Hans Verkuil
2014-11-03
1
-18
/
+89
[prev]
[next]