summaryrefslogtreecommitdiffstats
path: root/drivers/media/rc
Commit message (Expand)AuthorAgeFilesLines
* media: rc: compile rc-cec.c into rc-coreHans Verkuil2021-03-114-18/+18
* Merge tag 'v5.11-rc6' into patchworkMauro Carvalho Chehab2021-02-014-7/+7
|\
| * media: rc: ite-cir: fix min_timeout calculationMatthias Reichl2021-01-121-1/+1
| * media: rc: fix timeout handling after switch to microsecond durationsMatthias Reichl2021-01-113-4/+4
| * media: rc: ensure that uevent can be read directly after rc device registerSean Young2021-01-041-2/+2
* | media: rc: select CONFIG_BITREVERSE where neededArnd Bergmann2021-01-272-0/+3
* | media: mceusb: sanity check for prescaler valueSean Young2021-01-271-1/+8
* | media: sunxi-cir: Implement suspend/resume/shutdown callbacksSamuel Holland2021-01-271-0/+21
* | media: sunxi-cir: Factor out hardware initializationSamuel Holland2021-01-271-54/+74
* | media: sunxi-cir: Remove unnecessary spinlockSamuel Holland2021-01-271-10/+0
* | media: sunxi-cir: Clean up dead register writesSamuel Holland2021-01-271-10/+0
* | media: mceusb: Fix potential out-of-bounds shiftJames Reynolds2021-01-141-1/+1
* | media: ir_toy: add another IR Droid deviceSean Young2021-01-141-0/+1
|/
* Merge tag 'media/v5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2020-12-145-9/+186
|\
| * media: rc: add keymap for pine64 remoteJonas Karlman2020-12-072-0/+66
| * media: rc: add keymap for KHAMSIN remoteChristian Hewitt2020-11-262-0/+76
| * media: sunxi-cir: allow timeout to be set at runtimeSean Young2020-11-251-8/+40
| * media: sunxi-cir: ensure IR is handled when it is continuousSean Young2020-11-251-0/+2
| * media: rc: validate that "rc_proto" is reasonableDan Carpenter2020-11-171-1/+2
* | media: mtk-cir: fix calculation of chk periodSean Young2020-12-011-6/+3
|/
* media: rc: gpio-ir-recv: add QoS support for cpuidle systemJoakim Zhang2020-09-271-0/+53
* media: ati_remote: sanity check for both endpointsOliver Neukum2020-09-271-0/+4
* Merge tag 'v5.9-rc4' into patchworkMauro Carvalho Chehab2020-09-076-31/+37
|\
| * Merge tag 'media/v5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-09-033-28/+34
| |\
| | * media: mceusb: Avoid GFP_ATOMIC where it is not neededChristophe JAILLET2020-08-281-1/+1
| | * media: gpio-ir-tx: spinlock is not needed to disable interruptsSean Young2020-08-281-11/+5
| | * media: rc: do not access device via sysfs after rc_unregister_device()Sean Young2020-08-281-0/+12
| | * media: rc: uevent sysfs file races with rc_unregister_device()Sean Young2020-08-281-16/+16
| * | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-233-3/+3
| |/
* | media: rc: rename ir_lirc_* functions to lirc_*Sean Young2020-09-035-45/+44
* | media: rc: harmonize infrared durations to microsecondsSean Young2020-09-0338-177/+159
* | media: rc: rename lirc char dev region to "lirc"Sean Young2020-09-031-2/+1
* | media: serial_ir: use the right type for a dma addressMauro Carvalho Chehab2020-09-031-1/+1
* | media: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-291-1/+1
|/
* media: imon: Replace http links with https onesAlexander A. Klimov2020-07-191-1/+1
* media: rc: return proper error code on error handling path in initEvgeny Novikov2020-07-041-1/+1
* media: fintek-cir: remove unused function fintek_clear_reg_bitSean Young2020-07-041-7/+0
* media: nuvoton-cir: remove setting tx carrier functionsSean Young2020-07-041-32/+0
* media: rc: add support for Infrared Toy and IR Droid devicesSean Young2020-06-233-0/+521
* Merge tag 'media/v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-06-034-44/+67
|\
| * media: gpio-ir-tx: allow transmission without carrierSean Young2020-05-121-4/+40
| * media: gpio-ir-tx: improve precision of transmitted signal due to schedulingSean Young2020-05-121-6/+1
| * media: rc: no need for decoder state if decoder not enabledSean Young2020-04-291-0/+22
| * media: iguanair: rc drivers no longer need to do lockingSean Young2020-04-211-33/+3
| * media: ir-rx51: Use 64-bit division macroGuru Das Srinagesh2020-04-211-1/+1
* | bpf: Implement CAP_BPFAlexei Starovoitov2020-05-151-1/+1
* | bpf: add bpf_ktime_get_boot_ns()Maciej Żenczykowski2020-04-261-0/+2
|/
* media: rc: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-201-2/+2
* media: rc: make scancodes 64 bitSean Young2020-03-123-33/+59
* media: rc: iguanair: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-021-1/+1