summaryrefslogtreecommitdiffstats
path: root/drivers/media/rc
AgeCommit message (Expand)Author
2021-03-11media: rc: compile rc-cec.c into rc-coreHans Verkuil
2021-02-01Merge tag 'v5.11-rc6' into patchworkMauro Carvalho Chehab
2021-01-27media: rc: select CONFIG_BITREVERSE where neededArnd Bergmann
2021-01-27media: mceusb: sanity check for prescaler valueSean Young
2021-01-27media: sunxi-cir: Implement suspend/resume/shutdown callbacksSamuel Holland
2021-01-27media: sunxi-cir: Factor out hardware initializationSamuel Holland
2021-01-27media: sunxi-cir: Remove unnecessary spinlockSamuel Holland
2021-01-27media: sunxi-cir: Clean up dead register writesSamuel Holland
2021-01-14media: mceusb: Fix potential out-of-bounds shiftJames Reynolds
2021-01-14media: ir_toy: add another IR Droid deviceSean Young
2021-01-12media: rc: ite-cir: fix min_timeout calculationMatthias Reichl
2021-01-11media: rc: fix timeout handling after switch to microsecond durationsMatthias Reichl
2021-01-04media: rc: ensure that uevent can be read directly after rc device registerSean Young
2020-12-14Merge tag 'media/v5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2020-12-07media: rc: add keymap for pine64 remoteJonas Karlman
2020-12-01media: mtk-cir: fix calculation of chk periodSean Young
2020-11-26media: rc: add keymap for KHAMSIN remoteChristian Hewitt
2020-11-25media: sunxi-cir: allow timeout to be set at runtimeSean Young
2020-11-25media: sunxi-cir: ensure IR is handled when it is continuousSean Young
2020-11-17media: rc: validate that "rc_proto" is reasonableDan Carpenter
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
2020-03-02media: rc: iguanair: Replace zero-length array with flexible-array memberGustavo A. R. Silva