aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/rc (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-03Merge tag 'media/v4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds26-388/+946
2018-03-21media: rc: mceusb: pid 0x0609 vid 0x031d does not under report carrier cyclesSean Young1-1/+7
2018-03-21media: mceusb: add IR learning support features (IR carrier frequency measurement and wide-band/short-range receiver)A Sun1-12/+140
2018-03-21media: rc: meson-ir: lower timeout and make configurableSean Young1-1/+3
2018-03-21media: rc: meson-ir: add timeout on idleSean Young2-5/+28
2018-03-21media: imon: rename protocol from other to imonSean Young1-14/+23
2018-03-21media: rc: add new imon protocol decoder and encoderSean Young6-2/+213
2018-03-21media: rc: oops in ir_timer_keyup after device unplugSean Young1-3/+3
2018-03-21media: rc: new driver for early iMon deviceSean Young3-0/+212
2018-03-21media: rc: add keymap for iMON RSC remoteSean Young2-0/+82
2018-03-21media: Revert "[media] staging: lirc_imon: port remaining usb ids to imon and remove"Sean Young1-128/+7
2018-03-21media: rc: update sunxi-ir driver to get base clock frequency from devicetreePhilipp Rossak1-8/+11
2018-03-05media: img-ir: Drop METAG dependencyJames Hogan1-1/+1
2018-02-27media: rc: fix race condition in ir_raw_event_store_edge() handlingSean Young2-5/+24
2018-02-27media: rc: no need to announce major numberSean Young1-2/+2
2018-02-14media: rc: get start time just before calling driver txSean Young1-2/+2
2018-02-14media: rc: remove useless if statementSean Young1-1/+1
2018-02-14media: rc: remove obsolete commentSean Young1-7/+0
2018-02-14media: rc: remove IR_dprintk() from rc-coreSean Young3-54/+53
2018-02-14media: rc: replace IR_dprintk() with dev_dbg in IR decodersSean Young9-104/+106
2018-02-14media: rc: ir-spi: fix duty cycleSean Young1-22/+2
2018-02-14media: rc: ir-hix5hd2: fix error handling of clk_prepare_enable()Alexey Khoroshilov1-7/+28
2018-02-14media: rc: don't mark IR decoders default yAndi Kleen1-11/+0
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-6/+6
2018-02-06Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds85-1855/+1426
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2018-01-23media: rc: do not remove first bit if leader pulse is presentSean Young4-10/+12
2018-01-23media: rc: clean up leader pulse/space for manchester encodingSean Young5-44/+24
2018-01-23media: lirc: lirc daemon fails to detect raw IR deviceSean Young1-2/+2
2018-01-23media: lirc: add module alias for lirc_devSean Young1-0/+2
2018-01-23media: lirc: don't kfree the uninitialized pointer txbufColin Ian King1-2/+3
2018-01-04media: replace all <spaces><tab> occurrencesMauro Carvalho Chehab2-4/+4
2018-01-04media: fix usage of whitespaces and on indentationMauro Carvalho Chehab1-4/+4
2017-12-18media: ir-spi: add SPDX identifierAndi Shyti1-10/+5
2017-12-18media: lirc: release lock before sleepSean Young1-1/+5
2017-12-18media: lirc: no need to recalculate durationSean Young1-9/+1
2017-12-18media: lirc: do not pass ERR_PTR to kfreeSean Young1-17/+18
2017-12-18media: rc: iguanair: simplify tx loopSean Young1-11/+8
2017-12-18media: lirc: when transmitting scancodes, block until transmit is doneSean Young1-11/+11
2017-12-18media: rc: bang in ir_do_keyupSean Young1-1/+1
2017-12-18media: imon: remove unused function tv2intSean Young1-23/+0
2017-12-18media: imon: auto-config ffdc 26 deviceSean Young1-0/+5
2017-12-18media: fix SPDX comment on some header filesMauro Carvalho Chehab1-4/+6
2017-12-14media: cec: move cec autorepeat handling to rc-coreSean Young1-1/+48
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