summaryrefslogtreecommitdiff
path: root/drivers/media/pci/ttpci
AgeCommit message (Expand)AuthorFilesLines
2024-04-16media: ttpci: coding style fixes: loggingStefan Herdler5-38/+41
2024-04-16media: ttpci: coding style fixes: miscellaneousStefan Herdler2-2/+1
2024-04-16media: ttpci: coding style fixes: constant_comparsationStefan Herdler3-4/+4
2024-04-16media: ttpci: coding style fixes: trailing_statementsStefan Herdler1-6/+12
2024-04-16media: ttpci: coding style fixes: assign_in_ifStefan Herdler3-9/+15
2024-04-16media: ttpci: coding style fixes: export_symbolStefan Herdler1-8/+7
2024-04-16media: ttpci: coding style fixes: bracesStefan Herdler3-37/+24
2024-04-16media: ttpci: coding style fixes: commentsStefan Herdler4-22/+36
2024-04-16media: ttpci: coding style fixes: whitespaceStefan Herdler3-458/+458
2024-04-16media: ttpci: coding style fixes: whitespace and newlinesStefan Herdler5-64/+68
2024-02-28media: ttpci: fix two memleaks in budget_av_attachZhipeng Lu1-3/+5
2023-07-19media: ttpci: remove unnecessary (void*) conversionsYu Zhe4-45/+45
2023-05-25media: pci: remove unnecessary (void*) conversionsSu Hui1-2/+2
2023-04-15media: saa7146: drop 'dev' and 'resources' from struct saa7146_fhHans Verkuil1-2/+2
2023-03-19media: drop unnecessary networking includesJakub Kicinski1-0/+1
2023-02-09media: Revert "media: saa7146: deprecate hexium_gemini/orion, mxb and ttpci"Hans Verkuil7-0/+4910
2022-08-29media: saa7146: deprecate hexium_gemini/orion, mxb and ttpciHans Verkuil7-4910/+0
2021-06-02media: ttpci: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-1/+2
2021-06-02media: av7110: move driver to stagingMauro Carvalho Chehab18-9675/+1
2021-06-02media: move ttpci-eeprom to commonMauro Carvalho Chehab3-182/+1
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+1
2020-12-03media: ttpci: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-5/+8
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski1-0/+1
2020-09-12media: av7110: don't do float point mathMauro Carvalho Chehab1-2/+2
2020-09-07Merge tag 'v5.9-rc4' into patchworkMauro Carvalho Chehab5-7/+7
2020-09-03media: av7110_v4l: avoid a typecastMauro Carvalho Chehab1-2/+2
2020-08-29media: ttpci: convert tasklets to use new tasklet_setup() APIAllen Pais3-20/+21
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva5-7/+7
2020-06-23media: budget-core: Improve exception handling in budget_register()Chuhong Yuan1-3/+8
2020-06-23media: pci: ttpci: av7110: fix possible buffer overflow caused by bad DMA val...Jia-Ju Bai1-2/+3
2020-02-24media: media/pci: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil2-2/+2
2019-08-26media: remove include stdarg.h from some driversMauro Carvalho Chehab1-1/+0
2019-08-21media: ttpci: unknown protocol is rc-mm-32Sean Young1-8/+6
2019-06-21media: ttpci: Fix build error without RC_COREYueHaibing1-1/+2
2019-06-10media: ttpci: use rc-core for the IR receiverSean Young3-347/+111
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 113Thomas Gleixner11-157/+11
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2-26/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-18media: prefix header search paths with $(srctree)/Masahiro Yamada1-2/+2
2019-03-01media: pci: fix several typosMauro Carvalho Chehab1-3/+3
2018-09-12media: dvb: move compat handlers into driversArnd Bergmann1-1/+55
2018-09-12media: dvb: move most compat_ioctl handling into driversArnd Bergmann1-0/+2
2018-09-11media: replace strcpy() by strscpy()Mauro Carvalho Chehab2-2/+3
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2-2/+4
2018-06-15media: dvb: fix location of get_dvb_firmware scriptMauro Carvalho Chehab1-1/+1
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-1/+1
2018-03-22media: ttpci: improve printing of encoded MAC addressDaniel Scheller1-6/+3
2018-02-23media: dvb: update buffer mmaped flags and frame counterMauro Carvalho Chehab2-5/+6
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2-7/+7
2018-02-06Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds7-127/+127