summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/ttpci
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
2024-06-21media: Convert from tasklet to BH workqueueAllen Pais-21/+24
2024-06-15media: pci: add missing MODULE_DESCRIPTION() macrosJeff Johnson-0/+1
2024-04-16media: ttpci: coding style fixes: loggingStefan Herdler-38/+41
2024-04-16media: ttpci: coding style fixes: miscellaneousStefan Herdler-2/+1
2024-04-16media: ttpci: coding style fixes: constant_comparsationStefan Herdler-4/+4
2024-04-16media: ttpci: coding style fixes: trailing_statementsStefan Herdler-6/+12
2024-04-16media: ttpci: coding style fixes: assign_in_ifStefan Herdler-9/+15
2024-04-16media: ttpci: coding style fixes: export_symbolStefan Herdler-8/+7
2024-04-16media: ttpci: coding style fixes: bracesStefan Herdler-37/+24
2024-04-16media: ttpci: coding style fixes: commentsStefan Herdler-22/+36
2024-04-16media: ttpci: coding style fixes: whitespaceStefan Herdler-458/+458
2024-04-16media: ttpci: coding style fixes: whitespace and newlinesStefan Herdler-64/+68
2024-02-28media: ttpci: fix two memleaks in budget_av_attachZhipeng Lu-3/+5
2023-07-19media: ttpci: remove unnecessary (void*) conversionsYu Zhe-45/+45
2023-05-25media: pci: remove unnecessary (void*) conversionsSu Hui-2/+2
2023-04-15media: saa7146: drop 'dev' and 'resources' from struct saa7146_fhHans Verkuil-2/+2
2023-03-19media: drop unnecessary networking includesJakub Kicinski-0/+1
2023-02-09media: Revert "media: saa7146: deprecate hexium_gemini/orion, mxb and ttpci"Hans Verkuil-0/+4910
2022-08-29media: saa7146: deprecate hexium_gemini/orion, mxb and ttpciHans Verkuil-4910/+0
2021-06-02media: ttpci: switch from 'pci_' to 'dma_' APIChristophe JAILLET-1/+2
2021-06-02media: av7110: move driver to stagingMauro Carvalho Chehab-9675/+1
2021-06-02media: move ttpci-eeprom to commonMauro Carvalho Chehab-182/+1
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-0/+1
2020-12-03media: ttpci: switch from 'pci_' to 'dma_' APIChristophe JAILLET-5/+8
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski-0/+1
2020-09-12media: av7110: don't do float point mathMauro Carvalho Chehab-2/+2
2020-09-07Merge tag 'v5.9-rc4' into patchworkMauro Carvalho Chehab-7/+7
2020-09-03media: av7110_v4l: avoid a typecastMauro Carvalho Chehab-2/+2
2020-08-29media: ttpci: convert tasklets to use new tasklet_setup() APIAllen Pais-20/+21
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-7/+7
2020-06-23media: budget-core: Improve exception handling in budget_register()Chuhong Yuan-3/+8
2020-06-23media: pci: ttpci: av7110: fix possible buffer overflow caused by bad DMA val...Jia-Ju Bai-2/+3
2020-02-24media: media/pci: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil-2/+2
2019-08-26media: remove include stdarg.h from some driversMauro Carvalho Chehab-1/+0
2019-08-21media: ttpci: unknown protocol is rc-mm-32Sean Young-8/+6
2019-06-21media: ttpci: Fix build error without RC_COREYueHaibing-1/+2
2019-06-10media: ttpci: use rc-core for the IR receiverSean Young-347/+111
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 113Thomas Gleixner-157/+11
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner-26/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-18media: prefix header search paths with $(srctree)/Masahiro Yamada-2/+2
2019-03-01media: pci: fix several typosMauro Carvalho Chehab-3/+3
2018-09-12media: dvb: move compat handlers into driversArnd Bergmann-1/+55
2018-09-12media: dvb: move most compat_ioctl handling into driversArnd Bergmann-0/+2
2018-09-11media: replace strcpy() by strscpy()Mauro Carvalho Chehab-2/+3
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab-2/+4
2018-06-15media: dvb: fix location of get_dvb_firmware scriptMauro Carvalho Chehab-1/+1
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook-1/+1