summaryrefslogtreecommitdiffstats
path: root/drivers/media/common/saa7146
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-3/+3
2025-11-03media: saa7146: Replace saa7146_ext_vv.vbi_fops with write functionLaurent Pinchart-2/+2
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-2/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-4/+4
2024-10-28media: common: saa7146: drop vb2_ops_wait_prepare/finishHans Verkuil-4/+0
2024-05-03media: common: saa7146: Use min macroRicardo Ribalda-4/+4
2023-12-13media: videobuf2: core: Rename min_buffers_needed field in vb2_queueBenjamin Gaignard-1/+1
2023-05-25media: common: saa7146: Avoid a leak in vmalloc_to_sg()Christophe JAILLET-3/+3
2023-04-15media: common: saa7146: add support for missing .vidioc_try_fmt_vbi_capHans Verkuil-0/+1
2023-04-15media: common: saa7146: allow S_STD(G_STD)Hans Verkuil-3/+8
2023-04-15media: common: saa7146: check minimum video format sizeHans Verkuil-0/+4
2023-04-15media: common: saa7146: fix compliance problems with field handlingHans Verkuil-10/+11
2023-04-15media: saa7146: convert to vb2Hans Verkuil-782/+306
2023-04-15media: common: saa7146: use for_each_sg_dma_pageHans Verkuil-73/+32
2023-04-15media: common: saa7146: fix broken V4L2_PIX_FMT_YUV422P supportHans Verkuil-1/+1
2023-04-15media: common: saa7146: replace BUG_ON by WARN_ONHans Verkuil-9/+15
2023-04-15media: common: saa7146: drop 'fmt' from struct saa7146_bufHans Verkuil-23/+26
2023-04-15media: saa7146: drop 'dev' and 'resources' from struct saa7146_fhHans Verkuil-61/+51
2023-04-15media: common/saa7146: fix VFL direction for vbi outputHans Verkuil-4/+8
2023-04-15media: common: saa7146: disable clippingHans Verkuil-0/+17
2023-03-20media: saa7146: drop overlay supportHans Verkuil-642/+6
2023-02-09media: Revert "media: saa7146: deprecate hexium_gemini/orion, mxb and ttpci"Hans Verkuil-0/+4503
2022-08-29media: saa7146: deprecate hexium_gemini/orion, mxb and ttpciHans Verkuil-4503/+0
2022-04-24media: v4l: ioctl: Set bus_info in v4l_querycap()Sakari Ailus-1/+0
2022-03-18media: Kconfig: cleanup VIDEO_DEV dependenciesMauro Carvalho Chehab-1/+1
2021-12-14media: saa7146: fix error logic at saa7146_vv_init()Mauro Carvalho Chehab-0/+3
2021-12-14media: saa7146: hexium_gemini: Fix a NULL pointer dereference in hexium_attach()Zhou Qingyang-1/+1
2021-03-11media: saa7146: use sg_dma_len when building pgtableTasos Sahanidis-3/+2
2020-12-03media: saa7146: switch from 'pci_' to 'dma_' APIChristophe JAILLET-24/+28
2020-11-16media: Bulk remove BUG_ON(in_interrupt())Thomas Gleixner-2/+0
2020-11-16media: v4l2: allocate v4l2_clip objects earlyArnd Bergmann-4/+2
2020-09-27media: saa7146: drop double zeroingJulia Lawall-1/+1
2020-02-24media: media/common/saa7146: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil-5/+5
2020-02-24media: media/saa7146: fix incorrect assertion in saa7146_buffer_finishAditya Pakki-2/+0
2020-01-08media: saa7146: Avoid using BUG_ON as an assertionAditya Pakki-2/+4
2019-07-22media: media/pci: don't set description for ENUM_FMTHans Verkuil-14/+2
2019-06-24media: media/pci: set device_caps in struct video_deviceHans Verkuil-14/+13
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner-13/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner-0/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner-0/+1
2019-03-01media: common: fix several typosMauro Carvalho Chehab-1/+1
2019-02-07media: videobuf: use u64 for the timestamp internallyHans Verkuil-1/+1
2019-01-16media: saa7146: make use of i2c_8bit_addr_from_msgPeter Rosin-4/+1
2018-09-11media: replace strcpy() by strscpy()Mauro Carvalho Chehab-1/+1
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab-4/+4
2018-05-11media: saa7146: fix error return from master_xferPeter Rosin-2/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-3/+3
2018-02-06Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds-9/+8