summaryrefslogtreecommitdiffstats
path: root/drivers/media/rc
Commit message (Expand)AuthorAgeFilesLines
* media: ite-cir: IR receiver stop working after receive overflowSean Young2021-10-191-1/+1
* media: sir_ir: remove broken driverSean Young2021-10-193-447/+0
* media: ir_toy: assignment to be16 should be of correct typeSean Young2021-10-191-1/+1
* media: ir_toy: prevent device from hanging during transmitSean Young2021-09-301-1/+20
* media: mceusb: return without resubmitting URB in case of -EPROTO error.Rajat Asthana2021-09-301-0/+1
* media: meson-ir-tx: fix platform_no_drv_owner.cocci warningsjing yangyang2021-09-301-1/+0
* media: ir_toy: do not resubmit broken urbSean Young2021-09-301-2/+12
* media: ir_toy: deal with residual irdata before expected responseSean Young2021-09-301-6/+2
* media: ir_toy: print firmware version in correct formatSean Young2021-09-301-2/+3
* media: rc: sunxi-cir: Make use of the helper function devm_platform_ioremap_r...Cai Huoqing2021-09-301-3/+1
* media: rc: st_rc: Make use of the helper function devm_platform_ioremap_resou...Cai Huoqing2021-09-301-4/+1
* media: rc: mtk-cir: Make use of the helper function devm_platform_ioremap_res...Cai Huoqing2021-09-301-3/+1
* media: rc: meson-ir: Make use of the helper function devm_platform_ioremap_re...Cai Huoqing2021-09-301-3/+1
* media: rc: ir-hix5hd2: Make use of the helper function devm_platform_ioremap_...Cai Huoqing2021-09-301-3/+1
* media: rc: img-ir: Make use of the helper function devm_platform_ioremap_reso...Cai Huoqing2021-09-301-3/+1
* media: rc: clean the freed urb pointer to avoid double freeNil Yi2021-09-301-0/+2
* media: ir_toy: allow tx carrier to be setSean Young2021-09-301-5/+29
* media: streamzap: ensure rx resolution can be retrievedSean Young2021-09-301-0/+1
* media: mceusb: ensure rx resolution can be retrievedSean Young2021-09-301-0/+1
* Merge tag 'media/v5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2021-09-0110-50/+466
|\
| * media: rc: introduce Meson IR TX driverViktor Prutyanov2021-08-043-0/+418
| * media: rc: rename s_learning_mode() to s_wideband_receiver()Sean Young2021-07-224-20/+20
| * media: rc-loopback: max_timeout of UINT_MAX does not workSean Young2021-07-221-2/+2
| * media: rc-loopback: send carrier reportsSean Young2021-07-221-2/+10
| * media: rc-loopback: use dev_dbg() rather than handrolled debugSean Young2021-07-221-22/+14
| * media: rc-loopback: return number of emitters rather than errorSean Young2021-07-221-1/+1
| * media: rc: rc-main.c: deleted the repeated wordlijian2021-07-121-1/+1
| * media: rc: redrat3: Fix a typolijian2021-07-121-1/+1
| * media: rc: streamzap: Removed unnecessary 'return'lijian2021-07-121-2/+0
* | bpf: Allow to specify user-provided bpf_cookie for BPF perf linksAndrii Nakryiko2021-08-171-2/+2
* | bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko2021-08-171-1/+1
|/
* Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-06-301-1/+2
|\
| * media, bpf: Do not copy more entries than user space requestedSean Young2021-06-241-1/+2
* | 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