aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/common (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-04Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds4-0/+4
2021-10-25dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman4-0/+4
2021-10-19media: videobuf2: always set buffer vb2 pointerSergey Senozhatsky1-0/+3
2021-09-30media: videobuf2: handle non-contiguous DMA allocationsSergey Senozhatsky1-31/+130
2021-09-30media: videobuf2: handle V4L2_MEMORY_FLAG_NON_COHERENT flagSergey Senozhatsky2-5/+30
2021-09-30media: videobuf2: add queue memory coherency parameterSergey Senozhatsky2-8/+34
2021-09-30media: videobuf2: move cache_hints handling to allocatorsSergey Senozhatsky3-6/+12
2021-09-30media: videobuf2: split buffer cache_hints initialisationSergey Senozhatsky2-18/+22
2021-09-30media: videobuf2: inverse buffer cache_hints flagsSergey Senozhatsky2-33/+15
2021-09-30media: videobuf2: rework vb2_mem_ops APISergey Senozhatsky4-62/+79
2021-09-30media: siano: use DEFINE_MUTEX() for mutex lockMuhammad Usama Anjum1-5/+2
2021-09-30media: videobuf2-core: sanity checks for requests and qbufHans Verkuil1-1/+22
2021-08-03Merge tag 'media/v5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-1/+12
2021-07-30media: videobuf2-core: dequeue if start_streaming failsHans Verkuil1-1/+12
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-06-29media: videobuf2: use vma_lookup() in get_vaddr_frames()Liam Howlett1-1/+1
2021-06-28Merge tag 'array-bounds-fixes-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds2-15/+11
2021-06-17media: siano: fix device register error pathMauro Carvalho Chehab1-0/+4
2021-06-08media: videobuf2-v4l2.c: add vb2_queue_change_type() helperTomi Valkeinen1-0/+14
2021-06-07media: siano: Fix out-of-bounds warnings in smscore_load_firmware_family2()Gustavo A. R. Silva2-15/+11
2021-06-02media: move ttpci-eeprom to commonMauro Carvalho Chehab4-0/+186
2021-05-21media: siano: use DEFINE_MUTEX() for mutex lock and LIST_HEAD for list headYe Bin1-5/+2
2021-04-09media: flexcop: avoid -Wempty-body warningArnd Bergmann1-3/+3
2021-03-23media: media/siano: Fix transmission parameters reporting for ISDB-TNicolas Stuardo Diaz1-4/+40
2021-03-22media: videobuf2: Exit promptly if size = 0Ricardo Ribalda1-1/+1
2021-03-11media: b2c2: remove trailing semicolon in macro definitionTom Rix1-1/+1
2021-03-11media: media/siano: kill pointless kmutex definitionsDavidlohr Bueso3-33/+28
2021-03-11media: saa7146: use sg_dma_len when building pgtableTasos Sahanidis2-3/+2
2021-03-11media: fix incorrect kernel doc usagesHans Verkuil1-1/+0
2021-02-22Merge tag 'topic/iomem-mmap-vs-gup-2021-02-22' of git://anongit.freedesktop.org/drm/drmLinus Torvalds4-3/+225
2021-02-01Merge tag 'v5.11-rc6' into patchworkMauro Carvalho Chehab1-2/+1
2021-01-27media: videobuf2-v4l2: remove redundant error testHelen Koike1-5/+0
2021-01-12media: Revert "media: videobuf2: Fix length check for single plane dmabuf queueing"Naushir Patuck1-2/+1
2021-01-12media: videobuf2: Move frame_vector into media subsystemDaniel Vetter3-1/+224
2021-01-12mm/frame-vector: Use FOLL_LONGTERMDaniel Vetter1-2/+1
2021-01-04media: videobuf2: always call poll_wait() on queuesAlexandre Courbot1-2/+9
2020-12-14Merge tag 'media/v5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds6-33/+36
2020-12-14Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds3-17/+40
2020-12-03media: Rename stateful codec control macrosEzequiel Garcia1-2/+2
2020-12-03media: saa7146: switch from 'pci_' to 'dma_' APIChristophe JAILLET3-24/+28
2020-12-02media: vb2: set cache sync hints when init buffersSergey Senozhatsky1-0/+11
2020-11-26media: siano: fix memory leak of debugfs members in smsdvb_hotplugKeita Suzuki1-1/+4
2020-11-16media: Bulk remove BUG_ON(in_interrupt())Thomas Gleixner1-2/+0
2020-11-16media: v4l2: allocate v4l2_clip objects earlyArnd Bergmann1-4/+2
2020-11-04Merge tag 'drm-misc-next-2020-10-27' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie3-17/+40
2020-10-04Merge tag 'v5.9-rc7' into patchworkMauro Carvalho Chehab4-77/+9
2020-10-02media: siano: rename a duplicated card stringMauro Carvalho Chehab1-1/+1
2020-09-29dma-buf: Use struct dma_buf_map in dma_buf_vunmap() interfacesThomas Zimmermann3-4/+8
2020-09-29dma-buf: Use struct dma_buf_map in dma_buf_vmap() interfacesThomas Zimmermann3-13/+32
2020-09-27media: saa7146: drop double zeroingJulia Lawall1-1/+1