aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/common
Commit message (Expand)AuthorAgeFilesLines
* media: vb2: set reqbufs/create_bufs capabilitiesHans Verkuil2018-09-111-1/+18
* media: videobuf2-v4l2: refuse qbuf if queue uses requests or vv.Hans Verkuil2018-08-311-1/+9
* media: videobuf2-core: add uses_requests/qbuf flagsHans Verkuil2018-08-311-0/+13
* media: videobuf2-v4l2: add vb2_request_queue/validate helpersHans Verkuil2018-08-311-0/+51
* media: videobuf2-core: add request helper functionsHans Verkuil2018-08-311-0/+24
* media: videobuf2-v4l2: integrate with media requestsHans Verkuil2018-08-312-13/+112
* media: videobuf2-core: integrate with media requestsHans Verkuil2018-08-312-8/+129
* media: vb2: add init_buffer buffer opHans Verkuil2018-08-311-0/+2
* media: videodev2.h: Add request_fd field to v4l2_bufferHans Verkuil2018-08-311-1/+1
* media: vb2: drop VB2_BUF_STATE_PREPARED, use bool prepared/synced insteadHans Verkuil2018-08-312-18/+36
* media: vb2: store userspace data in vb2_v4l2_bufferHans Verkuil2018-08-312-35/+68
* media: videobuf2-v4l2: replace if by switch in __fill_vb2_buffer()Hans Verkuil2018-08-311-7/+14
* media: videobuf2-v4l2: move __fill_v4l2_buffer() functionHans Verkuil2018-08-311-132/+132
* Merge tag 'media/v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-08-154-13/+15
|\
| * siano: get rid of an unused return code for debugfs registerMauro Carvalho Chehab2018-08-082-10/+7
| * media: dvb: represent min/max/step/tolerance freqs in HzMauro Carvalho Chehab2018-08-021-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/+3
|\ \ | |/ |/|
| * dma-buf: remove kmap_atomic interfaceChristian König2018-06-203-3/+0
| * dma_buf: remove device parameter from attach callback v2Christian König2018-06-203-3/+3
* | treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-5/+10
* | media: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2018-05-281-2/+0
* | 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/+21
* | 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/+2
|/
* 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/+12