aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/rc (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-03Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds4-5/+5
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-2/+6
2022-05-13media: imon: reorganize serializationTetsuo Handa1-52/+47
2022-05-13media: imon: drop references only after device is no longer usedOliver Neukum1-2/+2
2022-05-13media: imon: fix timer racing disconnectOliver Neukum1-1/+1
2022-05-13media: imon: avoid needless atomic allocations in resumeOliver Neukum1-2/+2
2022-05-08media: gpio-ir-tx: simplify wait logicSean Young1-1/+6
2022-04-24media: meson-ir-tx: remove superfluous dev_err()Yihao Han1-3/+1
2022-04-23media: remove third argument of usb_maxpacket()Vincent Mailhol4-5/+5
2022-04-19bpf: Move rcu lock management out of BPF_PROG_RUN routinesStanislav Fomichev1-2/+6
2022-03-18media: media/*/Kconfig: sort entriesMauro Carvalho Chehab1-187/+189
2022-03-14media: Makefiles: sort entries where it fitsMauro Carvalho Chehab2-36/+45
2022-03-07media: gpio-ir-tx: fix transmit with long spaces on Orange Pi PCSean Young1-7/+21
2022-02-22media: meson-ir-tx: remove incorrect doc commentSean Young1-1/+1
2022-01-28media: lirc: report ir receiver overflowSean Young2-8/+11
2022-01-28media: rc-core: rename ir_raw_event_reset to ir_raw_event_overflowSean Young23-28/+26
2022-01-24media: mtk-cir: simplify codeSean Young1-3/+4
2022-01-24media: mtk-cir: remove superfluous ir_raw_event_reset()Sean Young1-12/+11
2022-01-24media: mtk-cir: reduce message end to fix nec repeatsSean Young1-4/+5
2022-01-24media: lirc: simplify gap calculationSean Young1-13/+6
2022-01-24media: ir_toy: free before error exitingPeiwei Hu1-1/+1
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_resource()Cai Huoqing1-3/+1
2021-09-30media: rc: st_rc: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing1-4/+1
2021-09-30media: rc: mtk-cir: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing1-3/+1
2021-09-30media: rc: meson-ir: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing1-3/+1
2021-09-30media: rc: ir-hix5hd2: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing1-3/+1