summaryrefslogtreecommitdiffstats
path: root/drivers/media/rc
AgeCommit message (Expand)AuthorFilesLines
2018-04-20media: rc: mce_kbd decoder: fix stuck keysSean Young1-0/+2
2018-04-20media: rc: mce_kbd protocol encodes two scancodesSean Young2-10/+13
2018-04-20media: rc: mce_kbd decoder: low timeout values cause double keydownsSean Young1-5/+7
2018-04-20media: rc: per-protocol repeat period and minimum keyup timerSean Young2-28/+30
2018-04-20media: rc: add ioctl to get the current timeoutSean Young1-0/+7
2018-04-20media: rc: set timeout to smallest value required by enabled protocolsSean Young13-7/+47
2018-04-20media: rc: report receiver and transmitter type on device registerSean Young1-2/+20
2018-04-17media: st_rc: Don't stay on an IRQ handler foreverMauro Carvalho Chehab1-6/+10
2018-04-16ARM: OMAP2+: Drop unused pm-noopTony Lindgren1-14/+3
2018-04-03Merge tag 'media/v4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus 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 measure...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...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/mc...Linus Torvalds85-1855/+1426
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus 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