summaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/meson-ir.c
Commit message (Expand)AuthorAgeFilesLines
* media: rc: meson-ir: support rc driver type RC_DRIVER_SCANCODEZelong Dong2023-09-271-71/+451
* media: Explicitly include correct DT includesRob Herring2023-07-191-1/+1
* media: rc: meson-ir: support MMIO regmaps to access registersZelong Dong2023-07-141-34/+38
* media: rc: meson-ir: rename Meson IR Controller register macrosZelong Dong2023-07-141-37/+40
* media: rc: meson-ir: sort Meson IR Controller register macrosZelong Dong2023-07-141-19/+10
* media: meson-ir: Convert to platform remove callback returning voidUwe Kleine-König2023-04-111-4/+2
* media: rc: meson-ir: Make use of the helper function devm_platform_ioremap_re...Cai Huoqing2021-09-301-3/+1
* 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: rc: remove redundant dev_err messageDing Xiang2019-06-271-3/+1
* media: rc: meson-ir: update with SPDX Licence identifierNeil Armstrong2019-05-221-7/+1
* media: rc: Remove init_ir_raw_event and DEFINE_IR_RAW_EVENT macrosSean Young2018-10-041-1/+1
* media: rc: meson-ir: lower timeout and make configurableSean Young2018-03-211-1/+3
* media: rc: meson-ir: add timeout on idleSean Young2018-03-211-2/+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: meson-ir: switch config to NEC decoding on shutdownAlex Deryskyba2017-06-061-0/+27
* [media] rc: meson-ir: store raw event without processingJonas Karlman2017-06-061-1/+1
* [media] rc: meson-ir: change irq name to to of node nameHeiner Kallweit2017-06-061-1/+1
* [media] rc: meson-ir: use readl_relaxed in the interrupt handlerHeiner Kallweit2017-06-061-3/+4
* [media] rc: meson-ir: switch to managed rc device allocation / registrationHeiner Kallweit2017-06-061-14/+4
* [media] rc: meson-ir: make use of the bitfield macrosHeiner Kallweit2017-06-061-12/+12
* [media] rc: meson-ir: remove irq from struct meson_irHeiner Kallweit2017-06-061-6/+5
* [media] rc-main: assign driver type during allocationAndi Shyti2017-01-301-2/+1
* [media] rc: raw IR drivers cannot handle cec, unknown or otherSean Young2017-01-301-1/+1
* [media] rc: meson-ir: Fix module autoloadJavier Martinez Canillas2016-11-161-0/+1
* media: rc: meson-ir: Add support for newer versions of the IR decoderNeil Armstrong2016-08-291-5/+24
* [media] media: rc: add driver for Amlogic Meson IR remote receiverBeniamino Galvani2014-11-261-0/+216