summaryrefslogtreecommitdiffstats
path: root/drivers/media/common
Commit message (Expand)AuthorAgeFilesLines
* media: siano: fix device register error pathMauro Carvalho Chehab2021-06-171-0/+4
* media: videobuf2-v4l2.c: add vb2_queue_change_type() helperTomi Valkeinen2021-06-081-0/+14
* media: move ttpci-eeprom to commonMauro Carvalho Chehab2021-06-024-0/+186
* media: siano: use DEFINE_MUTEX() for mutex lock and LIST_HEAD for list headYe Bin2021-05-211-5/+2
* media: flexcop: avoid -Wempty-body warningArnd Bergmann2021-04-091-3/+3
* media: media/siano: Fix transmission parameters reporting for ISDB-TNicolas Stuardo Diaz2021-03-231-4/+40
* media: videobuf2: Exit promptly if size = 0Ricardo Ribalda2021-03-221-1/+1
* media: b2c2: remove trailing semicolon in macro definitionTom Rix2021-03-111-1/+1
* media: media/siano: kill pointless kmutex definitionsDavidlohr Bueso2021-03-113-33/+28
* media: saa7146: use sg_dma_len when building pgtableTasos Sahanidis2021-03-112-3/+2
* media: fix incorrect kernel doc usagesHans Verkuil2021-03-111-1/+0
* Merge tag 'topic/iomem-mmap-vs-gup-2021-02-22' of git://anongit.freedesktop.o...Linus Torvalds2021-02-224-3/+225
|\
| * media: videobuf2: Move frame_vector into media subsystemDaniel Vetter2021-01-123-1/+224
| * mm/frame-vector: Use FOLL_LONGTERMDaniel Vetter2021-01-121-2/+1
* | Merge tag 'v5.11-rc6' into patchworkMauro Carvalho Chehab2021-02-011-2/+1
|\ \
| * | media: Revert "media: videobuf2: Fix length check for single plane dmabuf que...Naushir Patuck2021-01-121-2/+1
| |/
* | media: videobuf2-v4l2: remove redundant error testHelen Koike2021-01-271-5/+0
* | media: videobuf2: always call poll_wait() on queuesAlexandre Courbot2021-01-041-2/+9
|/
* Merge tag 'media/v5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2020-12-146-33/+36
|\
| * media: Rename stateful codec control macrosEzequiel Garcia2020-12-031-2/+2
| * media: saa7146: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-12-033-24/+28
| * media: siano: fix memory leak of debugfs members in smsdvb_hotplugKeita Suzuki2020-11-261-1/+4
| * media: Bulk remove BUG_ON(in_interrupt())Thomas Gleixner2020-11-161-2/+0
| * media: v4l2: allocate v4l2_clip objects earlyArnd Bergmann2020-11-161-4/+2
* | Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-12-143-17/+40
|\ \
| * \ Merge tag 'drm-misc-next-2020-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-11-043-17/+40
| |\ \ | | |/ | |/|
| | * dma-buf: Use struct dma_buf_map in dma_buf_vunmap() interfacesThomas Zimmermann2020-09-293-4/+8
| | * dma-buf: Use struct dma_buf_map in dma_buf_vmap() interfacesThomas Zimmermann2020-09-293-13/+32
* | | media: vb2: set cache sync hints when init buffersSergey Senozhatsky2020-12-021-0/+11
|/ /
* | Merge tag 'v5.9-rc7' into patchworkMauro Carvalho Chehab2020-10-044-77/+9
|\ \
| * \ Merge tag 'media/v5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-09-244-77/+9
| |\ \ | | |/ | |/|
| | * media: media/v4l2: remove V4L2_FLAG_MEMORY_NON_CONSISTENT flagSergey Senozhatsky2020-09-144-77/+9
* | | media: siano: rename a duplicated card stringMauro Carvalho Chehab2020-10-021-1/+1
* | | media: saa7146: drop double zeroingJulia Lawall2020-09-271-1/+1
* | | media: videobuf2: use sgtable-based scatterlist wrappersMarek Szyprowski2020-09-263-47/+31
* | | Merge tag 'v5.9-rc4' into patchworkMauro Carvalho Chehab2020-09-071-18/+18
|\| |
| * | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-18/+18
| |/
* | media: rc: harmonize infrared durations to microsecondsSean Young2020-09-031-2/+2
* | media: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-291-1/+1
* | media: videobuf2-v4l2.c: add vb2_video_unregister_device helper functionHans Verkuil2020-08-281-6/+45
|/
* media: videobuf2: Print videobuf2 buffer state by nameEzequiel Garcia2020-07-191-8/+27
* media: tpg: Add function to return colors' order of test imageKaaira Gupta2020-07-191-2/+28
* media: tpg: change char argument to const charKaaira Gupta2020-07-191-5/+5
* media: Add V4L2_TYPE_IS_CAPTURE helperEzequiel Garcia2020-07-191-2/+2
* media: videobuf2: Fix length check for single plane dmabuf queueingJohn Cox2020-07-041-1/+2
* media: vb2: Print the queue pointer in debug messagesLaurent Pinchart2020-07-042-137/+157
* media: videobuf2: remove redundant if-statementSergey Senozhatsky2020-06-231-2/+1
* media: videobuf2: don't test db_attach in dma-contig prepare and finishSergey Senozhatsky2020-06-232-12/+2
* media: videobuf2: add begin/end cpu_access callbacks to dma-sgSergey Senozhatsky2020-06-231-0/+30
* media: videobuf2: add begin/end cpu_access callbacks to dma-contigSergey Senozhatsky2020-06-231-0/+35