summaryrefslogtreecommitdiffstats
path: root/drivers/media/rc
Commit message (Expand)AuthorAgeFilesLines
...
* | media: imon: avoid needless atomic allocations in resumeOliver Neukum2022-05-131-2/+2
* | media: gpio-ir-tx: simplify wait logicSean Young2022-05-081-1/+6
* | media: meson-ir-tx: remove superfluous dev_err()Yihao Han2022-04-241-3/+1
|/
* media: media/*/Kconfig: sort entriesMauro Carvalho Chehab2022-03-181-187/+189
* media: Makefiles: sort entries where it fitsMauro Carvalho Chehab2022-03-142-36/+45
* media: gpio-ir-tx: fix transmit with long spaces on Orange Pi PCSean Young2022-03-071-7/+21
* media: meson-ir-tx: remove incorrect doc commentSean Young2022-02-221-1/+1
* media: lirc: report ir receiver overflowSean Young2022-01-282-8/+11
* media: rc-core: rename ir_raw_event_reset to ir_raw_event_overflowSean Young2022-01-2823-28/+26
* media: mtk-cir: simplify codeSean Young2022-01-241-3/+4
* media: mtk-cir: remove superfluous ir_raw_event_reset()Sean Young2022-01-241-12/+11
* media: mtk-cir: reduce message end to fix nec repeatsSean Young2022-01-241-4/+5
* media: lirc: simplify gap calculationSean Young2022-01-241-13/+6
* media: ir_toy: free before error exitingPeiwei Hu2022-01-241-1/+1
* media: streamzap: remove redundant gap calculationsSean Young2021-12-141-47/+8
* media: streamzap: remove unused struct membersSean Young2021-12-141-23/+14
* media: streamzap: less chatterSean Young2021-12-141-19/+1
* media: streamzap: no need for usb pid/vid in device nameSean Young2021-12-141-5/+1
* media: streamzap: remove unnecessary ir_raw_event_reset and handleSean Young2021-12-141-2/+0
* media: igorplugusb: receiver overflow should be reportedSean Young2021-12-141-1/+3
* media: winbond-cir: no need for reset after resumeSean Young2021-12-141-1/+0
* media: iguanair: no need for reset after IR receiver enableSean Young2021-12-141-3/+0
* media: lirc: always send timeout reportsSean Young2021-12-141-5/+0
* media: redrat3: fix control-message timeoutsJohan Hovold2021-11-191-11/+11
* media: mceusb: fix control-message timeoutsJohan Hovold2021-11-191-4/+4
* media: rc: ir-hix5hd2: Add the dependency on HAS_IOMEMCai Huoqing2021-11-151-1/+1
* media: ir-rx51: Switch to atomic PWM APIMaíra Canal2021-11-151-8/+8
* media: rc: pwm-ir-tx: Switch to atomic PWM APIMaíra Canal2021-11-151-9/+9
* media: rc: ir-spi: Drop empty spi_driver remove callbackUwe Kleine-König2021-11-151-6/+0
* 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