index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
pci
/
cx23885
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-27
media: cx23885: Explicitly list Hauppauge model numbers of HVR-4400 and HVR-5500
Matthias Schwarzott
1
-0
/
+6
2017-08-27
media: cx23885: Fix use-after-free when unregistering the i2c_client for the ...
Matthias Schwarzott
1
-5
/
+5
2017-08-26
media: pci: make i2c_adapter const
Bhumika Goyal
1
-1
/
+1
2017-08-20
media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_*
Sean Young
1
-7
/
+7
2017-08-20
media: rc-core: rename input_name to device_name
Sean Young
1
-1
/
+1
2017-08-20
media: pci: make snd_pcm_hardware const
Bhumika Goyal
1
-1
/
+1
2017-08-09
media: cx23885: constify pci_device_id
Arvind Yadav
1
-1
/
+1
2017-07-19
media: cx23885: add const to v4l2_file_operations structure
Bhumika Goyal
1
-1
/
+1
2017-05-19
[media] media drivers: annotate fall-through
Mauro Carvalho Chehab
1
-1
/
+2
2017-03-03
[media] tveeprom: get rid of unused arg on tveeprom_hauppauge_analog()
Mauro Carvalho Chehab
1
-2
/
+1
2017-02-03
[media] cx23885: attach md88ds3103 driver via i2c_client for DVBSky S952
Niels Ole Salscheider
1
-22
/
+32
2017-01-30
[media] rc-main: assign driver type during allocation
Andi Shyti
1
-10
/
+1
2017-01-30
[media] rc: raw IR drivers cannot handle cec, unknown or other
Sean Young
1
-7
/
+7
2016-11-18
[media] cx23885: convert it to use pr_foo() macros
Mauro Carvalho Chehab
18
-219
/
+209
2016-11-18
[media] cx23885: use KERN_CONT where needed
Mauro Carvalho Chehab
2
-8
/
+8
2016-10-21
[media] cx23885: don't break long lines
Mauro Carvalho Chehab
8
-45
/
+31
2016-10-11
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+0
2016-10-11
treewide: remove redundant #include <linux/kconfig.h>
Masahiro Yamada
1
-2
/
+0
2016-10-05
Merge tag 'v4.8' into patchwork
Mauro Carvalho Chehab
1
-0
/
+1
2016-09-22
[media] cx23885: Fix some smatch warnings
Mauro Carvalho Chehab
2
-1
/
+4
2016-09-22
[media] cx23885: attach si2165 driver via i2c_client
Matthias Schwarzott
1
-9
/
+21
2016-09-22
[media] rc: split nec protocol into its three variants
Sean Young
1
-1
/
+1
2016-09-19
[media] constify i2c_algorithm structures
Julia Lawall
1
-1
/
+1
2016-09-19
[media] pci: constify vb2_ops structures
Julia Lawall
3
-3
/
+3
2016-09-19
[media] pci: constify snd_pcm_ops structures
Julia Lawall
1
-1
/
+1
2016-09-19
[media] cx23885/saa7134: assign q->dev to the PCI device
Hans Verkuil
1
-0
/
+1
2016-08-24
[media] cx23885: Add support for Hauppauge WinTV quadHD ATSC version
Stephen Backway
3
-1
/
+131
2016-07-12
[media] cx23885: Add support for Hauppauge WinTV quadHD DVB version
Stephen Backway
3
-14
/
+146
2016-07-08
[media] vb2: replace void *alloc_ctxs by struct device *alloc_devs
Hans Verkuil
4
-4
/
+4
2016-07-08
[media] media/pci: convert drivers to use the new vb2_queue dev field
Hans Verkuil
6
-14
/
+4
2016-04-13
[media] cx23885: uninitialized variable in cx23885_av_work_handler()
Dan Carpenter
1
-1
/
+1
2016-03-03
[media] cx23885: incorrect I2C bus used in the CI registration
Olli Salonen
1
-2
/
+2
2016-03-03
[media] cx23885: fix reversed I2C bus numbering
Olli Salonen
1
-6
/
+6
2016-02-10
[media] add media controller support to videobuf2-dvb
Mauro Carvalho Chehab
1
-1
/
+2
2015-12-18
[media] cx23885-dvb: move initialization of a8293_pdata
Mauro Carvalho Chehab
1
-3
/
+5
2015-12-18
[media] cx23885-dvb: initialize a8293_pdata
Mauro Carvalho Chehab
1
-1
/
+1
2015-12-18
[media] media: videobuf2: Move timestamp to vb2_buffer
Junghak Sung
2
-2
/
+2
2015-12-18
[media] vb2: drop v4l2_format argument from queue_setup
Hans Verkuil
4
-4
/
+4
2015-12-18
[media] cx23885: video instead of vbi register used
Hans Verkuil
1
-2
/
+1
2015-12-18
[media] cx23885: add support for ViewCast 260e and 460e
Hans Verkuil
6
-1
/
+132
2015-12-18
[media] cx23885: fix format/crop handling
Hans Verkuil
2
-6
/
+38
2015-11-23
Merge tag 'v4.4-rc2' into patchwork
Mauro Carvalho Chehab
1
-2
/
+2
2015-11-20
various: fix pci_set_dma_mask return value checking
Christoph Hellwig
1
-2
/
+2
2015-11-19
[media] media: cx23885: fix type of allowed_protos
Heiner Kallweit
1
-1
/
+1
2015-11-17
[media] include/media: move driver interface headers to a separate dir
Mauro Carvalho Chehab
4
-4
/
+4
2015-11-10
cx23885: use pci_set_dma_mask insted of pci_dma_supported
Christoph Hellwig
1
-1
/
+1
2015-10-20
[media] media: videobuf2: Change queue_setup argument
Junghak Sung
4
-4
/
+4
2015-10-01
[media] media: videobuf2: Restructure vb2_buffer
Junghak Sung
6
-37
/
+52
2015-06-10
[media] TS2020: Calculate tuner gain correctly
David Howells
1
-0
/
+3
2015-06-09
[media] dvb: Get rid of typedev usage for enums
Mauro Carvalho Chehab
4
-7
/
+9
[next]