summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/ivtv
Commit message (Expand)AuthorAgeFilesLines
* media: Remove flag FBINFO_FLAG_DEFAULT from fbdev driversThomas Zimmermann2023-07-241-1/+0
* fbdev: Validate info->screen_{base, buffer} in fb_ops implementationsThomas Zimmermann2023-05-081-0/+3
* fbdev: Don't re-validate info->state in fb_ops implementationsThomas Zimmermann2023-05-081-3/+0
* treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-251-1/+1
* media: pci/ivtv: remove FOLL_FORCE usageDavid Hildenbrand2022-11-302-4/+3
* media: ivtv: Fix typo 'the the' in commentSlark Xiao2022-08-291-1/+1
* media: v4l: ioctl: Set bus_info in v4l_querycap()Sakari Ailus2022-04-241-1/+0
* media: Kconfig: cleanup VIDEO_DEV dependenciesMauro Carvalho Chehab2022-03-181-1/+1
* media: xc2028: rename the driver from tuner-xc2028Mauro Carvalho Chehab2022-03-122-2/+2
* ivtv: fix incorrect device_caps for ivtvfbHans Verkuil2022-03-073-13/+9
* media: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET2022-03-072-15/+18
* media: ivtv: no need to initialise statics to 0Jason Wang2021-12-141-1/+1
* media: ivtv: drop an unused macroMauro Carvalho Chehab2021-11-221-6/+0
* media: ivtv: fix build for UMLRandy Dunlap2021-10-191-2/+2
* media: ivtv: don't allow negative resolutions as module parametersDan Carpenter2021-09-301-4/+4
* media: pci/ivtv: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-09-305-30/+41
* media: Rename V4L2_PIX_FMT_HM12 to V4L2_PIX_FMT_NV12_16L16Ezequiel Garcia2021-09-301-4/+4
* media: ivtv: prevent going past the hw arraysMauro Carvalho Chehab2021-07-122-26/+58
* media: ivtv: get rid of DVB deprecated ioctlsMauro Carvalho Chehab2021-06-043-235/+0
* Merge tag 'media/v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2021-04-281-1/+1
|\
| * media: use getter/setter functionsJulia Lawall2021-03-111-1/+1
* | module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-172-4/+0
|/
* media: pci/ivtv: release memory regions on errorHans Verkuil2021-01-271-0/+5
* Merge tag 'media/v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-08-071-1/+1
|\
| * media: ivtv: Replace http links with https onesAlexander A. Klimov2020-07-191-1/+1
* | sched,ivtv: Convert to sched_set_fifo*()Peter Zijlstra2020-06-151-3/+1
|/
* Merge tag 'media/v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-06-031-12/+14
|\
| * media: pci: Fill v4l2_fmtdesc with designated initializersLaurent Pinchart2020-05-061-12/+14
* | ivtv: convert get_user_pages() --> pin_user_pages()John Hubbard2020-06-023-26/+14
|/
* media: media/pci: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil2020-02-241-6/+6
* Merge tag 'media/v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-01-316-85/+8
|\
| * media: pci: ivtv: convert to i2c_new_scanned_deviceWolfram Sang2020-01-082-4/+4
| * media: ivtv: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-131-13/+0
| * media: ivtv: Clean up ALSA PCM API usagesTakashi Iwai2019-12-131-62/+1
| * media: ivtv/cx18: remove ivtvdriver.org referencesHans Verkuil2019-12-133-6/+3
* | Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-01-301-2/+1
|\ \
| * \ Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-12-171-2/+1
| |\ \ | | |/ | |/|
| | * media: constify fb ops across all driversJani Nikula2019-12-131-2/+1
* | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-281-1/+1
|\ \ \
| * | | x86/mm/pat: Rename <asm/pat.h> => <asm/memtype.h>Ingo Molnar2019-12-101-1/+1
| |/ /
* / / remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-3/+3
|/ /
* / media: media/pci/ivtv: Variable vbi.type could be uninitialized if macro v4l2...Yizhuo2019-10-101-1/+1
|/
* media: don't do a 31 bit shift on a signed intMauro Carvalho Chehab2019-08-262-3/+3
* media: use the BIT() macroMauro Carvalho Chehab2019-08-261-14/+14
* media: remove include stdarg.h from some driversMauro Carvalho Chehab2019-08-261-2/+0
* Merge tag 'fbdev-v5.3' of git://github.com/bzolnier/linuxLinus Torvalds2019-07-091-5/+1
|\
| * fbdev: make unregister/unlink functions not failDaniel Vetter2019-06-121-5/+1
* | media: media/pci: set device_caps in struct video_deviceHans Verkuil2019-06-244-13/+21
* | Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab2019-06-1135-443/+35
|\|
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-304-40/+4