aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/rc (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-28Merge tag 'media/v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds12-502/+418
2021-04-09media: ite-cir: probe of ITE8708 on ASUS PN50 failsSean Young1-1/+1
2021-04-09media: rc: ir-hix5hd2: use the correct HiSilicon copyrightHao Fang1-1/+1
2021-04-09media: rc: remove zte zx ir driverArnd Bergmann3-193/+0
2021-04-09media: rc: add keymaps for mecool-kii-pro/kiii-pro remotesChristian Hewitt3-0/+181
2021-03-11media: fix incorrect kernel doc usagesHans Verkuil1-1/+1
2021-03-11media: rc: add keymap for Xbox 360 Universal Media remoteBastien Nocera2-0/+84
2021-03-11media: rc: add keymap for minix-neo remoteChristian Hewitt2-0/+56
2021-03-11media: ite-cir: in_use is not neededSean Young2-7/+4
2021-03-11media: ite-cir: check for receive overflowSean Young1-1/+7
2021-03-11media: ite-cir: move runtime information into driver dataSean Young2-100/+61
2021-03-11media: ite-cir: carrier and duty cycle can be set via ioctlSean Young1-32/+0
2021-03-11media: ite-cir: use standard logging and reduce noiseSean Young2-159/+20
2021-03-11media: ite-cir: set parent deviceSean Young1-0/+1
2021-03-11media: ite-cir: remove unused fieldsSean Young1-2/+0
2021-03-11media: rc/ite-cir: replace spin_lock_irqsave by spin_lock in hard IRQDaode Huang1-8/+4
2021-03-11media: rc: compile rc-cec.c into rc-coreHans Verkuil4-18/+18
2021-02-01Merge tag 'v5.11-rc6' into patchworkMauro Carvalho Chehab4-7/+7
2021-01-27media: rc: select CONFIG_BITREVERSE where neededArnd Bergmann2-0/+3
2021-01-27media: mceusb: sanity check for prescaler valueSean Young1-1/+8
2021-01-27media: sunxi-cir: Implement suspend/resume/shutdown callbacksSamuel Holland1-0/+21
2021-01-27media: sunxi-cir: Factor out hardware initializationSamuel Holland1-54/+74
2021-01-27media: sunxi-cir: Remove unnecessary spinlockSamuel Holland1-10/+0
2021-01-27media: sunxi-cir: Clean up dead register writesSamuel Holland1-10/+0
2021-01-14media: mceusb: Fix potential out-of-bounds shiftJames Reynolds1-1/+1
2021-01-14media: ir_toy: add another IR Droid deviceSean Young1-0/+1
2021-01-12media: rc: ite-cir: fix min_timeout calculationMatthias Reichl1-1/+1
2021-01-11media: rc: fix timeout handling after switch to microsecond durationsMatthias Reichl3-4/+4
2021-01-04media: rc: ensure that uevent can be read directly after rc device registerSean Young1-2/+2
2020-12-14Merge tag 'media/v5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus 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/mchehab/linux-mediaLinus 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