summaryrefslogtreecommitdiff
path: root/drivers/media/rc
AgeCommit message (Expand)Author
2018-05-14Merge tag 'omap-for-v4.18/ti-sysc-signed' of git://git.kernel.org/pub/scm/lin...Olof Johansson
2018-05-10Merge tag 'v4.17-rc4' into patchworkMauro Carvalho Chehab
2018-05-04media: rc: allow build pnp-dependent drivers with COMPILE_TESTMauro Carvalho Chehab
2018-05-04media: rc: imon decoder: support the stickSean Young
2018-05-04media: rc: only register protocol for rc device if enabledSean Young
2018-05-04MAINTAINERS & files: Canonize the e-mails I use at filesMauro Carvalho Chehab
2018-04-20media: rc: mtk-cir: use of_device_get_match_data()Ryder Lee
2018-04-20media: rc: ir-spi: update Andi's e-mailAndi Shyti
2018-04-20media: rc: mceusb: allow the timeout to be configurableSean Young
2018-04-20media: rc: mceusb: IR of length 0 means IR timeout, not resetSean Young
2018-04-20media: rc: mce_kbd decoder: fix race conditionSean Young
2018-04-20media: rc: mce_kbd decoder: remove superfluous call to input_syncSean Young
2018-04-20media: rc: mce_kbd decoder: fix stuck keysSean Young
2018-04-20media: rc: mce_kbd protocol encodes two scancodesSean Young
2018-04-20media: rc: mce_kbd decoder: low timeout values cause double keydownsSean Young
2018-04-20media: rc: per-protocol repeat period and minimum keyup timerSean Young
2018-04-20media: rc: add ioctl to get the current timeoutSean Young
2018-04-20media: rc: set timeout to smallest value required by enabled protocolsSean Young
2018-04-20media: rc: report receiver and transmitter type on device registerSean Young
2018-04-17media: st_rc: Don't stay on an IRQ handler foreverMauro Carvalho Chehab
2018-04-16ARM: OMAP2+: Drop unused pm-noopTony Lindgren
2018-04-03Merge tag 'media/v4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2018-03-21media: rc: mceusb: pid 0x0609 vid 0x031d does not under report carrier cyclesSean Young
2018-03-21media: mceusb: add IR learning support features (IR carrier frequency measure...A Sun
2018-03-21media: rc: meson-ir: lower timeout and make configurableSean Young
2018-03-21media: rc: meson-ir: add timeout on idleSean Young
2018-03-21media: imon: rename protocol from other to imonSean Young
2018-03-21media: rc: add new imon protocol decoder and encoderSean Young
2018-03-21media: rc: oops in ir_timer_keyup after device unplugSean Young
2018-03-21media: rc: new driver for early iMon deviceSean Young
2018-03-21media: rc: add keymap for iMON RSC remoteSean Young
2018-03-21media: Revert "[media] staging: lirc_imon: port remaining usb ids to imon and...Sean Young
2018-03-21media: rc: update sunxi-ir driver to get base clock frequency from devicetreePhilipp Rossak
2018-03-05media: img-ir: Drop METAG dependencyJames Hogan
2018-02-27media: rc: fix race condition in ir_raw_event_store_edge() handlingSean Young
2018-02-27media: rc: no need to announce major numberSean Young
2018-02-14media: rc: get start time just before calling driver txSean Young
2018-02-14media: rc: remove useless if statementSean Young
2018-02-14media: rc: remove obsolete commentSean Young
2018-02-14media: rc: remove IR_dprintk() from rc-coreSean Young
2018-02-14media: rc: replace IR_dprintk() with dev_dbg in IR decodersSean Young
2018-02-14media: rc: ir-spi: fix duty cycleSean Young
2018-02-14media: rc: ir-hix5hd2: fix error handling of clk_prepare_enable()Alexey Khoroshilov
2018-02-14media: rc: don't mark IR decoders default yAndi Kleen
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-06Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-23media: rc: do not remove first bit if leader pulse is presentSean Young
2018-01-23media: rc: clean up leader pulse/space for manchester encodingSean Young
2018-01-23media: lirc: lirc daemon fails to detect raw IR deviceSean Young