aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/pvrusb2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-18media: prefix header search paths with $(srctree)/Masahiro Yamada1-2/+2
2019-04-22media: pvrusb2: Prevent a buffer overflowDan Carpenter2-0/+3
2019-03-29media: replace strncpy() by strscpy()Mauro Carvalho Chehab2-5/+4
2019-03-20media: Kconfig files: use the right help coding styleMauro Carvalho Chehab1-4/+4
2018-12-07media: pvrusb2: fix spelling mistake "statuss" -> "status"Colin Ian King1-1/+1
2018-11-20media: vidioc_cropcap -> vidioc_g_pixelaspectHans Verkuil1-5/+8
2018-10-09media: pvrusb2: replace `printk` with `pr_*`Dafna Hirschfeld5-24/+22
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2-8/+8
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook2-2/+2
2018-05-28media: pvrusb2: replace pvr2_v4l2_ioctl by video_ioctl2Hans Verkuil1-52/+31
2018-05-09media: pvrusb2: delete unneeded includeJulia Lawall1-1/+0
2018-05-04media: lgdt330x: convert it to the new I2C binding wayMauro Carvalho Chehab1-2/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-3/+3
2018-02-06Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds7-49/+37
2018-01-04media: fix usage of whitespaces and on indentationMauro Carvalho Chehab1-6/+6
2018-01-03media: pvrusb2: drop unneeded newlineJulia Lawall1-1/+2
2017-12-28media: don't include drivers/media/i2c at cflagsMauro Carvalho Chehab1-1/+0
2017-12-28media: move dvb kAPI headers to include/mediaMauro Carvalho Chehab3-6/+5
2017-12-18media: pvrusb2: correctly return V4L2_PIX_FMT_MPEG in enum_fmtHans Verkuil1-25/+7
2017-12-18media: v4l2-dev: convert VFL_TYPE_* into an enumMauro Carvalho Chehab1-0/+2
2017-12-14media: merge ir_tx_z8f0811_haup and ir_rx_z8f0811_haup i2c devicesSean Young1-10/+3
2017-12-11media: pvrusb2: properly check endpoint typesAndrey Konovalov1-0/+12
2017-11-27media: annotate ->poll() instancesAl Viro1-2/+2
2017-11-15Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-1/+0
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-28/+36
2017-11-02media: pvrusb2: Convert timers to use timer_setup()Kees Cook1-28/+36
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-09-23media: fix media Kconfig help syntax issuesHans Verkuil1-1/+0
2017-08-27media: usb: make video_device constBhumika Goyal1-1/+1
2017-08-26media: usb: make i2c_adapter constBhumika Goyal1-1/+1
2017-08-26media: usb: make i2c_algorithm constBhumika Goyal1-1/+1
2017-08-20media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_*Sean Young1-5/+5
2017-07-20media: pvrusb2: fix the retry logicMauro Carvalho Chehab1-3/+3
2017-06-07[media] pvrusb2: remove redundant check on cnt > 8Colin Ian King1-1/+1
2017-03-03[media] tveeprom: get rid of unused arg on tveeprom_hauppauge_analog()Mauro Carvalho Chehab1-1/+1
2017-03-03[media] pvrusb2: reduce stack usage pvr2_eeprom_analyze()Arnd Bergmann1-9/+4
2017-01-31[media] pvrusb2-io: Add some spaces for better code readabilityMarkus Elfring1-60/+60
2017-01-31[media] pvrusb2-io: Use kmalloc_array() in pvr2_stream_buffer_count()Markus Elfring1-1/+2
2017-01-31[media] pvrusb2: Clean up file handle in open() error pathSantosh Kumar Singh1-1/+2
2017-01-27[media] media: Drop FSF's postal address from the source code filesSakari Ailus43-172/+0
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-18[media] pvrusb2: use KERNEL_CONT where neededMauro Carvalho Chehab1-7/+7
2016-10-24[media] variable name is never null, so remove null checkColin Ian King1-1/+0
2016-10-21[media] pvrusb2: don't break long linesMauro Carvalho Chehab14-239/+118
2016-09-22[media] rc: Hauppauge z8f0811 can decode RC6Sean Young1-1/+2
2016-08-24[media] pvrusb2: convert g/s_crop to g/s_selectionHans Verkuil1-30/+51
2016-08-24[media] pvrusb2: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2-17/+7
2016-07-12[media] pvrusb2: use v4l2_s_ctrl instead of the s_ctrl opHans Verkuil1-1/+5
2016-04-20[media] pvrusb2: fix smatch errorsHans Verkuil1-5/+4