summaryrefslogtreecommitdiffstats
path: root/drivers/media/common
AgeCommit message (Expand)Author
2019-03-23media: videobuf2-v4l2: drop WARN_ON in vb2_warn_zero_bytesused()Hans Verkuil
2019-01-22media: vb2: be sure to unlock mutex on errorsMauro Carvalho Chehab
2019-01-22media: vb2: vb2_mmap: move lock upHans Verkuil
2019-01-09media: v4l2-tpg: array index could become negativeHans Verkuil
2019-01-09media: vb2: check memory model for VIDIOC_CREATE_BUFSHans Verkuil
2018-12-19media: vb2: don't call __vb2_queue_cancel if vb2_start_streaming failedHans Verkuil
2018-11-13media: replace ADOBERGB by OPRGBHans Verkuil
2018-11-13media: v4l2-tpg: fix kernel oops when enabling HFLIP and OSDHans Verkuil
2018-08-15Merge tag 'media/v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2018-08-08siano: get rid of an unused return code for debugfs registerMauro Carvalho Chehab
2018-08-02media: dvb: represent min/max/step/tolerance freqs in HzMauro Carvalho Chehab
2018-07-24media: videobuf2-core: check for q->error in vb2_core_qbuf()Hans Verkuil
2018-06-22Merge tag 'drm-misc-next-2018-06-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2018-06-20dma-buf: remove kmap_atomic interfaceChristian König
2018-06-20dma_buf: remove device parameter from attach callback v2Christian König
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-05-28media: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven
2018-05-28media: videobuf2-core: don't call memop 'finish' when queueingHans Verkuil
2018-05-15media: siano: use GFP_DMA only for smssdioMauro Carvalho Chehab
2018-05-11media: saa7146: fix error return from master_xferPeter Rosin
2018-05-04media: lgdt330x: convert it to the new I2C binding wayMauro Carvalho Chehab
2018-05-04media: flexcop-i2c: get rid of KERN_CONTMauro Carvalho Chehab
2018-05-04media: siano: be sure to not override devpath sizeMauro Carvalho Chehab
2018-05-04media: siano: get rid of __le32/__le16 cast warningsMauro Carvalho Chehab
2018-04-04media: v4l2-tpg-core.c: add space after %Hans Verkuil
2018-03-23media: v4l2-tpg-core: avoid buffer overflowsMauro Carvalho Chehab
2018-03-06media: siano: Fix coherent memory allocation failure on arm64Tomoki Sekiyama
2018-03-05Merge commit 'v4.16-rc4~0' into patchworkMauro Carvalho Chehab
2018-02-26media: vb2: Makefile: place vb2-trace together with vb2-coreMauro Carvalho Chehab
2018-02-26media: vb2: Fix videobuf2 to map correct areaMasami Hiramatsu
2018-02-26media: vb2: core: Finish buffers at the end of the streamSakari Ailus
2018-02-23media: videobuf2: fix build issues with vb2-traceMauro Carvalho Chehab
2018-02-23media: videobuf2: Add VIDEOBUF2_V4L2 Kconfig option for VB2 V4L2 partSakari Ailus
2018-02-14media: add SPDX license infoHans Verkuil
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-06Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-23media: drivers/media/common/videobuf2: rename from videobufHans Verkuil
2018-01-04media: replace all <spaces><tab> occurrencesMauro Carvalho Chehab
2018-01-03media: vb2: add a new warning about pending buffersMauro Carvalho Chehab
2018-01-03media: vb2: add pr_fmt() macroMauro Carvalho Chehab
2018-01-03media: vb2: Fix a bug about unnecessary calls to queue cancel and freeSatendra Singh Thakur
2018-01-03media: vb2: Enforce VB2_MAX_FRAME in vb2_core_reqbufs betterSakari Ailus
2018-01-03media: videobuf2-core: don't go out of the buffer rangeMauro Carvalho Chehab
2017-12-28media: fix semicolon.cocci warningsFengguang Wu
2017-12-28media: move dvb kAPI headers to include/mediaMauro Carvalho Chehab
2017-12-28media: move videobuf2 to drivers/media/commonMauro Carvalho Chehab
2017-12-18media: v4l2-tpg.h: rename color structsMauro Carvalho Chehab
2017-12-18media: v4l2-tpg*.h: move headers to include/media/tpg and merge themMauro Carvalho Chehab
2017-12-14media: siano: fix a potential integer overflowGustavo A. R. Silva