summaryrefslogtreecommitdiffstats
path: root/drivers/media/rc
AgeCommit message (Expand)AuthorFilesLines
2020-12-14Merge tag 'media/v5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds5-9/+186
2020-12-07media: rc: add keymap for pine64 remoteJonas Karlman2-0/+66
2020-12-01media: mtk-cir: fix calculation of chk periodSean Young1-6/+3
2020-11-26media: rc: add keymap for KHAMSIN remoteChristian Hewitt2-0/+76
2020-11-25media: sunxi-cir: allow timeout to be set at runtimeSean Young1-8/+40
2020-11-25media: sunxi-cir: ensure IR is handled when it is continuousSean Young1-0/+2
2020-11-17media: rc: validate that "rc_proto" is reasonableDan Carpenter1-1/+2
2020-09-27media: rc: gpio-ir-recv: add QoS support for cpuidle systemJoakim Zhang1-0/+53
2020-09-27media: ati_remote: sanity check for both endpointsOliver Neukum1-0/+4
2020-09-07Merge tag 'v5.9-rc4' into patchworkMauro Carvalho Chehab6-31/+37
2020-09-03Merge tag 'media/v5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds3-28/+34
2020-09-03media: rc: rename ir_lirc_* functions to lirc_*Sean Young5-45/+44
2020-09-03media: rc: harmonize infrared durations to microsecondsSean Young38-177/+159
2020-09-03media: rc: rename lirc char dev region to "lirc"Sean Young1-2/+1
2020-09-03media: serial_ir: use the right type for a dma addressMauro Carvalho Chehab1-1/+1
2020-08-29media: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-28media: mceusb: Avoid GFP_ATOMIC where it is not neededChristophe JAILLET1-1/+1
2020-08-28media: gpio-ir-tx: spinlock is not needed to disable interruptsSean Young1-11/+5
2020-08-28media: rc: do not access device via sysfs after rc_unregister_device()Sean Young1-0/+12
2020-08-28media: rc: uevent sysfs file races with rc_unregister_device()Sean Young1-16/+16
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva3-3/+3
2020-07-19media: imon: Replace http links with https onesAlexander A. Klimov1-1/+1
2020-07-04media: rc: return proper error code on error handling path in initEvgeny Novikov1-1/+1
2020-07-04media: fintek-cir: remove unused function fintek_clear_reg_bitSean Young1-7/+0
2020-07-04media: nuvoton-cir: remove setting tx carrier functionsSean Young1-32/+0
2020-06-23media: rc: add support for Infrared Toy and IR Droid devicesSean Young3-0/+521
2020-06-03Merge tag 'media/v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds4-44/+67
2020-05-15bpf: Implement CAP_BPFAlexei Starovoitov1-1/+1
2020-05-12media: gpio-ir-tx: allow transmission without carrierSean Young1-4/+40
2020-05-12media: gpio-ir-tx: improve precision of transmitted signal due to schedulingSean Young1-6/+1
2020-04-29media: rc: no need for decoder state if decoder not enabledSean Young1-0/+22
2020-04-26bpf: add bpf_ktime_get_boot_ns()Maciej Żenczykowski1-0/+2
2020-04-21media: iguanair: rc drivers no longer need to do lockingSean Young1-33/+3
2020-04-21media: ir-rx51: Use 64-bit division macroGuru Das Srinagesh1-1/+1
2020-03-20media: rc: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-2/+2
2020-03-12media: rc: make scancodes 64 bitSean Young3-33/+59
2020-03-02media: rc: iguanair: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-02media: rc: fix spelling mistake "to" -> "too"Colin Ian King1-1/+1
2020-02-24media: rc: add keymap for Videostrong KII ProMohammad Rasim2-0/+84
2020-01-09media: iguanair: fix endpoint sanity checkJohan Hovold1-1/+1
2020-01-08media: rc: ir-hix5hd2: add hi3796cv300-ir supportShawn Guo1-18/+61
2020-01-03media: serial_ir: change "ignoring spike" to debug levelBodo Eggert1-1/+1
2020-01-03media: rc: ensure lirc is initialized before registering input deviceSean Young1-11/+16
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+1
2019-11-09media: rc: add keymap for Beelink GS1 remote controlClément Péron2-0/+85
2019-11-08media: rc/ite-cir: fix smatch warningHans Verkuil1-1/+1
2019-10-24media: imon: invalid dereference in imon_touch_eventSean Young1-2/+1
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann1-3/+1
2019-10-16media: rc: add keymap for Tronsmart Vega S95/S96 remoteChristian Hewitt2-0/+55
2019-10-16media: imon_raw: simplify loopSean Young1-18/+4