summaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/mtk-cir.c
Commit message (Expand)AuthorAgeFilesLines
* media: rc: add missing io.hAndy Shevchenko2024-05-081-0/+1
* media: Explicitly include correct DT includesRob Herring2023-07-191-1/+2
* media: mtk-cir: Convert to platform remove callback returning voidUwe Kleine-König2023-04-111-4/+2
* 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: rc: mtk-cir: Make use of the helper function devm_platform_ioremap_res...Cai Huoqing2021-09-301-3/+1
* media: mtk-cir: fix calculation of chk periodSean Young2020-12-011-6/+3
* media: rc: harmonize infrared durations to microsecondsSean Young2020-09-031-2/+2
* media: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-071-3/+1
* media: mtk-cir: lower de-glitch counter for rc-mm protocolSean Young2019-07-221-0/+8
* media: mtk-cir: only allow protocols that have software decodersSean Young2019-07-221-1/+1
* media: rc: remove redundant dev_err messageDing Xiang2019-06-271-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* media: rc: Remove init_ir_raw_event and DEFINE_IR_RAW_EVENT macrosSean Young2018-10-041-1/+1
* media: rc: mtk-cir: use of_device_get_match_data()Ryder Lee2018-04-201-3/+1
* media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_*Sean Young2017-08-201-1/+1
* media: rc-core: rename input_name to device_nameSean Young2017-08-201-1/+1
* media: rc: mtk-cir: add support for MediaTek MT7622 SoCSean Wang2017-08-201-0/+21
* media: rc: mtk-cir: add platform data to adapt into various hardwareSean Wang2017-08-201-56/+165
* [media] rc: add driver for IR remote receiver on MT7623 SoCSean Wang2017-01-311-0/+335