summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/solo6x10
Commit message (Expand)AuthorAgeFilesLines
* media: media/pci: set device_caps in struct video_deviceHans Verkuil2019-06-242-6/+4Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-3016-160/+16Star
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* media: Kconfig files: use the right help coding styleMauro Carvalho Chehab2019-03-201-1/+1
* Merge tag 'media/v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2019-03-091-2/+2
|\
| * media: pci: fix several typosMauro Carvalho Chehab2019-03-011-2/+2
* | media: Drop superfluous PCM preallocation error checksTakashi Iwai2019-02-061-3/+1Star
|/
* media: replace strcpy() by strscpy()Mauro Carvalho Chehab2018-09-113-11/+13
* media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2018-09-111-1/+1
* media: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2018-05-281-1/+0Star
* media: solo6x10: get rid of an address space warningMauro Carvalho Chehab2018-03-231-15/+24
* media: solo6x10: simplify the logic at solo_p2m_dma_desc()Mauro Carvalho Chehab2018-03-231-5/+2Star
* media: solo6x10: use ktime_get_ts64() for time syncArnd Bergmann2017-12-081-8/+9
* media: solo6x10: hide unused variableArnd Bergmann2017-12-081-0/+2
* media: drivers: remove "/**" from non-kernel-doc commentsMauro Carvalho Chehab2017-11-301-1/+1
* media: pci: make video_device constBhumika Goyal2017-08-271-1/+1
* media: solo6x10: make snd_kcontrol_new constBhumika Goyal2017-08-201-1/+1
* media: solo6x10: export hardware GPIO pins 8:31 to gpiolib interfaceAnton Sviridenko2017-08-092-0/+102
* media: solo6x10: fix detection of TW2864B chipsAnton Sviridenko2017-07-201-0/+1
* media: solo6x10: make const array saa7128_regs_ntsc staticColin Ian King2017-07-191-1/+1
* Merge tag 'media/v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2017-07-062-0/+2
|\
| * [media] media drivers: annotate fall-throughMauro Carvalho Chehab2017-05-192-0/+2
* | [media] solo6x10: Convert to the new PCM opsTakashi Iwai2017-06-021-8/+24
|/
* [media] solo6x10: release vb2 buffers in solo_stop_streaming()Anton Sviridenko2017-03-221-0/+11
* [media] solo6x10: improve subscribe event handlingGustavo Padovan2017-03-221-3/+2Star
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* [media] solo6x10: use designated initializersKees Cook2017-01-311-1/+1
* [media] media: solo6x10: fix lockup by avoiding delayed register writeAndrey Utkin2016-11-161-0/+3
* [media] solo6x10: don't break long linesMauro Carvalho Chehab2016-10-211-2/+2
* [media] pci: constify vb2_ops structuresJulia Lawall2016-09-191-1/+1
* [media] pci: constify snd_pcm_ops structuresJulia Lawall2016-09-191-1/+1
* [media] media: solo6x10: increase FRAME_BUF_SIZEAndrey Utkin2016-07-121-1/+1
* [media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil2016-07-082-2/+2
* [media] media/pci: convert drivers to use the new vb2_queue dev fieldHans Verkuil2016-07-083-21/+2Star
* [media] solo6x10: Simplify solo_enum_ext_inputIsmael Luceno2016-06-281-18/+16Star
* [media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung2015-12-182-2/+2
* [media] solo6x10: use v4l2_get_timestamp to fill in buffer timestampHans Verkuil2015-12-181-2/+1Star
* [media] vb2: drop v4l2_format argument from queue_setupHans Verkuil2015-12-182-2/+1Star
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-072-2/+2
* [media] media: videobuf2: Change queue_setup argumentJunghak Sung2015-10-202-2/+2
* [media] media: videobuf2: Restructure vb2_bufferJunghak Sung2015-10-013-29/+38
* [media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2Junghak Sung2015-10-011-1/+1
* [media] SOLO6x10: Remove dead codeKrzysztof Hałasa2015-07-061-15/+2Star
* [media] SOLO6x10: remove unneeded register locking and barriersKrzysztof Hałasa2015-07-062-26/+1Star
* [media] SOLO6x10: unmap registers only after free_irq()Krzysztof Hałasa2015-07-061-1/+1
* [media] SOLO6x10: Fix G.723 minimum audio period countKrzysztof Hałasa2015-07-061-7/+6Star
* [media] solo6x10: s/uint8_t/u8/Ismael Luceno2015-01-271-2/+2
* [media] solo6x10: Fix solo_eeprom_read retval typeIsmael Luceno2015-01-271-1/+1
* [media] solo6x10: Fix eeprom_* functions buffer's typeIsmael Luceno2015-01-271-2/+2
* [media] solo6x10: s/unsigned char/u8/Ismael Luceno2015-01-275-18/+18