summaryrefslogtreecommitdiffstats
path: root/drivers/media/common
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'media/v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-08-164-13/+15
|\
| * siano: get rid of an unused return code for debugfs registerMauro Carvalho Chehab2018-08-082-10/+7Star
| * media: dvb: represent min/max/step/tolerance freqs in HzMauro Carvalho Chehab2018-08-031-3/+3
| * media: videobuf2-core: check for q->error in vb2_core_qbuf()Hans Verkuil2018-07-241-0/+5
* | Merge tag 'drm-misc-next-2018-06-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-06-223-6/+3Star
|\ \ | |/ |/|
| * dma-buf: remove kmap_atomic interfaceChristian König2018-06-203-3/+0Star
| * dma_buf: remove device parameter from attach callback v2Christian König2018-06-203-3/+3
* | treewide: Use array_size() in vzalloc()Kees Cook2018-06-131-5/+10
* | media: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2018-05-281-2/+0Star
* | media: videobuf2-core: don't call memop 'finish' when queueingHans Verkuil2018-05-281-3/+6
* | media: siano: use GFP_DMA only for smssdioMauro Carvalho Chehab2018-05-152-10/+15
* | media: saa7146: fix error return from master_xferPeter Rosin2018-05-111-2/+2
* | media: lgdt330x: convert it to the new I2C binding wayMauro Carvalho Chehab2018-05-041-2/+2
* | media: flexcop-i2c: get rid of KERN_CONTMauro Carvalho Chehab2018-05-043-29/+21Star
* | media: siano: be sure to not override devpath sizeMauro Carvalho Chehab2018-05-041-5/+5
* | media: siano: get rid of __le32/__le16 cast warningsMauro Carvalho Chehab2018-05-041-7/+7
|/
* media: v4l2-tpg-core.c: add space after %Hans Verkuil2018-04-041-1/+1
* media: v4l2-tpg-core: avoid buffer overflowsMauro Carvalho Chehab2018-03-231-2/+2
* media: siano: Fix coherent memory allocation failure on arm64Tomoki Sekiyama2018-03-062-11/+24
* Merge commit 'v4.16-rc4~0' into patchworkMauro Carvalho Chehab2018-03-053-1/+21
|\
| * media: vb2: Makefile: place vb2-trace together with vb2-coreMauro Carvalho Chehab2018-02-261-4/+7
| * media: videobuf2: fix build issues with vb2-traceMauro Carvalho Chehab2018-02-232-0/+13
| * media: videobuf2: Add VIDEOBUF2_V4L2 Kconfig option for VB2 V4L2 partSakari Ailus2018-02-232-1/+5
* | media: vb2: Fix videobuf2 to map correct areaMasami Hiramatsu2018-02-261-1/+1
* | media: vb2: core: Finish buffers at the end of the streamSakari Ailus2018-02-261-0/+9
* | media: add SPDX license infoHans Verkuil2018-02-142-26/+2Star
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-114-23/+23
* Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-02-0621-101/+6065
|\
| * media: drivers/media/common/videobuf2: rename from videobufHans Verkuil2018-01-2311-2/+2
| * media: replace all <spaces><tab> occurrencesMauro Carvalho Chehab2018-01-041-4/+4
| * media: vb2: add a new warning about pending buffersMauro Carvalho Chehab2018-01-031-1/+4
| * media: vb2: add pr_fmt() macroMauro Carvalho Chehab2018-01-031-14/+16
| * media: vb2: Fix a bug about unnecessary calls to queue cancel and freeSatendra Singh Thakur2018-01-031-2/+5
| * media: vb2: Enforce VB2_MAX_FRAME in vb2_core_reqbufs betterSakari Ailus2018-01-031-2/+3
| * media: videobuf2-core: don't go out of the buffer rangeMauro Carvalho Chehab2018-01-031-0/+4
| * media: fix semicolon.cocci warningsFengguang Wu2017-12-281-1/+1
| * media: move dvb kAPI headers to include/mediaMauro Carvalho Chehab2017-12-285-17/+12Star
| * media: move videobuf2 to drivers/media/commonMauro Carvalho Chehab2017-12-2811-1/+6001
| * media: v4l2-tpg.h: rename color structsMauro Carvalho Chehab2017-12-181-3/+3
| * media: v4l2-tpg*.h: move headers to include/media/tpg and merge themMauro Carvalho Chehab2017-12-182-2/+2
| * media: siano: fix a potential integer overflowGustavo A. R. Silva2017-12-141-1/+1
| * media: siano: add SPDX markupsMauro Carvalho Chehab2017-12-113-68/+25Star
| * media: use ARRAY_SIZEJérémy Lefaure2017-12-081-5/+4Star
* | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-312-9/+6Star
|\ \ | |/ |/|
| * media: annotate ->poll() instancesAl Viro2017-11-272-9/+6Star
* | media: siano: get rid of documentation warningsMauro Carvalho Chehab2017-11-271-33/+33
|/
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-221-1/+1
* Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-166-40/+42
|\
| * media: saa7146: Convert timers to use timer_setup()Kees Cook2017-10-313-6/+4Star
| * media: media/saa7146: Convert timers to use timer_setup()Kees Cook2017-10-312-5/+6