summaryrefslogtreecommitdiff
path: root/drivers/media/common
AgeCommit message (Expand)Author
2020-06-13Merge tag 'media/v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2020-06-11media: videobuf2-dma-contig: fix bad kfree in vb2_dma_contig_clear_max_seg_sizeTomi Valkeinen
2020-06-03Merge tag 'media/v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2020-06-02mm: remove the prot argument from vm_map_ramChristoph Hellwig
2020-04-14media: dvb-usb: auto-select CYPRESS_FIRMWAREMauro Carvalho Chehab
2020-03-20media: siano: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai
2020-03-12media: videobuf2-core: fix dprintk levelAlexandre Courbot
2020-03-02media: videobuf2-dma-contig.c: remove spurious 'b' in messageHans Verkuil
2020-02-24media: media/common/saa7146: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil
2020-02-24media: media/saa7146: fix incorrect assertion in saa7146_buffer_finishAditya Pakki
2020-01-31Merge tag 'media/v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2020-01-30Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-01-08media: saa7146: Avoid using BUG_ON as an assertionAditya Pakki
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2020-01-03media: v4l2: abstract timeval handling in v4l2_bufferArnd Bergmann
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter
2019-11-25media/videobuf2: Drop dma_buf->k(un)map supportDaniel Vetter
2019-11-10media: siano: Use the correct style for SPDX License IdentifierNishad Kamdar
2019-11-08media: siano: fix spelling mistake "ENBALE" -> "ENABLE"Colin Ian King
2019-10-21media: vb2: add V4L2_BUF_FLAG_M2M_HOLD_CAPTURE_BUFHans Verkuil
2019-07-30media: v4l2-tpg: add support for new pixelformatsHans Verkuil
2019-07-23media: vb2-dc: skip CPU sync in map/unmap dma_bufLucas Stach
2019-07-23media: vb2: reorder checks in vb2_poll()Michael Tretter
2019-07-22media: media/pci: don't set description for ENUM_FMTHans Verkuil
2019-06-24media: media/pci: set device_caps in struct video_deviceHans Verkuil
2019-06-11Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 185Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-29media: videobuf2-vmalloc: get_userptr: buffers are always writableHans Verkuil
2019-05-29media: videobuf2-v4l2: set last_buffer_dequeued in dqbufHans Verkuil
2019-05-28Merge tag 'v5.2-rc2' into patchworkMauro Carvalho Chehab
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner
2019-05-23media: videobuf2-core.h: Document the alloc memop size argument as page alignedSakari Ailus
2019-05-23media: videobuf2-dma-sg: Prevent size from overflowingSakari Ailus
2019-05-23media: videobuf2-core: Prevent size alignment wrapping buffer size to 0Sakari Ailus
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-18media: prefix header search paths with $(srctree)/Masahiro Yamada
2019-05-14videobuf2/videobuf2-dma-sg.c: convert to use vm_map_pages()Souptick Joarder
2019-04-22media: vb2: add waiting_in_dqbuf flagHans Verkuil
2019-04-22media: videobuf2-v4l2.c: move up STATE_DEQUEUED checkHans Verkuil
2019-04-22media: vb2: Minor function naming fixEzequiel Garcia
2019-03-25media: cx2341x: replace badly designed macrosMauro Carvalho Chehab
2019-03-25media: media requests: return EBADR instead of EACCESHans Verkuil
2019-03-25media: vb2: add requires_requests bit for stateless codecsHans Verkuil
2019-03-20media: Kconfig files: use the right help coding styleMauro Carvalho Chehab
2019-03-19media: videobuf2: Return error after allocation failureSouptick Joarder