summaryrefslogtreecommitdiffstats
path: root/drivers/media/rc
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-071-4/+6
|\
| * bpf: extend bpf_prog_array to store pointers to the cgroup storageRoman Gushchin2018-08-031-4/+6
* | Merge tag 'media/v4.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-08-033-6/+15
|\ \ | |/ |/|
| * media: rc: read out of bounds if bpf reports high protocol numberSean Young2018-07-301-2/+10
| * media: bpf: ensure bpf program is freed on detachSean Young2018-07-261-0/+1
| * media: rc: be less noisy when driver misbehavesSean Young2018-06-271-4/+4
* | bpf: fix attach type BPF_LIRC_MODE2 dependency wrt CONFIG_CGROUP_BPFSean Young2018-06-261-12/+2Star
|/
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2018-06-121-14/+3Star
|\
| * Merge tag 'omap-for-v4.18/ti-sysc-signed' of git://git.kernel.org/pub/scm/lin...Olof Johansson2018-05-141-14/+3Star
| |\
| | * ARM: OMAP2+: Drop unused pm-noopTony Lindgren2018-04-161-14/+3Star
* | | Merge tag 'media/v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-06-0723-176/+430
|\ \ \
| * | | media: rc: ensure input/lirc device can be opened after registerSean Young2018-05-281-2/+2
| * | | media: rc: nuvoton: Keep device enabled during reg initMichał Winiarski2018-05-281-3/+6
| * | | media: rc: nuvoton: Keep track of users on CIR enable/disableMichał Winiarski2018-05-281-46/+36Star
| * | | media: rc: nuvoton: Tweak the interrupt enabling danceMichał Winiarski2018-05-281-3/+3
| * | | media: rc: ite-cir: lower timeout and extend allowed timeout rangeMatthias Reichl2018-05-142-10/+5Star
| * | | media: rc: winbond: do not send reset and timeout raw events on startupSean Young2018-05-141-2/+2
| * | | media: rc: decoders do not need to check for transitionsSean Young2018-05-143-19/+0Star
| * | | media: rc: drivers should produce alternate pulse and space timing eventsSean Young2018-05-141-4/+15
| * | | media: rc: default to idle on at startup or after resetSean Young2018-05-141-0/+1
| * | | media: mceusb: add missing breakSean Young2018-05-141-0/+1
| * | | media: mceusb: filter out bogus timing irdata of duration 0Sean Young2018-05-141-0/+5
| * | | media: mceusb: MCE_CMD_SETIRTIMEOUT cause strange behaviour on deviceSean Young2018-05-141-3/+19
| * | | Merge tag 'v4.17-rc4' into patchworkMauro Carvalho Chehab2018-05-106-6/+6
| |\| |
| * | | media: rc: allow build pnp-dependent drivers with COMPILE_TESTMauro Carvalho Chehab2018-05-041-5/+5
| * | | media: rc: imon decoder: support the stickSean Young2018-05-042-3/+135
| * | | media: rc: only register protocol for rc device if enabledSean Young2018-05-041-12/+18
| * | | media: rc: mtk-cir: use of_device_get_match_data()Ryder Lee2018-04-201-3/+1Star
| * | | media: rc: ir-spi: update Andi's e-mailAndi Shyti2018-04-201-2/+2
| * | | media: rc: mceusb: allow the timeout to be configurableSean Young2018-04-201-0/+22
| * | | media: rc: mceusb: IR of length 0 means IR timeout, not resetSean Young2018-04-201-1/+6
| * | | media: rc: mce_kbd decoder: fix race conditionSean Young2018-04-202-7/+18
| * | | media: rc: mce_kbd decoder: remove superfluous call to input_syncSean Young2018-04-201-1/+0Star
| * | | media: rc: mce_kbd decoder: fix stuck keysSean Young2018-04-201-0/+2
| * | | media: rc: mce_kbd protocol encodes two scancodesSean Young2018-04-202-10/+13
| * | | media: rc: mce_kbd decoder: low timeout values cause double keydownsSean Young2018-04-201-5/+7
| * | | media: rc: per-protocol repeat period and minimum keyup timerSean Young2018-04-202-28/+30
| * | | media: rc: add ioctl to get the current timeoutSean Young2018-04-201-0/+7
| * | | media: rc: set timeout to smallest value required by enabled protocolsSean Young2018-04-2013-7/+47
| * | | media: rc: report receiver and transmitter type on device registerSean Young2018-04-201-2/+20
| * | | media: st_rc: Don't stay on an IRQ handler foreverMauro Carvalho Chehab2018-04-171-6/+10
| | |/ | |/|
* | | media: rc: introduce BPF_PROG_LIRC_MODE2Sean Young2018-05-306-2/+388
| |/ |/|
* | MAINTAINERS & files: Canonize the e-mails I use at filesMauro Carvalho Chehab2018-05-046-6/+6
|/
* Merge tag 'media/v4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-04-0426-388/+946
|\
| * media: rc: mceusb: pid 0x0609 vid 0x031d does not under report carrier cyclesSean Young2018-03-211-1/+7
| * media: mceusb: add IR learning support features (IR carrier frequency measure...A Sun2018-03-211-12/+140
| * media: rc: meson-ir: lower timeout and make configurableSean Young2018-03-211-1/+3
| * media: rc: meson-ir: add timeout on idleSean Young2018-03-212-5/+28
| * media: imon: rename protocol from other to imonSean Young2018-03-211-14/+23
| * media: rc: add new imon protocol decoder and encoderSean Young2018-03-216-2/+213