summaryrefslogtreecommitdiffstats
path: root/drivers/media/rc
Commit message (Expand)AuthorAgeFilesLines
* media: imon: use DEVICE_ATTR_RW() helper macroZhen Lei2021-06-081-9/+6
* media: rc: add keymap for Toshiba CT-90405 remoteAlexander Voronov2021-06-082-0/+87
* media: st_rc: Handle errors of clk_prepare_enable()Evgeny Novikov2021-06-081-4/+18
* media: rc: ite-cir: replace some an EN DASHMauro Carvalho Chehab2021-06-041-1/+1
* media: rc: clean up Kconfig dependenciesArnd Bergmann2021-05-211-62/+11
* media: rc: remove tango ir driver and keymapArnd Bergmann2021-05-215-368/+0
* Merge tag 'media/v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2021-04-2812-502/+418
|\
| * media: ite-cir: probe of ITE8708 on ASUS PN50 failsSean Young2021-04-091-1/+1
| * media: rc: ir-hix5hd2: use the correct HiSilicon copyrightHao Fang2021-04-091-1/+1
| * media: rc: remove zte zx ir driverArnd Bergmann2021-04-093-193/+0
| * media: rc: add keymaps for mecool-kii-pro/kiii-pro remotesChristian Hewitt2021-04-093-0/+181
| * media: fix incorrect kernel doc usagesHans Verkuil2021-03-111-1/+1
| * media: rc: add keymap for Xbox 360 Universal Media remoteBastien Nocera2021-03-112-0/+84
| * media: rc: add keymap for minix-neo remoteChristian Hewitt2021-03-112-0/+56
| * media: ite-cir: in_use is not neededSean Young2021-03-112-7/+4
| * media: ite-cir: check for receive overflowSean Young2021-03-111-1/+7
| * media: ite-cir: move runtime information into driver dataSean Young2021-03-112-100/+61
| * media: ite-cir: carrier and duty cycle can be set via ioctlSean Young2021-03-111-32/+0
| * media: ite-cir: use standard logging and reduce noiseSean Young2021-03-112-159/+20
| * media: ite-cir: set parent deviceSean Young2021-03-111-0/+1
| * media: ite-cir: remove unused fieldsSean Young2021-03-111-2/+0
| * media: rc/ite-cir: replace spin_lock_irqsave by spin_lock in hard IRQDaode Huang2021-03-111-8/+4
* | 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