summaryrefslogtreecommitdiffstats
path: root/drivers/media/common
AgeCommit message (Expand)AuthorLines
2020-01-31Merge tag 'media/v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds-4/+6
2020-01-30Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-24/+0
2020-01-08media: saa7146: Avoid using BUG_ON as an assertionAditya Pakki-2/+4
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig-1/+1
2020-01-03media: v4l2: abstract timeval handling in v4l2_bufferArnd Bergmann-2/+2
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter-24/+0
2019-11-25media/videobuf2: Drop dma_buf->k(un)map supportDaniel Vetter-24/+0
2019-11-10media: siano: Use the correct style for SPDX License IdentifierNishad Kamdar-1/+1
2019-11-08media: siano: fix spelling mistake "ENBALE" -> "ENABLE"Colin Ian King-4/+4
2019-10-21media: vb2: add V4L2_BUF_FLAG_M2M_HOLD_CAPTURE_BUFHans Verkuil-2/+10
2019-07-30media: v4l2-tpg: add support for new pixelformatsHans Verkuil-0/+107
2019-07-23media: vb2-dc: skip CPU sync in map/unmap dma_bufLucas Stach-7/+16
2019-07-23media: vb2: reorder checks in vb2_poll()Michael Tretter-3/+5
2019-07-22media: media/pci: don't set description for ENUM_FMTHans Verkuil-14/+2
2019-06-24media: media/pci: set device_caps in struct video_deviceHans Verkuil-14/+13
2019-06-11Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab-51/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 185Thomas Gleixner-27/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner-19/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2019-05-29media: videobuf2-vmalloc: get_userptr: buffers are always writableHans Verkuil-13/+5
2019-05-29media: videobuf2-v4l2: set last_buffer_dequeued in dqbufHans Verkuil-5/+5
2019-05-28Merge tag 'v5.2-rc2' into patchworkMauro Carvalho Chehab-74/+18
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner-13/+1
2019-05-23media: videobuf2-core.h: Document the alloc memop size argument as page alignedSakari Ailus-0/+1
2019-05-23media: videobuf2-dma-sg: Prevent size from overflowingSakari Ailus-1/+1
2019-05-23media: videobuf2-core: Prevent size alignment wrapping buffer size to 0Sakari Ailus-0/+4
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner-61/+5
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+9
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner-0/+2
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner-0/+1
2019-05-18media: prefix header search paths with $(srctree)/Masahiro Yamada-2/+2
2019-05-14videobuf2/videobuf2-dma-sg.c: convert to use vm_map_pages()Souptick Joarder-22/+13
2019-04-22media: vb2: add waiting_in_dqbuf flagHans Verkuil-0/+22
2019-04-22media: videobuf2-v4l2.c: move up STATE_DEQUEUED checkHans Verkuil-5/+6
2019-04-22media: vb2: Minor function naming fixEzequiel Garcia-3/+3
2019-03-25media: cx2341x: replace badly designed macrosMauro Carvalho Chehab-58/+93
2019-03-25media: media requests: return EBADR instead of EACCESHans Verkuil-1/+1
2019-03-25media: vb2: add requires_requests bit for stateless codecsHans Verkuil-0/+13
2019-03-20media: Kconfig files: use the right help coding styleMauro Carvalho Chehab-2/+2
2019-03-19media: videobuf2: Return error after allocation failureSouptick Joarder-5/+5
2019-03-19media: vb2: drop VB2_BUF_STATE_REQUEUEINGHans Verkuil-13/+3
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-32/+9
2019-03-01media: common: fix several typosMauro Carvalho Chehab-5/+5
2019-02-18media: vb2: fix epoll() by calling poll_wait firstHans Verkuil-5/+3
2019-02-18media: vb2: keep track of timestamp statusHans Verkuil-1/+5
2019-02-18media: vb2: replace bool by bitfield in vb2_bufferHans Verkuil-6/+6
2019-02-18media: v4l2-tpg-core: Add support for 32-bit packed YUV formats (v2)Vivek Kasireddy-0/+12
2019-02-07media: videobuf: use u64 for the timestamp internallyHans Verkuil-1/+1
2019-02-07media: videobuf2: remove unused variableHans Verkuil-1/+0
2019-02-01videobuf2: replace a layering violation with dma_map_resourceChristoph Hellwig-32/+9