summaryrefslogtreecommitdiff
path: root/drivers/media/pci/ivtv
AgeCommit message (Expand)AuthorFilesLines
2022-04-08ivtv: fix incorrect device_caps for ivtvfbHans Verkuil3-13/+9
2021-11-18media: ivtv: fix build for UMLRandy Dunlap1-2/+2
2021-07-12media: ivtv: prevent going past the hw arraysMauro Carvalho Chehab2-26/+58
2021-06-04media: ivtv: get rid of DVB deprecated ioctlsMauro Carvalho Chehab3-235/+0
2021-04-28Merge tag 'media/v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-1/+1
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2-4/+0
2021-03-11media: use getter/setter functionsJulia Lawall1-1/+1
2021-01-27media: pci/ivtv: release memory regions on errorHans Verkuil1-0/+5
2020-08-07Merge tag 'media/v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-1/+1
2020-07-19media: ivtv: Replace http links with https onesAlexander A. Klimov1-1/+1
2020-06-15sched,ivtv: Convert to sched_set_fifo*()Peter Zijlstra1-3/+1
2020-06-04Merge tag 'media/v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-12/+14
2020-06-02ivtv: convert get_user_pages() --> pin_user_pages()John Hubbard3-26/+14
2020-05-06media: pci: Fill v4l2_fmtdesc with designated initializersLaurent Pinchart1-12/+14
2020-02-24media: media/pci: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil1-6/+6
2020-02-01Merge tag 'media/v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds6-85/+8
2020-01-30Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-2/+1
2020-01-28Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2020-01-08media: pci: ivtv: convert to i2c_new_scanned_deviceWolfram Sang2-4/+4
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-3/+3
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-2/+1
2019-12-13media: constify fb ops across all driversJani Nikula1-2/+1
2019-12-13media: ivtv: Drop superfluous ioctl PCM opsTakashi Iwai1-13/+0
2019-12-13media: ivtv: Clean up ALSA PCM API usagesTakashi Iwai1-62/+1
2019-12-13media: ivtv/cx18: remove ivtvdriver.org referencesHans Verkuil3-6/+3
2019-12-10x86/mm/pat: Rename <asm/pat.h> => <asm/memtype.h>Ingo Molnar1-1/+1
2019-10-10media: media/pci/ivtv: Variable vbi.type could be uninitialized if macro v4l2...Yizhuo1-1/+1
2019-08-26media: don't do a 31 bit shift on a signed intMauro Carvalho Chehab2-3/+3
2019-08-26media: use the BIT() macroMauro Carvalho Chehab1-14/+14
2019-08-26media: remove include stdarg.h from some driversMauro Carvalho Chehab1-2/+0
2019-07-09Merge tag 'fbdev-v5.3' of git://github.com/bzolnier/linuxLinus Torvalds1-5/+1
2019-06-24media: media/pci: set device_caps in struct video_deviceHans Verkuil4-13/+21
2019-06-12fbdev: make unregister/unlink functions not failDaniel Vetter1-5/+1
2019-06-11Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab35-443/+35
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner4-40/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner31-403/+31
2019-05-28Merge tag 'v5.2-rc2' into patchworkMauro Carvalho Chehab1-0/+1
2019-05-24media: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz1-2/+0
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-03-20media: Kconfig files: use the right help coding styleMauro Carvalho Chehab1-5/+5
2019-03-19media: ivtv: update *pos correctly in ivtv_read_pos()Dan Carpenter1-1/+1
2019-03-01media: pci: fix several typosMauro Carvalho Chehab1-1/+1
2019-01-21media: ivtv: add parameter to enable ivtvfb on x86 PAT systemsFrench, Nicholas A2-5/+34
2019-01-04Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2018-11-20media: vidioc_cropcap -> vidioc_g_pixelaspectHans Verkuil1-8/+9
2018-10-09media: ivtv: make const array addr_list staticColin Ian King1-1/+1
2018-09-24media: pci: ivtv: Fix a sleep-in-atomic-context bug in ivtv_yuv_init()Jia-Ju Bai1-1/+1
2018-09-12media: dvb: move compat handlers into driversArnd Bergmann1-2/+32
2018-09-12media: dvb: move most compat_ioctl handling into driversArnd Bergmann1-0/+9
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab6-15/+15