summaryrefslogtreecommitdiffstats
path: root/drivers/media/rc
AgeCommit message (Expand)AuthorLines
2021-10-19media: ite-cir: IR receiver stop working after receive overflowSean Young-1/+1
2021-10-19media: sir_ir: remove broken driverSean Young-447/+0
2021-10-19media: ir_toy: assignment to be16 should be of correct typeSean Young-1/+1
2021-09-30media: ir_toy: prevent device from hanging during transmitSean Young-1/+20
2021-09-30media: mceusb: return without resubmitting URB in case of -EPROTO error.Rajat Asthana-0/+1
2021-09-30media: meson-ir-tx: fix platform_no_drv_owner.cocci warningsjing yangyang-1/+0
2021-09-30media: ir_toy: do not resubmit broken urbSean Young-2/+12
2021-09-30media: ir_toy: deal with residual irdata before expected responseSean Young-6/+2
2021-09-30media: ir_toy: print firmware version in correct formatSean Young-2/+3
2021-09-30media: rc: sunxi-cir: Make use of the helper function devm_platform_ioremap_r...Cai Huoqing-3/+1
2021-09-30media: rc: st_rc: Make use of the helper function devm_platform_ioremap_resou...Cai Huoqing-4/+1
2021-09-30media: rc: mtk-cir: Make use of the helper function devm_platform_ioremap_res...Cai Huoqing-3/+1
2021-09-30media: rc: meson-ir: Make use of the helper function devm_platform_ioremap_re...Cai Huoqing-3/+1
2021-09-30media: rc: ir-hix5hd2: Make use of the helper function devm_platform_ioremap_...Cai Huoqing-3/+1
2021-09-30media: rc: img-ir: Make use of the helper function devm_platform_ioremap_reso...Cai Huoqing-3/+1
2021-09-30media: rc: clean the freed urb pointer to avoid double freeNil Yi-0/+2
2021-09-30media: ir_toy: allow tx carrier to be setSean Young-5/+29
2021-09-30media: streamzap: ensure rx resolution can be retrievedSean Young-0/+1
2021-09-30media: mceusb: ensure rx resolution can be retrievedSean Young-0/+1
2021-09-01Merge tag 'media/v5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds-50/+466
2021-08-17bpf: Allow to specify user-provided bpf_cookie for BPF perf linksAndrii Nakryiko-2/+2
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko-1/+1
2021-08-04media: rc: introduce Meson IR TX driverViktor Prutyanov-0/+418
2021-07-22media: rc: rename s_learning_mode() to s_wideband_receiver()Sean Young-20/+20
2021-07-22media: rc-loopback: max_timeout of UINT_MAX does not workSean Young-2/+2
2021-07-22media: rc-loopback: send carrier reportsSean Young-2/+10
2021-07-22media: rc-loopback: use dev_dbg() rather than handrolled debugSean Young-22/+14
2021-07-22media: rc-loopback: return number of emitters rather than errorSean Young-1/+1
2021-07-12media: rc: rc-main.c: deleted the repeated wordlijian-1/+1
2021-07-12media: rc: redrat3: Fix a typolijian-1/+1
2021-07-12media: rc: streamzap: Removed unnecessary 'return'lijian-2/+0
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-1/+2
2021-06-24media, bpf: Do not copy more entries than user space requestedSean Young-1/+2
2021-06-08media: imon: use DEVICE_ATTR_RW() helper macroZhen Lei-9/+6
2021-06-08media: rc: add keymap for Toshiba CT-90405 remoteAlexander Voronov-0/+87
2021-06-08media: st_rc: Handle errors of clk_prepare_enable()Evgeny Novikov-4/+18
2021-06-04media: rc: ite-cir: replace some an EN DASHMauro Carvalho Chehab-1/+1
2021-05-21media: rc: clean up Kconfig dependenciesArnd Bergmann-62/+11
2021-05-21media: rc: remove tango ir driver and keymapArnd Bergmann-368/+0
2021-04-28Merge tag 'media/v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds-502/+418
2021-04-09media: ite-cir: probe of ITE8708 on ASUS PN50 failsSean Young-1/+1
2021-04-09media: rc: ir-hix5hd2: use the correct HiSilicon copyrightHao Fang-1/+1
2021-04-09media: rc: remove zte zx ir driverArnd Bergmann-193/+0
2021-04-09media: rc: add keymaps for mecool-kii-pro/kiii-pro remotesChristian Hewitt-0/+181
2021-03-11media: fix incorrect kernel doc usagesHans Verkuil-1/+1
2021-03-11media: rc: add keymap for Xbox 360 Universal Media remoteBastien Nocera-0/+84
2021-03-11media: rc: add keymap for minix-neo remoteChristian Hewitt-0/+56
2021-03-11media: ite-cir: in_use is not neededSean Young-7/+4
2021-03-11media: ite-cir: check for receive overflowSean Young-1/+7
2021-03-11media: ite-cir: move runtime information into driver dataSean Young-100/+61