summaryrefslogtreecommitdiffstats
path: root/drivers/media/rc
AgeCommit message (Expand)AuthorFilesLines
2021-12-14media: streamzap: remove redundant gap calculationsSean Young1-47/+8
2021-12-14media: streamzap: remove unused struct membersSean Young1-23/+14
2021-12-14media: streamzap: less chatterSean Young1-19/+1
2021-12-14media: streamzap: no need for usb pid/vid in device nameSean Young1-5/+1
2021-12-14media: streamzap: remove unnecessary ir_raw_event_reset and handleSean Young1-2/+0
2021-12-14media: igorplugusb: receiver overflow should be reportedSean Young1-1/+3
2021-12-14media: winbond-cir: no need for reset after resumeSean Young1-1/+0
2021-12-14media: iguanair: no need for reset after IR receiver enableSean Young1-3/+0
2021-12-14media: lirc: always send timeout reportsSean Young1-5/+0
2021-11-19media: redrat3: fix control-message timeoutsJohan Hovold1-11/+11
2021-11-19media: mceusb: fix control-message timeoutsJohan Hovold1-4/+4
2021-11-15media: rc: ir-hix5hd2: Add the dependency on HAS_IOMEMCai Huoqing1-1/+1
2021-11-15media: ir-rx51: Switch to atomic PWM APIMaíra Canal1-8/+8
2021-11-15media: rc: pwm-ir-tx: Switch to atomic PWM APIMaíra Canal1-9/+9
2021-11-15media: rc: ir-spi: Drop empty spi_driver remove callbackUwe Kleine-König1-6/+0
2021-10-19media: ite-cir: IR receiver stop working after receive overflowSean Young1-1/+1
2021-10-19media: sir_ir: remove broken driverSean Young3-447/+0
2021-10-19media: ir_toy: assignment to be16 should be of correct typeSean Young1-1/+1
2021-09-30media: ir_toy: prevent device from hanging during transmitSean Young1-1/+20
2021-09-30media: mceusb: return without resubmitting URB in case of -EPROTO error.Rajat Asthana1-0/+1
2021-09-30media: meson-ir-tx: fix platform_no_drv_owner.cocci warningsjing yangyang1-1/+0
2021-09-30media: ir_toy: do not resubmit broken urbSean Young1-2/+12
2021-09-30media: ir_toy: deal with residual irdata before expected responseSean Young1-6/+2
2021-09-30media: ir_toy: print firmware version in correct formatSean Young1-2/+3
2021-09-30media: rc: sunxi-cir: Make use of the helper function devm_platform_ioremap_r...Cai Huoqing1-3/+1
2021-09-30media: rc: st_rc: Make use of the helper function devm_platform_ioremap_resou...Cai Huoqing1-4/+1
2021-09-30media: rc: mtk-cir: Make use of the helper function devm_platform_ioremap_res...Cai Huoqing1-3/+1
2021-09-30media: rc: meson-ir: Make use of the helper function devm_platform_ioremap_re...Cai Huoqing1-3/+1
2021-09-30media: rc: ir-hix5hd2: Make use of the helper function devm_platform_ioremap_...Cai Huoqing1-3/+1
2021-09-30media: rc: img-ir: Make use of the helper function devm_platform_ioremap_reso...Cai Huoqing1-3/+1
2021-09-30media: rc: clean the freed urb pointer to avoid double freeNil Yi1-0/+2
2021-09-30media: ir_toy: allow tx carrier to be setSean Young1-5/+29
2021-09-30media: streamzap: ensure rx resolution can be retrievedSean Young1-0/+1
2021-09-30media: mceusb: ensure rx resolution can be retrievedSean Young1-0/+1
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-06-30Merge 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