summaryrefslogtreecommitdiff
path: root/drivers/media/common
AgeCommit message (Expand)Author
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
2017-12-11media: siano: add SPDX markupsMauro Carvalho Chehab
2017-12-08media: use ARRAY_SIZEJérémy Lefaure
2017-11-27media: annotate ->poll() instancesAl Viro
2017-11-27media: siano: get rid of documentation warningsMauro Carvalho Chehab
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook
2017-11-15Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-31media: saa7146: Convert timers to use timer_setup()Kees Cook