summaryrefslogtreecommitdiff
path: root/drivers/media/pci/saa7164
AgeCommit message (Expand)Author
2023-07-25media: pci: saa7164: replace BUG with error returnHans Verkuil
2023-07-19drivers: saa7164: remove duplicate assignmentsMinjie Du
2023-05-25media: pci: remove unnecessary (void*) conversionsSu Hui
2022-12-06media: saa7164: fix missing pci_disable_device()Liu Shixin
2022-10-24media: saa7164: remove variable cntColin Ian King
2022-10-24saa7164: remove unused saa7164_call_i2c_clients declarationGaosheng Cui
2022-08-29media: saa7164: Fix typo 'the the' in commentSlark Xiao
2022-06-27media: saa7164: Remove duplicate 'on' in two places.Jiang Jian
2022-04-24media: v4l: ioctl: Set bus_info in v4l_querycap()Sakari Ailus
2022-02-22media: saa7164: remove redundant assignment to variable idxColin Ian King
2021-09-30media: saa7164: Remove redundant assignment of pointer tColin Ian King
2021-07-12media: saa7164: remove redundant continue statementColin Ian King
2021-03-22media: pci: saa7164: Rudimentary spelling fixes in the file saa7164-types.hBhaskar Chowdhury
2021-03-22media: media/saa7164: fix saa7164_encoder_register() memory leak bugsDaniel Niv
2021-02-05media: media/pci: fix spelling typo of frimwaredingsenjie
2021-01-27media: saa7164: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-11-16media: saa7164: convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin
2020-08-29media: pci: saa7164-core.c: replace if (cond) BUG() with BUG_ON()Daniel W. S. Almeida
2020-08-29media: pci: saa7164-vbi.c: replace if (cond) BUG() with BUG_ON()Daniel W. S. Almeida
2020-08-29media: pci: saa7164-dvb.c: replace if(cond) BUG() with BUG_ON()Daniel W. S. Almeida
2020-08-29media: pci: saa7164.c: Replace if(cond) BUG with BUG_ONDaniel W. S. Almeida
2020-08-06media: saa7164: use generic power managementVaibhav Gupta
2020-02-24media: media/pci: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil
2020-01-09media: pci: saa7164: saa7164-dvb: convert to use i2c_new_client_device()Wolfram Sang
2019-10-07media: saa7164: use debugfs rather than procfs for debugging fileSean Young
2019-07-22media: media/pci: don't set description for ENUM_FMTHans Verkuil
2019-06-24media: media/pci: set device_caps in struct video_deviceHans Verkuil
2019-06-11Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-29media: saa7164: fix remove_proc_entry warningKefeng Wang
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-03-20media: Kconfig files: use the right help coding styleMauro Carvalho Chehab
2019-03-01media: a few more typos at staging, pci, platform, radio and usbMauro Carvalho Chehab
2019-03-01media: pci: fix several typosMauro Carvalho Chehab
2018-09-11media: replace strcpy() by strscpy()Mauro Carvalho Chehab
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab
2018-08-08media: saa7164: fix return codes for the polling routineMauro Carvalho Chehab
2018-06-07Merge tag 'media/v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig
2018-05-09media: saa7164: Fix driver name in debug outputBrad Love
2018-03-06media: s5h14*.h: fix typos for CONTINUOUSMauro Carvalho Chehab
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-06Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2017-12-28media: don't include drivers/media/i2c at cflagsMauro Carvalho Chehab
2017-12-28media: move dvb kAPI headers to include/mediaMauro Carvalho Chehab
2017-11-27media: annotate ->poll() instancesAl Viro
2017-11-27annotate poll_table_struct ->_keyAl Viro
2017-11-15Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-23media: pci: make i2c_client constBhumika Goyal