summaryrefslogtreecommitdiff
path: root/drivers/media/rc
AgeCommit message (Expand)Author
2022-04-08media: ir_toy: free before error exitingPeiwei Hu
2022-04-08media: gpio-ir-tx: fix transmit with long spaces on Orange Pi PCSean Young
2022-01-27media: igorplugusb: receiver overflow should be reportedSean Young
2022-01-27media: redrat3: fix control-message timeoutsJohan Hovold
2022-01-27media: mceusb: fix control-message timeoutsJohan Hovold
2021-11-18media: ir_toy: assignment to be16 should be of correct typeSean Young
2021-11-18media: mceusb: return without resubmitting URB in case of -EPROTO error.Rajat Asthana
2021-11-18media: ite-cir: IR receiver stop working after receive overflowSean Young
2021-10-06media: ir_toy: prevent device from hanging during transmitSean Young
2021-09-18media: rc-loopback: return number of emitters rather than errorSean Young
2021-07-19media, bpf: Do not copy more entries than user space requestedSean Young
2021-05-11media: ite-cir: check for receive overflowSean Young
2021-03-17media: rc: compile rc-cec.c into rc-coreHans Verkuil
2021-03-07media: mceusb: sanity check for prescaler valueSean Young
2021-03-04media: ir_toy: add another IR Droid deviceSean Young
2021-03-04media: mceusb: Fix potential out-of-bounds shiftJames Reynolds
2021-02-03media: rc: ensure that uevent can be read directly after rc device registerSean Young
2021-02-03media: rc: ite-cir: fix min_timeout calculationMatthias Reichl
2021-02-03media: rc: fix timeout handling after switch to microsecond durationsMatthias Reichl
2020-12-30media: sunxi-cir: ensure IR is handled when it is continuousSean Young
2020-12-01media: mtk-cir: fix calculation of chk periodSean Young
2020-09-27media: rc: gpio-ir-recv: add QoS support for cpuidle systemJoakim Zhang
2020-09-27media: ati_remote: sanity check for both endpointsOliver Neukum
2020-09-07Merge tag 'v5.9-rc4' into patchworkMauro Carvalho Chehab
2020-09-03Merge tag 'media/v5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2020-09-03media: rc: rename ir_lirc_* functions to lirc_*Sean Young
2020-09-03media: rc: harmonize infrared durations to microsecondsSean Young
2020-09-03media: rc: rename lirc char dev region to "lirc"Sean Young
2020-09-03media: serial_ir: use the right type for a dma addressMauro Carvalho Chehab
2020-08-29media: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-28media: mceusb: Avoid GFP_ATOMIC where it is not neededChristophe JAILLET
2020-08-28media: gpio-ir-tx: spinlock is not needed to disable interruptsSean Young
2020-08-28media: rc: do not access device via sysfs after rc_unregister_device()Sean Young
2020-08-28media: rc: uevent sysfs file races with rc_unregister_device()Sean Young
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-19media: imon: Replace http links with https onesAlexander A. Klimov
2020-07-04media: rc: return proper error code on error handling path in initEvgeny Novikov
2020-07-04media: fintek-cir: remove unused function fintek_clear_reg_bitSean Young
2020-07-04media: nuvoton-cir: remove setting tx carrier functionsSean Young
2020-06-23media: rc: add support for Infrared Toy and IR Droid devicesSean Young
2020-06-03Merge tag 'media/v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2020-05-15bpf: Implement CAP_BPFAlexei Starovoitov
2020-05-12media: gpio-ir-tx: allow transmission without carrierSean Young
2020-05-12media: gpio-ir-tx: improve precision of transmitted signal due to schedulingSean Young
2020-04-29media: rc: no need for decoder state if decoder not enabledSean Young
2020-04-26bpf: add bpf_ktime_get_boot_ns()Maciej Żenczykowski
2020-04-21media: iguanair: rc drivers no longer need to do lockingSean Young
2020-04-21media: ir-rx51: Use 64-bit division macroGuru Das Srinagesh
2020-03-20media: rc: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai
2020-03-12media: rc: make scancodes 64 bitSean Young