summaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/mtk-cir.c
AgeCommit message (Expand)AuthorFilesLines
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
2021-09-30media: rc: mtk-cir: Make use of the helper function devm_platform_ioremap_res...Cai Huoqing1-3/+1
2020-12-01media: mtk-cir: fix calculation of chk periodSean Young1-6/+3
2020-09-03media: rc: harmonize infrared durations to microsecondsSean Young1-2/+2
2019-08-07media: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-07-22media: mtk-cir: lower de-glitch counter for rc-mm protocolSean Young1-0/+8
2019-07-22media: mtk-cir: only allow protocols that have software decodersSean Young1-1/+1
2019-06-27media: rc: remove redundant dev_err messageDing Xiang1-3/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2018-10-04media: rc: Remove init_ir_raw_event and DEFINE_IR_RAW_EVENT macrosSean Young1-1/+1
2018-04-20media: rc: mtk-cir: use of_device_get_match_data()Ryder Lee1-3/+1
2017-08-20media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_*Sean Young1-1/+1
2017-08-20media: rc-core: rename input_name to device_nameSean Young1-1/+1
2017-08-20media: rc: mtk-cir: add support for MediaTek MT7622 SoCSean Wang1-0/+21
2017-08-20media: rc: mtk-cir: add platform data to adapt into various hardwareSean Wang1-56/+165
2017-01-31[media] rc: add driver for IR remote receiver on MT7623 SoCSean Wang1-0/+335