summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-12-18media: v4l2-dv-timings.h: convert comment into kernel-doc markupMauro Carvalho Chehab1-7/+9
2017-12-18media: v4l2-common.h: document helper functionsMauro Carvalho Chehab2-25/+96
2017-12-18media: v4l2-common: get rid of struct v4l2_discrete_probeMauro Carvalho Chehab3-20/+14
2017-12-18media: v4l2-common: get rid of v4l2_routing dead structMauro Carvalho Chehab1-9/+5
2017-12-18media: tuner-types: add kernel-doc markups for struct tunertypeMauro Carvalho Chehab1-0/+15
2017-12-18media: frontend: describe nested structsMauro Carvalho Chehab1-18/+17
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: vidioc-g-dv-timings.rst: fix typo (frontporch -> backporch)Hans Verkuil1-1/+1
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: RC docs: add enum rc_proto description at the docsMauro Carvalho Chehab3-9/+16
2017-12-14media: cec: move cec autorepeat handling to rc-coreSean Young5-69/+56
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 Young2-132/+165
2017-12-14media: rc: include <uapi/linux/lirc.h> rather than <media/lirc.h>Sean Young2-2/+1
2017-12-14media: rc: move ir-lirc-codec.c contents into lirc_dev.cSean Young4-626/+605
2017-12-14kfifo: DECLARE_KIFO_PTR(fifo, u64) does not work on arm 32 bitSean Young1-1/+2
2017-12-14media: lirc: scancode rc devices should have a lirc device tooSean Young3-8/+22
2017-12-14media: lirc: document LIRC_MODE_SCANCODESean Young7-15/+118
2017-12-14media: lirc: ensure lirc device receives nec repeatsSean Young1-10/+17
2017-12-14media: lirc: implement reading scancodeSean Young6-15/+122
2017-12-14media: lirc: remove last remnants of lirc kapiSean Young7-193/+60
2017-12-14media: lirc: remove name from lirc_devSean Young4-11/+4
2017-12-14media: lirc: create rc-core open and close lirc functionsSean Young4-78/+62
2017-12-14media: lirc: do not call close() or open() on unregistered devicesSean Young1-5/+9
2017-12-14media: lirc: move lirc_dev->attached to rc_dev->registeredSean Young5-11/+24
2017-12-14media: lirc: use kfifo rather than lirc_buffer for raw IRSean Young4-306/+87
2017-12-14media: lirc: merge lirc_dev_fop_ioctl and ir_lirc_ioctlSean Young3-95/+50
2017-12-14media: rc: document and fix rc_validate_scancode()Sean Young1-2/+16
2017-12-14media: lirc: validate scancode for transmitSean Young3-20/+44