summaryrefslogtreecommitdiff
path: root/drivers/media/rc
AgeCommit message (Expand)AuthorFilesLines
2022-04-08media: ir_toy: free before error exitingPeiwei Hu1-1/+1
2022-04-08media: gpio-ir-tx: fix transmit with long spaces on Orange Pi PCSean Young1-7/+21
2022-01-27media: igorplugusb: receiver overflow should be reportedSean Young1-1/+3
2022-01-27media: redrat3: fix control-message timeoutsJohan Hovold1-11/+11
2022-01-27media: mceusb: fix control-message timeoutsJohan Hovold1-4/+4
2021-11-18media: ir_toy: assignment to be16 should be of correct typeSean Young1-1/+1
2021-11-18media: mceusb: return without resubmitting URB in case of -EPROTO error.Rajat Asthana1-0/+1
2021-11-18media: ite-cir: IR receiver stop working after receive overflowSean Young1-1/+1
2021-09-19media: ir_toy: prevent device from hanging during transmitSean Young1-1/+20
2021-09-01Merge tag 'media/v5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds10-50/+466
2021-08-17bpf: Allow to specify user-provided bpf_cookie for BPF perf linksAndrii Nakryiko1-2/+2
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko1-1/+1
2021-08-04media: rc: introduce Meson IR TX driverViktor Prutyanov3-0/+418
2021-07-22media: rc: rename s_learning_mode() to s_wideband_receiver()Sean Young4-20/+20
2021-07-22media: rc-loopback: max_timeout of UINT_MAX does not workSean Young1-2/+2
2021-07-22media: rc-loopback: send carrier reportsSean Young1-2/+10
2021-07-22media: rc-loopback: use dev_dbg() rather than handrolled debugSean Young1-22/+14
2021-07-22media: rc-loopback: return number of emitters rather than errorSean Young1-1/+1
2021-07-12media: rc: rc-main.c: deleted the repeated wordlijian1-1/+1
2021-07-12media: rc: redrat3: Fix a typolijian1-1/+1
2021-07-12media: rc: streamzap: Removed unnecessary 'return'lijian1-2/+0
2021-07-01Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-1/+2
2021-06-24media, bpf: Do not copy more entries than user space requestedSean Young1-1/+2
2021-06-08media: imon: use DEVICE_ATTR_RW() helper macroZhen Lei1-9/+6
2021-06-08media: rc: add keymap for Toshiba CT-90405 remoteAlexander Voronov2-0/+87
2021-06-08media: st_rc: Handle errors of clk_prepare_enable()Evgeny Novikov1-4/+18
2021-06-04media: rc: ite-cir: replace some an EN DASHMauro Carvalho Chehab1-1/+1
2021-05-21media: rc: clean up Kconfig dependenciesArnd Bergmann1-62/+11
2021-05-21media: rc: remove tango ir driver and keymapArnd Bergmann5-368/+0
2021-04-28Merge tag 'media/v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus 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