summaryrefslogtreecommitdiff
path: root/drivers/media/pci
AgeCommit message (Expand)Author
2023-07-05Merge tag 'media/v6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2023-06-28media: add HAS_IOPORT dependenciesNiklas Schnelle
2023-06-19Backmerge tag 'v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tor...Dave Airlie
2023-06-09media: pci: tw686x: no need to check 'next'Hans Verkuil
2023-05-26media: pci: cx18-av-vbi: Replace one-element array with flexible-array memberGustavo A. R. Silva
2023-05-25media: ipu3-cio2: Fix container_of() macro wrapper argumentsSakari Ailus
2023-05-25media: pci: ipu3-cio2: Obtain remote pad from endpointSakari Ailus
2023-05-25media: pci: remove unnecessary (void*) conversionsSu Hui
2023-05-14media: netup_unidvb: fix irq init by register it at the end of probeWei Chen
2023-05-14media: netup_unidvb: fix use-after-free at del_timer()Duoming Zhou
2023-05-09Merge drm/drm-next into drm-misc-nextMaxime Ripard
2023-05-08fbdev: Validate info->screen_{base, buffer} in fb_ops implementationsThomas Zimmermann
2023-05-08fbdev: Don't re-validate info->state in fb_ops implementationsThomas Zimmermann
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-25Merge tag 'gpio-updates-for-v6.4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-04-15media: pci: saa7146: advertise only those TV standard that are supportedHans Verkuil
2023-04-15media: mxb: allow tuner/input/audio ioctls for vbiHans Verkuil
2023-04-15media: mxb: update the tvnorms when changing inputHans Verkuil
2023-04-15media: saa7146: convert to vb2Hans Verkuil
2023-04-15media: saa7146: drop 'dev' and 'resources' from struct saa7146_fhHans Verkuil
2023-04-15media: pci: saa7146: hexium_orion: initialize input 0Hans Verkuil
2023-04-12media: Use designated initializers for all subdev pad opsLaurent Pinchart
2023-04-12media: Zero-initialize all structures passed to subdev pad operationsLaurent Pinchart
2023-04-12media: Fix indentation issues introduced by subdev-wide state structLaurent Pinchart
2023-04-11media: ipu3-cio2: support more camera sensors in cio2-bridgeBingbu Cao
2023-04-11media: ipu3-cio2: support multiple sensors and VCMs with same HIDBingbu Cao
2023-04-11media: saa7134: fix use after free bug in saa7134_finidev due to race conditionZheng Wang
2023-04-11media: dm1105: Fix use after free bug in dm1105_remove due to race conditionZheng Wang
2023-03-20media: bttv: drop overlay supportHans Verkuil
2023-03-20media: saa7134: drop overlay supportHans Verkuil
2023-03-20media: zoran: drop two obsolete prototypes from zoran_device.hHans Verkuil
2023-03-19media: pci: tw68: Fix null-ptr-deref bug in buf prepare and finishharperchen
2023-03-19media: cx23885: Fix a null-ptr-deref bug in buffer_prepare() and buffer_finish()harperchen
2023-03-19media: drop unnecessary networking includesJakub Kicinski
2023-03-19media: cx18: fix format compliance issuesHans Verkuil
2023-03-19media: cx18: reorder fmt_vid_cap functions in cx18-ioctl.cHans Verkuil
2023-03-19media: cx18: missing CAP_AUDIO for vbi streamHans Verkuil
2023-03-19media: cx18: properly report pixelformatsHans Verkuil
2023-03-19media: cx18: fix incorrect input countingHans Verkuil
2023-03-19media: cx18: convert to vb2Hans Verkuil
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman
2023-03-06gpiolib: remove legacy gpio_export()Arnd Bergmann
2023-02-26Merge tag 'media/v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2023-02-09media: Revert "media: saa7146: deprecate hexium_gemini/orion, mxb and ttpci"Hans Verkuil
2023-02-08media: saa7134: Use video_unregister_device for radio_devTasos Sahanidis
2023-02-06media: ipu3-cio2: Fix PM runtime usage_count in driver unbindSakari Ailus
2023-01-17media: ipu3-cio2: Convert to use software_node_register_node_group()Andy Shevchenko
2023-01-17media: ipu3-cio2: Don't dereference fwnode handleAndy Shevchenko
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds