aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/solo6x10 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-03-20media: Kconfig files: use the right help coding styleMauro Carvalho Chehab1-1/+1
2019-03-09Merge tag 'media/v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-2/+2
2019-03-01media: pci: fix several typosMauro Carvalho Chehab1-2/+2
2019-02-06media: Drop superfluous PCM preallocation error checksTakashi Iwai1-3/+1
2018-09-11media: replace strcpy() by strscpy()Mauro Carvalho Chehab3-11/+13
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab1-1/+1
2018-05-28media: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven1-1/+0
2018-03-23media: solo6x10: get rid of an address space warningMauro Carvalho Chehab1-15/+24
2018-03-23media: solo6x10: simplify the logic at solo_p2m_dma_desc()Mauro Carvalho Chehab1-5/+2
2017-12-08media: solo6x10: use ktime_get_ts64() for time syncArnd Bergmann1-8/+9
2017-12-08media: solo6x10: hide unused variableArnd Bergmann1-0/+2
2017-11-30media: drivers: remove "/**" from non-kernel-doc commentsMauro Carvalho Chehab1-1/+1
2017-08-27media: pci: make video_device constBhumika Goyal1-1/+1
2017-08-20media: solo6x10: make snd_kcontrol_new constBhumika Goyal1-1/+1
2017-08-09media: solo6x10: export hardware GPIO pins 8:31 to gpiolib interfaceAnton Sviridenko2-0/+102
2017-07-20media: solo6x10: fix detection of TW2864B chipsAnton Sviridenko1-0/+1
2017-07-19media: solo6x10: make const array saa7128_regs_ntsc staticColin Ian King1-1/+1
2017-07-06Merge tag 'media/v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds2-0/+2
2017-06-02[media] solo6x10: Convert to the new PCM opsTakashi Iwai1-8/+24
2017-05-19[media] media drivers: annotate fall-throughMauro Carvalho Chehab2-0/+2
2017-03-22[media] solo6x10: release vb2 buffers in solo_stop_streaming()Anton Sviridenko1-0/+11
2017-03-22[media] solo6x10: improve subscribe event handlingGustavo Padovan1-3/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-01-31[media] solo6x10: use designated initializersKees Cook1-1/+1
2016-11-16[media] media: solo6x10: fix lockup by avoiding delayed register writeAndrey Utkin1-0/+3
2016-10-21[media] solo6x10: don't break long linesMauro Carvalho Chehab1-2/+2
2016-09-19[media] pci: constify vb2_ops structuresJulia Lawall1-1/+1
2016-09-19[media] pci: constify snd_pcm_ops structuresJulia Lawall1-1/+1
2016-07-12[media] media: solo6x10: increase FRAME_BUF_SIZEAndrey Utkin1-1/+1
2016-07-08[media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil2-2/+2
2016-07-08[media] media/pci: convert drivers to use the new vb2_queue dev fieldHans Verkuil3-21/+2
2016-06-28[media] solo6x10: Simplify solo_enum_ext_inputIsmael Luceno1-18/+16
2015-12-18[media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung2-2/+2
2015-12-18[media] solo6x10: use v4l2_get_timestamp to fill in buffer timestampHans Verkuil1-2/+1
2015-12-18[media] vb2: drop v4l2_format argument from queue_setupHans Verkuil2-2/+1
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman2-2/+2
2015-10-20[media] media: videobuf2: Change queue_setup argumentJunghak Sung2-2/+2
2015-10-01[media] media: videobuf2: Restructure vb2_bufferJunghak Sung3-29/+38
2015-10-01[media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2Junghak Sung1-1/+1
2015-07-06[media] SOLO6x10: Remove dead codeKrzysztof Hałasa1-15/+2
2015-07-06[media] SOLO6x10: remove unneeded register locking and barriersKrzysztof Hałasa2-26/+1
2015-07-06[media] SOLO6x10: unmap registers only after free_irq()Krzysztof Hałasa1-1/+1
2015-07-06[media] SOLO6x10: Fix G.723 minimum audio period countKrzysztof Hałasa1-7/+6
2015-01-27[media] solo6x10: s/uint8_t/u8/Ismael Luceno1-2/+2
2015-01-27[media] solo6x10: Fix solo_eeprom_read retval typeIsmael Luceno1-1/+1
2015-01-27[media] solo6x10: Fix eeprom_* functions buffer's typeIsmael Luceno1-2/+2
2015-01-27[media] solo6x10: s/unsigned char/u8/Ismael Luceno5-18/+18
2014-12-23[media] solo6x10: just pass frame motion flag from hardware, drop additional handling as complicated and unstableAndrey Utkin2-31/+1
2014-12-11Merge tag 'media/v3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds2-38/+51