aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-18media: s5p-mfc: Fix encoder menu controls initializationSylwester Nawrocki1-1/+1
2017-12-18media: bdisp: Fix a possible sleep-in-atomic bug in bdisp_hw_save_requestJia-Ju Bai1-1/+1
2017-12-18media: vb2: unify calling of set_page_dirty_lockStanimir Varbanov2-6/+7
2017-12-18media: pvrusb2: correctly return V4L2_PIX_FMT_MPEG in enum_fmtHans Verkuil1-25/+7
2017-12-18media: vb2: clear V4L2_BUF_FLAG_LAST when filling vb2_bufferPhilipp Zabel1-0/+2
2017-12-18media: coda: use correct offset for mpeg4 decoder mvcol bufferPhilipp Zabel1-9/+7
2017-12-18media: coda: allocate space for mpeg4 decoder mvcol bufferPhilipp Zabel1-2/+4
2017-12-18media: coda: round up frame sizes to multiples of 16 for MPEG-4 decoderPhilipp Zabel1-0/+1
2017-12-18media: coda: fix capture TRY_FMT for YUYV with non-MB-aligned widthsPhilipp Zabel1-3/+4
2017-12-18media: coda: set min_buffers_neededLucas Stach1-0/+6
2017-12-18media: pxa_camera: disable and unprepare the clock source on errorFlavio Ceolin1-1/+3
2017-12-18media: v4l: sh_mobile_ceu: Return buffers on streamoff()Jacopo Mondi1-1/+6
2017-12-18media: v4l2-subdev: better document IO pin configuration flagsMauro Carvalho Chehab2-12/+12
2017-12-18media: v4l2-tpg.h: rename color structsMauro Carvalho Chehab1-3/+3
2017-12-18media: v4l2-tpg*.h: move headers to include/media/tpg and merge themMauro Carvalho Chehab4-4/+4
2017-12-18media: get rid of i2c-addr.hMauro Carvalho Chehab6-6/+7
2017-12-18media: v4l2-dev: convert VFL_TYPE_* into an enumMauro Carvalho Chehab8-12/+23
2017-12-18media: v4l2-common.h: document helper functionsMauro Carvalho Chehab1-14/+0
2017-12-18media: v4l2-common: get rid of struct v4l2_discrete_probeMauro Carvalho Chehab2-12/+10
2017-12-18media: dvb_demux: describe nested structsMauro Carvalho Chehab1-9/+14
2017-12-18media: dmxdev: describe nested structsMauro Carvalho Chehab1-13/+18
2017-12-15media: staging/imx: update TODOSteve Longerbeam1-12/+51
2017-12-15media: staging/imx: reorder function prototypesSteve Longerbeam1-9/+12
2017-12-15media: staging/imx: convert static vdev lists to list_headSteve Longerbeam4-66/+68
2017-12-15media: staging/imx: remove static subdev arraysSteve Longerbeam7-218/+216
2017-12-15media: staging/imx: pass fwnode handle to find/add async subdevSteve Longerbeam3-16/+15
2017-12-15media: staging/imx: remove devname string from imx_media_subdevSteve Longerbeam2-4/+1
2017-12-15media: staging/imx: of: allow for recursing downstreamSteve Longerbeam3-88/+21
2017-12-15media: staging/imx: remove static media link arraysSteve Longerbeam4-296/+281
2017-12-15media: staging/imx: get CSI bus type from nearest upstream entitySteve Longerbeam5-161/+150
2017-12-15media: dvb-frontends: fix i2c access helpers for KASANArnd Bergmann12-14/+37
2017-12-15media: r820t: fix r820t_write_reg for KASANArnd Bergmann1-5/+8
2017-12-14media: pxa_camera: rename the soc_camera_ prefix to pxa_camera_Hans Verkuil1-14/+14
2017-12-14media: staging/cxd2099: cosmetics: improve stringsDaniel Scheller1-4/+5
2017-12-14media: staging/cxd2099: fix debug message severityDaniel Scheller1-1/+1
2017-12-14media: staging/cxd2099: fix remaining checkpatch-strict issuesDaniel Scheller2-25/+8
2017-12-14media: [RESEND] media: dvb-frontends: Add delay to Si2168 restartRon Economos1-0/+3
2017-12-14media: ddbridge: stv09xx: detach frontends on lnb failureDaniel Scheller1-0/+2
2017-12-14media: tuners: tda8290: reduce stack usage with kasanArnd Bergmann1-38/+40
2017-12-14media: cec: move cec autorepeat handling to rc-coreSean Young3-64/+53
2017-12-14media: imon: auto-config ffdc 30 deviceSean Young1-0/+1
2017-12-14media: winbond-cir: Fix pnp_irq's error checking for wbcir_probeArvind Yadav1-1/+1
2017-12-14media: rc: Replace timeval with ktime_t in imon.cChunyan Zhang1-13/+13
2017-12-14media: lirc: improve lockingSean Young1-102/+137
2017-12-14media: lirc: allow lirc device to be opened more than onceSean Young1-113/+134
2017-12-14media: rc: include <uapi/linux/lirc.h> rather than <media/lirc.h>Sean Young1-1/+1
2017-12-14media: rc: move ir-lirc-codec.c contents into lirc_dev.cSean Young4-626/+605
2017-12-14media: lirc: scancode rc devices should have a lirc device tooSean Young3-8/+22
2017-12-14media: lirc: ensure lirc device receives nec repeatsSean Young1-10/+17
2017-12-14media: lirc: implement reading scancodeSean Young5-15/+117