summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/pvrusb2
Commit message (Expand)AuthorAgeFilesLines
* media: pvrusb2: use semicolons rather than commas to separate statementsJulia Lawall2020-11-161-1/+1
* media: pvrusb2: fix parsing errorTong Zhang2020-08-261-3/+2
* media: usb: pvrusb2: convert to use i2c_new_client_device()Wolfram Sang2020-04-141-2/+2
* Revert "media: Kconfig: better support hybrid TV devices"Mauro Carvalho Chehab2020-04-141-2/+2
* media: Kconfig: better support hybrid TV devicesMauro Carvalho Chehab2020-04-141-2/+2
* media: media/usb: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil2020-02-241-2/+2
* media: pvrusb2: Remove unneeded semicolon and add newlineMa Feng2020-01-081-2/+2
* media: pvrusb2: Fix oops on tear-down when radio support is not presentMike Isely2019-11-091-2/+7
* media: pvrusb2: qctrl.flag will be uninitlaized if cx2341x_ctrl_query() retur...Yizhuo2019-08-291-1/+1
* media: don't do a 31 bit shift on a signed intMauro Carvalho Chehab2019-08-262-9/+9
* media: pvrusb2: use kzalloc instead of kmalloc and memsetFuqian Huang2019-08-132-4/+2
* Merge tag 'media/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2019-07-0912-62/+343
|\
| * media: pvrusb2: Add Hauppauge HVR1955/1975 devicesBrad Love2019-06-136-1/+233
| * media: pvrusb2: Add i2c client demod/tuner supportBrad Love2019-06-132-0/+14
| * media: pvrusb2: Add multiple dvb frontend supportBrad Love2019-06-133-43/+82
| * media: pvrusb2: fix null-ptr-deref in class_unregister()Kefeng Wang2019-06-051-1/+2
| * media: media/usb: set device_caps in struct video_deviceHans Verkuil2019-06-051-11/+6
| * media: pvrusb2: use a different format for warningsAndrey Konovalov2019-05-283-6/+6
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 235Thomas Gleixner2019-06-1943-469/+43
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* media: prefix header search paths with $(srctree)/Masahiro Yamada2019-05-181-2/+2
* media: pvrusb2: Prevent a buffer overflowDan Carpenter2019-04-222-0/+3
* media: replace strncpy() by strscpy()Mauro Carvalho Chehab2019-03-292-5/+4
* media: Kconfig files: use the right help coding styleMauro Carvalho Chehab2019-03-201-4/+4
* media: pvrusb2: fix spelling mistake "statuss" -> "status"Colin Ian King2018-12-071-1/+1
* media: vidioc_cropcap -> vidioc_g_pixelaspectHans Verkuil2018-11-201-5/+8
* media: pvrusb2: replace `printk` with `pr_*`Dafna Hirschfeld2018-10-095-24/+22
* media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2018-09-112-8/+8
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-122-2/+2
* media: pvrusb2: replace pvr2_v4l2_ioctl by video_ioctl2Hans Verkuil2018-05-281-52/+31
* media: pvrusb2: delete unneeded includeJulia Lawall2018-05-091-1/+0
* media: lgdt330x: convert it to the new I2C binding wayMauro Carvalho Chehab2018-05-041-2/+2
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-3/+3
* Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-02-067-49/+37
|\
| * media: fix usage of whitespaces and on indentationMauro Carvalho Chehab2018-01-041-6/+6
| * media: pvrusb2: drop unneeded newlineJulia Lawall2018-01-031-1/+2
| * media: don't include drivers/media/i2c at cflagsMauro Carvalho Chehab2017-12-281-1/+0
| * media: move dvb kAPI headers to include/mediaMauro Carvalho Chehab2017-12-283-6/+5
| * media: pvrusb2: correctly return V4L2_PIX_FMT_MPEG in enum_fmtHans Verkuil2017-12-181-25/+7
| * media: v4l2-dev: convert VFL_TYPE_* into an enumMauro Carvalho Chehab2017-12-181-0/+2
| * media: merge ir_tx_z8f0811_haup and ir_rx_z8f0811_haup i2c devicesSean Young2017-12-141-10/+3
| * media: pvrusb2: properly check endpoint typesAndrey Konovalov2017-12-111-0/+12
* | media: annotate ->poll() instancesAl Viro2017-11-271-2/+2
|/
* Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-151-1/+0
|\
| * media: fix media Kconfig help syntax issuesHans Verkuil2017-09-231-1/+0
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-131-28/+36
|\ \
| * | media: pvrusb2: Convert timers to use timer_setup()Kees Cook2017-11-021-28/+36
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
|/
* media: usb: make video_device constBhumika Goyal2017-08-271-1/+1
* media: usb: make i2c_adapter constBhumika Goyal2017-08-261-1/+1