summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/saa7164
Commit message (Expand)AuthorAgeFilesLines
* media: media/pci: don't set description for ENUM_FMTHans Verkuil2019-07-221-1/+0
* media: media/pci: set device_caps in struct video_deviceHans Verkuil2019-06-242-20/+10
* Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab2019-06-1114-154/+14
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-3014-154/+14
* | media: saa7164: fix remove_proc_entry warningKefeng Wang2019-05-291-11/+22
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* media: Kconfig files: use the right help coding styleMauro Carvalho Chehab2019-03-201-1/+1
* media: a few more typos at staging, pci, platform, radio and usbMauro Carvalho Chehab2019-03-011-1/+1
* media: pci: fix several typosMauro Carvalho Chehab2019-03-014-6/+6
* media: replace strcpy() by strscpy()Mauro Carvalho Chehab2018-09-113-5/+5
* media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2018-09-114-9/+9
* media: saa7164: fix return codes for the polling routineMauro Carvalho Chehab2018-08-081-3/+3
* Merge tag 'media/v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-06-071-1/+2
|\
| * media: saa7164: Fix driver name in debug outputBrad Love2018-05-091-1/+2
* | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-13/+1
|/
* media: s5h14*.h: fix typos for CONTINUOUSMauro Carvalho Chehab2018-03-061-1/+1
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-112-4/+4
* Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-02-062-9/+5
|\
| * media: don't include drivers/media/i2c at cflagsMauro Carvalho Chehab2017-12-281-3/+0
| * media: move dvb kAPI headers to include/mediaMauro Carvalho Chehab2017-12-282-6/+5
* | media: annotate ->poll() instancesAl Viro2017-11-272-4/+4
* | annotate poll_table_struct ->_keyAl Viro2017-11-271-1/+1
|/
* Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-152-6/+4
|\
| * media: pci: make i2c_client constBhumika Goyal2017-09-231-1/+1
| * media: drivers: improve a size determinationMarkus Elfring2017-09-231-2/+2
| * media: drivers: delete error messages for failed memory allocationMarkus Elfring2017-09-231-3/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* media: pci: make i2c_adapter constBhumika Goyal2017-08-261-1/+1
* media: saa7164: constify pci_device_idArvind Yadav2017-08-091-1/+1
* [media] saa7164: fix double fetch PCIe access conditionSteven Toth2017-06-061-12/+1
* [media] saa7164: better handle error codesMauro Carvalho Chehab2017-05-191-0/+2
* [media] media: pci: saa7164: remove dead codeGustavo A. R. Silva2017-04-171-2/+0
* [media] media: pci: saa7164: remove unnecessary codeGustavo A. R. Silva2017-04-171-2/+1
* Merge tag 'v4.11-rc1' into patchworkMauro Carvalho Chehab2017-03-061-1/+1
|\
| * lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-271-1/+1
* | [media] tveeprom: get rid of unused arg on tveeprom_hauppauge_analog()Mauro Carvalho Chehab2017-03-031-3/+1
|/
* [media] saa7164: "first image" should be "second image" in error messageColin Ian King2017-02-031-1/+1
* [media] media: Drop FSF's postal address from the source code filesSakari Ailus2017-01-2714-56/+0
* [media] saa7164: don't break long linesMauro Carvalho Chehab2016-10-219-93/+72
* [media] constify i2c_algorithm structuresJulia Lawall2016-09-191-1/+1
* [media] saa7164: drop unused saa7164_ctrl structHans Verkuil2016-07-121-4/+0
* [media] saa7164: Replace if and BUG with BUG_ONAmitoj Kaur Chawla2016-07-081-4/+2
* various: fix pci_set_dma_mask return value checkingChristoph Hellwig2015-11-201-2/+2
* saa7164: use pci_set_dma_mask insted of pci_dma_supportedChristoph Hellwig2015-11-101-1/+1
* [media] saa7164: video and vbi ports share the same input/tuner/stdHans Verkuil2015-10-013-204/+82
* [media] saa7164: fix input and tuner compliance problemsHans Verkuil2015-10-012-10/+20
* [media] saa7164: remove unused videobuf referencesHans Verkuil2015-10-012-3/+0
* [media] saa7164: fix format ioctlsHans Verkuil2015-10-013-125/+20
* [media] saa7164: add support for control eventsHans Verkuil2015-10-012-2/+7
* [media] saa7164: fix poll bugsHans Verkuil2015-10-011-11/+4